- 28 Dec, 2010 3 commits
-
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Evan Prodromou authored
-
- 22 Dec, 2010 16 commits
-
-
Brion Vibber authored
Break xbImportNode.js and geometa.js back out of util.js; the Makefile in js has been updated to combine them with util.js source when building util.min.js Revert "combine our standard scripts into one big script" This reverts parts of commit 0c5ca46b.
-
Brion Vibber authored
-
Brion Vibber authored
When queueing is off, restore runs immediately. Indicate that we've already finished processing on the success page in this case; otherwise continue to show the 'will take a few minutes' message.
-
Brion Vibber authored
Don't trust text/xml mime types; generic content detection gives useless stuff like that on SVG images! Todo: replace the extension check in this case with better content-based checks.
-
Evan Prodromou authored
This reverts commit 3e82000d.
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Brion Vibber authored
-
Evan Prodromou authored
-
Brion Vibber authored
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Brion Vibber authored
* avoid PHP notice from using wrong variable * show a visible error instead of blank screen if no file submitted with restore form * avoid PHP strict warning from using calling "non-static" DOMDocument::loadXML statically * suppress PHP warning from XML parse errors
-
Brion Vibber authored
-
- 20 Dec, 2010 6 commits
-
-
Brion Vibber authored
Conflicts: plugins/OStatus/classes/FeedSub.php
-
Brion Vibber authored
-
Brion Vibber authored
Slightly fancier debug code for PuSH hmac mismatches -- save the post to a temp file if feedsub/debug is on in config.
-
Brion Vibber authored
Logging helper for bogus hmacs on PuSH in -- record the url & hub with the err msg to help tell what broke
-
Brion Vibber authored
Logging helper for bogus hmacs on PuSH in -- record the url & hub with the err msg to help tell what broke
-
Evan Prodromou authored
-
- 18 Dec, 2010 7 commits
-
-
Evan Prodromou authored
Add 6 new events to make it easier to override the type of an activity object.
-
Brion Vibber authored
-
Brion Vibber authored
-
Brion Vibber authored
Sort indexing fix for profile sidebar: add group_member_profile_id_created_idx to group_member table, streamlines sorting of your group memberships in the sidebar
-
Brion Vibber authored
-
Brion Vibber authored
Sorting index fix for role lookups: adds profile_role_role_created_profile_id_idx index on profile_role
-
Brion Vibber authored
Update sorting for conversation views: adds notice_conversation_created_id_idx index on notice, replacing more limited notice_conversation_idx
-
- 17 Dec, 2010 8 commits
-
-
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Brion Vibber authored
-
Brion Vibber authored
Update sorting on api/statuses/retweets_of_me; was and remains poorly indexed, but will use updated sorting method.
-
Brion Vibber authored
Update sorting on api/statuses/retweets: adds notice_repeat_of_created_id_idx index to replace notice_repeatof_idx
-
Brion Vibber authored
work around borkage in statuses/repeats -- tries to check an offset var that's not there. use the limit var which is there instead
-