Age | Commit message (Expand) | Author |
2010-12-17 | Update sorting for group inbox timelines; adds group_inbox_group_id_created_n... | Brion Vibber |
2010-12-17 | Update sorting on reply/mentions timeline: added reply_profile_id_modified_no... | Brion Vibber |
2010-12-17 | Update sorting for tag-filtered public timeline: needs notice_tag_tag_created... | Brion Vibber |
2010-12-17 | add fixme for since_id/max_id on fave streaming (?) | Brion Vibber |
2010-12-17 | Update sorting for user tagged timelines (indexing was bad before and remains... | Brion Vibber |
2010-12-17 | Update notice sorting for profile streams; extract more common code to Notice... | Brion Vibber |
2010-12-17 | Notice::whereSinceId() and Notice::whereMaxId() encapsulate logic for buildin... | Brion Vibber |
2010-12-17 | Switch public timeline to new sorting; new index notice_created_id_is_local_idx | Brion Vibber |
2010-12-17 | Initial switch of public timeline stream to use timestamps for internal sorting | Brion Vibber |
2010-12-17 | Notice::getAsTimestamp() static function to look up the timestamp for a given... | Brion Vibber |
2010-12-17 | only run explain on selects | Brion Vibber |
2010-12-17 | Event hook for SQLProfile | Brion Vibber |
2010-12-17 | SQLProfile: quickie plugin to run DB queries through 'explain' and log ones t... | Brion Vibber |
2010-12-16 | Document a few undocumented administration related events | Zach Copley |
2010-12-16 | Tickets #2112, 2333, 1677, 2362, 2831: fix AJAX form posting on SSL page view... | Brion Vibber |
2010-12-16 | Fix for ticket #2910: fix inconsistencies in notice posting response display ... | Brion Vibber |
2010-12-16 | Add lots of doc comments to util.js. Most stuff makes some kind of stuff, but... | Brion Vibber |
2010-12-16 | work in progress | Brion Vibber |
2010-12-16 | Fix ticket #2929: router cache now clears itself when switching singleuser mo... | Brion Vibber |
2010-12-16 | add .mo files to .gitignore | Brion Vibber |
2010-12-16 | L10n updates and removal of superfluous whitespace. | Siebrand Mazeland |
2010-12-16 | Localisation updates from http://translatewiki.net. | Siebrand Mazeland |
2010-12-15 | Makefile to re-generate util.min.js (needs yui-compressor in path) | Brion Vibber |
2010-12-15 | Fix for ticket #2942: character counter now updates on cut and paste operatio... | Brion Vibber |
2010-12-15 | Cleaner code to avoid a couple PHP notices from accessing uninitialized varia... | Brion Vibber |
2010-12-14 | Mark OembedAction, XrdAction, and (plugin) AutocompleteAction as read-only. T... | Brion Vibber |
2010-12-14 | AtomPub discovery fix: gets MarsEdit's auto API detection working. | Brion Vibber |
2010-12-14 | AtomPub test cases: make sure the posted entry appears in the feed, and that ... | Brion Vibber |
2010-12-14 | AtomPub tetss: confirming edit URL linked properly in individual entry return | Brion Vibber |
2010-12-14 | AtomPub tests: fix delete test | Brion Vibber |
2010-12-14 | AtomPub tests: fix for atom post check | Brion Vibber |
2010-12-14 | AtomPub fix: correct the response URL given from posting a new message (wrong... | Brion Vibber |
2010-12-14 | AtomPub fixes: return '201 Created' on POST of new message; better error chec... | Brion Vibber |
2010-12-14 | more fixins on AtomPub tests | Brion Vibber |
2010-12-14 | auth fix | Brion Vibber |
2010-12-14 | Mostly-implemented basic AtomPub tests | Brion Vibber |
2010-12-13 | partial stub file for atompub tests | Brion Vibber |
2010-12-13 | Merge branch 'master' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber |
2010-12-13 | TwitterBridge: partial merge of id_str usage from 0.9.x for improved 32-bit a... | Brion Vibber |
2010-12-13 | Merge branch 'activityatompub' into 0.9.x | Evan Prodromou |
2010-12-13 | add the other three feeds to AtomPub service document | Evan Prodromou |
2010-12-13 | Atom pub feed for group memberships | Evan Prodromou |
2010-12-13 | fix URL for memberships feed | Evan Prodromou |
2010-12-13 | membership stream method and return membership from join() in Group_member class | Evan Prodromou |
2010-12-13 | fix navigation links for favorite feed | Evan Prodromou |
2010-12-13 | fix navigation links for subscriptions feed | Evan Prodromou |
2010-12-13 | group_member includes self link, edit link | Evan Prodromou |
2010-12-13 | add atompub show membership action | Evan Prodromou |
2010-12-13 | add atompub membership actions to router | Evan Prodromou |
2010-12-12 | Move getConnectedApps() from Profile to User, where it belongs | Zach Copley |