Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-27 | Assigning my copyrights to the Free Software Foundation | Craig Andrews | |
2010-04-05 | * move TRANS comment from ea99855b350b326f81bda0ea42be6dff8919b527 down to ↵ | Siebrand Mazeland | |
right before the line with the message, otherwise gettext does not pick it up. * add another TRANS comment | |||
2010-04-05 | The translators were having trouble with the wording of the subtitle | Zach Copley | |
for the list of groups a user is a member of. I've changed the wording and added a // TRANS: comment to hopefully make it more clear. | |||
2010-03-30 | Fix for error output on invalid user ID to api groups list | Brion Vibber | |
2010-03-30 | Fixes for apigrouplist - notice spew from undefined var, notice spew from ↵ | Brion Vibber | |
missing escape in sprintf format | |||
2010-03-02 | Dropped deprecated timestamp-based 'since' parameter for all API methods. ↵ | Brion Vibber | |
When it sneaks in it can cause some very slow queries due to mismatches with the indexing. Twitter removed 'since' support some time ago, and we've already removed it from the public timeline, so it shouldn't be missed. | |||
2010-02-20 | Change 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-01-10 | Lots 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. | |||
2010-01-10 | * L10n updates: consistent puctuation | Siebrand Mazeland | |
* i18n updates: number parameters if more than one are being used | |||
2009-11-08 | Harmonise UI message "No such user." | Siebrand Mazeland | |
2009-10-12 | Added in credits. | Zach Copley | |
2009-10-09 | CamelCase all function names in the API code | Zach Copley | |
2009-10-09 | These same params are used in most API actions; moved to base API class | Zach Copley | |
2009-10-09 | Remove more redundant $formats | Zach Copley | |
2009-10-09 | Move all basic auth output and processing to base classes | Zach Copley | |
2009-10-07 | New individual actions for dealing with groups via API | Zach Copley | |