Age | Commit message (Expand) | Author | Files | Lines |
2007-02-14 | log all it::errors | Urban Müller | 1 | -3/+3 |
2007-02-13 | Added it_url::params (handles nested arrays) and use it in U() and search_url | Christian Schneider | 3 | -16/+42 |
2007-02-13 | Test runtests.sh | Christian Schneider | 1 | -1/+1 |
2007-02-13 | Test runtests.sh | Christian Schneider | 1 | -1/+1 |
2007-02-12 | Added test for it_html::sanitize() | Christian Schneider | 1 | -0/+9 |
2007-02-12 | Added it_html::sanitize to make user-contributed html safe to use | Christian Schneider | 1 | -2/+48 |
2007-02-09 | Test runtests.sh | Christian Schneider | 1 | -1/+1 |
2007-02-09 | Test runtests.sh | Christian Schneider | 1 | -1/+1 |
2007-02-09 | Fix SVN properties on tests | Christian Schneider | 5 | -19/+8 |
2007-02-09 | Allow xml tags with special characters like date.taken (Flikr) | Christian Schneider | 2 | -10/+21 |
2007-02-09 | Renamed tests to match file names of class tested | Christian Schneider | 3 | -2/+2 |
2007-02-08 | Removed base class inheritance again, check for var name class (tel_xmlentry) | Christian Schneider | 2 | -8/+12 |
2007-02-08 | Moved ITools tests from searchlib to itools/live | Christian Schneider | 5 | -0/+407 |
2007-02-07 | Reverted as it causes tel detail links to be empty, needs tel debugging | Christian Schneider | 1 | -1/+1 |
2007-02-07 | Fix multiple empty tags not creating an array | Christian Schneider | 1 | -1/+1 |
2007-02-06 | Fix it_xml recursion (and hence apache crash) by overwriting base constructor | Christian Schneider | 1 | -1/+1 |
2007-02-06 | Make created classes extend my_xml instead of it_xml | Christian Schneider | 1 | -1/+2 |
2007-02-05 | get_cache accepts it_error params | Urban Müller | 1 | -2/+3 |
2007-02-05 | Prevent from invalid quoting: strval(intval('000080')) == strval('000080') is... | Thomas Brüderli | 1 | -1/+1 |
2007-02-05 | grace period for it::error | Urban Müller | 1 | -5/+5 |
2007-02-01 | bugfix | Urban Müller | 1 | -1/+1 |
2007-02-01 | non-locking keepfailed refresh | Urban Müller | 1 | -0/+5 |
2007-01-25 | Revert empty tag logic to list with browser issues (fixes XML generation) | Christian Schneider | 1 | -1/+1 |
2007-01-24 | Allow data in tags which are normally empty (e.g. link) | Christian Schneider | 1 | -1/+1 |
2007-01-24 | Minor style cleanup and simplified setlocale logic | Christian Schneider | 1 | -14/+6 |
2007-01-23 | don't omit <title> tag if $title === '' (validator) | Christian Weber | 1 | -1/+2 |
2007-01-22 | ITools style police (plus bug fix with modifiers) | Christian Schneider | 1 | -46/+60 |
2007-01-22 | use locale setting for regexes, but revert after preg call | Nathan Gass | 1 | -26/+14 |
2007-01-22 | return empty array for no match with all => 1 | Nathan Gass | 1 | -1/+1 |
2007-01-22 | Fixed _itjs() in concatenation mode | Christian Weber | 1 | -7/+5 |
2007-01-22 | enforce contentless tags | Urban Müller | 1 | -1/+1 |
2007-01-22 | added and documented regex functions from search_regex.class | Nathan Gass | 1 | -0/+99 |
2007-01-22 | fewer alert repeats | Urban Müller | 1 | -2/+3 |
2007-01-19 | If a text is undefined in our language, use language_failsafe instead of erro... | Christian Weber | 1 | -15/+4 |
2007-01-18 | different it_error suppression semantics | Urban Müller | 2 | -30/+15 |
2007-01-17 | Use itools style | Christian Schneider | 1 | -14/+30 |
2007-01-17 | it::error: fewer alerts, better performance | Urban Müller | 2 | -10/+28 |
2007-01-04 | Fix email_check for servers using greylisting | Christian Schneider | 1 | -5/+8 |
2007-01-03 | Check if global function already exists before creating it | Thomas Brüderli | 1 | -1/+4 |
2007-01-02 | handle nothing to do case, faster debug param check | Urban Müller | 1 | -2/+2 |
2007-01-02 | alert unparseable urls | Urban Müller | 1 | -1/+2 |
2006-12-26 | use arrays instead of varargs for method calls (by cschneid) | Urban Müller | 1 | -74/+41 |
2006-12-26 | Make itools fully old syntax again | Christian Schneider | 2 | -4/+4 |
2006-12-24 | faster, pussycat! | Urban Müller | 1 | -27/+21 |
2006-12-23 | log $_SERVER on it::error | Urban Müller | 1 | -1/+1 |
2006-12-21 | Add semicolon and newline after jsenv in head script | Thomas Brüderli | 1 | -1/+1 |
2006-12-19 | suppress warnings and alerts | Denis Demesmaeker | 1 | -1/+1 |
2006-12-19 | removed berni | Denis Demesmaeker | 1 | -1/+0 |
2006-12-19 | Only use gzip for it_boot requests | Thomas Brüderli | 1 | -1/+1 |
2006-12-15 | Make T_lang safe | Christian Schneider | 1 | -1/+1 |