summaryrefslogtreecommitdiff
path: root/util/jsgen.pl
AgeCommit message (Expand)AuthorFilesLines
2016-02-12JS: Fix char_roles bug + CSS: Minor tweaks to main VN info layoutYorhel1-1/+1
2016-01-17L10N: Intern all Javascript strings and rename main JS fileYorhel1-100/+4
2016-01-17L10N: Intern blood_types/genders/(char|staff)_roles/discussion_boardsYorhel1-4/+4
2016-01-17Use Tie::IxHash for some global.pl listsYorhel1-3/+3
2016-01-17L10N: Intern tag_cats/voiced/animated/*_statusYorhel1-3/+3
2016-01-16L10N: Intern languages/platforms/resolutions/media/ptype/rtype/vnlengthYorhel1-11/+8
2016-01-10Use atomic replace when writing .gz assetsYorhel1-1/+4
2016-01-10Support zopfli/zopflipng for all static asset generatorsYorhel1-0/+2
2015-08-17jsgen: Support external command for JS compression (like uglifyjs)Yorhel1-7/+30
2015-08-17js: Add L10N strings to all relevant varsYorhel1-8/+8
2015-08-15js: Let jsgen.pl preprocess L10N strings + add L10N strings to some varsYorhel1-18/+48
2015-08-15js: Wrap included files in anonymous functionYorhel1-1/+1
2015-08-10js: Move generated variables into global VARS structureYorhel1-46/+44
2015-08-10Split script.js into multiple smaller filesYorhel1-3/+13
2014-12-22Initial implementation of a staff/seiyuu databasemorkt1-0/+1
2011-10-24Added 'role' filter to character browserYorhel1-0/+1
2011-08-30Changed size/weight character filters to javascript slidersQCyph1-5/+0
2011-08-27Added filters to character browse page and trait pageQCyph1-0/+7
2011-03-14chardb: Added Char<->VN linking edit interfaceYorhel1-0/+1
2011-02-04jsgen.pl: Fixed bug with referencing to the wrong cookie_defaultsYorhel1-2/+2
2011-01-25TUWF: Initial convert from YAWF to TUWFYorhel1-1/+0
2010-12-19RFC-01: Code/DB cleanup and renamed some stuff for consistencyYorhel1-2/+1
2010-12-18JS: Fixed bug in jsgen.pl with the generation of age_ratingsYorhel1-1/+1
2010-12-17Don't allow NULL for rr.minage and use -1 for unknownYorhel1-1/+1
2010-12-14L10N: Extracted screen resolution strings from the codeYorhel1-3/+6
2010-12-04JS: Display TL lang in its own language in TL selector dropdownYorhel1-4/+3
2010-11-27VN Filter Selector: Added length field filterYorhel1-0/+2
2010-11-26Added voiced field release filterYorhel1-0/+1
2010-11-26Added animation field release filterYorhel1-1/+2
2010-11-25JS: Split script.js into a separate file for each languageYorhel1-55/+62
2010-11-21Implemented the client side of the new release filter systemYorhel1-2/+28
2010-11-02Automatically read L10N keys from script.jsYorhel1-46/+44
2010-11-02Prefix all cookies with a configurable cookie_prefixYorhel1-0/+1
2009-10-21Wrote producer relation editor interfaceYorhel1-1/+2
2009-10-07Changed language selector into a Javascript dropdownYorhel1-1/+3
2009-10-07L10N: Extracted last bits of JavascriptYorhel1-1/+4
2009-10-07L10N: Extracted VN screenshot uploaderYorhel1-1/+2
2009-10-07L10N: Extracted release media and the media selectorYorhel1-1/+2
2009-10-07L10N: Extracted VN relation editorYorhel1-1/+2
2009-10-07L10N: Extracted strings for and improved release list selector on VN pagesYorhel1-3/+8
2009-10-07L10N: Extracted release list statusesYorhel1-1/+2
2009-10-07L10N: Extracted some common Javascript stringsYorhel1-2/+6
2009-10-07L10N/JS: Added small framework for translating the strings in JSYorhel1-1/+55
2009-10-07JS: Moved script.js to data/ and added jsgen.pl to process itYorhel1-0/+24