summaryrefslogtreecommitdiff
path: root/lib/VNWeb/Staff
AgeCommit message (Expand)AuthorFilesLines
2024-03-11Don't throw an error on multiple 'fil' query paramsYorhel1-1/+1
2023-12-04Stricter input validation for single-line fieldsYorhel1-2/+2
2023-12-03Staff::Edit: Fix setting the main alias on creationYorhel1-1/+1
2023-12-03SQL: Rename staff.aid to staff.mainYorhel2-5/+5
2023-12-03Staff/ReleaseEdit: Flatten & simplify extlinks fields into form dataYorhel1-4/+1
2023-12-02StaffEdit: Use ExtLinks editing componentYorhel1-4/+5
2023-11-30StaffEdit: Warn about editing referenced aliases + alias sortingYorhel1-0/+2
2023-11-30StaffEdit: Rewrite to JSYorhel2-11/+23
2023-10-10Validation: Remove "required" and be explicit about optional fieldsYorhel2-9/+9
2023-08-05Staff::Page: Make alias edits more obvious in revisionsYorhel1-3/+6
2023-06-22AdvSearch: Move save/load button + always display the thingYorhel1-2/+1
2023-06-01Types/JS: Move language properties into VNDB::Types + improve lang sorting in...Yorhel2-3/+3
2023-05-05CSS: Use <nav>/<menu> for maintabs + re-calibrate marginsYorhel1-3/+5
2023-05-05CSS: Use semantic tags + flexbox for global layoutYorhel2-5/+5
2023-05-03SQL: Rename columns that are SQL keywordsYorhel2-5/+5
2023-04-25CSS: Unique classes for icons + generated dimensionsYorhel2-3/+3
2023-04-15CSS: Use <strong>/<span> instead of <b> for bold/marker tagsYorhel1-1/+1
2023-04-15CSS: Stop abusing <b> for grayedout, use <small> insteadYorhel1-3/+3
2023-03-24*::Elm: Don't throw error on "empty" search queriesYorhel1-3/+2
2023-03-24Fix adding VN/prod/staff entries with multiple titlesYorhel1-4/+7
2023-03-24Search backend changes: faster results with trigram index + rankingYorhel2-22/+14
2023-03-20Staff::Elm: Fix staff dropdown searchYorhel1-1/+1
2023-03-20Also swap staff name/originalYorhel2-12/+12
2023-03-20Swap producer name/original to be consistent with VN/release titlesYorhel1-1/+1
2023-03-18Staff::Page: Honor title prefsYorhel1-2/+2
2023-03-09TitlePrefs: Also apply prefs to character namesYorhel1-3/+3
2023-02-20AdvSearch: Fix filtering on staff roleYorhel1-2/+2
2023-02-20Also apply title preferences to staff namesYorhel4-25/+27
2023-02-19Rework passing around entry titles + add proper HTML5 'lang' attrsYorhel1-6/+6
2023-02-02Refactor part 2: get rid of temporary vnt/releasest viewsYorhel1-8/+8
2022-11-18API2: Add extlinks field to releasesYorhel1-2/+2
2022-11-09Staff::Page: Hide casted characters if VN<->Char relation does not matchYorhel1-2/+2
2022-08-26Staff::Page: Display language icon at editionsYorhel1-3/+5
2022-08-25Staff editionsYorhel1-2/+5
2022-07-30Add duplicate entry check when creating new staff entryYorhel1-7/+11
2022-07-29Display staff original name and primary language flag in autocompleteYorhel1-1/+1
2022-02-08VN: Add support for multiple titles in different languagesYorhel1-6/+6
2021-12-06Staff::Page: Add spoiler indication for voiced charactersYorhel1-0/+1
2021-11-20SQL: Standardize & simplify first-char matchingYorhel1-2/+1
2021-11-19Search adjustments + use new search for producers,staff,characters tooYorhel2-9/+4
2021-10-03Staff::Edit: Fix accepting large Pixiv IDsYorhel1-2/+2
2021-07-09Staff::Page: Spam ulist widget in that listing, tooYorhel1-0/+9
2021-03-02CSS: Fix formatting of block elements in entry descriptionsYorhel1-1/+1
2021-03-01SQL: vndbid data type conversion for most DB entriesYorhel3-16/+16
2021-01-29AdvSearch: Convert old-url redirects into permanent redirectsYorhel1-1/+1
2021-01-21AdvSearch: Stop logging filter compatibility conversion errorsYorhel1-5/+1
2021-01-18Staff::List: Fix harmless perl warningYorhel1-1/+1
2021-01-18Staff::List: Convert to new AdvSearch systemYorhel1-0/+102
2020-09-02BBCode: Consolidate bb2html & bb2text + only convert ids in thread titlesYorhel1-2/+2
2020-07-29SQL: Fix escaping of backslash in LIKE patternsYorhel1-1/+1