summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-07-25partial implementation of time() overrideUrban Müller1-1/+1
2014-07-02stricter condition for linking urlsUrban Müller1-2/+2
2014-07-02add list of void tags for later use and for html parsersUrban Müller1-0/+1
2014-07-02always also test it_html with itools_extensionNathan Gass1-0/+3
2014-07-02fix brain fartUrban Müller1-1/+1
2014-07-02do more label sampling on rare POSTsUrban Müller1-1/+1
2014-06-30fix (inconsequential) typoUrban Müller1-1/+1
2014-06-27link urlsUrban Müller1-0/+3
2014-06-24it::error() always returns nullChristian A. Weber1-2/+2
2014-06-13make sense to have ol() when we have ul()Urban Müller1-1/+1
2014-06-13use html for ED's even when url ends with .json - works fine if no applicatio...Christian Helbling1-1/+1
2014-05-13reformatted CSS validator whitelist, added :valid:Urban Müller1-1/+10
2014-05-07generic req and res debug params for it_url::getUrban Müller1-0/+6
2014-05-07make sure errors come in frontUrban Müller1-1/+1
2014-04-28introduce new function addrlist_escape that uses header_escape to only escape...David Flatz2-31/+69
2014-04-28fix escaping of addrlists, don't escape email addressDavid Flatz1-10/+20
2014-04-28add tests for it_mail headersDavid Flatz1-0/+43
2014-04-22remove unneccessary Body: when there are no other sections anywayUrban Müller1-1/+4
2014-04-15dont break parsing if url contains unencoded newlinesUrban Müller1-2/+2
2014-04-15support setting of it::error params in it_url::getUrban Müller1-10/+11
2014-04-13Omit redundant type="text/javascript" for <script> in html5Christian Schneider1-1/+3
2014-04-10put ED in front of overlaysUrban Müller1-1/+1
2014-04-10only use global object if it is a it_htmlUrban Müller1-1/+1
2014-04-10Do not accept true/false as object (used to disable it_html instantiation)Christian Schneider1-1/+1
2014-04-09work even when no global it_html object exists yet (e.g. in auto_prepend of s...Urban Müller1-1/+1
2014-04-09allow override of U functionUrban Müller1-1/+1
2014-04-08fix err message in case of instanciated url objectUrban Müller1-1/+1
2014-04-08no safety in it_url::get when called from get_cache for backwards compatibilityUrban Müller1-1/+1
2014-04-08optional error reporting for it_url::get failuresUrban Müller1-3/+7
2014-04-08make sure stack trace comes before any long bodyUrban Müller1-1/+1
2014-04-03remove buggy html5 charset declaration, default works fineUrban Müller1-1/+1
2014-03-27strip quotes when utf8-encoding the fullname part of an e-mail addressChristian A. Weber1-1/+1
2014-03-26last calls of db_version() are goneUrban Müller1-11/+0
2014-03-18allow to override srclines when instantiating it_htmlDavid Flatz1-2/+3
2014-03-12support html5 and preUrban Müller1-1/+1
2014-03-07documentationUrban Müller1-1/+1
2014-03-06keep supporting title only modeUrban Müller1-0/+2
2014-03-06keep original header, factor out header parsing code from request, do not sen...Nathan Gass1-6/+20
2014-03-06truncate large queries for slow logNathan Gass1-1/+2
2014-03-05remove support for deprecated it::error usageUrban Müller1-10/+4
2014-03-04Added headers parameter to it_html (e.g. for Vary header)Christian Schneider1-0/+5
2014-02-24no html output for ED() in application/* docsUrban Müller1-1/+1
2014-02-21warn when trying to use defaults on boolean options in it::getoptChristian Helbling1-2/+7
2014-02-21Added support for htmltype 'html5' to it_htmlChristian Schneider2-5/+14
2014-02-19implement and test argument maxlength (for crawler)Nathan Gass2-2/+22
2014-02-18it::any2utf8() only warns about double utf8-encoding if $errprefix is not emptyChristian A. Weber1-1/+1
2014-02-17modernize user-agentDavid Flatz1-1/+1
2014-02-17don't get rid of common index file names in urls, we can't assume server conf...David Flatz2-5/+2
2014-02-10warn about deprecated it::error usageUrban Müller1-0/+3
2014-02-05use replication safe statementsUrban Müller1-3/+3