summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
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
2017-02-07Replace create_function which will be deprecated in PHP 7.2Christian Schneider1-1/+0
2017-01-25Second version of it::map with keys: Handle 'null', '1' for code and Traversa...Christian Schneider1-1/+11
2017-01-25revert changes in it::mapDavid Flatz1-6/+1
2017-01-25standard php compatibilityUrban Müller1-3/+3
2017-01-25optional keys selection in it::mapUrban Müller1-1/+6
2016-11-10more readable for php n00bsUrban Müller1-3/+3
2016-11-10it:map(): allow any callable object (anon functions) or code in stringUrban Müller1-1/+4
2016-11-10whitespace cleanupUrban Müller1-6/+6
2016-11-10allow dynamic columnsUrban Müller1-0/+12
2016-08-10add test for latin1 selectNathan Gass1-0/+5
2016-07-16itjs::encode() can encode non-arraysChristian A. Weber1-0/+6
2016-07-16itjs::serialize() and itjs::encode() can encode nullChristian A. Weber1-0/+6
2016-06-28fix urls with double ?Urban Müller1-1/+1
2016-06-28add unit test to U() for encoding of ?Christian A. Weber1-0/+5
2016-06-06add 2nd parameter to it_url::absolute() to force a protocolChristian A. Weber1-6/+26
2016-05-23add it::mod which returns modulo as a positive numberChristian Helbling1-0/+5
2016-05-10Merge commit 'c3ac61c52780b91653efeeb88eb90739ee0a7b31'Christian Schneider1-0/+3
2016-05-10Adapt ITools to Memcached extension (used with PHP 7)Christian Schneider1-0/+3
2016-04-05add punycode test caseChristian A. Weber1-0/+8
2016-02-08encode header with base64 when quoted-printable fails because of php bug #53891David Flatz1-0/+6
2016-02-05use php function to escape headers; don't swallow double quotes when escaping...David Flatz1-6/+11