summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
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
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