summaryrefslogtreecommitdiff
path: root/lib/VNDB/DB
AgeCommit message (Expand)AuthorFilesLines
2011-01-07Don't update the 'date' when changing a VN voteYorhel1-1/+1
2011-01-03Bugfix: Secondary order by title or username on vote listingsYorhel1-1/+1
2011-01-02Bugfix: Don't show NSFW screenshots on homepage with filtersYorhel1-1/+1
2011-01-01Also apply permanent VN filters to the random screenshots on /Yorhel1-3/+22
2010-12-23Converted the notify_announce and notify_dbedit preferencesYorhel1-3/+3
2010-12-23Converted the show_list pref. to users_prefs and inverted the valueYorhel2-5/+9
2010-12-23Converted the show_nsfw preference to use the users_prefs tableYorhel1-2/+2
2010-12-23Added users_prefs table and removed users.(skin|customcss)Yorhel1-4/+27
2010-12-21Pass VN tag filters by ID rather than nameYorhel2-10/+16
2010-12-21Added vnlists.status filter to /u+/listYorhel1-0/+1
2010-12-21Added notes field to the user VN listYorhel1-7/+10
2010-12-20Update the votes.date column when changing a voteYorhel1-1/+1
2010-12-20Added ability to batch-edit votes to /u+/votesYorhel1-3/+5
2010-12-19ULists::votelist: Added first character selectionYorhel1-0/+6
2010-12-19RFC-01: Code/DB cleanup and renamed some stuff for consistencyYorhel1-4/+4
2010-12-19RFC-01: Updated and improved /u+/listYorhel1-46/+70
2010-12-17Don't allow NULL for rr.minage and use -1 for unknownYorhel1-10/+1
2010-12-13Added advanced tag link browserYorhel1-4/+34
2010-12-10Keep track of last modification date for tag<->vn linksYorhel1-4/+27
2010-12-10Added vote listings for VNs and users (/[uv]+/votes)Yorhel1-3/+12
2010-11-28Release filter selector: Added original language filterYorhel1-2/+4
2010-11-28VN Filter Selector: Added "original language" filterYorhel1-1/+3
2010-11-27VN Filter Selector: Added "has anime" filterYorhel1-1/+3
2010-11-27VN Filter Selector: Added length field filterYorhel1-1/+3
2010-11-27Replaced old VN advanced options with the new filter selection systemYorhel1-5/+5
2010-11-26Added voiced field release filterYorhel1-1/+2
2010-11-26Added animation field release filterYorhel1-2/+4
2010-11-21Implemented the server side of the new release filter selectorYorhel1-27/+31
2010-11-14SQL: Added ON DELETE clause to all foreign keys referencing users (id)Yorhel1-15/+1
2010-11-11DB::Releases: Removed extra ON clause from JOIN releasesYorhel1-1/+1
2010-11-11Producer release listing: added dev/pub info and expand/collapse linkYorhel1-0/+1
2010-11-11Display releases grouped by VNs on producer pagesYorhel2-27/+5
2010-11-10Started on adding an "official" flag to vn<->vn relationsYorhel1-5/+6
2010-11-07DB::Misc: Optimized dbRevisionGet()Yorhel1-17/+19
2010-11-07Optimized random VN fetching queryYorhel1-1/+7
2010-11-07Optimized random screenshot fetching queryYorhel1-8/+12
2010-11-06Bugfix: delete/update all references when deleting a userYorhel1-0/+5
2010-11-03Merge branch 'master' into betaYorhel1-2/+2
2010-11-02Multi::Image: Abstracted image dimension calculation into VNDBUtilYorhel1-1/+2
2010-10-31Remove duplicate votes when merging tags (fixes a 500)Yorhel1-0/+4
2010-03-13Improved VN searchYorhel1-28/+5
2010-03-09DB::ULists: Greatly improved query performance for VN list with 'hide voted'Yorhel1-2/+2
2010-02-19Two more GTIN-related fixesYorhel1-1/+1
2010-02-05Merge branch 'master' into betaYorhel1-2/+2
2010-02-05Notifications: Added 'announce' notificationYorhel1-2/+2
2010-02-05Notifications: Added 'dbedit' notificationYorhel1-2/+2
2010-02-02SQL: Converted language columns to an ENUM typeYorhel2-4/+4
2010-02-01Cache the title and userid of the notificationsYorhel1-9/+2
2010-01-26SQL: Replaced sessions.expiration with sessions.addedYorhel1-5/+2
2010-01-26Keep track of when a session has last been usedYorhel1-1/+9