Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-08 | Merge branch 'master' into testing | Brion Vibber | |
2010-09-02 | Don't explode if we fail to load a listed attachment id in Notice::attachments() | Brion Vibber | |
2010-09-02 | Merge branch 'swat0' into 0.9.x | Evan Prodromou | |
2010-09-01 | bug in Profile::fromURI() wasn't returning profile | Evan Prodromou | |
2010-09-01 | Notice::saveReplies() uses Profile::fromURI() to handle remote profiles too | Evan Prodromou | |
2010-09-01 | Static method to get a profile based on an URI | Evan Prodromou | |
2010-09-01 | Merge branch 'master' into 0.9.x | Evan Prodromou | |
2010-08-26 | Fix for failover error in status_network_tag caching; when no tags present ↵ | Brion Vibber | |
in table we would return an array with one empty element instead of no elements when getting the cached data. | |||
2010-08-25 | Use Status_network's caching settings when loading Status_network_tag ↵ | Brion Vibber | |
entries; cache entries are batched per site and will be cleared when tags are inserted/deleted using the main interface. (with fixes from tagcache branch) | |||
2010-08-14 | Merge branch 'noticetitle' into 0.9.x | Evan Prodromou | |
2010-08-14 | on deleting a notice | Evan Prodromou | |
2010-08-12 | Fix for ticket 2513: "Can't linkify" error when some links are shortened | Brion Vibber | |
When bogus SSL sites etc were hit through a shortening redirect, sometimes link resolution kinda blew up and the user would get a "Can't linkify" error, aborting their post. Now catching this case and just passing through the URL without attempting to resolve it. Could benefit from an overall scrubbing of the freaky link/attachment code though...! :) http://status.net/open-source/issues/2513 | |||
2010-08-12 | Fix for ticket 2513: "Can't linkify" error when some links are shortened | Brion Vibber | |
When bogus SSL sites etc were hit through a shortening redirect, sometimes link resolution kinda blew up and the user would get a "Can't linkify" error, aborting their post. Now catching this case and just passing through the URL without attempting to resolve it. Could benefit from an overall scrubbing of the freaky link/attachment code though...! :) http://status.net/open-source/issues/2513 | |||
2010-08-12 | Fix PHP notice spew when Notice::saveNew() called without passing any ↵ | Brion Vibber | |
options; default empty vars weren't being set. | |||
2010-08-10 | Fix for regression with OStatus mention processing (duplicated new and old ↵ | Brion Vibber | |
style lead to trying to save a reply entry twice). | |||
2010-08-06 | OStatus/FeedSub: tweaked PuSH feed garbage collection so other plugins can ↵ | Brion Vibber | |
declare usage of a low-level feed or an OStatus profile besides profile subscriptions & group memberships. SubMirror: redid add-mirror frontend to accept a feed URL, then pass that on to OStatus, instead of pulling from your subscriptions. Profile: tweaked subscriberCount() so it doesn't subtract 1 for foreign profiles who aren't subscribed to themselves; instead excludes the self-subscription in the count query. Memcached_DataObject: tweak to avoid extra error spew in the DB error raising Work in progress: tweaking feedsub garbage collection so we can count other uses | |||
2010-08-03 | re-add mentioned link lost in last merge | Evan Prodromou | |
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-30 | * Address i18n related FIXMEs after talk with Brion. | Siebrand Mazeland | |
* Tweak message | |||
2010-07-29 | Merge branch 'master' into 0.9.x | Zach Copley | |
Conflicts: classes/Notice.php | |||
2010-07-29 | oops. really embarassing typo (that explains some weird behaviour) | James Walker | |
2010-07-29 | Return HTTP 403 instead of 400 when silenced users try to post via API | Zach Copley | |
2010-07-29 | * mark a few message for translation | Siebrand Mazeland | |
* add translator documentation | |||
2010-07-29 | * add FIXME for messages that may need i18n. | Siebrand Mazeland | |
* trailing whitespace removed. | |||
2010-07-29 | * add translator documentation | Siebrand Mazeland | |
* mark strings for translation * add FIXME for unclear/confusing message | |||
2010-07-29 | * add string for translation with translator documentation | Siebrand Mazeland | |
* add FIXMEs for strings that may need i18n, but leaving decision to other dev(s) | |||
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-28 | Number parameters | Siebrand Mazeland | |
2010-07-28 | Merge branch 'master' into testing | Brion Vibber | |
2010-07-28 | backwards compatibility for old tags format in hasTag | James Walker | |
2010-07-28 | don't try to save empty tags | James Walker | |
2010-07-27 | Merge branch 'master' into testing | James Walker | |
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-20 | normalizing tags for status_network | James Walker | |
2010-07-19 | Make some messages gender neutral. | Eric Helgeson | |
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-14 | cache sitemap notice and user counts for 4h | Evan Prodromou | |
2010-07-13 | push exception on missing profile down to Notice::getProfile() | Evan Prodromou | |
2010-07-08 | Handle the case where a screen name has shifted from one Twitter ID to another | Zach Copley | |
2010-06-28 | Fix regression in 92ded7c6cb56056a89bc8b3caabd08049104898e: spewed PHP ↵ | Brion Vibber | |
notices when checking for enclosures due to uninitialized variables. | |||
2010-06-26 | Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-06-26 | Merge branch 'master' of gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-06-26 | Fix for bug #2382: releasing claim on failed queue item works again with ↵ | Brion Vibber | |
DB-based queues. Warning: DB-based queue doesn't currently implement discarding of items after a retry limit. Failed items will be retried until they succeed. |