Age | Commit message (Expand) | Author |
2009-01-22 | Move common_save_replies to Notice class | Evan Prodromou |
2009-01-21 | Add the right inbox source for group notices | Evan Prodromou |
2009-01-21 | First pass at delivery of group messages | Evan Prodromou |
2008-12-23 | TRUE | Evan Prodromou |
2008-12-23 | change function headers to K&R style | Evan Prodromou |
2008-12-23 | replace NULL with null | Evan Prodromou |
2008-12-23 | replace all tabs with four spaces | Evan Prodromou |
2008-12-11 | more places where required since param skipped for Notice::getStreamDirect | Evan Prodromou |
2008-12-11 | missing argument | Evan Prodromou |
2008-12-11 | resolve whitespace changes in Notice.php | Evan Prodromou |
2008-12-09 | trac540 - Add 'since' param to Twitter-compatible API calls | Zach Copley |
2008-12-03 | delete user and all traces from the db. | millette |
2008-11-28 | shorten urls for posts > 140 chars only, from anywhere. Only show long urls i... | millette |
2008-12-10 | don't check edit throttle if throttle not enabled | Evan Prodromou |
2008-12-10 | Ban certain users from posting by nickname and/or ID | Zach Copley |
2008-12-10 | make sure passed profile_id is valid in Notice::saveNew | millette |
2008-12-10 | edit throttling | Evan Prodromou |
2008-12-02 | change is_local flag for blacklisted users | Evan Prodromou |
2008-11-23 | blow last caches on notice delete | Evan Prodromou |
2008-11-22 | whitespace cleanup | Evan Prodromou |
2008-11-22 | double-cache to get newer items | Evan Prodromou |
2008-11-21 | notice inbox only when not already exists | Evan Prodromou |
2008-11-20 | hide certain users from the public stream | Evan Prodromou |
2008-11-14 | don't write notice to inbox if user isn't inboxed yet | Evan Prodromou |
2008-11-12 | add created to notice update | Evan Prodromou |
2008-11-12 | created timestamp on notice_inbox | Evan Prodromou |
2008-11-04 | Twitter-compatible API - since_id and before_id were polluting the cache and ... | zach |
2008-10-23 | blow inboxes | Evan Prodromou |
2008-10-22 | save notice to inbox on saveNew | Evan Prodromou |
2008-09-30 | Add support for since_id and before_id to Twitter API. Ticket #540. | mac65 |
2008-10-03 | more specific profile-get is slightly more efficient | Evan Prodromou |
2008-09-29 | blow cache in Notice for tags | Evan Prodromou |
2008-09-28 | blow the cached streams for tags on a new notice | Evan Prodromou |
2008-09-28 | remove debugging code for notice streams | Evan Prodromou |
2008-09-28 | correct some SQL and add some spaces | Evan Prodromou |
2008-09-28 | exact check on memcached results | Evan Prodromou |
2008-09-28 | another debug notice | Evan Prodromou |
2008-09-28 | add some debugging stuff to Notice | Evan Prodromou |
2008-09-28 | lost paren in Notice | Evan Prodromou |
2008-09-28 | change arguments to Notice::publicStream | Evan Prodromou |
2008-09-28 | single function for important streams, with memcached support | Evan Prodromou |
2008-09-26 | move memcache connections to util.php | Evan Prodromou |
2008-09-26 | add some more info on notice update | Evan Prodromou |
2008-09-26 | log a db error for inserting the notice | Evan Prodromou |
2008-09-26 | path correct in require_once for memcached | Evan Prodromou |
2008-09-26 | prepend Memcached_DataObject require with INSTALLDIR | Evan Prodromou |
2008-09-26 | caching layer for DB/DataObject | Evan Prodromou |
2008-09-20 | blow subscriptions cache when the user deletes a notice | Evan Prodromou |
2008-09-15 | fixup SQL code | Evan Prodromou |
2008-09-15 | fix cache deletion code | Evan Prodromou |