summaryrefslogtreecommitdiff
path: root/classes/User.php
AgeCommit message (Expand)Author
2009-05-23update User.php with new design-related fieldsEvan Prodromou
2009-05-18Added personal tag page: http://example.com/MY_NICK/tag/A_TAGRobin Millette
2009-05-01make faves work with idsEvan Prodromou
2009-04-29make replies use new query formatEvan Prodromou
2009-04-28Change to avoid a join in notice inboxEvan Prodromou
2009-04-16start of querybyidEvan Prodromou
2009-03-28some phpcs fixupsEvan Prodromou
2009-03-28welcome notice, default sub for new usersEvan Prodromou
2009-03-07Add local directory for plugins, themes, etc.Evan Prodromou
2009-03-05PostgreSQL - fixed a couple more quoting issuesCiaranG
2009-02-20Fixing a bunch of undefined variable warnings in OpenID signup processLeslie Michael Orchard
2009-02-16add email notify flag for @-repliesEvan Prodromou
2009-02-05Allow re-authentication with OpenIDEvan Prodromou
2009-01-30PostgreSQL - code changes to avoid problems where user table is referenced in...Ciaran Gultnieks
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