Age | Commit message (Expand) | Author | Files | Lines |
2014-04-13 | Omit redundant type="text/javascript" for <script> in html5 | Christian Schneider | 1 | -1/+3 |
2014-04-10 | put ED in front of overlays | Urban Müller | 1 | -1/+1 |
2014-04-10 | only use global object if it is a it_html | Urban Müller | 1 | -1/+1 |
2014-04-10 | Do not accept true/false as object (used to disable it_html instantiation) | Christian Schneider | 1 | -1/+1 |
2014-04-09 | work even when no global it_html object exists yet (e.g. in auto_prepend of s... | Urban Müller | 1 | -1/+1 |
2014-04-09 | allow override of U function | Urban Müller | 1 | -1/+1 |
2014-04-08 | fix err message in case of instanciated url object | Urban Müller | 1 | -1/+1 |
2014-04-08 | no safety in it_url::get when called from get_cache for backwards compatibility | Urban Müller | 1 | -1/+1 |
2014-04-08 | optional error reporting for it_url::get failures | Urban Müller | 1 | -3/+7 |
2014-04-08 | make sure stack trace comes before any long body | Urban Müller | 1 | -1/+1 |
2014-04-03 | remove buggy html5 charset declaration, default works fine | Urban Müller | 1 | -1/+1 |
2014-03-27 | strip quotes when utf8-encoding the fullname part of an e-mail address | Christian A. Weber | 1 | -1/+1 |
2014-03-26 | last calls of db_version() are gone | Urban Müller | 1 | -11/+0 |
2014-03-18 | allow to override srclines when instantiating it_html | David Flatz | 1 | -2/+3 |
2014-03-12 | support html5 and pre | Urban Müller | 1 | -1/+1 |
2014-03-07 | documentation | Urban Müller | 1 | -1/+1 |
2014-03-06 | keep supporting title only mode | Urban Müller | 1 | -0/+2 |
2014-03-06 | keep original header, factor out header parsing code from request, do not sen... | Nathan Gass | 1 | -6/+20 |
2014-03-06 | truncate large queries for slow log | Nathan Gass | 1 | -1/+2 |
2014-03-05 | remove support for deprecated it::error usage | Urban Müller | 1 | -10/+4 |
2014-03-04 | Added headers parameter to it_html (e.g. for Vary header) | Christian Schneider | 1 | -0/+5 |
2014-02-24 | no html output for ED() in application/* docs | Urban Müller | 1 | -1/+1 |
2014-02-21 | warn when trying to use defaults on boolean options in it::getopt | Christian Helbling | 1 | -2/+7 |
2014-02-21 | Added support for htmltype 'html5' to it_html | Christian Schneider | 2 | -5/+14 |
2014-02-19 | implement and test argument maxlength (for crawler) | Nathan Gass | 2 | -2/+22 |
2014-02-18 | it::any2utf8() only warns about double utf8-encoding if $errprefix is not empty | Christian A. Weber | 1 | -1/+1 |
2014-02-17 | modernize user-agent | David Flatz | 1 | -1/+1 |
2014-02-17 | don't get rid of common index file names in urls, we can't assume server conf... | David Flatz | 2 | -5/+2 |
2014-02-10 | warn about deprecated it::error usage | Urban Müller | 1 | -0/+3 |
2014-02-05 | use replication safe statements | Urban Müller | 1 | -3/+3 |
2014-02-04 | remove old warning message | Urban Müller | 1 | -3/+0 |
2014-01-16 | allow ignoring options after first argument | Urban Müller | 1 | -4/+8 |
2014-01-14 | support varargs and arrays in it::cdist() | Christian A. Weber | 1 | -1/+4 |
2014-01-14 | Fix cdist documentation parameter | Christian Schneider | 1 | -1/+1 |
2014-01-13 | add it::cdist() and it::cexec() | Christian A. Weber | 1 | -1/+23 |
2014-01-09 | allow column name override, add tests | Urban Müller | 2 | -10/+14 |
2014-01-09 | allow column name override, add tests | Urban Müller | 1 | -0/+7 |
2013-12-23 | Switch Itools repository docu to Git | Christian Schneider | 1 | -2/+2 |
2013-12-13 | it::error: better ok state filenames, warning fix, extra terse mode | Urban Müller | 1 | -5/+5 |
2013-12-12 | support edge triggered errors, support special chars in blockmailid | Urban Müller | 1 | -1/+13 |
2013-11-21 | allow suppression of error mails | Urban Müller | 1 | -1/+1 |
2013-11-19 | No warning when there is no lib.search.ch on machine | Christian Schneider | 1 | -1/+1 |
2013-11-13 | return 500 server error for fatal (so ultraproxy may react) | Urban Müller | 1 | -0/+2 |
2013-11-04 | make word Usage: mandatory | Urban Müller | 1 | -0/+2 |
2013-11-01 | Remove $Id$ | Christian Schneider | 19 | -39/+0 |
2013-10-24 | prevent proxy caching, add jquery to md5 | Urban Müller | 2 | -4/+5 |
2013-10-23 | use source to prevent different crcs for different browsers | Urban Müller | 1 | -15/+4 |
2013-10-21 | correctly use sporadic error filtering | Urban Müller | 1 | -1/+1 |
2013-10-18 | additional check if headers can be modified | Urban Müller | 1 | -1/+1 |
2013-10-18 | dont reset headers unless necessary (makelive.php already sent them) | Urban Müller | 1 | -3/+6 |