summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-11-14DB::VN: Fix undeterministic ordering on tag score in VN listingsYorhel1-1/+1
2015-11-11Misc poll improvementsYorhel9-262/+400
2015-11-10Merge branch 'poll' of https://github.com/morkt/vndb into pollsYorhel10-1/+386
2015-11-10added poll error message.morkt1-0/+3
2015-11-10various fixes.morkt1-45/+46
2015-11-10Show full date/time at edit history and thread listingsYorhel3-4/+4
2015-11-10Merge branch 'master' into pollmorkt68-1685/+2031
2015-11-10Add 'has screenshots' filter to VN browserYorhel3-2/+39
2015-11-10Add language filter to staff browserYorhel4-2/+16
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' messageYorhel2-17/+1
2015-11-01Use HTML5 'placeholder' attribute for main search boxYorhel3-17/+2
2015-11-01dropdownsearch.js: Perform search when copy-pasting or dragging textYorhel1-9/+19
2015-11-01Image viewer: Use HTML5 data- attribute instead of 'rel' for dataYorhel4-15/+15
2015-11-01Switch to HTML5 doctype + s/acronym/abbr/ + s/ / /eYorhel9-27/+26
2015-11-01DB::(Producers|VN): Convert svg column to perl encoding when fetchingYorhel2-0/+3
2015-11-01Removed support for sha256-hashed passwordsYorhel6-34/+9
2015-11-01Remove deprecated 'staffedit' permission flagYorhel4-6/+6
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-28Some doc improvementsYorhel19-35/+52
2015-10-25DB::Discussions: Fix bug in 'notusers' queryYorhel1-1/+1
2015-10-25Multi::Anime: Avoid dead state when trying to fetch anime infoYorhel1-2/+2
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 editingYorhel4-5/+23
2015-10-24DB::Staff: Fix 'aid' filter, used when editing VN staff infoYorhel1-1/+1
2015-10-24SQL: Throwing around some indicesYorhel2-4/+10
2015-10-24Improve several discussion board SQL queriesYorhel4-10/+27
2015-10-21Improve SQL in dbRevisionGet()Yorhel3-49/+35
2015-10-21SQL: Fix Multi to use the new DB schemaYorhel5-163/+145
2015-10-21SQL: Fix editing + func.sql + triggers.sql + autocreate editing funcsYorhel19-639/+463
2015-10-18discussion board polls.morkt8-1/+261
2015-10-18discussion board polls.morkt2-0/+121
2015-10-17SQL: Fix all browsing queries to use the new schemaYorhel20-436/+541
2015-10-17SQL: Convert all item-tables to a different schemaYorhel3-235/+669
2015-10-12Notifications: Allow max 500 notifies per user + add SQL index on uidYorhel3-0/+7
2015-10-12SQL: Split constraints/indices/triggers in new file + use idempotent SQLYorhel5-179/+172
2015-10-11SQL: Convert producers_rev.type into enumYorhel3-1/+9
2015-10-11VNDBUtil: Add some tildes to VN search normalizationYorhel1-1/+1
2015-10-03formValidate: Add json_(maxitems|unique|sort) options to json templateYorhel3-40/+59
2015-10-03js: Minor fixesYorhel3-3/+3
2015-10-03Handle JSON data natively when processing form dataYorhel6-40/+47
2015-10-03Rewrote screenshot uploader to support multiple files + use jsonYorhel6-189/+169
2015-10-01VNEdit: Give error on duplicate alias + improved msg on id/page errorYorhel3-9/+22
2015-10-01VN search: Add some more quote characters + & to normalizationYorhel2-1/+6
2015-09-20formValidate(): Let's just allow a '0' id - fix more errorsYorhel3-6/+6
2015-09-20Handler::Staff: Fix validation error on primary alias IDYorhel1-1/+1