summaryrefslogtreecommitdiff
path: root/lib/VNDB
AgeCommit message (Expand)AuthorFilesLines
2016-01-10DB::Users: Perform case-insensitive email matchingYorhel1-1/+1
2016-01-10Require current password on /u+/edit + only hash password once on /u+/setpassYorhel2-14/+31
2016-01-10DB::(VN|Producers): Don't decode_utf8() xml valuesYorhel2-4/+0
2015-12-31DB::Releases: Don't match non-patch fields for patch releasesYorhel1-6/+6
2015-12-30Add release filters to VN browserYorhel9-33/+71
2015-11-28VNPage: Generalize seiyuu listing to character summary listingYorhel3-74/+80
2015-11-26Modified cast block layout.morkt1-18/+24
2015-11-26Handler::VNPage: Fix character listing tabYorhel1-1/+1
2015-11-26Handler::Discussions: Fix display of username when editing postYorhel1-1/+1
2015-11-26Handler::VNPage: Move staff tab into main VN page + some styling changesYorhel2-51/+24
2015-11-26Handler::Releases: Fix bug when editing release with lots of VNsYorhel1-1/+1
2015-11-14DB::VN: Fix undeterministic ordering on tag score in VN listingsYorhel1-1/+1
2015-11-11Misc poll improvementsYorhel4-210/+173
2015-11-10Merge branch 'poll' of https://github.com/morkt/vndb into pollsYorhel4-1/+259
2015-11-10various fixes.morkt1-45/+46
2015-11-10Show full date/time at edit history and thread listingsYorhel2-2/+2
2015-11-10Merge branch 'master' into pollmorkt24-592/+669
2015-11-10Add 'has screenshots' filter to VN browserYorhel1-1/+1
2015-11-10Add language filter to staff browserYorhel2-1/+2
2015-11-02DB::VN: Fix dbVNHasStaff() query when VN has only seiyuu and no staffYorhel1-1/+1
2015-11-01Util::LayoutHTML: Suppress warning when $o{search} isn't definedYorhel1-1/+1
2015-11-01Remove 'you need to be logged in to edit this page' messageYorhel1-5/+1
2015-11-01Use HTML5 'placeholder' attribute for main search boxYorhel1-1/+1
2015-11-01Image viewer: Use HTML5 data- attribute instead of 'rel' for dataYorhel1-2/+2
2015-11-01Switch to HTML5 doctype + s/acronym/abbr/ + s/ / /eYorhel5-15/+12
2015-11-01DB::(Producers|VN): Convert svg column to perl encoding when fetchingYorhel2-0/+3
2015-11-01Removed support for sha256-hashed passwordsYorhel1-21/+2
2015-11-01Remove deprecated 'staffedit' permission flagYorhel2-4/+2
2015-11-01Handler::VNEdit: Also increase size of title fields in VN add formYorhel1-2/+2
2015-10-28Handler::(Releases|VNEdit): Increase width of title/orig input fieldsYorhel2-4/+4
2015-10-28Handler::Users: Don't hide list stats from own user or usermodsYorhel1-3/+4
2015-10-25DB::Discussions: Fix bug in 'notusers' queryYorhel1-1/+1
2015-10-25DB::ULists: Revert change from 'numeric' to 'float' to fix vote graphsYorhel1-2/+2
2015-10-25DB::Discussions: Minor improvement to post <-> board filter query2.25Yorhel1-1/+1
2015-10-25Staff: Add error msg when removing used alias + fix bug in alias editingYorhel2-3/+9
2015-10-24DB::Staff: Fix 'aid' filter, used when editing VN staff infoYorhel1-1/+1
2015-10-24SQL: Throwing around some indicesYorhel1-2/+2
2015-10-24Improve several discussion board SQL queriesYorhel1-8/+14
2015-10-21Improve SQL in dbRevisionGet()Yorhel3-49/+35
2015-10-21SQL: Fix editing + func.sql + triggers.sql + autocreate editing funcsYorhel10-52/+51
2015-10-18discussion board polls.morkt3-1/+163
2015-10-18discussion board polls.morkt1-0/+95
2015-10-17SQL: Fix all browsing queries to use the new schemaYorhel19-436/+540
2015-10-03formValidate: Add json_(maxitems|unique|sort) options to json templateYorhel2-38/+13
2015-10-03js: Minor fixesYorhel1-1/+1
2015-10-03Handle JSON data natively when processing form dataYorhel5-37/+45
2015-10-03Rewrote screenshot uploader to support multiple files + use jsonYorhel2-28/+24
2015-10-01VNEdit: Give error on duplicate alias + improved msg on id/page errorYorhel2-9/+10
2015-09-20formValidate(): Let's just allow a '0' id - fix more errorsYorhel2-5/+5
2015-09-20Handler::Staff: Fix validation error on primary alias IDYorhel1-1/+1