Age | Commit message (Expand) | Author | Files | Lines |
2018-06-19 | remove unused $context in it::fopen (null not allowed), add and fix tests | Urban Müller | 1 | -1/+4 |
2018-06-19 | remove bogus function that nobody uses, fix comment of transmogrify() | Christian A. Weber | 1 | -4/+0 |
2018-06-19 | safe variants of php file funcs | Urban Müller | 1 | -0/+8 |
2018-06-18 | urlencode keys of nested structures; this fixes illegal characters in urls | David Flatz | 1 | -0/+6 |
2018-05-03 | Generate it::error when trying to redefine function for a tag | Christian Schneider | 1 | -5/+5 |
2018-04-26 | Use different global object for htmltype xml to allow mixing xml/html5 genera... | Christian Schneider | 1 | -1/+1 |
2018-04-23 | add unit tests for doctype | Christian A. Weber | 1 | -1/+13 |
2018-04-23 | officially support htmltype => 'xml', don't short-close voidtags in xhtml mode | Christian A. Weber | 1 | -2/+19 |
2018-04-23 | make testserver independent of our normal php environment to avoid redirects | Nathan Gass | 1 | -6/+6 |
2018-04-17 | fix empty non-void tags in non-xhtml modes, remove redundant whitelist | Christian A. Weber | 1 | -1/+25 |
2018-04-12 | remove custom img() implementation with ie_png_fix, allow using it_html::tagn... | Christian A. Weber | 1 | -6/+20 |
2018-02-15 | Encode [] in url parameters as new tidy validates URLs and complains about it | Christian Schneider | 1 | -1/+1 |
2018-01-18 | Normalize combining diaeresis to umlaut in it::any2utf8() | Christian Schneider | 1 | -0/+10 |
2017-12-12 | Avoid using search::xy in ITools code | Christian Schneider | 1 | -1/+1 |
2017-12-07 | more tests is always better | Nathan Gass | 1 | -2/+14 |
2017-12-07 | if no key => value params are supplied, don't kill query params without value... | Christian A. Weber | 1 | -5/+5 |
2017-12-07 | new MariaDB needs explicit ORDER BY | Christian A. Weber | 1 | -1/+1 |
2017-12-07 | remove fasttag | Urban Müller | 1 | -3/+0 |
2017-11-30 | add test for multiple spaces | Nathan Gass | 1 | -0/+6 |
2017-11-30 | test it::grep invert | Urban Müller | 1 | -0/+1 |
2017-11-29 | Do not add / for non-http url without path | Christian Schneider | 1 | -0/+6 |
2017-11-28 | tests for falsey parameter arguments | Nathan Gass | 1 | -2/+14 |
2017-11-28 | add todo test for removing parameters from base | Nathan Gass | 1 | -0/+6 |
2017-11-28 | test handling of empty parameters | Nathan Gass | 1 | -0/+18 |
2017-11-28 | add more tests with fixes | Nathan Gass | 1 | -0/+95 |
2017-11-28 | simplify % code, test % at end and with digits | Nathan Gass | 1 | -2/+2 |
2017-11-28 | extract U tests in json file (so they can be used elsewhere) | Nathan Gass | 2 | -45/+53 |
2017-10-19 | revert to old behaviour for now, some T() calls in map drawings want unmodifi... | Urban Müller | 1 | -2/+2 |
2017-10-18 | entity-encode tabs and carriage returns like new lines in attributes so that ... | David Flatz | 1 | -2/+2 |
2017-10-16 | allow simple functions calls in ET() and T() labels | Urban Müller | 2 | -2/+5 |
2017-10-12 | use CURLOPT_FOLLOWLOCATION in it_url::get | Nathan Gass | 1 | -4/+4 |
2017-10-12 | add test for correct handling of Location for 201 created http result | Nathan Gass | 2 | -0/+15 |
2017-09-27 | allow 3-argument form of explode, it::match etc | Urban Müller | 1 | -0/+5 |
2017-09-26 | Added update/insert/upsert tracking and delete_untouched() to delete rows not... | Christian Schneider | 1 | -0/+35 |
2017-08-21 | fix multiple args in base, add documentation | Christian A. Weber | 1 | -2/+2 |
2017-08-21 | add it_url::parse_str() which leaves dots and spaces in arg names intact | Christian A. Weber | 1 | -0/+6 |
2017-08-18 | U(): params can override base args, correctly add fragment to end of url if p... | Christian A. Weber | 1 | -1/+12 |
2017-08-17 | add tests for authentication | Nathan Gass | 1 | -0/+16 |
2017-08-17 | testserver returns 404 on unknown path, better reflect intended retry behavio... | Nathan Gass | 2 | -2/+15 |
2017-08-16 | add test for missing protocol | Nathan Gass | 1 | -0/+8 |
2017-08-16 | test for a header which always exists | Nathan Gass | 1 | -2/+2 |
2017-08-16 | disable new expected errors | Nathan Gass | 1 | -2/+2 |
2017-08-10 | adapt to default | Urban Müller | 1 | -3/+3 |
2017-08-10 | it_url::request now has safety 1 like everything else | Urban Müller | 1 | -2/+2 |
2017-06-06 | add filter(), cut(), askey() | Urban Müller | 1 | -0/+2 |
2017-06-01 | tests for it::filter | Urban Müller | 1 | -0/+4 |
2017-05-22 | compactify, test fixcolnames | Urban Müller | 1 | -14/+7 |
2017-03-30 | it::split as frontend for preg_split() | Urban Müller | 1 | -0/+8 |
2017-03-15 | add add_dir(), add mkdir to file_put | Urban Müller | 1 | -0/+4 |
2017-02-07 | allow .time-1527 and .time-152715 as time formats for time debug parameter, a... | Christian Helbling | 1 | -2/+13 |