Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-06 | Remove errant double HTML entity encoding in API source attribution | Zach Copley | |
2010-05-06 | Add source link attr to statusnet:notice_info element in Atom output for notices | Zach Copley | |
2010-05-06 | Refactor and centralize notice source link calculation | Zach Copley | |
2010-05-06 | Add xmlns:statusnet and statusnet:notice_info element to Atom entries for ↵ | Zach Copley | |
notices | |||
2010-05-05 | Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
Conflicts: locale/ca/LC_MESSAGES/statusnet.po locale/de/LC_MESSAGES/statusnet.po locale/statusnet.pot | |||
2010-05-05 | Implement since_id and max_id param handling for /api/favorites | Zach Copley | |
2010-04-29 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
Conflicts: index.php | |||
2010-04-23 | Merge branch 'master' into testing | Brion Vibber | |
2010-04-23 | Fix to make blowing of replies stream cache more consistent when receiving ↵ | Brion Vibber | |
replies. (Was being done at mail notify time instead of at save time for local replies; now moved to reply save time internally so it can't get forgotten) | |||
2010-04-20 | Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-04-20 | Merge branch 'master' of gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-04-20 | Fix email notifications for @-replies that come via OStatus. | Brion Vibber | |
* Moved notification sending from Notice::saveReplies to distrib queue handler, so it'll pull from the reply set we've saved regardless of how we got it. * Set up gettext infrastructure for command-line scripts; gets localization mail notifications etc working from background queues. * Adjusted locale switching: common_switch_locale() works at runtime for bg scripts, forces a message catalog update | |||
2010-04-14 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
2010-04-14 | Merge branch 'master' into testing | Brion Vibber | |
2010-04-14 | Fix for "#foo !foo" in same notice failing during save, causing failout ↵ | Brion Vibber | |
before distribution. Move saveGroups after saveTags when saving notices; groups may save additional tags, so need to be moved after so the check for duplicates actually works. | |||
2010-04-14 | move comment to correct place | Brion Vibber | |
2010-04-10 | Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
Conflicts: actions/confirmaddress.php | |||
2010-04-10 | Merge branch 'master' of gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-04-10 | Allow blocking someone who's not currently subscribed to you (prevents ↵ | Brion Vibber | |
seeing @-replies from them, or them subbing to you in future) | |||
2010-04-11 | * DB -> Database in message | Siebrand Mazeland | |
* some translator documentation added | |||
2010-04-09 | Fix for conversation check in @-reply notification email; i18n cleanup on ↵ | Brion Vibber | |
mail messages: fixed some bad gettext usage, added trans doc comments. | |||
2010-04-09 | Fix for conversation check in @-reply notification email; i18n cleanup on ↵ | Brion Vibber | |
mail messages: fixed some bad gettext usage, added trans doc comments. | |||
2010-04-09 | Merge branch 'master' of gitorious.org:statusnet/mainline | Evan Prodromou | |
2010-04-09 | Run block checks on remote OStatus replies | Brion Vibber | |
2010-04-09 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-04-09 | Run block checks on remote OStatus replies | Brion Vibber | |
2010-04-07 | Merge branch 'master' into 0.9.x | Evan Prodromou | |
2010-04-07 | Merge branch 'master' into testing | Evan Prodromou | |
2010-04-07 | show PEAR_Error message, not the object | Evan Prodromou | |
2010-04-02 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
2010-04-02 | Don't save duplicate messages into a user's packed inbox. We've already got ↵ | Brion Vibber | |
the packed box loaded at insert time, so we can simply unpack it and check before doing the update query. Should help with dupes that come in when inbox distrib jobs die and get restarted, etc. Conflicts: classes/Inbox.php Looks like this was implemented on master recently and not copied up to testing. Merging to my version on testing as I've added some doc comments and extracted a couple functions for future ease of use. | |||
2010-04-02 | Don't save duplicate messages into a user's packed inbox. We've already got ↵ | Brion Vibber | |
the packed box loaded at insert time, so we can simply unpack it and check before doing the update query. Should help with dupes that come in when inbox distrib jobs die and get restarted, etc. | |||
2010-04-01 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-04-01 | Temporary hack until notice_profile_id_idx is updated | Brion Vibber | |
to (profile_id, id) instead of (profile_id, created, id). It's been falling back to PRIMARY instead, which is really very inefficient for a profile that hasn't posted in a few months. Even though forcing the index will cause a filesort, it's usually going to be better. Even for large profiles it seems much faster than the badly-indexed query. | |||
2010-04-01 | Temporary hack until notice_profile_id_idx is updated | Brion Vibber | |
to (profile_id, id) instead of (profile_id, created, id). It's been falling back to PRIMARY instead, which is really very inefficient for a profile that hasn't posted in a few months. Even though forcing the index will cause a filesort, it's usually going to be better. Even for large profiles it seems much faster than the badly-indexed query. | |||
2010-04-01 | Revert "Revert "don't insert the same notice twice into an inbox"" | Evan Prodromou | |
This reverts commit a09b27ff41df41a86fdb0abae14239907d5ee6ec. | |||
2010-04-01 | Revert "don't insert the same notice twice into an inbox" | Evan Prodromou | |
This reverts commit 650074c648d98f81674c6e2b0ebf052c473ada6e. | |||
2010-03-31 | don't insert the same notice twice into an inbox | Evan Prodromou | |
2010-03-31 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-03-31 | Merge branch 'master' of git@gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-03-31 | use Subscription::cancel() to cancel all subscriptions on block | Evan Prodromou | |
2010-03-31 | do complete unsubscribe process when deleting a user | Evan Prodromou | |
2010-03-29 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
2010-03-29 | Merge branch 'master' into testing | Brion Vibber | |
Conflicts: plugins/Blacklist/BlacklistPlugin.php | |||
2010-03-29 | Add $config['db']['annotate_queries'] option to include caller ID comments ↵ | Brion Vibber | |
into queries. Comment can then be seen in process list, slow query logs on the server, aiding in tracking down unexpected slow queries. SELECT /* queuedaemon.php Ostatus_profile->processPost */ * FROM notice WHERE ( notice.uri = 'http://stormcloud.local/mublog2/notice/479' ) INSERT /* POST Notice::saveNew */ INTO notice (profile_id , content .... | |||
2010-03-28 | Merge branch 'master' into 0.9.x | Evan Prodromou | |
Conflicts: lib/attachmentlist.php | |||
2010-03-28 | continue deleting even if user profile record is missing | Evan Prodromou | |
2010-03-26 | Fixes problem with IRC URLs showing as attachments | Nick Holliday | |
2010-03-24 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-03-23 | fixup_deletions.php script to look for notices posted by now-deleted ↵ | Brion Vibber | |
profiles and remove them. |