summaryrefslogtreecommitdiff
path: root/lib/VNDB/Handler/Releases.pm
AgeCommit message (Expand)AuthorFilesLines
2010-11-26Added animation field release filterYorhel1-1/+1
2010-11-26Use word-level (instead of character-level) diff for large fieldsYorhel1-1/+1
2010-11-22Added basic validation of the filter stringYorhel1-2/+1
2010-11-21Implemented the server side of the new release filter selectorYorhel1-38/+46
2010-11-21Implemented the client side of the new release filter systemYorhel1-106/+11
2010-11-06Fixed cross-site request forgery vulnerabilitiesYorhel1-1/+2
2010-02-19Two more GTIN-related fixesYorhel1-1/+1
2010-02-19VNDB::Func: Another gtintype() related bugfixYorhel1-0/+1
2010-01-24Versioned the deleting and locking of database entriesYorhel1-3/+5
2010-01-23Handler::Releases: Made the release date a required fieldYorhel1-0/+2
2010-01-09L10N: Extracted/fixed some more strings on revision pagesYorhel1-5/+5
2010-01-01SQL: Revision insertion abstraction for release entriesYorhel1-6/+2
2009-12-05SQL: Call update_vncache() in a triggerYorhel1-2/+0
2009-12-05Added maxlength check on the website field for releases and producersYorhel1-1/+1
2009-12-05Merged db[VN|Producer|Release][Edit|Add] into dbItemEdit and dbItemAddYorhel1-2/+2
2009-11-27DB: Abstracted all ORDER BY clauses in the DB abstraction layerYorhel1-1/+1
2009-11-14SQL/L10N: Allow NULL for releases_rev.minage and make the values translatableYorhel1-12/+13
2009-10-24Merge branch 'beta'2.8Yorhel1-45/+51
2009-10-17SQL: Converted releases_rev.type to an ENUM data typeYorhel1-3/+3
2009-10-10List all known languages on /r and /v/all instead of only those in useYorhel1-1/+1
2009-10-09Handler::Releases: Display producer role on release pagesYorhel1-11/+16
2009-10-09Added producer role (developer/publisher) to DB and release editorYorhel1-7/+15
2009-10-09Handler::Releases: Fixed display of media in filtersYorhel1-1/+1
2009-10-07L10N: Extracted last bits of JavascriptYorhel1-2/+2
2009-10-07L10N: Extracted release media and the media selectorYorhel1-12/+6
2009-10-07L10N: Extracted release list statusesYorhel1-5/+5
2009-10-05JS: Moved, split and rewrote release <-> VN & producer linkingYorhel1-9/+7
2009-09-26Handler::Releases: Allow filtering on 'other' platform & mediaYorhel1-2/+0
2009-09-25Handler::Releases: Don't trow away do and fw filters in navigation URLYorhel1-1/+1
2009-09-12Handler::Releases: Fixed display of publication info on /r+Yorhel1-1/+1
2009-09-12Added reminders to write English to several form fieldsYorhel1-1/+1
2009-09-10Handler::Releases: Ingore some fields when the patch status is setYorhel1-1/+3
2009-09-07Handler::Releases: Fixed column titlesYorhel1-3/+3
2009-09-06L10N: Converted 'voiced', 'animated' and 'votes' in global.plYorhel1-12/+12
2009-09-06Util::htmlRevision: Removed obsolete name argumentYorhel1-21/+21
2009-08-19L10N: Converted Handler::Releases::browseYorhel1-32/+32
2009-08-18L10N: Converted Handler::Releases::editYorhel1-34/+33
2009-08-18L10N: Converted Handler::Releases::pageYorhel1-27/+28
2009-08-18htmlForm(): Don't generate subform id from the titleYorhel1-4/+4
2009-08-17L10N: Converted htmlEditMessage, htmlItemMessage and htmlSearchBoxYorhel1-2/+3
2009-08-17L10N: Moved some functions from Func.pm to L10N.pm and added Russian quant() ...Yorhel1-3/+3
2009-08-17L10N: Converted producer and release typesYorhel1-9/+8
2009-08-17L10N: Converted platform namesYorhel1-12/+12
2009-08-17L10N: Converted user ranks and language namesYorhel1-9/+9
2009-08-05Removed last traces of the shared memory processing queueYorhel1-1/+0
2009-07-23Implemented relgraph notify from PgSQL triggerYorhel1-1/+1
2009-07-04Automatically fill out title and original title fiels on add releaseYorhel1-0/+2
2009-07-04Implemented copy-add release featureYorhel1-17/+25
2009-07-04Don't allow creation of empty release editsYorhel1-1/+2
2009-07-04Implemented support for multilingual releasesYorhel1-9/+12