summaryrefslogtreecommitdiff
path: root/classes/Notice.php
AgeCommit message (Expand)Author
2009-01-24Update notice deletionEvan Prodromou
2009-01-23Merge branch 'master' of /var/www/mublogEvan Prodromou
2009-01-22Move NoticeWrapper to a generalized ArrayWrapper classEvan Prodromou
2009-01-22Move common_save_replies to Notice classEvan Prodromou
2009-01-21Add the right inbox source for group noticesEvan Prodromou
2009-01-21First pass at delivery of group messagesEvan Prodromou
2009-01-20Wrap notice-saving code in a transactionEvan Prodromou
2009-01-19Move add to notice inboxes before cache clearing in hopes they will beEvan Prodromou
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-23TRUEEvan Prodromou
2008-12-23change function headers to K&R styleEvan Prodromou
2008-12-23replace NULL with nullEvan Prodromou
2008-12-23replace all tabs with four spacesEvan 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