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