summaryrefslogtreecommitdiff
path: root/lib/VNDB/Handler/Misc.pm
AgeCommit message (Expand)AuthorFilesLines
2021-01-20v2rw: Rewrite done, time to clean up old v2 codeYorhel1-53/+0
2021-01-10v2rw: Convert /opensearch.xml description + ancient typo fixYorhel1-20/+0
2021-01-10Replace references to old /v/all pathYorhel1-2/+2
2020-10-02v2rw: Move redirects + cleanup some moreYorhel1-12/+0
2020-09-12v2rw: Add new filter querying framework + rewrite homepageYorhel1-229/+0
2020-09-02BBCode: Consolidate bb2html & bb2text + only convert ids in thread titlesYorhel1-1/+1
2020-09-01Handler::Misc: Bring back random VNs, split new reviews and add recent commentsYorhel1-11/+68
2020-08-31Handler::Misc: Replace "Random VNs" section with "New Reviews"Yorhel1-7/+12
2020-08-24reviews: Get rid of summary field & split mini/full reviewsYorhel1-1/+1
2020-08-06Discussions: Allow discontinuous post numbers + ignore hidden posts in counts...Yorhel1-1/+1
2020-08-06Discussions: Make /t#.# load the correct page without redirectYorhel1-1/+1
2020-08-06SQL: Use vndbid for thread identifiersYorhel1-1/+1
2019-12-01Discussions: Do not highlight post when nagivating to the "last post"Yorhel1-1/+1
2019-10-10rewards: Apply supporters badge and unicode name (almost) everywhereYorhel1-3/+5
2019-09-27v2rw: Convert history listingsYorhel1-100/+0
2019-09-13Fix old usage of $VNDB:ROOTYorhel1-2/+1
2019-09-12Add VNDB::Config module and unified conf.pl config fileYorhel1-1/+1
2019-09-12VNDB::Types: Convert discussion_boards to %BOARD_TYPEYorhel1-1/+1
2019-09-11VNDB::Types: Convert platforms into %PLATFORMYorhel1-2/+2
2019-09-11VNDB::Types: Convert languages into %LANGUAGEYorhel1-2/+3
2018-02-08Store d+ pages in the DB as versioned entries + use markdownYorhel1-74/+10
2017-06-05Fix "All except characters" to show staffYorhel1-1/+1
2017-01-19Add Open Graph tags for the main page and vrspcflan1-3/+13
2016-02-12Minor fixes / behaviour reverts related to the removal of L10NYorhel1-1/+1
2016-01-26Handler::Misc: Fix perl warning on 404 */histYorhel1-1/+1
2016-01-23L10N: Intern all VNDB::Handler::* stuffYorhel1-44/+45
2016-01-19Move some VNDB::L10N stuff to VNDB::Func + intern VNDB::FuncYorhel1-2/+2
2016-01-17L10N: Intern blood_types/genders/(char|staff)_roles/discussion_boardsYorhel1-1/+1
2016-01-16L10N: Intern languages/platforms/resolutions/media/ptype/rtype/vnlengthYorhel1-25/+4
2015-10-21Improve SQL in dbRevisionGet()Yorhel1-2/+1
2015-10-17SQL: Fix all browsing queries to use the new schemaYorhel1-2/+2
2015-09-20Update usage kv_validate() to upcoming TUWF 1.0Yorhel1-1/+1
2015-07-25Handler::Misc: Fix minor calculation error in determining "admin" userYorhel1-1/+1
2015-07-19Remove reliance on Referer header for language switchingYorhel1-9/+9
2015-06-15d7: Replace "top 5 contributors" with "special users" listingYorhel1-5/+9
2015-01-27staff: Fix various parts to recognize the new staff databasemorkt1-1/+2
2014-12-22Initial implementation of a staff/seiyuu databasemorkt1-1/+2
2014-10-21Use TUWF's reqBaseURI() instead of $self->{uri} on site linksYorhel1-5/+7
2011-08-22Use generic imgurl() and imgpath() functions to generate image URLs/pathsYorhel1-2/+1
2011-04-30Cleaned up permissionsYorhel1-1/+1
2011-04-30Added "All except characters" filter to history browserYorhel1-2/+3
2011-03-19chardb: Added 'Only characters' filter to history pagesYorhel1-1/+2
2011-02-15chardb: Added char entry tables and updated the basic revision frameworkYorhel1-1/+2
2011-02-03TUWF: Replaced reqParam() with reqGet() or reqPost() where applicableYorhel1-1/+1
2011-02-02Added /t/all - a listing of all recently replied to threadsYorhel1-1/+1
2011-01-27TUWF: Added tag name to several end() callsYorhel1-12/+12
2011-01-27TUWF: Cleanup IE check code using pre_request_handler return valueYorhel1-43/+0
2011-01-27TUWF: Use the uri_escape() provided by TUWFYorhel1-1/+1
2011-01-27TUWF: Replaced resHeader('Set-Cookie', ..) with resCookie()Yorhel1-4/+2
2011-01-25TUWF: Initial convert from YAWF to TUWFYorhel1-17/+17