Age | Commit message (Expand) | Author | Files | Lines |
2009-10-07 | handle blanks before <?xml | Urban Müller | 1 | -1/+2 |
2009-10-07 | fix mixed utf8 and latin in input | Urban Müller | 1 | -1/+11 |
2009-10-07 | Strip low chars: No use in HTML pages and error in XML documents | Christian Schneider | 1 | -1/+1 |
2009-10-06 | make superglobals machine readable | Urban Müller | 1 | -4/+4 |
2009-10-05 | Fix typo in data sanitizer and added encoding support | Christian Schneider | 2 | -6/+14 |
2009-10-05 | handle bad xml | Urban Müller | 2 | -0/+10 |
2009-10-01 | more verbose errors | Urban Müller | 1 | -1/+1 |
2009-10-01 | warn by default about bad xml | Urban Müller | 1 | -6/+6 |
2009-09-16 | Added parameters blockmailid and omitdebuginfo to it::error() | Christian Schneider | 1 | -19/+27 |
2009-09-15 | update() no longer optimizes data away if a query is given | Christian Weber | 1 | -4/+4 |
2009-09-14 | alert noncreateable var/urlcache | Urban Müller | 1 | -0/+3 |
2009-09-08 | Use U() to sanitize URLs in it_html::sanitize and adapted test cases to it | Christian Schneider | 2 | -6/+6 |
2009-09-08 | guarantee validating urls, fix double encoding of url params in base | Urban Müller | 2 | -3/+20 |
2009-08-31 | Move it_boot scripts to the bottom of the head section | Thomas Brüderli | 1 | -3/+3 |
2009-08-27 | sqltrace implies sqllog | Urban Müller | 1 | -1/+1 |
2009-08-26 | avoid calling var_export() on $GLOBALS (infinite recursion crash) | Christian Weber | 1 | -1/+1 |
2009-08-25 | Fix multiple NI with arrays | Christian Schneider | 1 | -0/+1 |
2009-08-25 | Added array support to NI operator | Christian Schneider | 2 | -8/+21 |
2009-08-20 | Warn when we hit pcre.backtracking_limit | Christian Schneider | 1 | -0/+10 |
2009-08-20 | Fix some test names | Christian Schneider | 1 | -5/+5 |
2009-08-20 | enforce img alt | Urban Müller | 2 | -2/+8 |
2009-08-17 | Replace all {params} in one go to avoid double replacements | Christian Schneider | 1 | -2/+5 |
2009-08-17 | nocache -> SQL_NO_CACHE | Urban Müller | 1 | -0/+3 |
2009-08-14 | Close a lock race when lock expires, check existance of file in _waitforlock | Christian Schneider | 1 | -14/+11 |
2009-08-12 | Added tests for it_url::absolute() | Christian Schneider | 1 | -0/+22 |
2009-08-12 | Do not add port 443 in HTTPS mode | Christian Schneider | 1 | -1/+1 |
2009-08-10 | Set html.js css class if javascript/jsboot is enabled | Thomas Brüderli | 1 | -0/+4 |
2009-08-10 | Support ports othen than port 80, output full url in noredir mode | Christian Schneider | 1 | -5/+4 |
2009-08-08 | correct integer detection (bigint is still treated as string as it exceeds ph... | Christian Weber | 1 | -1/+1 |
2009-07-31 | New version of get_cache (using If-Not-Modified-Since support in get) | Christian Schneider | 1 | -83/+129 |
2009-07-23 | Add MATCH operator for mysql queries + unify string escaping | Thomas Brüderli | 1 | -5/+22 |
2009-07-09 | Fix warning on PHP 5.3 when passing non-object to get_class() | Christian Schneider | 1 | -1/+1 |
2009-07-09 | Register locateme.js for easy access | Thomas Brüderli | 1 | -0/+1 |
2009-07-09 | Need more space :-) | Christian Schneider | 1 | -0/+1 |
2009-07-09 | dont redirect if debug output visible | Urban Müller | 2 | -0/+4 |
2009-06-25 | Make it::file_put pass PHP4 lint commit hook again | Christian Schneider | 1 | -1/+1 |
2009-06-24 | Enhanced documentation | Christian Schneider | 1 | -1/+3 |
2009-06-24 | Added new parameter 'id' to specify cache type | Christian Schneider | 1 | -7/+4 |
2009-06-24 | Added get_cache_dir with support for paths relative to /var/urlcache | Christian Schneider | 1 | -8/+24 |
2009-06-10 | Added test for xml parsing with entities like ampersand | Christian Schneider | 1 | -0/+6 |
2009-06-09 | Support SVG files as input to it::imageconvert | Christian Schneider | 1 | -3/+8 |
2009-06-05 | Properly handle single quotes in URL in U() | Christian Schneider | 2 | -1/+7 |
2009-05-19 | bugfix: only adapt processed stamps if there was any processing | Urban Müller | 1 | -5/+6 |
2009-04-29 | added my private email for itools changes | Denis Demesmaeker | 1 | -0/+1 |
2009-04-29 | removed denis | Urban Müller | 1 | -1/+0 |
2009-04-29 | killed requires | Urban Müller | 9 | -19/+1 |
2009-04-28 | kill searchlib/ link | Urban Müller | 1 | -1/+1 |
2009-04-22 | Get rid of ereg/split, replaced by preg equivalents | Christian Schneider | 7 | -32/+32 |
2009-04-17 | log web errs to error_log | Urban Müller | 1 | -1/+3 |
2009-04-04 | allow calling constructor without p | Christian Weber | 1 | -1/+1 |