summaryrefslogtreecommitdiff
path: root/actions/twitapisearchatom.php
AgeCommit message (Collapse)Author
2009-10-09CamelCase all function names in the API codeZach Copley
2009-10-09Delete action/api.php and rename lib/twitterapi.php to lib/api.phpZach Copley
2009-08-26define LACONICA and accept LACONICA for backwards compatibilityEvan Prodromou
2009-08-25global search and replace for laconica -> statusnetEvan 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-30Merge commit 'jeff-themovie/small-fixes' into 0.8.xZach Copley
* commit 'jeff-themovie/small-fixes': Fix missing max_id in API search calls Fix "Trying to get property of non-object" errors when a user tries to log in using an unknown nickname Fix "Trying to get property of non-object" errors when accessing the people search results page Fix "Undefined variable: cnt" Fix "Trying to get property of non-object" errors in groupeditform.php Fix "Undefined property: DisfavorAction::$id"
2009-06-14Fixes the notice search RSS feeds / API results for searches that return no ↵Jeffery To
matches. If a user does a notice search that should return no matching notices, the RSS feed / API results for that search currently returns all notices instead of no notices. This fixes it so that an empty list is returned instead.
2009-06-12Fix missing max_id in API search callsJeffery To
2009-03-10Fix xml:lang attrZach Copley
2009-03-10Make search API Atom feeds more validZach Copley
2009-03-10Fix tag URIs in Atom feeds for search thru the APIZach Copley
2009-03-06Atom search results for Twitter-compatible API + phpcs stuffZach Copley