summaryrefslogtreecommitdiff
path: root/lib/VNDB/Handler/Users.pm
AgeCommit message (Expand)AuthorFilesLines
2010-02-06Handler::Users: Re-fetch notifycount after batch-editing notificationsYorhel1-0/+1
2010-02-05Notifications: Added 'announce' notificationYorhel1-7/+12
2010-02-05Notifications: Added 'dbedit' notificationYorhel1-1/+28
2010-02-02Handler::Users: Got rid of useless sprintf statementYorhel1-1/+0
2010-02-02Notifications: Renamed description column to actionYorhel1-1/+1
2010-02-01Added notification for database deletions to users who contributedYorhel1-1/+2
2010-02-01Cache the title and userid of the notificationsYorhel1-1/+1
2010-02-01Notifications: Added onclick event to the description columnYorhel1-1/+1
2010-01-26Made a start on the notification systemYorhel1-1/+106
2010-01-24Automatically generate the skin credits on d7Yorhel1-1/+1
2010-01-24Show deleted entries in the edit histories by defaultYorhel1-1/+1
2010-01-11Fixed sorting bug on /u+/postsYorhel1-1/+1
2009-11-27DB: Abstracted all ORDER BY clauses in the DB abstraction layerYorhel1-1/+1
2009-11-27Split browse functions from CommonHTML.pm into BrowseHTML.pmYorhel1-1/+1
2009-10-29Handler::Users: Fixed password recovery email sending bugYorhel1-1/+1
2009-10-10Greatly reduced default number of columns returned by dbUserGetYorhel1-1/+1
2009-10-07L10N: Extracted some common Javascript stringsYorhel1-1/+1
2009-10-03JS: Rewrote and generalized row group expand codeYorhel1-1/+1
2009-10-03JS: Updated and generalized list expand/collapse functionsYorhel1-2/+2
2009-09-24Handler::Users: Fixed URL display in flags_list optionYorhel1-1/+1
2009-09-24L10N: Translated the 'ALL' char and fixed footer TL bugYorhel1-1/+1
2009-09-06L10N: Converted Handler::VNPageYorhel1-3/+3
2009-09-04L10N: Converted Handler::UsersYorhel1-125/+88
2009-08-18htmlForm(): Don't generate subform id from the titleYorhel1-4/+4
2009-08-17L10N: Moved some functions from Func.pm to L10N.pm and added Russian quant() ...Yorhel1-3/+3
2009-08-17L10N: Converted user ranks and language namesYorhel1-1/+1
2009-08-12Allow a usermod to browse a users' list even when it's hiddenYorhel1-2/+2
2009-08-12Added global user votes ignore listYorhel1-0/+4
2009-08-09Don't perform username regex validation on loginYorhel1-1/+1
2009-07-29Altered the way sessions are handled in some cases3dB1-0/+1
2009-07-28Multiple bugfixes to authorization system & sql tweaks3dB1-1/+1
2009-07-28Modified DB libraries and user handlers dealing with passwords to work with n...3dB1-4/+6
2009-07-09Don't allow bots to index the users' posts browserYorhel1-1/+1
2009-07-07Posts browser on user pages (/u+/posts)Yorhel1-1/+60
2009-07-03Search box on user listYorhel1-2/+7
2009-03-22Merge branch 'tagging' into betaYorhel1-2/+12
2009-03-08Tag stats on user pages and listYorhel1-2/+12
2009-02-28Show skin directory names on profile page when debuggingYorhel1-1/+1
2009-02-21Link to CSS entry on Wikipedia to the user profile pagesYorhel1-1/+1
2009-02-07Don't show deleted items on the recent edits of a userpageYorhel1-1/+1
2009-01-10Fixed some grammar mistakes related to singular/pluralYorhel1-2/+6
2009-01-10Limit account creation to one account a day per IPYorhel1-0/+1
2009-01-02Increased the width of the skin selectorYorhel1-1/+1
2009-01-02Got rid of perl warning when changing password but forgetting to fill out one...Yorhel1-1/+2
2009-01-02Added custom CSS field to user profileYorhel1-6/+7
2008-12-28Order skin list by their full name instead of directory nameYorhel1-1/+1
2008-12-23Added skin selector to profile pageYorhel1-1/+6
2008-12-21Don't redirect to /u/ pages after logging inYorhel1-0/+1
2008-12-21Fixed first password input on user profile formYorhel1-1/+1
2008-12-21Fixed password recovery featureYorhel1-15/+14