summaryrefslogtreecommitdiff
path: root/lib/VNDB/DB/ULists.pm
AgeCommit message (Expand)AuthorFilesLines
2016-09-18Suppress silly Perl 5.22 warnings about extra sprintf argsYorhel1-0/+1
2015-10-25DB::ULists: Revert change from 'numeric' to 'float' to fix vote graphsYorhel1-2/+2
2015-10-24SQL: Throwing around some indicesYorhel1-2/+2
2015-10-17SQL: Fix all browsing queries to use the new schemaYorhel1-26/+22
2015-01-17Fix bug with language icon not being displayed for release in user listmorkt1-6/+5
2012-01-10Allow one fractional digit for VN votesYorhel1-5/+6
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
2010-12-23Converted the show_list pref. to users_prefs and inverted the valueYorhel1-1/+1
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-10Added vote listings for VNs and users (/[uv]+/votes)Yorhel1-3/+12
2010-03-09DB::ULists: Greatly improved query performance for VN list with 'hide voted'Yorhel1-2/+2
2010-02-02SQL: Converted language columns to an ENUM typeYorhel1-1/+1
2009-11-28dbWishListGet: Don't order by vr.* columns by defaultYorhel1-1/+1
2009-11-27DB: Abstracted all ORDER BY clauses in the DB abstraction layerYorhel1-10/+20
2009-11-14SQL/L10N: Allow NULL for releases_rev.minage and make the values translatableYorhel1-1/+1
2009-08-16Fixed typo in DB::UlistsYorhel1-1/+1
2009-08-12Added global user votes ignore listYorhel1-2/+6
2009-08-08Converted votes.date to timestamptz and use NOW() as defaultYorhel1-3/+3
2009-08-08Converted wlists.added and rlists.added to timestamptzYorhel1-1/+1
2009-07-04Implemented support for multilingual releasesYorhel1-3/+18
2008-12-11Selective table join for dbVoteGetYorhel1-6/+22
2008-12-11Basic userpage + recent votes to VN pages + long-object-float bugfixYorhel1-1/+1
2008-12-09VNList status indicator on VN pagesYorhel1-1/+3
2008-12-09Code cleanup: removed leading spaces and combined DB/{Votes,VNList,WishList}....Yorhel1-0/+264