summaryrefslogtreecommitdiff
path: root/lib/VNDB/Util
AgeCommit message (Expand)AuthorFilesLines
2010-03-14Made name of the auth cookie configurableYorhel1-4/+4
2010-02-05Merge branch 'master' into betaYorhel1-3/+3
2010-02-02SQL: Converted language columns to an ENUM typeYorhel1-1/+1
2010-02-01Made the "My notifications" link less easier to ignore when n>0Yorhel1-2/+1
2010-02-01Properly copy over search string on switching with the searchtabsYorhel1-13/+6
2010-01-31Removed #vndb link from the main menuYorhel1-3/+3
2010-01-26SQL: Replaced sessions.expiration with sessions.addedYorhel1-3/+2
2010-01-26Keep track of when a session has last been usedYorhel1-0/+2
2010-01-26Made a start on the notification systemYorhel2-4/+4
2010-01-24Versioned the deleting and locking of database entriesYorhel2-15/+25
2010-01-10Merge branch 'beta'2.10Yorhel2-146/+211
2010-01-09L10N: Extracted/fixed some more strings on revision pagesYorhel1-2/+2
2009-12-16Fixed bug with zero strings ("0") in the diff viewerYorhel1-2/+2
2009-11-27Util::Auth: Fixed 500 on invalid cookie formatYorhel1-1/+1
2009-11-27DB: Abstracted all ORDER BY clauses in the DB abstraction layerYorhel1-1/+0
2009-11-27Split browse functions from CommonHTML.pm into BrowseHTML.pmYorhel2-191/+206
2009-11-27htmlEditMessage(): Fixed tiny HTML bug in release copy warningYorhel1-1/+1
2009-11-27Display VN ratings on tag pages as wellYorhel1-2/+53
2009-11-16htmlVoteStats(): Fixed another undef in multiplication warningYorhel1-1/+1
2009-11-15Auth: Combined dbSessionCheck into dbUserGetYorhel1-2/+2
2009-11-14SQL: Allow NULL for vn.c_popularityYorhel1-1/+1
2009-11-14SQL: Cached bayesian VN rating and vote countsYorhel1-1/+1
2009-11-14Added bayesian rating info to VN pagesYorhel1-2/+3
2009-10-21Added relation graphs for producersYorhel1-2/+38
2009-10-12htmlSearchBox: Copy over search query when switching search typeYorhel1-5/+12
2009-10-12SQL: Converted changes.type to an ENUMYorhel1-3/+2
2009-10-10Greatly reduced default number of columns returned by dbUserGetYorhel1-2/+2
2009-10-10Get unread posts count in htmlHeader() instead of Util::AuthYorhel2-3/+4
2009-10-10Make "My Messages (n)" stand out when n>0Yorhel1-1/+1
2009-10-07Changed language selector into a Javascript dropdownYorhel1-6/+2
2009-10-07L10N: Extracted some common Javascript stringsYorhel1-1/+1
2009-10-05JS: Moved, split and rewrote release <-> VN & producer linkingYorhel1-3/+1
2009-10-03JS: Rewrote and generalized row group expand codeYorhel1-1/+1
2009-10-03JS: Updated and generalized list expand/collapse functionsYorhel1-2/+2
2009-10-02JS: Moved <script> tags to bottom of the page and removed DOMLoad()Yorhel1-6/+3
2009-09-25Util::CommonHTML: Fixed vote description for VNs with avg=1Yorhel1-1/+1
2009-09-24L10N: Translated the 'ALL' char and fixed footer TL bugYorhel1-2/+2
2009-09-12Added reminders to write English to several form fieldsYorhel1-1/+4
2009-09-10L10N: Converted Util::CommonHTML::htmlVoteStatsYorhel1-6/+6
2009-09-08Added random VN link in menuYorhel1-0/+1
2009-09-06L10N: Converted Util::FormHTMLYorhel1-76/+14
2009-09-06L10N: Converted 'voiced', 'animated' and 'votes' in global.plYorhel1-1/+1
2009-09-06Util::htmlRevision: Removed obsolete name argumentYorhel1-2/+1
2009-08-18htmlForm(): Don't generate subform id from the titleYorhel1-5/+4
2009-08-17L10N: Converted Handler::ProducersYorhel1-3/+4
2009-08-17L10N: Converted two homepage items and use key for site titleYorhel1-1/+1
2009-08-17L10N: Converted htmlEditMessage, htmlItemMessage and htmlSearchBoxYorhel1-24/+22
2009-08-17L10N: Converted htmlBrowseNavigate() and htmlRevision()Yorhel1-17/+14
2009-08-17L10N: Moved some functions from Func.pm to L10N.pm and added Russian quant() ...Yorhel1-9/+9
2009-08-17L10N: Converted htmlDenied and htmlHiddenMessageYorhel1-12/+8