summaryrefslogtreecommitdiff
path: root/lib/VNDB/Handler/VNEdit.pm
AgeCommit message (Expand)AuthorFilesLines
2011-08-30Changed "remove"- and "add"-like words to a single lang.txt entryQCyph1-1/+1
2011-08-22Use generic imgurl() and imgpath() functions to generate image URLs/pathsYorhel1-4/+4
2011-08-21Bugfix: Keep image id on failed (vn|char)add + validate image idYorhel1-6/+11
2011-04-30Cleaned up permissionsYorhel1-1/+1
2011-04-30Added "Image ID" field to VN image uploaderYorhel1-31/+31
2011-03-09Increased allowed size of VN cover image upload to 5MBYorhel1-1/+1
2011-02-04Don't save uploaded image to a temporary location before checksYorhel1-37/+19
2011-02-03TUWF: Replaced reqParam() with reqGet() or reqPost() where applicableYorhel1-2/+2
2011-01-27TUWF: Added tag name to several end() callsYorhel1-2/+2
2011-01-25TUWF: Initial convert from YAWF to TUWFYorhel1-29/+30
2010-12-17Check for editsum = description and give an easier to understand errorYorhel1-1/+3
2010-11-11Handler::VNEdit: Fixed bug with reverse relation update of "official"Yorhel1-1/+1
2010-11-11Bugfix: reverting a VN image now worksYorhel1-2/+5
2010-11-10Started on adding an "official" flag to vn<->vn relationsYorhel1-9/+11
2010-11-06Fixed cross-site request forgery vulnerabilitiesYorhel1-0/+1
2010-11-03Automatically remove duplicate aliases on /v+/editYorhel1-3/+12
2010-10-31Added more comparison VNs for the length fieldYorhel1-1/+1
2010-10-31Display friendly message in the VN edit scr tab when no release is knownYorhel1-2/+4
2010-02-06Handler::VNEdit: Removed useless line breakYorhel1-1/+1
2010-01-24Versioned the deleting and locking of database entriesYorhel1-2/+7
2010-01-01SQL: Made a start on revision insertion abstractionYorhel1-17/+7
2009-12-28JS: Various fixes in the screenshot uploaderYorhel1-1/+3
2009-12-05SQL: Removed changes.causedbyYorhel1-8/+7
2009-12-05Merged db[VN|Producer|Release][Edit|Add] into dbItemEdit and dbItemAddYorhel1-3/+3
2009-10-07L10N: Extracted VN screenshot uploaderYorhel1-2/+1
2009-10-07L10N: Extracted VN relation editorYorhel1-4/+3
2009-10-05JS: Moved, split and rewrote release <-> VN & producer linkingYorhel1-1/+1
2009-10-04JS: Moved and rewrote VN relations editorYorhel1-10/+10
2009-09-26Converted VN relations to ENUM data type and made them translatableYorhel1-8/+7
2009-09-25Handler::VNEdit: Fixed l_vnn = NULL bug when adding a VNYorhel1-1/+1
2009-09-13Removed visual-novels.net link from the interfaceYorhel1-2/+1
2009-09-12Added reminders to write English to several form fieldsYorhel1-1/+1
2009-09-10L10N: Extracted VN lenghtsYorhel1-2/+2
2009-09-05L10N: Converted Handler::VNBrowse and Handler::VNEditYorhel1-47/+29
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-16Allow empty VN descriptionsYorhel1-1/+1
2009-08-08Removed last traces of the category systemYorhel1-4/+3
2009-08-05Removed last traces of the shared memory processing queueYorhel1-6/+0
2009-07-19Notify Multi::Image via PostgreSQL for new screenshotsYorhel1-1/+0
2009-07-18Notify Multi::Image for new cover images via LISTEN/NOTIFYYorhel1-2/+1
2009-07-18Use PostgreSQL's LISTEN/NOTIFY to notify Multi::Anime for new animeYorhel1-1/+0
2009-07-05Updated VN screenshot uploader to handle multilanguage releasesYorhel1-1/+1
2009-05-31Don't give a 500 when inputting the same anime ID twice on /v+/editYorhel1-3/+3
2009-03-21Partly removed the category systemYorhel1-29/+1
2008-12-20Fix perl warning when adding a new VN with VN relationsYorhel1-1/+1
2008-12-09Code cleanup: removed leading spaces and combined DB/{Votes,VNList,WishList}....Yorhel1-2/+2
2008-12-04Added noindex tag on pages I don't want to see indexedYorhel1-1/+1
2008-11-29VN add bugfixYorhel1-1/+1
2008-11-29Added interface to upload and modify the screenshotsYorhel1-9/+85