summaryrefslogtreecommitdiff
path: root/lib/VNDB/DB
AgeCommit message (Expand)AuthorFilesLines
2009-08-09Converted changes.added to timestamptzYorhel4-4/+6
2009-08-08Don't show hidden VN items on g+ pagesYorhel1-0/+1
2009-08-08Converted tags.added to timestamptzYorhel1-2/+3
2009-08-08Converted users.registered to timestamptzYorhel1-5/+5
2009-08-08Converted votes.date to timestamptz and use NOW() as defaultYorhel1-3/+3
2009-08-08Converted threads_posts.date and edited to timestamptzYorhel1-5/+5
2009-08-08Converted wlists.added and rlists.added to timestamptzYorhel1-1/+1
2009-08-08Improved handling of the timestamp columns in anime and session tablesYorhel2-8/+3
2009-08-08Removed last traces of the category systemYorhel1-20/+3
2009-08-08Merge branch '3dev' of git://3decibels.net/vndb into betaYorhel1-1/+3
2009-08-06More logical naming of dbGetPost date filter3dB1-3/+3
2009-08-05Removed unnecessary export.3dB1-1/+1
2009-08-05Reworked double post checking to use existing code3dB1-21/+3
2009-08-04Implemented double-post prevention3dB1-1/+21
2009-08-01Don't try to DELETE FROM vnlists in dbUserDel()Yorhel1-1/+0
2009-07-31Use bytea data type to store session tokensYorhel1-10/+8
2009-07-31Fetch hex hashes from dbUserGet() and do comparison in hexYorhel1-3/+2
2009-07-30Merge branch 'auth' of git://3decibels.net/vndb into betaYorhel1-5/+45
2009-07-29Changed sessions.expiration column to timestamp3dB1-3/+10
2009-07-29Altered the way sessions are handled in some cases3dB1-0/+1
2009-07-28Modified DB libraries and user handlers dealing with passwords to work with n...3dB1-4/+4
2009-07-27Applied small adjustments and reorganized DB library code.3dB2-44/+33
2009-07-24Checkin of auth rewrite progress.3dB1-0/+43
2009-07-19Converted and renamed screenshots.status (int) to processed (bool)Yorhel1-1/+1
2009-07-18Automatically insert rows into anime table for new vn_anime.aid itemsYorhel1-18/+5
2009-07-08Keep track of users who requested tagsYorhel1-5/+11
2009-07-07Posts browser on user pages (/u+/posts)Yorhel1-6/+26
2009-07-07Display thread count in user menuYorhel1-1/+3
2009-07-07Hide threads targeted at users from the main pageYorhel1-1/+3
2009-07-05Tag exclude filters on VN searchYorhel1-1/+3
2009-07-05Added spoiler options for tag filters on VN searchYorhel1-3/+5
2009-07-05Made a start on the multiple-tag-VN-searchYorhel1-1/+6
2009-07-04Implemented support for multilingual releasesYorhel3-12/+41
2009-07-03Search box on user listYorhel1-1/+4
2009-06-10Properly import VNDB::Func::gtintype in VNDB::DB::ReleasesYorhel1-0/+1
2009-06-07Merge branch 'beta'2.4Yorhel2-33/+48
2009-05-30Freeware and doujin filters on /rYorhel1-11/+9
2009-05-30Screen resolution filter on /rYorhel1-1/+3
2009-05-24Removed category filters from /v/allYorhel1-14/+1
2009-05-24Don't perform search subquery when there are no keywords to search onYorhel2-5/+4
2009-05-24Allow search queries with only one characterYorhel2-2/+0
2009-05-23Animation fields for releasesYorhel1-3/+3
2009-05-23Added freeware and doujin information to releasesYorhel1-3/+5
2009-05-22Voiced field for releasesYorhel1-3/+3
2009-05-22Added resolution field to release entriesYorhel1-3/+3
2009-05-22Added medium filter on /rYorhel1-1/+3
2009-05-10Release browser: Added date filterYorhel1-1/+1
2009-05-10Fixed off-by-one error in popularity ranking on v+Yorhel1-1/+1
2009-05-10Added search field on release browserYorhel1-3/+17
2009-05-10Advanced filtering for the release browserYorhel1-1/+12