Age | Commit message (Expand) | Author |
2008-09-28 | sync function names | Evan Prodromou |
2008-09-28 | cache tag streams in Memcached, too | Evan Prodromou |
2008-09-28 | add favoritesrss | Evan Prodromou |
2008-09-28 | fancy url for favorites rss | Evan Prodromou |
2008-09-28 | remove unneeded find() in userrss.php | 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 | remove noticewrapper | Evan Prodromou |
2008-09-28 | move noticewrapper to classes | 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 | shownotices takes user rather than profile in showstream | Evan Prodromou |
2008-09-28 | single function for important streams, with memcached support | Evan Prodromou |
2008-09-27 | slightly better check on $orig in update() | Evan Prodromou |
2008-09-26 | move memcache connections to util.php | Evan Prodromou |
2008-09-26 | handle multiple memcached servers | Evan Prodromou |
2008-09-26 | wasn't returning results of update | 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 | another false-for-error | Evan Prodromou |
2008-09-26 | Memcache returns false on cache miss | Evan Prodromou |
2008-09-26 | don't record null key values | Evan Prodromou |
2008-09-26 | hack to make keys work | Evan Prodromou |
2008-09-26 | handle one-argument calls to staticGet | Evan Prodromou |
2008-09-26 | better deletes and key names | Evan Prodromou |
2008-09-26 | try to make some static/non-static stuff work right | Evan Prodromou |
2008-09-26 | better handling of staticGet | Evan Prodromou |
2008-09-26 | path correct in require_once for memcached | Evan Prodromou |
2008-09-26 | rename cached object file | 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-26 | try to clean up user-without-profile errors | Evan Prodromou |
2008-09-24 | better redirect to outbox | Evan Prodromou |
2008-09-24 | redirect to outbox after posting | Evan Prodromou |
2008-09-24 | correct url for new message form | Evan Prodromou |
2008-09-24 | put message form on inbox and outbox | Evan Prodromou |
2008-09-24 | change handle() to use message-getting helper | Evan Prodromou |
2008-09-24 | change the rule for detecting replies. | Evan Prodromou |
2008-09-24 | default sending local @ replies to Twitter | Evan Prodromou |
2008-09-22 | Fix ticket 460 | mac65 |
2008-09-22 | Fix ticket 662 | mac65 |
2008-09-24 | change foreign links flags code to use bitmasks | Evan Prodromou |
2008-09-24 | Twitter bridge - Was using the wrong idiom to update foreign_link | Zach Copley |
2008-09-24 | Twitter bridge - fixed another bug that kept prefs from saving properly | Zach Copley |
2008-09-23 | Twitter bridge - pref setting to turn off sending @-replies to Twitter | Zach Copley |
2008-09-23 | Twitter bridge - Bugfix: You can now turn off brige via prefs | Zach Copley |
2008-09-23 | README - Added mbstring to the list of required PHP5 extensions | Zach Copley |