Age | Commit message (Expand) | Author |
2009-03-28 | some phpcs fixups | Evan Prodromou |
2009-03-28 | welcome notice, default sub for new users | Evan Prodromou |
2009-03-07 | Add local directory for plugins, themes, etc. | Evan Prodromou |
2009-03-05 | PostgreSQL - fixed a couple more quoting issues | CiaranG |
2009-02-20 | Fixing a bunch of undefined variable warnings in OpenID signup process | Leslie Michael Orchard |
2009-02-16 | add email notify flag for @-replies | Evan Prodromou |
2009-02-05 | Allow re-authentication with OpenID | Evan Prodromou |
2009-01-30 | PostgreSQL - code changes to avoid problems where user table is referenced in... | Ciaran Gultnieks |
2009-01-23 | Merge branch 'master' of /var/www/mublog | Evan Prodromou |
2009-01-22 | Debug some of the subscriptions+tags problems | Evan Prodromou |
2009-01-21 | move membership/adminship tests to profile | Evan Prodromou |
2009-01-21 | user subscriptions methods | Evan Prodromou |
2009-01-21 | Add group and groups to list of forbidden user names | Evan Prodromou |
2009-01-21 | A method on User for getting groups | Evan Prodromou |
2009-01-21 | First pass at a group home page | Evan Prodromou |
2009-01-19 | Don't override ORDER for inboxes; it messes up caching | Evan Prodromou |
2008-12-11 | whitespace conflicts in User.php | 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-09 | fix registration bug - fatal error when sending email confirmation | Zach Copley |
2008-12-09 | trac540 - Add 'since' param to Twitter-compatible API calls | Zach Copley |
2008-12-08 | fix Profile_block::get() again | Evan Prodromou |
2008-12-08 | removed Profile_block::get, changed to use pkeyGet | Evan Prodromou |
2008-12-08 | enable block API | Evan Prodromou |
2008-12-07 | low-level management of blocks | Evan Prodromou |
2008-12-10 | edit throttling | Evan Prodromou |
2008-11-20 | let users set their own profile tags from profilesettings | Evan Prodromou |
2008-11-20 | whitespace diffs in User.php | Evan Prodromou |
2008-11-16 | emailnotifynudge added to User.php class manually (how to auto-gen?) | millette |
2008-11-22 | if all faves in cache, skip | Evan Prodromou |
2008-11-22 | blow last cache for faves | Evan Prodromou |
2008-11-22 | messed up logic for passing faves | Evan Prodromou |
2008-11-22 | use cached fave stream to save DB hits for faves | Evan Prodromou |
2008-11-16 | add inboxes for new users | Evan Prodromou |
2008-11-13 | different query based on config var and user inbox status | Evan Prodromou |
2008-11-13 | add inboxed and regenerate data objects | Evan Prodromou |
2008-11-06 | trac31 url_auto_shortening by sgmurphy | millette |
2008-11-12 | notice_inbox.id -> notice_inbox.notice_id | 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-22 | change User to use notice inboxes rather than subscription | Evan Prodromou |
2008-10-22 | remove unused noticesWithFriendsWindow from User | Evan Prodromou |
2008-10-05 | Another patch to fix up whitespace conflicts in User.php | Zach Copley |
2008-10-05 | Fixed up conflict (over white space) in User.php | Zach Copley |
2008-10-04 | fix deleted function after synch from Zach | Evan Prodromou |
2008-09-30 | Add support for since_id and before_id to Twitter API. Ticket #540. | mac65 |
2008-10-02 | don't try to free faves in User | Evan Prodromou |
2008-10-02 | try to use caching functions where possible in User | Evan Prodromou |