summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)AuthorFilesLines
2017-06-01Add script to remove unused imagesYorhel1-0/+108
2017-04-21Add 1366x768 resolutionYorhel1-0/+3
2016-12-01SQL: Fix adding vndb_multi role and grant on rlistsYorhel2-1/+4
2016-11-27SQL: Use separate role for Multi2.26Yorhel2-2/+69
2016-11-27SQL: Use separate role for the website + disallow access to user dataYorhel5-4/+206
2016-08-09Add Croatian languageYorhel2-1/+5
2016-07-31SQL: Improve trait cache update from 206 to 16 secondsYorhel3-4/+12
2016-07-31Add Thai languageYorhel2-1/+5
2016-07-03Generalize substring search relevance + apply to most dropdown searchesYorhel2-0/+26
2016-07-02Util::ValidateTemplates: Fix forgotten import of kv_validateYorhel1-1/+1
2016-07-02Validate release dates + move validation out of vndb.plYorhel1-75/+0
2016-02-15Add Tagalog languageYorhel2-1/+5
2016-02-12JS: Fix char_roles bug + CSS: Minor tweaks to main VN info layoutYorhel1-1/+1
2016-01-23L10N: Remove all remaining traces of the interface translation featureYorhel2-220/+0
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-16L10N: Remove all translationsYorhel1-30/+2
2016-01-10Use atomic replace when writing .gz assetsYorhel2-2/+8
2016-01-10Support zopfli/zopflipng for all static asset generatorsYorhel3-22/+25
2015-11-11Misc poll improvementsYorhel3-25/+46
2015-11-10Merge branch 'master' into pollmorkt8-817/+1096
2015-11-01Switch to HTML5 doctype + s/acronym/abbr/ + s/ / /eYorhel1-0/+4
2015-11-01Removed support for sha256-hashed passwordsYorhel2-3/+3
2015-11-01Remove deprecated 'staffedit' permission flagYorhel1-0/+2
2015-10-25Staff: Add error msg when removing used alias + fix bug in alias editingYorhel1-2/+2
2015-10-24SQL: Throwing around some indicesYorhel1-2/+8
2015-10-24Improve several discussion board SQL queriesYorhel3-2/+13
2015-10-21SQL: Fix editing + func.sql + triggers.sql + autocreate editing funcsYorhel7-585/+406
2015-10-18discussion board polls.morkt1-0/+24
2015-10-17SQL: Fix all browsing queries to use the new schemaYorhel1-0/+1
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 uidYorhel2-0/+5
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-03formValidate: Add json_(maxitems|unique|sort) options to json templateYorhel1-2/+46
2015-10-03Handle JSON data natively when processing form dataYorhel1-3/+2
2015-10-01VN search: Add some more quote characters + & to normalizationYorhel1-0/+4
2015-09-20formValidate(): Let's just allow a '0' id - fix more errorsYorhel1-1/+1
2015-09-20Fix handling of empty seiyuu/credits fieldsYorhel1-1/+1
2015-09-20formValidate: Add json template and remove json_validate() functionYorhel1-1/+24
2015-09-20formValidate: Created templates for gtin and editsum fieldsYorhel1-0/+3
2015-09-20Update usage kv_validate() to upcoming TUWF 1.0Yorhel1-6/+3
2015-09-07Handler::Discussions: Use ts_headline() to format search resultsYorhel2-2/+14
2015-09-07Implement discussion board search functionYorhel3-0/+18
2015-09-06SQL: Convert threads_board.type to ENUMYorhel3-1/+7
2015-08-17spritegen.pl: Add pngcrush/slow options + force png32 + atomic replaceYorhel1-6/+13
2015-08-17jsgen: Support external command for JS compression (like uglifyjs)Yorhel1-7/+30