summaryrefslogtreecommitdiff
path: root/actions/peopletag.php
AgeCommit message (Collapse)Author
2010-04-09Fix inconsistencies in clientError() messagesSiebrand Mazeland
* use correct punctuation * single quotes when replace was possible * wording updated when needed
2010-04-09fix attributes on homepage outputEvan Prodromou
2010-04-05use homepage link attributes method for peopletaglistEvan Prodromou
2010-04-05nofollow for peopletag pagesEvan Prodromou
2010-01-10* L10n updates: consistent puctuationSiebrand Mazeland
* i18n updates: number parameters if more than one are being used
2009-08-26define LACONICA and accept LACONICA for backwards compatibilityEvan Prodromou
2009-08-25change LACONICA to STATUSNETEvan Prodromou
2009-08-25change controlyourself.ca to status.netEvan Prodromou
2009-08-25change laconi.ca to status.netEvan Prodromou
2009-08-25change Laconica and Control Yourself to StatusNet in PHP filesEvan Prodromou
2009-06-17correct arguments for ProfileListEvan Prodromou
2009-03-11PostgreSQL - a few more query compatibility issues (submitted by oxygene)CiaranG
2009-02-08Trac #1159: Fix peopletag pagination. Also phpcs cleanup.Zach Copley
2009-01-25Fixed broken SQL for people tags viewZach Copley
2009-01-24Wow, let's try this once more. peopletag.php should be converted to new ↵Zach Copley
uiredesign now
2009-01-24Okay, let's try that again. uiconversion of peopletag.phpZach Copley
2009-01-24converted peopletag.php to new uiredesign; css still looks badZach Copley
2009-01-15Convert use of common_server_error and common_user_error to methods on ActionEvan Prodromou
2009-01-15Convert all actions to use new UI functionsEvan Prodromou
I did a massive search-and-replace to get all the action subclasses to use the new output function (common_element() -> $this->element(), etc.) There's still a lot to do, but it's a first step
2008-12-23move opening brace of class declaration to next lineEvan Prodromou
Another gigantor PEAR coding standards patch. Here, I've moved the opening curly bracket on a class statement to the following line. darcs-hash:20081223194923-84dde-77a93de314caadbcb5b70bf346a4648be77a864e.gz
2008-12-23change function headers to K&R styleEvan Prodromou
Another huge change, for PEAR code standards compliance. Function headers have to be in K&R style (opening brace on its own line), instead of having the opening brace on the same line as the function and parameters. So, a little perl magic found all the function definitions and move the opening brace to the next line (properly indented... usually). darcs-hash:20081223193323-84dde-a28e36ecc66672c783c2842d12fc11043c13ab28.gz
2008-12-23replace NULL with nullEvan Prodromou
Another global search-and-replace update. Here, I've replaced the PHP keyword 'NULL' with its lowercase version. This is another PEAR code standards change. darcs-hash:20081223192129-84dde-4a0182e0ec16a01ad88745ad3e08f7cb501aee0b.gz
2008-12-23replace all tabs with four spacesEvan Prodromou
The PEAR coding standards decree: no tabs, but indent by four spaces. I've done a global search-and-replace on all tabs, replacing them by four spaces. This is a huge change, but it will go a long way to getting us towards phpcs-compliance. And that means better code readability, and that means more participation. darcs-hash:20081223191907-84dde-21e8efe210e6d5d54e935a22d0cee5c7bbfc007d.gz
2008-11-20fix timestamp nameEvan Prodromou
darcs-hash:20081120224918-84dde-c964bdb77618d6a208efe581dd570b6ea1e23e7d.gz
2008-11-20bad pageEvan Prodromou
darcs-hash:20081120224708-84dde-2c259c12a3ac553f431430e016074e02ad5ae3b9.gz
2008-11-20p-wrapper for instructionsEvan Prodromou
darcs-hash:20081120224540-84dde-adc442888ce7e5faacffb062ed07b4508aed4538.gz
2008-11-20fix instructions in peopletagEvan Prodromou
darcs-hash:20081120224429-84dde-e9f2abbb6dba5576f21ee02ca9e5371d468c9249.gz
2008-11-20add peopletag action for tagged peopleEvan Prodromou
darcs-hash:20081120224207-84dde-3fe1c8936ca93fc8c65e9a9b4680e8a7b3dd38b8.gz