summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2010-12-23Converted the notify_announce and notify_dbedit preferencesYorhel4-18/+16
2010-12-23Converted the show_list pref. to users_prefs and inverted the valueYorhel7-29/+33
2010-12-23Converted the show_nsfw preference to use the users_prefs tableYorhel4-21/+19
2010-12-23Added users_prefs table and removed users.(skin|customcss)Yorhel4-13/+44
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 nameYorhel4-43/+39
2010-12-21Added vnlists.status filter to /u+/listYorhel2-1/+9
2010-12-21Added notes field to the user VN listYorhel2-11/+21
2010-12-20Update the votes.date column when changing a voteYorhel1-1/+1
2010-12-20Added ability to batch-edit votes to /u+/votesYorhel2-5/+45
2010-12-20Added advanced page-browsing tabs to threadsYorhel2-15/+32
2010-12-19ULists::votelist: Added first character selectionYorhel2-4/+16
2010-12-19Added tab and link for /u+/votes to user tabs & main menuYorhel2-0/+5
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 consistencyYorhel5-36/+21
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+/listYorhel2-89/+132
2010-12-17Check for editsum = description and give an easier to understand errorYorhel4-4/+8
2010-12-17Don't allow NULL for rr.minage and use -1 for unknownYorhel6-24/+13
2010-12-16Fixed perl warning on /v/search redirect without search queryYorhel1-1/+1
2010-12-16VNDBUtil::bb2html(): Fixed bug when the string starts with a VNDBIDYorhel1-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-14VNDBUtil: Consider "senpai" and "sempai" the same in the VN searchYorhel1-0/+1
2010-12-13Multi::IRC: Don't report new postsYorhel1-1/+1
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=XYorhel5-92/+14
2010-12-13Added advanced tag link browserYorhel2-4/+151
2010-12-10Keep track of last modification date for tag<->vn linksYorhel1-4/+27
2010-12-10Added vote listings for VNs and users (/[uv]+/votes)Yorhel5-9/+83
2010-12-10Added a "general discussions" boardYorhel1-8/+9
2010-12-09Plugin::TLAdmin: Removed useless uri_escape definitionYorhel1-10/+0
2010-12-09Removed expand/collapse from /u+/posts and switched to a combined viewYorhel2-7/+5
2010-12-09Removed expand/collapse from history browser switched to a combined viewYorhel1-10/+4
2010-12-09Handler::Misc: Fixed perl warning and redirect bug for old /v/search URLsYorhel1-1/+1
2010-12-09Write VNDBUtil::uri_escape() and removed dependency on URI::EscapeYorhel2-5/+14
2010-12-06API: Check against the proper "results" value when determining "more"Yorhel1-3/+3
2010-12-05Multi::API: Check for existence of user/pass rather than their valueYorhel1-2/+2
2010-12-05API: Allow the API to be used without logging in with a username/passwordYorhel2-8/+17
2010-12-05API: Removed the limit on the number of open sessions per userYorhel1-5/+2
2010-12-05API: Throttle the commands and sqltime per IP instead of per userYorhel1-11/+12
2010-12-04API: Added "orig_lang" member to the "get vn .." commandYorhel1-1/+2
2010-12-04API: Added "orig_lang" filter to the "get vn .." commandYorhel1-0/+3
2010-12-04API: Increased the maximum number of results for the "get" command to 25Yorhel1-3/+4