summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2015-09-20Fix handling of empty seiyuu/credits fieldsYorhel2-3/+3
2015-09-20formValidate: Add json template and remove json_validate() functionYorhel5-54/+49
2015-09-20formValidate: Created templates for gtin and editsum fieldsYorhel8-26/+40
2015-09-20Use plural version of reqPostsYorhel1-1/+1
2015-09-20Use the new reqQuery() + update usage of reqPath() for TUWF 1.0Yorhel2-3/+2
2015-09-20Update usage kv_validate() to upcoming TUWF 1.0Yorhel15-101/+90
2015-09-17Handler::Discussions: Add search box to non-item thread listsYorhel1-22/+31
2015-09-17Handler::VNEdit: Use json_validate() for the VN staff/cast dataYorhel1-36/+38
2015-09-17Rename jsonEncode/Decode to C-style namingYorhel3-13/+13
2015-09-17Created json_validate() for JSON form data, used for Staff alias editorYorhel3-25/+44
2015-09-08Multi::API: Set keepalive on sockets to detect dead TCP connectionsYorhel1-0/+1
2015-09-08L10N: Fix typo in board searchYorhel1-1/+1
2015-09-07Handler::Discussions: Fix two bugs introduced in last commitYorhel2-2/+2
2015-09-07Handler::Discussions: Use ts_headline() to format search resultsYorhel4-7/+47
2015-09-07Handler::Discussions: Remove formcode from search formYorhel2-4/+7
2015-09-07Implement discussion board search functionYorhel8-14/+265
2015-09-06SQL: Convert threads_board.type to ENUMYorhel4-3/+9
2015-09-03CSS: Add overflow:hidden to screenshots on homepageYorhel1-1/+1
2015-09-03JS: Fix argument replacement regexp in mt()Yorhel1-1/+1
2015-08-31Handler::VNPage: Increase limit on number of visible releasesYorhel1-2/+2
2015-08-18vnstaff.js: Export vnsStaffData for use by vncast.jsYorhel1-4/+5
2015-08-17spritegen.pl: Add pngcrush/slow options + force png32 + atomic replaceYorhel3-6/+24
2015-08-17Merge branch 'jscleanup'Yorhel35-3464/+3544
2015-08-17jsgen: Support external command for JS compression (like uglifyjs)Yorhel5-17/+46
2015-08-17js: Clean up misc.jsYorhel4-134/+153
2015-08-17js: Add L10N strings to all relevant varsYorhel5-66/+33
2015-08-16js: Clean up charops.js & tagops.jsYorhel2-111/+123
2015-08-15js: Let jsgen.pl preprocess L10N strings + add L10N strings to some varsYorhel7-71/+77
2015-08-15js: Wrap included files in anonymous functionYorhel8-461/+436
2015-08-15js: Cleanup + improve dropdownsearch.jsYorhel1-131/+165
2015-08-14CSS: Add sans-serif as fallback fontYorhel1-4/+4
2015-08-11js: Cleanup dropdown.js + remove http_request globalYorhel3-73/+90
2015-08-11js: Cleanup dateselector.jsYorhel2-59/+88
2015-08-11js: Cleanup tabs.jsYorhel1-34/+46
2015-08-10js: Clean up iv.js to use own namespace + better prev/next generationYorhel2-88/+119
2015-08-10js: Move generated variables into global VARS structureYorhel10-82/+83
2015-08-10Split script.js into multiple smaller filesYorhel28-3385/+3333
2015-08-08Char page: Dynamically show/hide trait groups depending on visible traitsYorhel2-14/+10
2015-08-08Hide sexual traits by default + Add profile option to change defaultYorhel5-6/+21
2015-08-08Add sexual trait toggle to character informationYorhel6-56/+91
2015-07-27Handler::VNPage: Bunch of fixes for release page comparison rewriteYorhel1-5/+4
2015-07-26Handler::VNPage: Rewrite release comparison pageYorhel1-408/+227
2015-07-25L10N: Remove unused translation stringsYorhel1-108/+0
2015-07-25Handler::Misc: Fix minor calculation error in determining "admin" userYorhel1-1/+1
2015-07-22Util::BrowseHTML: Fix XSS in "order by" link URLsYorhel1-2/+2