Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
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-17 | adding a Status_network::updateKeys() method, since DB_DataObject update ↵ | James Walker | |
doesn't do keys. | |||
2010-06-16 | - More useful group info from api/statusnet/group/show | Zach Copley | |
- Add statusnet:group_info tag to group Atom 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-04 | use DB_DataObject_Cast objects in a couple of different places in the code | Evan Prodromou | |
2010-06-04 | Merge branch 'master' of gitorious.org:statusnet/mainline | Evan Prodromou | |
2010-06-04 | memcache_dataobject supports some DB_DataObject_Cast objects as values | Evan Prodromou | |
2010-06-03 | Option to divert PuSH items directly to the target site's queue when local | Brion Vibber | |
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-06-01 | Fix memory leak in Inbox::addToInbox() (usage of raw ↵ | Brion Vibber | |
DB_DataObject::staticGet, which leaks memory into a process-global cache). On my test setup, this fixes inbox delivery to 10,000 local recipients from background queuedaemon running with a 32mb memory limit, completes the job within a minute from start. | |||
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-25 | Merge branch 'master' of gitorious.org:statusnet/mainline | Brion Vibber | |
2010-05-25 | Hotpatch for infinite redirection-following loop seen processing URLs to ↵ | Brion Vibber | |
http://clojure.org/ -- if we end up with an unstable redirect target (final item in a redirect chain ends up redirecting us somewhere else when we visit it again), just save the last version we saw instead of trying to start over. Pretty much everything in File and File_redirection initial processing needs to be rewritten to be non-awful; this code is very hard to follow and very easy to make huge bugs. A fair amount of the complication is probably obsoleted by the redirection following being built into HTTPClient now. | |||
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-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 |