Age | Commit message (Expand) | Author | Files | Lines |
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 |
2009-12-22 | Preserve numeric entities in it_html::sanitize | Christian Schneider | 1 | -0/+6 |
2009-10-15 | Make string and file read mode of it_xml equivalent again, added tests for fi... | Christian Schneider | 1 | -2/+17 |
2009-10-05 | Fix typo in data sanitizer and added encoding support | Christian Schneider | 1 | -5/+13 |
2009-10-05 | handle bad xml | Urban Müller | 1 | -0/+7 |
2009-09-08 | Use U() to sanitize URLs in it_html::sanitize and adapted test cases to it | Christian Schneider | 1 | -4/+4 |
2009-09-08 | guarantee validating urls, fix double encoding of url params in base | Urban Müller | 1 | -0/+10 |
2009-08-25 | Added array support to NI operator | Christian Schneider | 1 | -1/+6 |
2009-08-20 | Fix some test names | Christian Schneider | 1 | -5/+5 |
2009-08-20 | enforce img alt | Urban Müller | 1 | -2/+2 |
2009-08-12 | Added tests for it_url::absolute() | Christian Schneider | 1 | -0/+22 |
2009-06-10 | Added test for xml parsing with entities like ampersand | Christian Schneider | 1 | -0/+6 |
2009-06-05 | Properly handle single quotes in URL in U() | Christian Schneider | 1 | -0/+6 |
2009-04-29 | killed requires | Urban Müller | 9 | -19/+1 |
2009-04-28 | kill searchlib/ link | Urban Müller | 1 | -1/+1 |
2009-02-17 | Convert all tests back to old syntax | Christian Schneider | 1 | -4/+4 |
2009-02-17 | Fix it_dbi NOT IN with empty array and added IN/NOT IN tests | Christian Schneider | 1 | -0/+20 |
2008-12-08 | Fix it_html::sanitize with b/br combination (tag prefix of other tag bug) | Christian Schneider | 1 | -0/+6 |
2008-12-04 | Convert tests back to old syntax to match rest of itools | Christian Schneider | 1 | -2/+2 |
2008-11-11 | some latin1 tests, debug it::exec | Nathan Gass | 2 | -4/+25 |
2008-11-09 | Convert tests back to old syntax for consistency of itools syntax | Christian Schneider | 3 | -18/+18 |
2008-11-09 | Added tests for sanitize with different encodings | Christian Schneider | 1 | -0/+14 |
2008-11-04 | Simplify regex and make sure test catches CR | Christian Schneider | 1 | -1/+1 |
2008-10-26 | Fix phplint warnings | Christian Schneider | 2 | -2/+2 |
2008-10-01 | Added test for dbi Iterator | Christian Schneider | 1 | -0/+21 |
2008-08-15 | T() now accepts values like ET() but uses Q() to quote them | Christian Schneider | 1 | -0/+40 |
2008-08-06 | debuged, added basic tests | Nathan Gass | 1 | -0/+24 |
2008-07-28 | Quote identifier if it is a javascript reserved word | Christian Schneider | 1 | -0/+6 |