summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-11-26Version 1.1v1.1Yorhel15-18/+25
2017-02-10Disallow exclamation mark in email address validationYorhel1-1/+1
2017-01-21Add reqProtocol() methodflan2-2/+12
2016-05-25Add reqFCGI() methodYorhel3-1/+13
2016-05-25Don't set 'X-Powered-By'Yorhel2-3/+1
2016-01-23TUWF.pm: Fix handling of space character in load_recursive()Yorhel1-1/+1
2015-09-27Version 1.0v1.0Yorhel15-14/+33
2015-09-20TUWF::Request: Fix arg length check in reqHeader()Yorhel1-1/+1
2015-09-20TUWF::Request: Split reqGet family of methods into scalar and list versionsYorhel5-89/+110
2015-09-20TUWF::Request: Add reqQuery() + include slash in reqPath()Yorhel4-12/+22
2015-09-20Updating MANIFESTYorhel2-4/+6
2015-09-20kv_validate(): Allow templates to set more fieldsYorhel2-8/+61
2015-09-19kv_validate(): Pass fields to 'func's and add some default templatesYorhel3-60/+249
2015-09-19Add repository URL to Build.PL and make it non-executableYorhel1-0/+5
2015-09-19Add test for kv_validate() and fix some bugsYorhel2-23/+244
2015-09-18Fix perl 5.22 warning about extra printf argumentsYorhel1-1/+1
2015-09-18Some changes I still hadn't committed since the 0.2 releaseYorhel3-2/+5
2011-08-12Work around a new in-place-decoding "feature" of Encode.pmv0.2Yorhel1-2/+4
2011-02-07Version 0.1 has been released, this repo will now prepresent 0.2Yorhel9-8/+12
2011-02-07Allow TUWF::set() with one argument to imply 'get'v0.1Yorhel2-5/+9
2011-02-07Added $VERSION variable and ChangeLog fileYorhel8-1/+13
2011-02-07Documentation: +Server configYorhel1-0/+103
2011-02-07Documentation: +links, README: +links, +installation instructionsYorhel2-5/+20
2011-02-07Make sure to sent an 'Allow' header on a 405 responseYorhel2-1/+4
2011-02-07Generate "bad request" on UTF-8 decoding error and added error_400_handlerYorhel3-8/+30
2011-02-02kv_validate(): Actually set default value of rmwhitespace to trueYorhel1-1/+1
2011-02-02Added log_format configuration settingYorhel2-7/+32
2011-02-02Removed exclude_info option from log()Yorhel2-9/+6
2011-01-31TUWF::Request: Let decode_utf8() croak on invalid inputYorhel1-15/+16
2011-01-27Don't ignore cookie_prefix setting and expires option in resCookie()Yorhel1-2/+2
2011-01-25Fixed bug that caused cookie_prefix to be ignored with reqCookie()Yorhel1-1/+1
2011-01-25Various kv_validate()/formValidate() and DB logging bugfixesYorhel2-8/+8
2011-01-24Documentation: +validation, various misc. fixesYorhel5-22/+189
2011-01-23Documentation: +Some TUWF::Misc, +compat, +importing, license,readmeYorhel8-32/+144
2011-01-22Removed some old stuff from the readmeYorhel1-10/+0
2011-01-22TUWF.pm: Export all exportable functions from 'use TUWF'Yorhel1-3/+27
2011-01-22TUWF::Misc: Added uri_escape() functionYorhel1-1/+9
2011-01-22TUWF::Request: Provide defaults for missing dataYorhel1-5/+5
2011-01-22TUWF::Misc::mail(): croak() instead of die()Yorhel1-4/+4
2011-01-22TUWF::Misc: Added kv_validate() and improved formValidate()Yorhel2-64/+55
2011-01-21TUWF::DB: Use DBI's neat_list() function for log_queriesYorhel1-4/+3
2011-01-21Documentation: +TUWF::DBYorhel3-1/+260
2011-01-20Documentation: +features, +resFd()/Header() improvements, +misc. fixesYorhel2-35/+62
2011-01-19TUWF::DB: Properly export dbh()Yorhel1-1/+1
2011-01-19TUWF::DB: Display execution times with log_queriesYorhel1-4/+11
2011-01-19TUWF::DB: Throw SQL errors in the context of the callerYorhel1-6/+13
2011-01-19TUWF::DB: Allow db_login to be a subroutine referenceYorhel2-6/+32
2011-01-19TUWF::DB: Don't 'use DBI;' by defaultYorhel1-1/+1
2011-01-19TUWF::DB: Allow exporting of sqlprint()Yorhel1-1/+1
2011-01-19TUWF::DB: Added dbh() methodYorhel1-0/+5