summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2016-01-10Multi::Anime: Regularly resolve the AniDB API DNSYorhel1-15/+26
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-12-29Multi::API: Add support for TLSYorhel1-8/+23
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-26Multi::IRC: Fix auth bypass bug + make !quote admin-onlyYorhel1-2/+2
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 pollmorkt30-767/+820
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/ / /eYorhel6-20/+15
2015-11-01DB::(Producers|VN): Convert svg column to perl encoding when fetchingYorhel2-0/+3
2015-11-01Removed support for sha256-hashed passwordsYorhel2-26/+3
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-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 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 Multi to use the new DB schemaYorhel5-163/+145
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-12Notifications: Allow max 500 notifies per user + add SQL index on uidYorhel1-0/+2
2015-10-11VNDBUtil: Add some tildes to VN search normalizationYorhel1-1/+1
2015-10-03formValidate: Add json_(maxitems|unique|sort) options to json templateYorhel2-38/+13
2015-10-03js: Minor fixesYorhel1-1/+1