summaryrefslogtreecommitdiff
path: root/lib/VNDB/Handler
AgeCommit message (Expand)AuthorFilesLines
2011-01-07Bugfix: Don't allow empty edit on releases with multiple producersYorhel1-1/+1
2011-01-02Bugfix: Correctly randomize screenshots on homepage with filtersYorhel1-1/+1
2011-01-02Fixed perl warning on /u+/votes batchedit with nothing selectedYorhel1-1/+1
2011-01-01Also apply permanent VN filters to the random screenshots on /Yorhel1-1/+7
2011-01-01V|R Browse: Don't apply saved filters when an empty filter string is givenYorhel2-2/+4
2011-01-01Bugfix: properly escape search query in links query stringYorhel2-4/+6
2011-01-01Added saving notes to filter selector and applied filFetchDB()Yorhel3-6/+7
2011-01-01More infrastructural changes to accomodate for the permanent filtersYorhel3-4/+23
2011-01-01Implemented filFetchDB() and converted the VN/Release browser to use itYorhel2-57/+34
2010-12-28Bugfix: translate screen resolutions on release revision pagesYorhel1-1/+1
2010-12-28Bugfix: *properly* check for access priviledge on users' listsYorhel1-3/+3
2010-12-28Bugfix: check for validness of form arguments on /[uv]+/votesYorhel1-0/+1
2010-12-23Store l10n preference in the database for logged-in usersYorhel1-2/+9
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 valueYorhel4-23/+23
2010-12-23Converted the show_nsfw preference to use the users_prefs tableYorhel2-18/+16
2010-12-23Added users_prefs table and removed users.(skin|customcss)Yorhel1-4/+4
2010-12-22Don't allow page > 100 or sorting on username or title on tag link browserYorhel1-4/+4
2010-12-21Pass VN tag filters by ID rather than nameYorhel2-33/+23
2010-12-21Added vnlists.status filter to /u+/listYorhel1-1/+8
2010-12-21Added notes field to the user VN listYorhel1-4/+11
2010-12-20Added ability to batch-edit votes to /u+/votesYorhel1-2/+40
2010-12-20Added advanced page-browsing tabs to threadsYorhel1-2/+2
2010-12-19ULists::votelist: Added first character selectionYorhel1-4/+10
2010-12-19ULists::votelist: Don't give a 404 on /u+/votes when no votes foundYorhel1-2/+3
2010-12-19RFC-01: Code/DB cleanup and renamed some stuff for consistencyYorhel3-16/+16
2010-12-19RFC-01: Added VN list selection box to VN pagesYorhel2-3/+34
2010-12-19RFC-01: Fixed release list updating dropdown on VN pagesYorhel2-9/+5
2010-12-19RFC-01: Fixed release list selection thing on release pagesYorhel2-17/+10
2010-12-19RFC-01: Updated and improved /u+/listYorhel1-43/+62
2010-12-17Check for editsum = description and give an easier to understand errorYorhel3-3/+7
2010-12-17Don't allow NULL for rr.minage and use -1 for unknownYorhel3-12/+10
2010-12-16Fixed perl warning on /v/search redirect without search queryYorhel1-1/+1
2010-12-15Handler::Users: Link the vote count on /u+ to /u+/votes instead of /u+/listYorhel1-1/+1
2010-12-15Handler::ULists: Added noindex to /[vu]+/votesYorhel1-1/+1
2010-12-14Handler::Tags: Added noindex to /g/linksYorhel1-1/+1
2010-12-14L10N: Extracted screen resolution strings from the codeYorhel1-2/+3
2010-12-13Disable "Don't update last modified field" by default for modsYorhel1-1/+0
2010-12-13Added links to /g/links from /g and /g+Yorhel1-0/+2
2010-12-13Added "who voted on this tag"-links on /v+/tagmod (to /g/links)Yorhel1-2/+6
2010-12-13Removed /u+/tags and replaced/added links to /g/links?u=XYorhel3-85/+13
2010-12-13Added advanced tag link browserYorhel1-0/+117
2010-12-10Added vote listings for VNs and users (/[uv]+/votes)Yorhel3-5/+63
2010-12-10Added a "general discussions" boardYorhel1-8/+9
2010-12-09Removed expand/collapse from /u+/posts and switched to a combined viewYorhel1-6/+4
2010-12-09Handler::Misc: Fixed perl warning and redirect bug for old /v/search URLsYorhel1-1/+1
2010-12-04Handler::Releases: Fixed perl warning in _fil_compat()Yorhel1-1/+1
2010-11-28Merge branch 'beta'Yorhel6-237/+117
2010-11-28Release filter selector: Added original language filterYorhel1-1/+1
2010-11-28Handler::VNBrowse: Fixed bug with assigning to $fil->{lang}Yorhel1-1/+1