summaryrefslogtreecommitdiff
path: root/classes/User.php
AgeCommit message (Expand)Author
2009-01-23Merge branch 'master' of /var/www/mublogEvan Prodromou
2009-01-22Debug some of the subscriptions+tags problemsEvan Prodromou
2009-01-21move membership/adminship tests to profileEvan Prodromou
2009-01-21user subscriptions methodsEvan Prodromou
2009-01-21Add group and groups to list of forbidden user namesEvan Prodromou
2009-01-21A method on User for getting groupsEvan Prodromou
2009-01-21First pass at a group home pageEvan Prodromou
2009-01-19Don't override ORDER for inboxes; it messes up cachingEvan Prodromou
2008-12-11whitespace conflicts in User.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-09fix registration bug - fatal error when sending email confirmationZach Copley
2008-12-09trac540 - Add 'since' param to Twitter-compatible API callsZach Copley
2008-12-08fix Profile_block::get() againEvan Prodromou
2008-12-08removed Profile_block::get, changed to use pkeyGetEvan Prodromou
2008-12-08enable block APIEvan Prodromou
2008-12-07low-level management of blocksEvan Prodromou
2008-12-10edit throttlingEvan Prodromou
2008-11-20let users set their own profile tags from profilesettingsEvan Prodromou
2008-11-20whitespace diffs in User.phpEvan Prodromou
2008-11-16emailnotifynudge added to User.php class manually (how to auto-gen?)millette
2008-11-22if all faves in cache, skipEvan Prodromou
2008-11-22blow last cache for favesEvan Prodromou
2008-11-22messed up logic for passing favesEvan Prodromou
2008-11-22use cached fave stream to save DB hits for favesEvan Prodromou
2008-11-16add inboxes for new usersEvan Prodromou
2008-11-13different query based on config var and user inbox statusEvan Prodromou
2008-11-13add inboxed and regenerate data objectsEvan Prodromou
2008-11-06trac31 url_auto_shortening by sgmurphymillette
2008-11-12notice_inbox.id -> notice_inbox.notice_idEvan 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-22change User to use notice inboxes rather than subscriptionEvan Prodromou
2008-10-22remove unused noticesWithFriendsWindow from UserEvan Prodromou
2008-10-05Another patch to fix up whitespace conflicts in User.phpZach Copley
2008-10-05Fixed up conflict (over white space) in User.phpZach Copley
2008-10-04fix deleted function after synch from ZachEvan Prodromou
2008-09-30Add support for since_id and before_id to Twitter API. Ticket #540.mac65
2008-10-02don't try to free faves in UserEvan Prodromou
2008-10-02try to use caching functions where possible in UserEvan Prodromou
2008-10-02remove unused helper functionEvan Prodromou
2008-09-28correct some SQL and add some spacesEvan Prodromou
2008-09-28remove noticewrapperEvan Prodromou
2008-09-28single function for important streams, with memcached supportEvan Prodromou
2008-09-26move memcache connections to util.phpEvan 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