summaryrefslogtreecommitdiff
path: root/lib/VNDB/Func.pm
AgeCommit message (Expand)AuthorFilesLines
2011-01-25TUWF: Initial convert from YAWF to TUWFYorhel1-3/+2
2011-01-01Implemented filFetchDB() and converted the VN/Release browser to use itYorhel1-1/+1
2010-12-19RFC-01: Code/DB cleanup and renamed some stuff for consistencyYorhel1-16/+1
2010-12-17Don't allow NULL for rr.minage and use -1 for unknownYorhel1-1/+1
2010-11-27Replaced old VN advanced options with the new filter selection systemYorhel1-1/+1
2010-11-22Added basic validation of the filter stringYorhel1-4/+10
2010-11-21Use ~ as value separator in the filter string, rather than a commaYorhel1-2/+2
2010-11-21Implemented the server side of the new release filter selectorYorhel1-1/+27
2010-03-13Improved VN searchYorhel1-149/+2
2009-11-14SQL/L10N: Allow NULL for releases_rev.minage and make the values translatableYorhel1-1/+16
2009-11-09bb2html: Added [code] tag and fixed a minor bugYorhel1-5/+18
2009-10-07L10N: Extracted release list statusesYorhel1-2/+2
2009-08-17L10N: Moved some functions from Func.pm to L10N.pm and added Russian quant() ...Yorhel1-67/+1
2009-08-17Started on a framework for interface I18NYorhel1-1/+8
2009-06-06Improved in the release resolution options + typo fix: unkown -> unknownYorhel1-2/+2
2009-05-31Func::monthstr: Output date in italics if the day is unknownYorhel1-2/+3
2009-03-22Merge branch 'tagging' into betaYorhel1-3/+31
2009-03-14Handling of g# in Multi and bb2html, and IRC notify on tag creationYorhel1-1/+1
2009-03-07Cute interface for displaying tag scoresYorhel1-2/+30
2009-02-16Improved handling of excessive newlines and newlines around [quote] tags in V...Yorhel1-4/+5
2009-02-06Made all BBCodes case-insensitiveYorhel1-7/+7
2009-01-15Fixed month display on VNBrowseYorhel1-1/+1
2008-12-29Added [quote] tag formatting, fixed URL parser, and updated d9Yorhel1-4/+21
2008-12-27[spoiler] tag produces mouseover-style spoilers instead of ROT13Yorhel1-4/+8
2008-12-17Moved age() to VNDB::FuncYorhel1-1/+16
2008-12-13FF2 style fixesYorhel1-1/+9
2008-12-11Basic userpage + recent votes to VN pages + long-object-float bugfixYorhel1-1/+8
2008-12-09VNList status indicator on VN pagesYorhel1-1/+16
2008-12-09Code cleanup: removed leading spaces and combined DB/{Votes,VNList,WishList}....Yorhel1-6/+6
2008-12-02Started on the release pagesYorhel1-1/+29
2008-11-30Added small VN browser + searchYorhel1-1/+12
2008-11-15Proper display of deleted usernamesYorhel1-1/+8
2008-11-15Wrote revision and diff viewerYorhel1-3/+5
2008-11-14Rewrote & fixed bb2html()Yorhel1-103/+65
2008-11-12Added bb2html() and proper handling of bbcode on the producer pagesYorhel1-1/+119
2008-11-12Added datestr() and fixed the release date display on producer pagesYorhel1-2/+23
2008-11-12Created VNDB::Func for a few small and often used functions, split CommonHTML...Yorhel1-0/+26