summaryrefslogtreecommitdiff
path: root/lib/VNDB/Util/FormHTML.pm
AgeCommit message (Expand)AuthorFilesLines
2018-02-08Store d+ pages in the DB as versioned entries + use markdownYorhel1-1/+3
2016-07-02Validate release dates + move validation out of vndb.plYorhel1-0/+1
2016-01-20L10N: Intern all VNDB::Util::* stuffYorhel1-30/+34
2015-11-11Misc poll improvementsYorhel1-2/+2
2015-11-10Merge branch 'master' into pollmorkt1-2/+2
2015-11-01Switch to HTML5 doctype + s/acronym/abbr/ + s/ / /eYorhel1-2/+2
2015-10-18discussion board polls.morkt1-0/+2
2015-10-03Handle JSON data natively when processing form dataYorhel1-3/+4
2015-10-01VNEdit: Give error on duplicate alias + improved msg on id/page errorYorhel1-1/+2
2015-09-20formValidate: Created templates for gtin and editsum fieldsYorhel1-2/+7
2015-09-07Handler::Discussions: Remove formcode from search formYorhel1-3/+6
2015-09-07Implement discussion board search functionYorhel1-1/+2
2014-10-20Fix tabindex on edit summaryYorhel1-1/+1
2014-10-16Fix tabindex on the date selectorYorhel1-1/+1
2014-10-16Add a positive tabindex to all generated form elementsYorhel1-12/+16
2011-12-29Added duplicate check when adding VNsYorhel1-5/+12
2011-05-17Bugfix: Don't allow duplicate trait names/aliasses within the same groupYorhel1-1/+6
2011-04-30Cleaned up permissionsYorhel1-5/+1
2011-01-27TUWF: Added tag name to several end() callsYorhel1-6/+6
2011-01-27TUWF: No need for manual XML-escaping in textareas anymoreYorhel1-12/+2
2011-01-25TUWF: Initial convert from YAWF to TUWFYorhel1-2/+4
2010-12-23Converted the notify_announce and notify_dbedit preferencesYorhel1-1/+1
2010-12-23Converted the show_nsfw preference to use the users_prefs tableYorhel1-1/+1
2010-12-17Check for editsum = description and give an easier to understand errorYorhel1-1/+1
2010-11-06Fixed cross-site request forgery vulnerabilitiesYorhel1-2/+6
2010-01-24Versioned the deleting and locking of database entriesYorhel1-1/+13
2009-09-12Added reminders to write English to several form fieldsYorhel1-1/+4
2009-09-06L10N: Converted Util::FormHTMLYorhel1-76/+14
2009-08-18htmlForm(): Don't generate subform id from the titleYorhel1-5/+4
2009-08-15More sensible placing of the submit button on /v+/tagmodYorhel1-17/+17
2009-08-04Implemented double-post prevention3dB1-0/+1
2009-07-05Added spoiler options for tag filters on VN searchYorhel1-2/+10
2009-07-04Implemented copy-add release featureYorhel1-0/+1
2009-07-04Implemented support for multilingual releasesYorhel1-5/+6
2009-05-22<optgroup> support for the select input type in FormHTMLYorhel1-2/+10
2009-05-21Implemented the date selector in JavaScriptYorhel1-15/+1
2009-05-10Moved date input field from Handler/Releases.pm to Util/FormHTML.pmYorhel1-0/+19
2009-03-22Merge branch 'tagging' into betaYorhel1-2/+12
2009-03-21Replacing all occurences of 'discussion tags' with 'discussion boards'Yorhel1-2/+2
2009-03-14Separated table for tag aliases + proper checking of unique aliases and namesYorhel1-1/+7
2009-02-28Improvements in vntagmod table layout, and saving votes in the DB worksYorhel1-0/+2
2009-02-22Renaming tags.aliases to tags.aliasYorhel1-1/+0
2009-02-21Link to CSS entry on Wikipedia to the user profile pagesYorhel1-1/+3
2009-02-15Check for existing tag with the same name on tag creation or editYorhel1-0/+3
2009-01-10Fixed message when uploaded VN image >500kBYorhel1-1/+1
2009-01-10Limit account creation to one account a day per IPYorhel1-0/+1
2008-12-26'All items' tab to multi-tab formsYorhel1-0/+3
2008-12-14Fixed all XHTML validation bugs I could findYorhel1-2/+2
2008-12-09Code cleanup: removed leading spaces and combined DB/{Votes,VNList,WishList}....Yorhel1-1/+1
2008-12-06Send -> sentYorhel1-1/+1