summaryrefslogtreecommitdiff
path: root/lib/VNDB/Util
AgeCommit message (Expand)AuthorFilesLines
2011-01-01V|R Browse: Don't apply saved filters when an empty filter string is givenYorhel1-4/+4
2011-01-01More infrastructural changes to accomodate for the permanent filtersYorhel2-3/+14
2011-01-01Implemented filFetchDB() and converted the VN/Release browser to use itYorhel1-0/+100
2010-12-23Store l10n preference in the database for logged-in usersYorhel1-0/+4
2010-12-23Converted the notify_announce and notify_dbedit preferencesYorhel2-5/+6
2010-12-23Converted the show_list pref. to users_prefs and inverted the valueYorhel1-1/+1
2010-12-23Converted the show_nsfw preference to use the users_prefs tableYorhel1-1/+1
2010-12-23Added users_prefs table and removed users.(skin|customcss)Yorhel2-5/+13
2010-12-20Added advanced page-browsing tabs to threadsYorhel1-13/+30
2010-12-19Added tab and link for /u+/votes to user tabs & main menuYorhel2-0/+5
2010-12-17Check for editsum = description and give an easier to understand errorYorhel1-1/+1
2010-12-13Removed /u+/tags and replaced/added links to /g/links?u=XYorhel2-7/+1
2010-12-10Added vote listings for VNs and users (/[uv]+/votes)Yorhel1-1/+8
2010-12-09Removed expand/collapse from /u+/posts and switched to a combined viewYorhel1-1/+1
2010-12-09Removed expand/collapse from history browser switched to a combined viewYorhel1-10/+4
2010-11-26Use word-level (instead of character-level) diff for large fieldsYorhel1-4/+5
2010-11-25JS: Split script.js into a separate file for each languageYorhel1-1/+1
2010-11-13Added <link> elements for the related atom feeds to some pagesYorhel1-1/+3
2010-11-11Util::CommonHTML:revdiff: Removed encode/decode UTF-8 passYorhel1-6/+2
2010-11-11Replaced Algorithm::Diff::XS with Algorithm::Diff::FastYorhel1-1/+1
2010-11-06URL change: /u/logout => /u$id/logoutYorhel1-1/+1
2010-11-06Fixed cross-site request forgery vulnerabilitiesYorhel2-3/+61
2010-11-02Prefix all cookies with a configurable cookie_prefixYorhel1-4/+4
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