Age | Commit message (Expand) | Author | Files | Lines |
2014-08-29 | support cache manifests | Urban Müller | 1 | -1/+3 |
2014-08-26 | Opera should be fixed by now... | Urban Müller | 1 | -1/+1 |
2014-08-26 | 30 day expire if checksum is present | Urban Müller | 1 | -3/+4 |
2014-08-26 | allow html in .json files (typically debugged in browser) | Urban Müller | 1 | -1/+1 |
2014-08-11 | add support for mailto: URLs | Christian A. Weber | 1 | -1/+1 |
2014-07-31 | support it::time | Urban Müller | 2 | -6/+17 |
2014-07-30 | treat .json pages (api etc.) as non-html for ED() | Christian A. Weber | 1 | -1/+1 |
2014-07-25 | partial implementation of time() override | Urban Müller | 1 | -1/+1 |
2014-07-02 | stricter condition for linking urls | Urban Müller | 1 | -2/+2 |
2014-07-02 | add list of void tags for later use and for html parsers | Urban Müller | 1 | -0/+1 |
2014-07-02 | always also test it_html with itools_extension | Nathan Gass | 1 | -0/+3 |
2014-07-02 | fix brain fart | Urban Müller | 1 | -1/+1 |
2014-07-02 | do more label sampling on rare POSTs | Urban Müller | 1 | -1/+1 |
2014-06-30 | fix (inconsequential) typo | Urban Müller | 1 | -1/+1 |
2014-06-27 | link urls | Urban Müller | 1 | -0/+3 |
2014-06-24 | it::error() always returns null | Christian A. Weber | 1 | -2/+2 |
2014-06-13 | make sense to have ol() when we have ul() | Urban Müller | 1 | -1/+1 |
2014-06-13 | use html for ED's even when url ends with .json - works fine if no applicatio... | Christian Helbling | 1 | -1/+1 |
2014-05-13 | reformatted CSS validator whitelist, added :valid: | Urban Müller | 1 | -1/+10 |
2014-05-07 | generic req and res debug params for it_url::get | Urban Müller | 1 | -0/+6 |
2014-05-07 | make sure errors come in front | Urban Müller | 1 | -1/+1 |
2014-04-28 | introduce new function addrlist_escape that uses header_escape to only escape... | David Flatz | 2 | -31/+69 |
2014-04-28 | fix escaping of addrlists, don't escape email address | David Flatz | 1 | -10/+20 |
2014-04-28 | add tests for it_mail headers | David Flatz | 1 | -0/+43 |
2014-04-22 | remove unneccessary Body: when there are no other sections anyway | Urban Müller | 1 | -1/+4 |
2014-04-15 | dont break parsing if url contains unencoded newlines | Urban Müller | 1 | -2/+2 |
2014-04-15 | support setting of it::error params in it_url::get | Urban Müller | 1 | -10/+11 |
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 |