summaryrefslogtreecommitdiff
path: root/lib/VNDB
AgeCommit message (Expand)AuthorFilesLines
2010-02-10Handler::Tags: Increased maxlength of the tag descriptionsYorhel1-1/+1
2010-02-06Handler::ULists: Fixed L10N bug with the char browser on /u+/listYorhel1-1/+1
2010-02-06Handler::VNEdit: Removed useless line breakYorhel1-1/+1
2010-02-06Handler::VNPage: Don't show delete option when not on wishlistYorhel1-1/+1
2010-02-06Handler::Users: Re-fetch notifycount after batch-editing notificationsYorhel1-0/+1
2010-02-06L10N-NL: Added Dutch interface translationYorhel1-1/+9
2010-02-05Merge branch 'master' into betaYorhel2-5/+5
2010-02-05Notifications: Added 'announce' notificationYorhel2-9/+14
2010-02-05Notifications: Added 'dbedit' notificationYorhel2-3/+30
2010-02-02SQL: Converted language columns to an ENUM typeYorhel3-5/+5
2010-02-02Handler::Users: Got rid of useless sprintf statementYorhel1-1/+0
2010-02-02Notifications: Renamed description column to actionYorhel1-1/+1
2010-02-01Added notification for database deletions to users who contributedYorhel1-1/+2
2010-02-01Cache the title and userid of the notificationsYorhel2-10/+3
2010-02-01Notifications: Added onclick event to the description columnYorhel1-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.addedYorhel2-8/+4
2010-01-26Keep track of when a session has last been usedYorhel2-1/+11
2010-01-26Removed the ?l10n= parameterYorhel1-0/+15
2010-01-26Made a start on the notification systemYorhel6-38/+177
2010-01-24Handler::Tags: Only allow tagmods to create top-level tagsYorhel1-1/+1
2010-01-24Automatically generate the skin credits on d7Yorhel3-6/+17
2010-01-24Show deleted entries in the edit histories by defaultYorhel2-3/+3
2010-01-24Versioned the deleting and locking of database entriesYorhel10-55/+55
2010-01-23Handler::Releases: Made the release date a required fieldYorhel1-0/+2
2010-01-23DB::VN: Fixed ranking bug on VN pages with a NULL popularity or ratingYorhel1-2/+2
2010-01-23Handler::VNPage: Centered the thumbnails in the screenshot viewerYorhel1-24/+18
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.10Yorhel22-694/+548
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 graphsYorhel2-0/+2
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-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-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-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-28v+: Allow hiding of NSFW cover even if NSFW warning is disabledYorhel1-9/+11