summaryrefslogtreecommitdiff
path: root/classes
AgeCommit message (Collapse)Author
2010-09-15better output for group membership as activityEvan Prodromou
2010-09-14Add Group_member::asActivity() to record group joinsEvan Prodromou
2010-09-13bugs in function calls in Notice::asActivityEvan Prodromou
2010-09-13bug in time and object handling in Subscription::asActivityEvan Prodromou
2010-09-13bug in time and object handling in Fave::asActivityEvan Prodromou
2010-09-13Notice::asActivityEvan Prodromou
2010-09-13move code for making activities from OStatus plugin to Subscription and Fave ↵Evan Prodromou
classes
2010-09-08Merge branch 'master' into testingBrion Vibber
2010-09-02Don't explode if we fail to load a listed attachment id in Notice::attachments()Brion Vibber
2010-09-02Merge branch 'swat0' into 0.9.xEvan Prodromou
2010-09-01bug in Profile::fromURI() wasn't returning profileEvan Prodromou
2010-09-01Notice::saveReplies() uses Profile::fromURI() to handle remote profiles tooEvan Prodromou
2010-09-01Static method to get a profile based on an URIEvan Prodromou
2010-09-01Merge branch 'master' into 0.9.xEvan Prodromou
2010-08-26Fix 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-25Use 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-14Merge branch 'noticetitle' into 0.9.xEvan Prodromou
2010-08-14on deleting a noticeEvan Prodromou
2010-08-12Fix for ticket 2513: "Can't linkify" error when some links are shortenedBrion 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-12Fix for ticket 2513: "Can't linkify" error when some links are shortenedBrion 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-12Fix PHP notice spew when Notice::saveNew() called without passing any ↵Brion Vibber
options; default empty vars weren't being set.
2010-08-10Fix for regression with OStatus mention processing (duplicated new and old ↵Brion Vibber
style lead to trying to save a reply entry twice).
2010-08-06OStatus/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-03re-add mentioned link lost in last mergeEvan Prodromou
2010-08-03Merge branch 'activityhooks' into 0.9.xEvan Prodromou
Conflicts: classes/Notice.php
2010-08-03output Atom dates in UTCEvan Prodromou
2010-08-03correctly show <source> for atom feedsEvan Prodromou
2010-08-02correct output for EndActivityInReplyTo eventEvan Prodromou
2010-08-02add some activity hooksEvan Prodromou
2010-08-02add support for Salmon's new "mentioned" rel valueJames Walker
2010-07-30Fixes 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-29Merge branch 'master' into 0.9.xZach Copley
Conflicts: classes/Notice.php
2010-07-29oops. really embarassing typo (that explains some weird behaviour)James Walker
2010-07-29Return HTTP 403 instead of 400 when silenced users try to post via APIZach Copley
2010-07-29* mark a few message for translationSiebrand 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 documentationSiebrand Mazeland
* mark strings for translation * add FIXME for unclear/confusing message
2010-07-29* add string for translation with translator documentationSiebrand 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 translatableSiebrand Mazeland
* number parameters when multiple are user in a message * update translator documentation
2010-07-28Number parametersSiebrand Mazeland
2010-07-28Merge branch 'master' into testingBrion Vibber
2010-07-28backwards compatibility for old tags format in hasTagJames Walker
2010-07-28don't try to save empty tagsJames Walker
2010-07-27Merge branch 'master' into testingJames Walker
2010-07-21Revert "Revert "Change the cache window on notices from 61 to 200, the max ↵Zach Copley
number"" This reverts commit a65b3f171c4d23af8ca844439ad08959eb760b86.
2010-07-20normalizing tags for status_networkJames Walker
2010-07-19Make some messages gender neutral.Eric Helgeson
2010-07-19Revert "Change the cache window on notices from 61 to 200, the max number"Zach Copley
This reverts commit d51820adc52aef962542ecc6da0607ce0118fefc.
2010-07-19Change the cache window on notices from 61 to 200, the max numberZach Copley
of notices available at one time through the API. Note: this will require a memcache restart.