Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-03 | Merge branch 'activityhooks' into 0.9.x | Evan Prodromou | |
Conflicts: classes/Notice.php | |||
2010-08-03 | output Atom dates in UTC | Evan Prodromou | |
2010-08-03 | correctly show <source> for atom feeds | Evan Prodromou | |
2010-08-02 | correct output for EndActivityInReplyTo event | Evan Prodromou | |
2010-08-02 | add some activity hooks | Evan Prodromou | |
2010-08-02 | add support for Salmon's new "mentioned" rel value | James Walker | |
2010-07-30 | Fixes for messages after review by Brion. | Siebrand Mazeland | |
2010-07-29 | Merge branch 'master' into 0.9.x | Zach Copley | |
Conflicts: classes/Notice.php | |||
2010-07-29 | Return HTTP 403 instead of 400 when silenced users try to post via API | Zach Copley | |
2010-07-29 | * mark two untranslatable server exceptions as translatable | Siebrand Mazeland | |
* number parameters when multiple are user in a message * update translator documentation | |||
2010-07-21 | Revert "Revert "Change the cache window on notices from 61 to 200, the max ↵ | Zach Copley | |
number"" This reverts commit a65b3f171c4d23af8ca844439ad08959eb760b86. | |||
2010-07-19 | Revert "Change the cache window on notices from 61 to 200, the max number" | Zach Copley | |
This reverts commit d51820adc52aef962542ecc6da0607ce0118fefc. | |||
2010-07-19 | Change the cache window on notices from 61 to 200, the max number | Zach Copley | |
of notices available at one time through the API. Note: this will require a memcache restart. | |||
2010-07-13 | push exception on missing profile down to Notice::getProfile() | Evan Prodromou | |
2010-06-26 | Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
Conflicts: plugins/OpenID/openidserver.php (cleaned up mismatched comment) | |||
2010-06-26 | Merge branch 'master' into testing | Brion Vibber | |
2010-06-22 | - Add profile_info tag to Atom author | Zach Copley | |
- Normalize xmlns:statusnet links in the API | |||
2010-06-17 | Include source client's related URL (if any) in source attribution for | Zach Copley | |
Atom notice feeds | |||
2010-06-11 | Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-06-07 | Merge branch 'master' of gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-06-07 | Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
Conflicts: plugins/OpenID/openid.php | |||
2010-06-03 | Skip enqueueing to outgoing bridges on incoming remote messages. Twitter, ↵ | Brion Vibber | |
Facebook, RSSCloud, and OStatus checks were enqueued on these when they'd never do anything but churn the queue servers. Notice::isLocal() can replace a number of manual checks for $notice->is_local being LOCAL_PUBLIC or LOCAL_NONPUBLIC. | |||
2010-06-03 | Add repeated attr to Atom notices_info element | Zach Copley | |
2010-05-27 | Assigning my copyrights to the Free Software Foundation | Craig Andrews | |
2010-05-27 | Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
Conflicts: lib/language.php plugins/OpenID/finishaddopenid.php | |||
2010-05-26 | Add repeat info to statusnet:notice_info Atom element | Zach Copley | |
2010-05-24 | Handle funky notice deletion cases more gracefully: if we already have a ↵ | Brion Vibber | |
deleted_notice entry, don't freak out when we try to save it again on the second try. | |||
2010-05-18 | Need to always emit statusnet:notice_info so it's available in profile feeds | Zach Copley | |
2010-05-18 | Remove errant double HTML entity encoding in API source attribution | Zach Copley | |
2010-05-18 | Add source link attr to statusnet:notice_info element in Atom output for notices | Zach Copley | |
2010-05-18 | Refactor and centralize notice source link calculation | Zach Copley | |
2010-05-18 | Add xmlns:statusnet and statusnet:notice_info element to Atom entries for ↵ | Zach Copley | |
notices | |||
2010-05-12 | Need to always emit statusnet:notice_info so it's available in profile feeds | Zach Copley | |
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-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-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. |