]> git.plutz.net Git - cgilite/shortlog
cgilite
2016-10-06 pauluse CRLF line breaks
2016-10-06 paullimit stdin consumption to content length
2016-10-02 paulintrodue standalone capabilities
2016-06-18 pauladd line break variable
2016-05-11 paulallow pages to insert http headers
2016-05-01 paulfollow OWASP recommendation for html escapes
2016-04-15 paulprevent double escaping of & in htmlsafe
2016-04-13 paulallow overriding file magic
2016-04-13 paulchange precedence in processing static, action, and...
2016-04-11 paulallow dots in static file names
2016-04-10 paulsupport static file serving; support null-string defaul...
2016-04-07 paulallow dot in parameter keys
2016-04-06 paulbugfix, default to input for missing translations
2016-02-27 paulallow empty fields in POST data
2016-02-24 paulparse get and post data automatically
2016-01-10 paulallow CSS and BODY variable to be overridden (e.g....
2015-11-04 paullocalization "l10n" function
2015-10-05 pauladded invalidate function
2015-10-03 paulintroduced additional functions
2015-09-30 paulderive structure which avoids multiple execution
2015-08-07 paulfixed escaping bug
2015-08-05 paulrenamed function to urlsafe, introduced htmlsafe function
2015-08-02 paulimproved debugging output
2015-07-31 paulintroduced set_cookie function
2015-07-31 paulintroduced redirect function
2015-07-31 paulfixed accidentally broken urlsave
2015-07-31 paulintroduced cookie array, extended urlsave function...
2015-07-10 paulreplace echo by the more unambiguous builtin printf
2015-07-01 paulmore debug info
2015-06-13 paulremove export caller which made only sense in obsolete...
2015-06-13 paulmerge with cgi scripts from busy
2015-06-13 paulrename page cgi variable to p
2015-06-13 paulrequire no external index.cgi
2015-06-13 paulinitial commit