summaryrefslogtreecommitdiff
path: root/lib/VNDB/DB/Releases.pm
AgeCommit message (Expand)AuthorFilesLines
2010-12-17Don't allow NULL for rr.minage and use -1 for unknownYorhel1-10/+1
2010-11-28Release filter selector: Added original language filterYorhel1-2/+4
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-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 pagesYorhel1-2/+4
2010-01-24Versioned the deleting and locking of database entriesYorhel1-1/+1
2010-01-01SQL: Revision insertion abstraction for release entriesYorhel1-40/+40
2009-12-05Merged db[VN|Producer|Release][Edit|Add] into dbItemEdit and dbItemAddYorhel1-23/+3
2009-11-27DB: Abstracted all ORDER BY clauses in the DB abstraction layerYorhel1-3/+9
2009-11-14SQL/L10N: Allow NULL for releases_rev.minage and make the values translatableYorhel1-1/+1
2009-10-12SQL: Converted changes.type to an ENUMYorhel1-2/+2
2009-10-09Added producer role (developer/publisher) to DB and release editorYorhel1-4/+4
2009-10-09SQL: Converted releases_media.medium to an ENUM typeYorhel1-1/+1
2009-08-09Converted changes.added to timestamptzYorhel1-1/+2
2009-07-04Implemented support for multilingual releasesYorhel1-6/+20
2009-06-10Properly import VNDB::Func::gtintype in VNDB::DB::ReleasesYorhel1-0/+1
2009-05-30Freeware and doujin filters on /rYorhel1-11/+9
2009-05-30Screen resolution filter on /rYorhel1-1/+3
2009-05-24Don't perform search subquery when there are no keywords to search onYorhel1-1/+1
2009-05-24Allow search queries with only one characterYorhel1-1/+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-10Added search field on release browserYorhel1-3/+17
2009-05-10Advanced filtering for the release browserYorhel1-1/+12
2009-05-09Started on a release browserYorhel1-1/+3
2009-02-21Small performance improvements for dbReleaseGet()Yorhel1-3/+4
2009-02-12Catalog number field to release entriesYorhel1-3/+4
2009-01-15Keep VN relations on r+ pages ordered by titleYorhel1-1/+2
2009-01-04Added patch flag to releasesYorhel1-3/+3
2008-12-27Fix for vndb-date-bug-thingyYorhel1-1/+2
2008-12-06Keep the producers on release pages in a consistent orderYorhel1-1/+2
2008-12-02Adding/editing releasesYorhel1-1/+57
2008-12-02Release revisionsYorhel1-2/+2
2008-11-20Added dbReleaseGet()Yorhel1-0/+111