summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2016-02-05use php function to escape headers; don't swallow double quotes when escaping...David Flatz1-6/+11
2016-02-03make tests compatible to php 5.3 stdDavid Flatz7-37/+46
2016-02-03don't split addrlist at comma when the comma is inside a quoted string, this ...David Flatz1-7/+7
2016-02-01add support for arrays of cidrs in cidr_match()Christian A. Weber1-0/+1
2016-02-01fix cidr_match() without /maskChristian A. Weber1-0/+2
2016-02-01new function it::cidr_match($ip, $cidr)Christian A. Weber1-0/+10
2015-10-30minimal it::sortUrban Müller1-0/+4
2015-09-10Make test work on both PHP5/apcu/memcache and PHP7/memcached and name themChristian Schneider1-19/+18
2015-08-10php 5.3 compatibilityUrban Müller2-2/+2
2015-08-10php 5.3 compatibilityUrban Müller2-6/+6
2015-08-10php 5.3 compatibilityUrban Müller2-20/+20
2015-08-10adapt tests to strict comparisonUrban Müller3-14/+14
2015-08-10php 5.3 compatibility required now?!Urban Müller1-2/+2
2015-08-10correctly handle non-utf8 in keysUrban Müller1-0/+1
2015-01-29omit soft hyphen cause we filter itUrban Müller1-4/+4
2015-01-08test new it_cache behaviourUrban Müller1-0/+47
2014-10-01it::json_encode() and it::json_decode()Urban Müller1-0/+3
2014-09-01Added some test for it_url::parseChristian Schneider1-1/+3
2014-07-31support it::timeUrban Müller1-4/+7
2014-07-02always also test it_html with itools_extensionNathan Gass1-0/+3
2014-04-28introduce new function addrlist_escape that uses header_escape to only escape...David Flatz1-5/+44
2014-04-28add tests for it_mail headersDavid Flatz1-0/+43
2014-02-21Added support for htmltype 'html5' to it_htmlChristian Schneider1-0/+8
2014-02-19implement and test argument maxlength (for crawler)Nathan Gass1-0/+16
2014-02-17don't get rid of common index file names in urls, we can't assume server conf...David Flatz1-2/+2
2014-02-05use replication safe statementsUrban Müller1-3/+3
2014-01-09allow column name override, add testsUrban Müller1-4/+6
2014-01-09allow column name override, add testsUrban Müller1-0/+7
2013-10-14use %20 instead of + for blanks in U(), werbeverlags ag needs it that wayUrban Müller1-2/+2
2013-07-17revert special --opts syntax as -opts does not warn on missing dashes anywayNathan Gass1-4/+4
2013-07-17add --opts variant to shell_command which adds dashes for posix options, add ...Nathan Gass1-0/+52
2013-07-01test sequential pattern application in ::replaceUrban Müller1-0/+1
2013-05-13test for grapheme_strlen===null for bad utf8Urban Müller1-0/+2
2013-03-27::sanitize testUrban Müller1-0/+6
2013-03-21add new function it::systemNathan Gass1-0/+17
2013-03-04factor out request method from get method, make http method overwritable, fix...Nathan Gass1-2/+4
2013-01-31it::serialize must quote ' in keysUrban Müller1-1/+5
2012-12-06Disable sqllog after tests which need it againChristian Schneider1-0/+1
2012-11-29positional args in it::execUrban Müller1-0/+1
2012-11-22Remove smart_replace() as alias for store() because it is even worse a name t...Christian Schneider1-16/+7
2012-11-01Added alias store() for smart_replace() to maintain API backward compatibilityChristian Schneider1-0/+8
2012-11-01better function namingUrban Müller1-7/+7
2012-10-16dryNathan Gass3-119/+116
2012-10-16add test for large responseNathan Gass2-0/+13
2012-10-15test basic request headersNathan Gass2-0/+30
2012-10-15group all redirect tests together, remove commented out codeNathan Gass1-11/+9
2012-10-15add tests for it_url::get timeoutsNathan Gass2-0/+84
2012-10-15add more it_url::get tests (some todo)Nathan Gass2-0/+42
2012-10-15use switch statement, also fixes illegal styleNathan Gass1-12/+19
2012-10-15add harder tests for it_url::get using custom testserver on localhostNathan Gass2-0/+77