Age | Commit message (Expand) | Author | Files | Lines |
2018-06-21 | no reason for different naming | Urban Müller | 1 | -474/+0 |
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-01-18 | Normalize combining diaeresis to umlaut in it::any2utf8() | Christian Schneider | 1 | -0/+10 |
2017-11-30 | test it::grep invert | Urban Müller | 1 | -0/+1 |
2017-06-01 | tests for it::filter | Urban Müller | 1 | -0/+4 |
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 |
2017-02-07 | Replace create_function which will be deprecated in PHP 7.2 | Christian Schneider | 1 | -1/+0 |
2017-01-25 | Second version of it::map with keys: Handle 'null', '1' for code and Traversa... | Christian Schneider | 1 | -1/+11 |
2017-01-25 | revert changes in it::map | David Flatz | 1 | -6/+1 |
2017-01-25 | standard php compatibility | Urban Müller | 1 | -3/+3 |
2017-01-25 | optional keys selection in it::map | Urban Müller | 1 | -1/+6 |
2016-11-10 | more readable for php n00bs | Urban Müller | 1 | -3/+3 |
2016-11-10 | it:map(): allow any callable object (anon functions) or code in string | Urban Müller | 1 | -1/+4 |
2016-05-23 | add it::mod which returns modulo as a positive number | Christian Helbling | 1 | -0/+5 |
2016-02-01 | add support for arrays of cidrs in cidr_match() | Christian A. Weber | 1 | -0/+1 |
2016-02-01 | fix cidr_match() without /mask | Christian A. Weber | 1 | -0/+2 |
2016-02-01 | new function it::cidr_match($ip, $cidr) | Christian A. Weber | 1 | -0/+10 |
2015-10-30 | minimal it::sort | Urban Müller | 1 | -0/+4 |
2015-08-10 | adapt tests to strict comparison | Urban Müller | 1 | -11/+11 |
2015-08-10 | php 5.3 compatibility required now?! | Urban Müller | 1 | -2/+2 |
2015-08-10 | correctly handle non-utf8 in keys | Urban Müller | 1 | -0/+1 |
2015-01-29 | omit soft hyphen cause we filter it | Urban Müller | 1 | -4/+4 |
2014-10-01 | it::json_encode() and it::json_decode() | Urban Müller | 1 | -0/+3 |
2014-07-31 | support it::time | Urban Müller | 1 | -4/+7 |
2013-07-01 | test sequential pattern application in ::replace | Urban Müller | 1 | -0/+1 |
2013-05-13 | test for grapheme_strlen===null for bad utf8 | Urban Müller | 1 | -0/+2 |
2012-05-23 | any2utf8 triple encoding test | Urban Müller | 1 | -1/+2 |
2012-05-15 | support arrays in any2utf8 | Urban Müller | 1 | -1/+3 |
2012-04-24 | merged it_html::fix_encoding in it::any2utf8 | Urban Müller | 1 | -0/+8 |
2012-04-20 | any2utf8 quote fix and test | Urban Müller | 1 | -0/+2 |
2012-03-28 | Fix it::ucwords and added tests for it::ucfirst and it::ucwords | Christian Schneider | 1 | -0/+4 |
2012-03-28 | Added tests for it::replace with nbsp, it::any2utf8 | Christian Schneider | 1 | -0/+15 |
2012-03-26 | new utf8 safe functions it::grep and it::substr_replace | Nathan Gass | 1 | -0/+8 |
2012-03-22 | cleanup, set locale for latin1 case-sensitive tests, adjust tests to file now... | Christian Weber | 1 | -124/+184 |
2012-02-29 | bugfix: . matches umlaut in utf-8 mode | Christian Weber | 1 | -0/+5 |
2012-02-29 | it::convertregex() sets /u if default_charset is 'utf-8' (can be overridden) | Christian Weber | 1 | -5/+31 |
2011-11-15 | fix test | Urban Müller | 1 | -0/+1 |
2011-11-15 | faster it::replace | Urban Müller | 1 | -0/+3 |
2011-11-14 | faster it::replace, tests | Urban Müller | 1 | -0/+4 |
2011-11-08 | Change it::date() to treat float as timestamp, only string with dots like 10.... | Christian Schneider | 1 | -5/+5 |
2011-11-08 | Fix [[:alpha::]] test name | Christian Schneider | 1 | -1/+1 |
2011-11-08 | handle named character classes | Urban Müller | 1 | -0/+5 |
2011-11-04 | test \b | Urban Müller | 1 | -0/+5 |
2011-10-28 | some more date tests | Nathan Gass | 1 | -0/+4 |
2011-10-28 | add some date tests | Nathan Gass | 1 | -0/+13 |
2010-11-11 | add reorder argument and tests to it::filter_keys | Nathan Gass | 1 | -0/+17 |