summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-09-15revert last commit since it didn't workDavid Flatz1-1/+1
2014-09-15make stripping of comments less aggressive, this should fix sporatic crashes ↵David Flatz1-1/+1
of blackberry app on startup
2014-09-15fix crcurl for doc/appcache.php - path was wrongChristian Helbling1-1/+1
2014-09-03send 304s on twin as wellUrban Müller1-1/+1
2014-09-02keep checksums longer; we have a good cache keyUrban Müller1-1/+1
2014-09-01Added some test for it_url::parseChristian Schneider1-1/+3
2014-09-01Simplify it_url::parseChristian Schneider1-7/+4
2014-09-01reverse function of U()Urban Müller1-0/+13
2014-08-29support appending checksum to urlUrban Müller1-1/+11
2014-08-29support cache manifestsUrban Müller1-1/+3
2014-08-26Opera should be fixed by now...Urban Müller1-1/+1
2014-08-2630 day expire if checksum is presentUrban Müller1-3/+4
2014-08-26allow html in .json files (typically debugged in browser)Urban Müller1-1/+1
2014-08-11add support for mailto: URLsChristian A. Weber1-1/+1
2014-07-31support it::timeUrban Müller2-6/+17
2014-07-30treat .json pages (api etc.) as non-html for ED()Christian A. Weber1-1/+1
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 ↵Christian Helbling1-1/+1
application/json header is sent
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 ↵David Flatz2-31/+69
escape realname part of address lists
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 ↵Urban Müller1-1/+1
service
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