summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-01-06d7 updateYorhel1-0/+2
2018-01-06Release icons: Use disc image for UMDYorhel1-1/+1
https://vndb.org/t9992.21
2018-01-06Release filters: Fix handling of PC98 resolution iconYorhel1-0/+2
https://vndb.org/t9992.16
2018-01-06BBCode: Fix word boundary check when dblink is the first tokenYorhel2-2/+7
2018-01-06Add bb2text() and use it for release notes & open graph tagsYorhel8-19/+70
2018-01-06Use the new BBCode parser in bbSubstLinks()Yorhel1-44/+21
2018-01-06Rewrite bb2html() to be more flexibleYorhel5-144/+418
This is based on the API that I described in https://vndb.org/t5564.12 It's mostly bug-compatible with the old bb2html(), main differences: - <br /> -> <br> for no reason - Doesn't sporadically add a wrong </div> - $rmwhitespace now also after [/code] Most of the test cases were contributed by flan <flan@flande.re>
2018-01-05Release icons: Let's use cartridge icon for 'other' after allYorhel1-1/+1
This was already the case in the original patch, I broke it with the code style changes.
2018-01-05d10: Change tag guideline as per t10091Yorhel1-1/+1
2018-01-05Fix static file URL for release iconsYorhel1-1/+1
2018-01-05Code style changes to release icons codeYorhel2-83/+73
These are just style consistency changes, functionally equivalent.
2018-01-05Various fixes to the release icons featureYorhel4-5/+11
It's been a while since I had static/f/ in git, so I had to adjust .gitignore a bit. The CSS changes are purely opinion, but it does integrate better with the existing layout. Everything else are bug fixes.
2018-01-05Add info icons for each release in vn page.TigerShark19-1/+266
2017-12-31Multi::Maintenance: Update cron timingsYorhel1-4/+4
The database has grown and we're on SSDs now, so it's good to revisit these timings and see what needs optimizing, if anything.
2017-12-29SQL: Don't inherit trait/tag childs if parent is mentioned directlyYorhel1-2/+7
Should fix https://vndb.org/t10082
2017-12-29Experimenting with PostgreSQL 10: "UNENCRYPTED" keyword has been removedYorhel3-7/+7
2017-12-16Fix query debugging output with new TUWFYorhel1-4/+6
2017-12-09Add vndb-dev-server.pl, an autoreloading http serverYorhel4-2/+158
2017-12-09Add Docker configYorhel5-2/+147
2017-12-06Add instructions for running VNDB as standalone web serverYorhel3-27/+17
2017-11-26Add language: Bulgarian and Platforms: Nintendo Switch & Wii UYorhel6-2/+12
2017-11-25perms.sql: Revoke all permissions before re-assigningYorhel1-0/+2
This makes perms.sql the definitive place for all permissions assigned to these roles. The DROP OWNED does require superuser privileges, but that's alright - the statement is simply skipped when run as 'vndb'.
2017-11-25Remove broken SQL functions from Makefile + add install instructionsYorhel3-123/+57
2017-11-17Fix display of char measurements when only weight is knownYorhel1-1/+1
Fixes https://vndb.org/t2520.229
2017-11-17Fix typo in d11Yorhel1-3/+3
2017-08-14Some minor doc changesYorhel2-6/+15
2017-08-14API: Some additions to the "get *list" commandsYorhel2-16/+71
2017-08-14Remove useless NOT NULL in schema.sqlYorhel1-1/+1
2017-07-17Makefile: Ensure static/f directory existsYorhel1-7/+7
Fixes a 'make' on a clean checkout
2017-06-21API: Various additionsYorhel2-5/+69
2017-06-15Fixup variable rename in last commitYorhel1-2/+2
2017-06-15Handler::Chars: Hide instances block when hidden by spoiler settingsYorhel1-2/+5
https://vndb.org/t950.339
2017-06-05Fix "All except characters" to show staffYorhel1-1/+1
Fixes https://vndb.org/t2520.222
2017-06-01Add script to remove unused imagesYorhel1-0/+108
This saves about 1GiB.
2017-05-28Fix Saturn icon sizeYorhel1-0/+0
2017-05-25API: Add some hidden checks to staff stuffYorhel1-4/+11
2017-05-22API: Add some flags to query staff/seiyuu dataYorhel2-0/+103
2017-04-30d13: Add ShareX guideYorhel1-2/+22
Draft text & screenshots provided by https://vndb.org/u118842
2017-04-28API: Made a start on "get staff" supportYorhel2-0/+216
2017-04-28Replace d13 image links with self-hosted onesYorhel1-3/+3
Yes I abused the screenshot-uploading trick rather than storing those images on the git repo. I'd rather not have many images in git.
2017-04-21Add 1366x768 resolutionYorhel2-0/+4
https://vndb.org/t950.317
2017-03-26Multi::RG: Fix inverse check for non-official relationsYorhel1-1/+1
2017-03-26d5: Fix spelling errorYorhel1-1/+1
Reported at https://vndb.org/t2520.217
2017-03-26Multi::RG: Remove unofficial relations from graph if #vns > 30Yorhel2-9/+28
This makes the relation graphs useful again for several large (mostly) independent graphs that are sometimes linked together by unofficial relations. e.g. https://vndb.org/t8985
2017-03-05Fix 500 when editing character entry without traitsYorhel1-1/+1
Fixes https://vndb.org/t2520.215
2017-03-03Add date filters to VN searchYorhel3-3/+11
2017-03-03VNBrowse: Remember sort options when changing query or filtersYorhel1-2/+2
2017-03-03API: Add traits filter to get characterYorhel2-0/+23
2017-03-03Don't allow deleted or unapproved traits to be linked to char entriesYorhel2-0/+4
Fixes https://vndb.org/t2520.213
2017-02-20APIDump: Add votes2.gz with dates, update sizes in d14Yorhel2-9/+17