summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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-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
2015-10-03Handle JSON data natively when processing form dataYorhel5-37/+45
2015-10-03Rewrote screenshot uploader to support multiple files + use jsonYorhel2-28/+24
2015-10-01VNEdit: Give error on duplicate alias + improved msg on id/page errorYorhel2-9/+10
2015-10-01VN search: Add some more quote characters + & to normalizationYorhel1-1/+2
2015-09-20formValidate(): Let's just allow a '0' id - fix more errorsYorhel2-5/+5
2015-09-20Handler::Staff: Fix validation error on primary alias IDYorhel1-1/+1
2015-09-20Fix handling of empty seiyuu/credits fieldsYorhel1-2/+2
2015-09-20formValidate: Add json template and remove json_validate() functionYorhel3-51/+23
2015-09-20formValidate: Created templates for gtin and editsum fieldsYorhel6-14/+13
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.0Yorhel13-81/+73
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-07Handler::Discussions: Fix two bugs introduced in last commitYorhel2-2/+2
2015-09-07Handler::Discussions: Use ts_headline() to format search resultsYorhel2-5/+33
2015-09-07Handler::Discussions: Remove formcode from search formYorhel2-4/+7
2015-09-07Implement discussion board search functionYorhel3-13/+130
2015-09-06SQL: Convert threads_board.type to ENUMYorhel1-2/+2
2015-08-31Handler::VNPage: Increase limit on number of visible releasesYorhel1-2/+2
2015-08-17js: Clean up misc.jsYorhel2-6/+8
2015-08-17js: Add L10N strings to all relevant varsYorhel1-6/+1
2015-08-10Split script.js into multiple smaller filesYorhel1-0/+2
2015-08-08Char page: Dynamically show/hide trait groups depending on visible traitsYorhel1-7/+1
2015-08-08Hide sexual traits by default + Add profile option to change defaultYorhel2-5/+7
2015-08-08Add sexual trait toggle to character informationYorhel3-29/+24
2015-07-27Handler::VNPage: Bunch of fixes for release page comparison rewriteYorhel1-5/+4