summaryrefslogtreecommitdiff
path: root/lib/VNWeb/VN/Page.pm
AgeCommit message (Expand)AuthorFilesLines
2024-03-28!BREAKING! Restructure directory layout for generated & runtime filesYorhel1-1/+1
2024-02-28VN::Page: Mention that shop links are sponsoredYorhel1-0/+1
2024-02-27VN::Page: Add quotes count to tabYorhel1-1/+2
2024-02-23Expand VN quotes feature a bitYorhel1-3/+3
2024-01-09Move /img/$id to /$id + hide some links when not logged inYorhel1-1/+2
2023-08-06Save original image uploadsYorhel1-1/+1
2023-07-11VN::Page: Fix 500 for VNs that just got their first voteYorhel1-3/+3
2023-07-11Remove popularity rating + adjust bayesian averageYorhel1-8/+8
2023-06-19VN::Page: Add tag vote counts to /v+/tagsYorhel1-6/+7
2023-06-04CSS: Drop "visuallyhidden" hack, just hide the thingsYorhel1-9/+9
2023-06-01Types/JS: Move language properties into VNDB::Types + improve lang sorting in...Yorhel1-7/+7
2023-05-05CSS: Use <nav>/<menu> for maintabs + re-calibrate marginsYorhel1-3/+3
2023-05-05CSS: Use semantic tags + flexbox for global layoutYorhel1-8/+8
2023-05-03SQL: Rename columns that are SQL keywordsYorhel1-3/+3
2023-04-25CSS: Unique classes for icons + generated dimensionsYorhel1-7/+7
2023-04-15CSS: Add font:inherit and color:inherit reset + minor cleanupYorhel1-1/+1
2023-04-15CSS: Use <b> as main "standout" elementYorhel1-1/+1
2023-04-15CSS: Use <strong>/<span> instead of <b> for bold/marker tagsYorhel1-4/+4
2023-04-15CSS: Stop abusing <b> for grayedout, use <small> insteadYorhel1-15/+15
2023-03-31CSS: Apply default reset for box-sizing: border-boxYorhel1-1/+1
2023-03-18VN::Page: Fix alt attribute of imageYorhel1-1/+1
2023-03-13Fix "Hide all images" setting + add option to unhide screenshots if all of th...Yorhel1-3/+3
2023-03-09TitlePrefs: Also apply prefs to character namesYorhel1-5/+5
2023-02-21Users::Prefs: Better handle tag overrides where !childs && spoil == 0Yorhel1-7/+24
2023-02-21Users::Prefs: Separate highlighting from tag&trait overrides + custom color s...Yorhel1-15/+20
2023-02-20Also apply title preferences to staff namesYorhel1-9/+9
2023-02-19Rework passing around entry titles + add proper HTML5 'lang' attrsYorhel1-16/+16
2023-02-06VN::Page: Add configurable special games messageYorhel1-0/+2
2023-02-04TitlePrefs: Also apply preferences to producer namesYorhel1-5/+4
2023-02-02Refactor part 2: get rid of temporary vnt/releasest viewsYorhel1-2/+2
2023-02-01Refactor: langpref -> titleprefs + use more strict schemaYorhel1-2/+2
2023-01-17VN::Page: Remove sexual content tag category option if there is no pornYorhel1-1/+2
2023-01-04VN::Page: Fix display of spoiler flag in tag overridesYorhel1-8/+10
2022-12-19VN::Page: No-releases-warning is pretty useless for deleted VNsYorhel1-1/+1
2022-12-19VN::Page: Add big fat warning if a VN has no releasesYorhel1-0/+13
2022-12-05VN::Page: Add unofficial relations toggle if there's 3 or moreYorhel1-9/+17
2022-11-18API2: Add extlinks field to releasesYorhel1-4/+4
2022-10-31SQL: Merge ulist_vns_labels into ulist_vns as array + cache private flagYorhel1-4/+3
2022-10-15VN::Page: Fix language icon display at screenshotsYorhel1-1/+1
2022-09-28Display preferred release title on VN pages + do that selection in PerlYorhel1-4/+3
2022-09-28WIP add language-specific titles to releasesYorhel1-2/+2
2022-09-27VN::Page: Fix display of unofficial titlesYorhel1-1/+1
2022-09-01Always display "lie" flag when tag has been set in user preferencesYorhel1-2/+2
2022-08-30Also add trait overridesYorhel1-9/+9
2022-08-30Rename users_prefs_tags.tag -> tid, add update scriptYorhel1-8/+8
2022-08-29Add tag spoiler & highlight preferencesYorhel1-8/+29
2022-08-25VN::Page: More expanding preference unbuggingYorhel1-1/+1
2022-08-25VN::Page: Unbug language expanding preferencesYorhel1-2/+2
2022-08-25Staff editionsYorhel1-21/+73
2022-08-03Add tags_vn_direct cache tableYorhel1-13/+10