summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
2009-11-14Added wikipedia links for producersYorhel2-6/+19
2009-11-14SQL/L10N: Allow NULL for releases_rev.minage and make the values translatableYorhel6-17/+33
2009-11-13API: Added 'get producer' commandYorhel1-2/+93
2009-11-13API: Added sorting and paginationYorhel2-29/+87
2009-11-13docs: Updated d11 and added :SUBSUB: macroYorhel1-1/+6
2009-11-13Multi::IRC: Tweaked the idlequote timingsYorhel1-2/+2
2009-11-13Multi::IRC: More efficient and better throttle algorithmYorhel1-11/+11
2009-11-13Multi::API: Got rid of compile-time warningYorhel1-2/+2
2009-11-09bb2html: Added [code] tag and fixed a minor bugYorhel1-5/+18
2009-11-09Plugin::TransAdmin: CSS/doc fixes related to the APIYorhel1-3/+3
2009-11-08API: Added producer filter to the get release commandYorhel1-0/+2
2009-11-08API: Changed 30 cmds/min. throttle to 100 cmds/10min.Yorhel1-1/+1
2009-11-08Multi::API/IRC: Added runtime API admin/monitoring interfaceYorhel2-17/+115
2009-11-07API: Added filters to the get release command and fixed some bugsYorhel1-13/+48
2009-11-07API: Added vn and producers info flags to the get release commandYorhel1-6/+40
2009-11-07API: Added get release commandYorhel1-24/+128
2009-11-07API: Added commands/minute and sqltime/minute throttleYorhel1-5/+35
2009-11-06API: Added relations flag to get vn commandYorhel1-3/+23
2009-11-06API: Added anime flag for the get vn commandYorhel1-24/+60
2009-11-06API: Added release date filter to get vn, and some d11 updatesYorhel1-0/+12
2009-11-06Multi::API: Fixed bug with accepting empty arrays as filter valuesYorhel1-2/+2
2009-11-05API: Added 'details' info flag to the get vn commandYorhel1-6/+21
2009-11-05Multi::API: Don't modify filter and type arguments in filtertosql()Yorhel1-7/+8
2009-11-05Multi::API: Rewrote filtertosql()Yorhel1-66/+149
2009-11-04API: Added vn search filterYorhel1-0/+18
2009-11-04API: Removed some leading whitespaceYorhel1-2/+2
2009-11-04API: Fixed perl warning and removed debug infoYorhel1-2/+1
2009-11-04API: Initial commit of the W.I.P. public APIYorhel2-0/+621
2009-11-04Multi::Core: die() on SQL errorYorhel1-1/+1
2009-11-04Multi::Core: Improved logging of warnings and errorsYorhel1-9/+22
2009-11-02Multi::Core: Fixed bug in daemonizing codeYorhel1-3/+3
2009-11-02Multi::Core: Implemented daemonizing and PID fileYorhel1-3/+33