Age | Commit message (Expand) | Author | Files | Lines |
2012-05-23 | any2utf8 triple encoding test | Urban Müller | 1 | -1/+2 |
2012-05-21 | More tests for it_dbi::store() behaviour | Christian Schneider | 1 | -5/+26 |
2012-05-21 | add store(), fix comments | Urban Müller | 1 | -2/+19 |
2012-05-18 | use IN instead of = if value is an array | Christian Weber | 1 | -0/+5 |
2012-05-15 | support arrays in any2utf8 | Urban Müller | 1 | -1/+3 |
2012-05-10 | New update() optimization: Optimize away 42 <=> "42" | Christian Schneider | 1 | -2/+17 |
2012-04-24 | merged it_html::fix_encoding in it::any2utf8 | Urban Müller | 2 | -11/+8 |
2012-04-20 | any2utf8 quote fix and test | Urban Müller | 1 | -0/+2 |
2012-04-10 | simpler double encoding test avoids false positives | Urban Müller | 1 | -1/+0 |
2012-03-30 | correct GREEN HEART test description | Christian Weber | 1 | -1/+1 |
2012-03-30 | add GREEN HEART unit test for it_html::fix_encoding() | Christian Weber | 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-28 | Added it::any2utf8, fixed it::replace fast path to add u modified, added erro... | Christian Schneider | 1 | -0/+1 |
2012-03-26 | space after \# | Nathan Gass | 1 | -6/+6 |
2012-03-26 | make get and get_multi tests encoding agnostic | Nathan Gass | 1 | -14/+10 |
2012-03-26 | new utf8 safe functions it::grep and it::substr_replace | Nathan Gass | 1 | -0/+8 |
2012-03-26 | Improve it_html tests | Christian Schneider | 1 | -11/+11 |
2012-03-26 | fixed it_html::fix_encoding | Urban Müller | 1 | -0/+12 |
2012-03-23 | it_xml uses correct target encoding by default, adapt tests to utf-8 deafult | Christian Weber | 1 | -14/+21 |
2012-03-22 | adapt to utf-8 | Urban Müller | 1 | -1/+1 |
2012-03-22 | cleanup, set locale for latin1 case-sensitive tests, adjust tests to file now... | Christian Weber | 1 | -124/+184 |
2012-03-22 | converted to utf-8 | Urban Müller | 1 | -1/+1 |
2012-03-22 | check encoding in Q() and _tag(), adapt tests to utf-8 | Urban Müller | 1 | -15/+27 |
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-12-08 | allow -0 as shortarg in getopt | Christian Helbling | 1 | -0/+6 |
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 |
2011-09-14 | fix endless loop, improve performance | Urban Müller | 1 | -0/+18 |
2011-06-08 | some quotevalue tests | Urban Müller | 1 | -1/+3 |
2011-06-07 | add some it::shell_command tests for new complex behaviour | Nathan Gass | 1 | -0/+3 |
2011-05-24 | add it_url::get_multi to fetch multiple urls in parallel | Nathan Gass | 1 | -0/+6 |
2011-04-13 | Fix iteration over localized fields, added test for it | Christian Schneider | 1 | -1/+9 |
2011-04-06 | Added support for localized fields with suffix, e.g. copy title_de to title o... | Christian Schneider | 1 | -0/+29 |
2010-11-11 | add reorder argument and tests to it::filter_keys | Nathan Gass | 1 | -0/+17 |
2010-11-03 | dbi::update() returns affected rows | Urban Müller | 1 | -0/+12 |
2010-10-05 | Make ITools use only standard syntax | Christian Schneider | 1 | -1/+1 |
2010-06-02 | it_url::get() no longer creates new objects if not called statically. Added i... | Christian Weber | 1 | -0/+41 |
2010-04-22 | entity decoder; urlencoding of user in U() | Urban Müller | 1 | -0/+8 |
2010-04-14 | Added it_xml test for invalid latin1 character, converted all tests to old sy... | Christian Schneider | 3 | -9/+17 |
2010-01-21 | tests for it_xml | Urban Müller | 1 | -0/+8 |
2010-01-18 | Adapt _set test to quoting of field names | Christian Schneider | 1 | -1/+1 |