summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2010-01-31Removed #vndb link from the main menuYorhel1-3/+3
2010-01-23DB::VN: Fixed ranking bug on VN pages with a NULL popularity or ratingYorhel1-2/+2
2010-01-11Fixed sorting bug on /u+/postsYorhel2-4/+9
2010-01-11Tags: Another bugfix in the parent tags SQL query and displayYorhel2-9/+4
2010-01-10Handler::Tags: Fixed major bug with parent tag display on tag pagesYorhel1-14/+22
2010-01-10Merge branch 'beta'2.10Yorhel27-807/+651
2010-01-09L10N: Extracted/fixed some more strings on revision pagesYorhel4-19/+20
2010-01-09Handler::Tags: Don't display empty VN listYorhel1-1/+1
2010-01-01SQL: Revision insertion abstraction for producer entriesYorhel3-27/+19
2010-01-01SQL: Revision insertion abstraction for release entriesYorhel3-51/+46
2010-01-01SQL: Made a start on revision insertion abstractionYorhel3-102/+50
2009-12-28Highlight opened VN/producer in relation graphsYorhel3-5/+8
2009-12-28Rewrote POE::Filter::VNDBAPI to be more genericYorhel2-88/+63
2009-12-28Plugin::TransAdmin: Fixed issue with some comments not being displayedYorhel1-1/+1
2009-12-28JS: Various fixes in the screenshot uploaderYorhel1-1/+3
2009-12-18Multi::Anime: Less verbose loggingYorhel1-10/+7
2009-12-17L10N: Make date/time formats configurable for each languageYorhel1-4/+2
2009-12-16Fixed bug with zero strings ("0") in the diff viewerYorhel1-2/+2
2009-12-06Multi::Maintenance: Only run update_vncache() on VNs released within the past...Yorhel1-8/+25
2009-12-05SQL: Removed changes.causedbyYorhel4-16/+13
2009-12-05SQL: Call update_vncache() in a triggerYorhel3-16/+2
2009-12-05Added maxlength check on the website field for releases and producersYorhel2-2/+2
2009-12-05SQL: Don't allow argument of update_vncache() to be 0Yorhel1-1/+1
2009-12-05Merged db[VN|Producer|Release][Edit|Add] into dbItemEdit and dbItemAddYorhel7-95/+44
2009-11-29SQL: Replace index on tags_vn_inherit (tag) with an index on (tag,vid)Yorhel1-0/+1
2009-11-29Tags: Replaced tag_tree() with WITH .. SELECT queries, and removed /g/debugYorhel2-56/+41
2009-11-29SQL: Rewrote tag_vn_calc() to use a WITH RECURSIVE .. SELECT queryYorhel1-3/+3
2009-11-28v+: Allow hiding of NSFW cover even if NSFW warning is disabledYorhel1-9/+11
2009-11-28homepage: Show language flags Just released and Upcoming releasesYorhel1-0/+2
2009-11-28dbWishListGet: Don't order by vr.* columns by defaultYorhel1-1/+1
2009-11-27Util::Auth: Fixed 500 on invalid cookie formatYorhel1-1/+1
2009-11-27DB: Abstracted all ORDER BY clauses in the DB abstraction layerYorhel15-73/+108
2009-11-27Split browse functions from CommonHTML.pm into BrowseHTML.pmYorhel4-193/+208
2009-11-27htmlEditMessage(): Fixed tiny HTML bug in release copy warningYorhel1-1/+1
2009-11-27Display VN ratings on tag pages as wellYorhel4-139/+83
2009-11-27Changed VN score on tags pages to display plain averagesYorhel3-9/+9
2009-11-17Multi::Core: Surpress warning about STDIO being tied in POE::Wheel::RunYorhel1-1/+8
2009-11-17Multi::Core: Call $poe_kernel->has_forked() after forkingYorhel1-0/+1
2009-11-16htmlVoteStats(): Fixed another undef in multiplication warningYorhel1-1/+1
2009-11-16Handler::Tags: Fixed warning about undef in multiplicationYorhel1-1/+1
2009-11-15TransAdmin: CSS fix for doc page editorYorhel1-1/+1
2009-11-15Auth: Combined dbSessionCheck into dbUserGetYorhel2-16/+13
2009-11-15SQL: Fixed bug in bayesian rating calculationYorhel1-1/+1
2009-11-14SQL: Allow NULL for vn.c_popularityYorhel2-3/+3
2009-11-14SQL: Don't count users with ign_votes in bayesian ratingYorhel1-2/+2
2009-11-14SQL: Cached bayesian VN rating and vote countsYorhel4-12/+32
2009-11-14Added bayesian rating info to VN pagesYorhel3-5/+9
2009-11-14Added bayesian rating and vote count to the VN listYorhel2-2/+11
2009-11-14API: Changed 'website' member of get producer to a links objectYorhel1-2/+5
2009-11-14Made external links on VN pages translatableYorhel1-4/+4