summaryrefslogtreecommitdiff
path: root/classes/Notice.php
AgeCommit message (Expand)Author
2008-12-11more places where required since param skipped for Notice::getStreamDirectEvan Prodromou
2008-12-11missing argumentEvan Prodromou
2008-12-11resolve whitespace changes in Notice.phpEvan Prodromou
2008-12-09trac540 - Add 'since' param to Twitter-compatible API callsZach Copley
2008-12-03delete user and all traces from the db.millette
2008-11-28shorten urls for posts > 140 chars only, from anywhere. Only show long urls i...millette
2008-12-10don't check edit throttle if throttle not enabledEvan Prodromou
2008-12-10Ban certain users from posting by nickname and/or IDZach Copley
2008-12-10make sure passed profile_id is valid in Notice::saveNewmillette
2008-12-10edit throttlingEvan Prodromou
2008-12-02change is_local flag for blacklisted usersEvan Prodromou
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