summaryrefslogtreecommitdiff
path: root/lib/VNDB/Handler/Users.pm
AgeCommit message (Expand)AuthorFilesLines
2011-04-08Added 'select' all to wishlist and moved 'select all' down on notifiesYorhel1-1/+3
2011-02-03TUWF: Replaced reqParam() with reqGet() or reqPost() where applicableYorhel1-2/+2
2011-01-27Order "all notifications" with new notifications firstYorhel1-0/+1
2011-01-27TUWF: Added tag name to several end() callsYorhel1-5/+5
2011-01-25TUWF: Initial convert from YAWF to TUWFYorhel1-44/+43
2010-12-23Converted the notify_announce and notify_dbedit preferencesYorhel1-10/+7
2010-12-23Converted the show_list pref. to users_prefs and inverted the valueYorhel1-16/+15
2010-12-23Converted the show_nsfw preference to use the users_prefs tableYorhel1-13/+11
2010-12-23Added users_prefs table and removed users.(skin|customcss)Yorhel1-4/+4
2010-12-15Handler::Users: Link the vote count on /u+ to /u+/votes instead of /u+/listYorhel1-1/+1
2010-12-13Removed /u+/tags and replaced/added links to /g/links?u=XYorhel1-2/+11
2010-12-10Added vote listings for VNs and users (/[uv]+/votes)Yorhel1-1/+1
2010-12-09Removed expand/collapse from /u+/posts and switched to a combined viewYorhel1-6/+4
2010-11-09Added human confirmation question to the registration pageYorhel1-2/+11
2010-11-06URL change: /u/logout => /u$id/logoutYorhel1-2/+5
2010-11-06Fixed cross-site request forgery vulnerabilitiesYorhel1-4/+13
2010-11-01Handler::Users: Added note about automatic deletion to notifications pageYorhel1-0/+1
2010-03-14Handler::Users: Added noindex to user pagesYorhel1-1/+1
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