summaryrefslogtreecommitdiff
path: root/lib/VNDB/Handler/Releases.pm
AgeCommit message (Expand)AuthorFilesLines
2011-02-04Merge branch 'beta'2.17Yorhel1-54/+54
2011-02-03Cleaner and more efficient method of checking for the &fil= paramYorhel1-2/+2
2011-01-27L10N: Renamed _rbrowse_filters to _js_fil_filtersYorhel1-1/+1
2011-01-27TUWF: Added tag name to several end() callsYorhel1-5/+5
2011-01-27TUWF: Use the uri_escape() provided by TUWFYorhel1-1/+1
2011-01-25TUWF: Initial convert from YAWF to TUWFYorhel1-47/+47
2011-01-07Bugfix: Don't allow empty edit on releases with multiple producersYorhel1-1/+1
2011-01-01V|R Browse: Don't apply saved filters when an empty filter string is givenYorhel1-1/+2
2011-01-01Bugfix: properly escape search query in links query stringYorhel1-2/+3
2011-01-01More infrastructural changes to accomodate for the permanent filtersYorhel1-2/+2
2011-01-01Implemented filFetchDB() and converted the VN/Release browser to use itYorhel1-22/+20
2010-12-28Bugfix: translate screen resolutions on release revision pagesYorhel1-1/+1
2010-12-19RFC-01: Code/DB cleanup and renamed some stuff for consistencyYorhel1-3/+3
2010-12-19RFC-01: Fixed release list selection thing on release pagesYorhel1-10/+6
2010-12-17Check for editsum = description and give an easier to understand errorYorhel1-1/+2
2010-12-17Don't allow NULL for rr.minage and use -1 for unknownYorhel1-10/+8
2010-12-14L10N: Extracted screen resolution strings from the codeYorhel1-2/+3
2010-12-04Handler::Releases: Fixed perl warning in _fil_compat()Yorhel1-1/+1
2010-11-28Release filter selector: Added original language filterYorhel1-1/+1
2010-11-27Filter system: Fixed IE8 compatibility and an HTML bugYorhel1-0/+1
2010-11-27Replaced old VN advanced options with the new filter selection systemYorhel1-1/+1
2010-11-26Added voiced field release filterYorhel1-1/+1
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