summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2018-06-19remove unused $context in it::fopen (null not allowed), add and fix testsUrban Müller1-1/+4
2018-06-19remove bogus function that nobody uses, fix comment of transmogrify()Christian A. Weber1-4/+0
2018-06-19safe variants of php file funcsUrban Müller1-0/+8
2018-06-18urlencode keys of nested structures; this fixes illegal characters in urlsDavid Flatz1-0/+6
2018-05-03Generate it::error when trying to redefine function for a tagChristian Schneider1-5/+5
2018-04-26Use different global object for htmltype xml to allow mixing xml/html5 genera...Christian Schneider1-1/+1
2018-04-23add unit tests for doctypeChristian A. Weber1-1/+13
2018-04-23officially support htmltype => 'xml', don't short-close voidtags in xhtml modeChristian A. Weber1-2/+19
2018-04-23make testserver independent of our normal php environment to avoid redirectsNathan Gass1-6/+6
2018-04-17fix empty non-void tags in non-xhtml modes, remove redundant whitelistChristian A. Weber1-1/+25
2018-04-12remove custom img() implementation with ie_png_fix, allow using it_html::tagn...Christian A. Weber1-6/+20
2018-02-15Encode [] in url parameters as new tidy validates URLs and complains about itChristian Schneider1-1/+1
2018-01-18Normalize combining diaeresis to umlaut in it::any2utf8()Christian Schneider1-0/+10
2017-12-12Avoid using search::xy in ITools codeChristian Schneider1-1/+1
2017-12-07more tests is always betterNathan Gass1-2/+14
2017-12-07if no key => value params are supplied, don't kill query params without value...Christian A. Weber1-5/+5
2017-12-07new MariaDB needs explicit ORDER BYChristian A. Weber1-1/+1
2017-12-07remove fasttagUrban Müller1-3/+0
2017-11-30add test for multiple spacesNathan Gass1-0/+6
2017-11-30test it::grep invertUrban Müller1-0/+1
2017-11-29Do not add / for non-http url without pathChristian Schneider1-0/+6
2017-11-28tests for falsey parameter argumentsNathan Gass1-2/+14
2017-11-28add todo test for removing parameters from baseNathan Gass1-0/+6
2017-11-28test handling of empty parametersNathan Gass1-0/+18
2017-11-28add more tests with fixesNathan Gass1-0/+95
2017-11-28simplify % code, test % at end and with digitsNathan Gass1-2/+2
2017-11-28extract U tests in json file (so they can be used elsewhere)Nathan Gass2-45/+53
2017-10-19revert to old behaviour for now, some T() calls in map drawings want unmodifi...Urban Müller1-2/+2
2017-10-18entity-encode tabs and carriage returns like new lines in attributes so that ...David Flatz1-2/+2
2017-10-16allow simple functions calls in ET() and T() labelsUrban Müller2-2/+5
2017-10-12use CURLOPT_FOLLOWLOCATION in it_url::getNathan Gass1-4/+4
2017-10-12add test for correct handling of Location for 201 created http resultNathan Gass2-0/+15
2017-09-27allow 3-argument form of explode, it::match etcUrban Müller1-0/+5
2017-09-26Added update/insert/upsert tracking and delete_untouched() to delete rows not...Christian Schneider1-0/+35
2017-08-21fix multiple args in base, add documentationChristian A. Weber1-2/+2
2017-08-21add it_url::parse_str() which leaves dots and spaces in arg names intactChristian A. Weber1-0/+6
2017-08-18U(): params can override base args, correctly add fragment to end of url if p...Christian A. Weber1-1/+12
2017-08-17add tests for authenticationNathan Gass1-0/+16
2017-08-17testserver returns 404 on unknown path, better reflect intended retry behavio...Nathan Gass2-2/+15
2017-08-16add test for missing protocolNathan Gass1-0/+8
2017-08-16test for a header which always existsNathan Gass1-2/+2
2017-08-16disable new expected errorsNathan Gass1-2/+2
2017-08-10adapt to defaultUrban Müller1-3/+3
2017-08-10it_url::request now has safety 1 like everything elseUrban Müller1-2/+2
2017-06-06add filter(), cut(), askey()Urban Müller1-0/+2
2017-06-01tests for it::filterUrban Müller1-0/+4
2017-05-22compactify, test fixcolnamesUrban Müller1-14/+7
2017-03-30it::split as frontend for preg_split()Urban Müller1-0/+8
2017-03-15add add_dir(), add mkdir to file_putUrban Müller1-0/+4
2017-02-07allow .time-1527 and .time-152715 as time formats for time debug parameter, a...Christian Helbling1-2/+13