summaryrefslogtreecommitdiff
path: root/actions/apitimelinetag.php
AgeCommit message (Collapse)Author
2010-02-20Change to use TagURI::base() instead of common_config()Evan Prodromou
I changed the way that tag: URIs are minted, so we now use the right base. Ideally most of these would use HTTP URIs instead, but for now at least they use the right base.
2010-02-11Make Atom timelines in the API use Atom10feedZach Copley
2010-01-10Lots of tiny message changes.Siebrand Mazeland
* Mostly punctuation updates so that the same message is used consistently in all of StatusNet. * Some cases of "Title Case" removed, because that does not appear to be used consistently.
2009-12-11ticket 2055: added logos to Atom and RSS feedsHue Bastard
2009-11-04Fix for Ticket #1957 - API methods are not accessible when site is private ↵Zach Copley
(0.8->0.9 regression)
2009-10-12Added in credits.Zach Copley
2009-10-09CamelCase all function names in the API codeZach Copley
2009-10-09These same params are used in most API actions; moved to base API classZach Copley
2009-10-09Remove more redundant $formatsZach Copley
2009-10-09Delete action/api.php and rename lib/twitterapi.php to lib/api.phpZach Copley
2009-10-06phpcs cleanupZach Copley
2009-10-06New action for tag timelines in the APIZach Copley