summaryrefslogtreecommitdiff
path: root/lib/VNDB/Handler/VNEdit.pm
AgeCommit message (Expand)AuthorFilesLines
2018-02-08Store d+ pages in the DB as versioned entries + use markdownYorhel1-1/+1
2016-10-16Support more than 100 characters per VNYorhel1-1/+1
2016-07-31Handler::VNEdit: Fix bug with new staff/cast being removed on form errorYorhel1-6/+5
2016-07-03Various staff search improvementsYorhel1-2/+2
2016-01-23L10N: Intern all VNDB::Handler::* stuffYorhel1-51/+74
2016-01-20L10N: Intern all VNDB::Util::* stuffYorhel1-4/+4
2016-01-17L10N: Intern blood_types/genders/(char|staff)_roles/discussion_boardsYorhel1-1/+1
2016-01-17Use Tie::IxHash for some global.pl listsYorhel1-3/+3
2016-01-17L10N: Intern VN/producer relations + update relation graphsYorhel1-1/+1
2016-01-16L10N: Intern languages/platforms/resolutions/media/ptype/rtype/vnlengthYorhel1-2/+2
2015-11-28VNPage: Generalize seiyuu listing to character summary listingYorhel1-1/+1
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 fieldsYorhel1-2/+2
2015-10-21SQL: Fix editing + func.sql + triggers.sql + autocreate editing funcsYorhel1-7/+7
2015-10-17SQL: Fix all browsing queries to use the new schemaYorhel1-1/+1
2015-10-03formValidate: Add json_(maxitems|unique|sort) options to json templateYorhel1-33/+10
2015-10-03js: Minor fixesYorhel1-1/+1
2015-10-03Handle JSON data natively when processing form dataYorhel1-23/+16
2015-10-03Rewrote screenshot uploader to support multiple files + use jsonYorhel1-27/+23
2015-10-01VNEdit: Give error on duplicate alias + improved msg on id/page errorYorhel1-8/+8
2015-09-20Fix handling of empty seiyuu/credits fieldsYorhel1-2/+2
2015-09-20formValidate: Add json template and remove json_validate() functionYorhel1-16/+15
2015-09-20formValidate: Created templates for gtin and editsum fieldsYorhel1-2/+1
2015-09-20Update usage kv_validate() to upcoming TUWF 1.0Yorhel1-8/+5
2015-09-17Handler::VNEdit: Use json_validate() for the VN staff/cast dataYorhel1-36/+38
2015-09-17Rename jsonEncode/Decode to C-style namingYorhel1-6/+6
2015-08-10Split script.js into multiple smaller filesYorhel1-0/+2
2015-07-18Handler::(VNEdit|Chars): Fix removal of alpha layer in imagesYorhel1-1/+2
2015-07-12Handler::VNEdit: Use better resizing algorithmYorhel1-1/+6
2015-02-03Conditionally append char IDs in seiyuu editor + minor fixesmorkt1-1/+8
2015-01-28Apply bbSubstLinks to database description fieldsYorhel1-0/+1
2015-01-25staff: Fix adding/editing staff with >10 aliassesYorhel1-1/+1
2015-01-16staff: More form verification + support more chars for VN seiyuu linkingmorkt1-4/+12
2015-01-12staff: Stronger verification of form datamorkt1-8/+14
2015-01-02staff: Fix deleting of staff + use JSON to pass data + minor fixesmorkt1-27/+46
2014-12-29staff: Don't use inline script to pass seiyuu import datamorkt1-14/+8
2014-12-28staff: Import cast from other VN + some styling + more improvementsmorkt1-0/+15
2014-12-28More progress on the staff + cast DBmorkt1-1/+43
2014-12-24Further progress on the staff databasemorkt1-1/+29
2014-12-02Completely drop l_vnn column from VN infoYorhel1-3/+2
2014-12-02Handler::VNEdit: Fix 500 when editing VN without screenshotsYorhel1-1/+1
2014-12-01Don't use inline script to pass screenshot sizes in VN editYorhel1-7/+6
2013-01-21I18N: Merge all translation strings that eval to "Unknown"Yorhel1-1/+1
2013-01-05Screenshot uploader: Load stuff synchronously + removed processing flagYorhel1-15/+11
2013-01-05Don't use Multi for processing screenshotsYorhel1-2/+16
2013-01-05Don't use Multi for processing character imagesYorhel1-1/+1
2013-01-05Don't use Multi for processing VN cover imagesYorhel1-5/+14
2012-01-25Do most of the table striping in CSSYorhel1-1/+1
2012-01-10Handler::VNEdit: Fixed 500 when specifying aliases on VN addingYorhel1-1/+1
2011-12-29Added duplicate check when adding VNsYorhel1-7/+65