summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2020-03-13Discussions::Thread: Show a 404 if there are no posts to displayYorhel1-0/+1
2020-03-11Chars::Page: Fix display of spoiler settings when VN is only spoilerYorhel1-0/+1
2020-03-09refactor: Convert Staff edit form to the same initialization approachYorhel1-4/+8
2020-03-08refactor: Add elm_empty() function to initialize a new formYorhel3-57/+57
2020-03-07ExtLinks: Improve gyutto and getchudl regexesYorhel1-2/+2
2020-03-06Types: Yeah, lets put DOS in the alphabetic part of the platform listYorhel1-1/+1
2020-03-06Released::Edit: Fix catalog field initialization on copyYorhel1-1/+1
2020-03-05RelEdit: Two-column platform & language selector + fix order of platformsYorhel1-8/+8
2020-03-05ExtLinks: Fix URL formatting of dlsiteen + make regex more strictYorhel1-3/+3
2020-03-05ExtLinks: Recognize EGS before_game.php URLsYorhel1-1/+1
2020-03-05RelEdit: Don't fill out gtin, catalog and links when copying an entryYorhel2-1/+21
2020-03-03Lib.ExtLinks: Don't hide site list + add expandable list of supported URL for...Yorhel2-8/+17
2020-03-01ExtLinks: Rename "Melonbooks" to "Melonbooks.com" to avoid confusionYorhel1-1/+1
2020-03-01RelEdit: Re-add CERO age rating examplesYorhel1-1/+1
2020-03-01Tagmod/RelEdit: Don't use 'standout' css for things that aren't all that impo...Yorhel1-5/+1
2020-03-01ExtLinks.pm: Fix getchu.com regexYorhel1-1/+1
2020-03-01VNWeb::Validation::form_changed(): FIXUP: Don't mix up arguments from past callsYorhel1-1/+1
2020-03-01VNWeb::Validation::form_changed(): Allow but warn about non-validating inputYorhel1-6/+11
2020-03-01ExtLinks: Fix bug in DMM regex that rejected valid URLsYorhel1-1/+1
2020-02-29Tagmod: Highlight non-applicable tagsYorhel1-1/+2
2020-02-29Revert "Handler::Chars: don't automatically remove non-applicable traits when...Yorhel1-3/+1
2020-02-29Merge branch 'reledit'Yorhel9-36/+437
2020-02-29Release::Edit: Fix form input comparison with dbYorhel1-27/+27
2020-02-29v2rw/RelEdit: List previously deleted releases when adding a new releaseYorhel1-1/+20
2020-02-28v2rw/RelEdit: Allow creating a new releaseYorhel4-51/+70
2020-02-28v2rw/RelEdit: Add producers relation editingYorhel3-0/+41
2020-02-28User::Notifications: Fix action displayYorhel1-1/+1
2020-02-28Handler::Chars: don't automatically remove non-applicable traits when editingYorhel1-1/+3
2020-02-28v2rw/RelEdit: Add visual novel relation editingYorhel3-0/+36
2020-02-27v2rw/RelEdit: Add notes fieldYorhel1-0/+1
2020-02-27v2rw/RelEdit: Add external links editorYorhel4-26/+173
2020-02-27Discussions::Edit: Correctly fill out "hidden" flag when editing the threadYorhel1-2/+2
2020-02-25Validation::viewget(): Fix misinterpreting $1/$2 when the view= parameter doe...Yorhel1-3/+3
2020-02-23v2rw/RelEdit: Instant autocompletion for the engine fieldYorhel2-16/+9
2020-02-23v2rw/RelEdit: Add engine field with autocompletionYorhel2-0/+18
2020-02-23v2rw/RelEdit: Add all the "simple" fields + restructure form a littleYorhel4-2/+38
2020-02-21v2rw/WIP: Incremental rewrite of the release edit formYorhel5-2/+93
2020-02-21SQL: Allow tags_vn.uid to be NULL for deleted usersYorhel3-47/+6
2020-02-17VN::Tagmod: Allow voting on non-applicable tags when they have existing votesYorhel1-2/+7
2020-02-16Staff::Edit: Disallow name=original in aliasesYorhel1-0/+1
2020-02-13HTML.pm: Force noindex tags on pages with a ?view= parameterYorhel1-1/+1
2020-02-13Staff::Page: Use server-side spoiler hidingYorhel1-8/+9
2020-02-13Chars::Page: Styling: Add "key" class to all keys in the tableYorhel1-2/+2
2020-02-13Chars::Page: Only show spoiler & sexual traits settings when they do somethingYorhel1-12/+24
2020-02-13Validation: Actually honor spoiler preference if no view= parameter is setYorhel1-1/+1
2020-02-13v2rw: Add instance listing to Chars::PageYorhel2-92/+43
2020-02-13v2rw: WIP: Convert character pagesYorhel4-5/+256
2020-02-09Tagmod: Add "notes" field to tag voting thingYorhel2-4/+13
2020-02-09VNWeb::HTML: Sync "anonymous" name for deleted users in user_displayname()Yorhel1-1/+1
2020-02-06Cache Markdown-to-HTML in the database for doc pagesYorhel5-44/+41