summaryrefslogtreecommitdiff
path: root/classes/Notice.php
AgeCommit message (Expand)Author
2008-11-23blow last caches on notice deleteEvan Prodromou
2008-11-22whitespace cleanupEvan Prodromou
2008-11-22double-cache to get newer itemsEvan Prodromou
2008-11-21notice inbox only when not already existsEvan Prodromou
2008-11-20hide certain users from the public streamEvan Prodromou
2008-11-14don't write notice to inbox if user isn't inboxed yetEvan Prodromou
2008-11-12add created to notice updateEvan Prodromou
2008-11-12created timestamp on notice_inboxEvan Prodromou
2008-11-04Twitter-compatible API - since_id and before_id were polluting the cache and ...zach
2008-10-23blow inboxesEvan Prodromou
2008-10-22save notice to inbox on saveNewEvan Prodromou
2008-09-30Add support for since_id and before_id to Twitter API. Ticket #540.mac65
2008-10-03more specific profile-get is slightly more efficientEvan Prodromou
2008-09-29blow cache in Notice for tagsEvan Prodromou
2008-09-28blow the cached streams for tags on a new noticeEvan Prodromou
2008-09-28remove debugging code for notice streamsEvan Prodromou
2008-09-28correct some SQL and add some spacesEvan Prodromou
2008-09-28exact check on memcached resultsEvan Prodromou
2008-09-28another debug noticeEvan Prodromou
2008-09-28add some debugging stuff to NoticeEvan Prodromou
2008-09-28lost paren in NoticeEvan Prodromou
2008-09-28change arguments to Notice::publicStreamEvan Prodromou
2008-09-28single function for important streams, with memcached supportEvan Prodromou
2008-09-26move memcache connections to util.phpEvan Prodromou
2008-09-26add some more info on notice updateEvan Prodromou
2008-09-26log a db error for inserting the noticeEvan Prodromou
2008-09-26path correct in require_once for memcachedEvan Prodromou
2008-09-26prepend Memcached_DataObject require with INSTALLDIREvan Prodromou
2008-09-26caching layer for DB/DataObjectEvan Prodromou
2008-09-20blow subscriptions cache when the user deletes a noticeEvan Prodromou
2008-09-15fixup SQL codeEvan Prodromou
2008-09-15fix cache deletion codeEvan Prodromou
2008-09-15cache noticesWithFriends in memcachedEvan Prodromou
2008-09-02Some Notice::saveNew cleanups.Ori Avtalion
2008-08-31Elide_TagsGarret Buell
2008-08-31Allow_multicase_tagsGarret Buell
2008-08-26fix error storing uris of remote noticesEvan Prodromou
2008-08-25change DataObject_Cast to use sql_nowEvan Prodromou
2008-08-15Twitter-compatible API: support for new in_reply_to_status_id in statuses/updatezach
2008-08-07LOG_ERROR -> LOG_ERR (again)Evan Prodromou
2008-07-31extend length of source for noticesEvan Prodromou
2008-07-29save the sourceEvan Prodromou
2008-07-29refactor notice-adding code to one static method on NoticeEvan Prodromou
2008-07-20First cut at hastags support.Mike Cochrane
2008-07-22add notice sources (currently unused)Evan Prodromou
2008-07-22mark notices as localEvan Prodromou
2008-07-15replies from people you're not subscribed to over JabberEvan Prodromou
2008-07-10Resolve conflicts and convert _t( to _( where it was introduced again.Mike Cochrane
2008-07-09Merge conflicts and kill a whole lot of trailing whitespace on lines.Mike Cochrane
2008-07-09rebuild DB_DataObject classes for new structureEvan Prodromou