summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-10-07ignore svg parse errsUrban Müller1-1/+1
2009-10-07never trust the encodingUrban Müller1-2/+3
2009-10-07handle blanks before <?xmlUrban Müller1-1/+2
2009-10-07fix mixed utf8 and latin in inputUrban Müller1-1/+11
2009-10-07Strip low chars: No use in HTML pages and error in XML documentsChristian Schneider1-1/+1
2009-10-06make superglobals machine readableUrban Müller1-4/+4
2009-10-05Fix typo in data sanitizer and added encoding supportChristian Schneider2-6/+14
2009-10-05handle bad xmlUrban Müller2-0/+10
2009-10-01more verbose errorsUrban Müller1-1/+1
2009-10-01warn by default about bad xmlUrban Müller1-6/+6
2009-09-16Added parameters blockmailid and omitdebuginfo to it::error()Christian Schneider1-19/+27
2009-09-15update() no longer optimizes data away if a query is givenChristian Weber1-4/+4
2009-09-14alert noncreateable var/urlcacheUrban Müller1-0/+3
2009-09-08Use U() to sanitize URLs in it_html::sanitize and adapted test cases to itChristian Schneider2-6/+6
2009-09-08guarantee validating urls, fix double encoding of url params in baseUrban Müller2-3/+20
2009-08-31Move it_boot scripts to the bottom of the head sectionThomas Brüderli1-3/+3
2009-08-27sqltrace implies sqllogUrban Müller1-1/+1
2009-08-26avoid calling var_export() on $GLOBALS (infinite recursion crash)Christian Weber1-1/+1
2009-08-25Fix multiple NI with arraysChristian Schneider1-0/+1
2009-08-25Added array support to NI operatorChristian Schneider2-8/+21
2009-08-20Warn when we hit pcre.backtracking_limitChristian Schneider1-0/+10
2009-08-20Fix some test namesChristian Schneider1-5/+5
2009-08-20enforce img altUrban Müller2-2/+8
2009-08-17Replace all {params} in one go to avoid double replacementsChristian Schneider1-2/+5
2009-08-17nocache -> SQL_NO_CACHEUrban Müller1-0/+3
2009-08-14Close a lock race when lock expires, check existance of file in _waitforlockChristian Schneider1-14/+11
2009-08-12Added tests for it_url::absolute()Christian Schneider1-0/+22
2009-08-12Do not add port 443 in HTTPS modeChristian Schneider1-1/+1
2009-08-10Set html.js css class if javascript/jsboot is enabledThomas Brüderli1-0/+4
2009-08-10Support ports othen than port 80, output full url in noredir modeChristian Schneider1-5/+4
2009-08-08correct integer detection (bigint is still treated as string as it exceeds ph...Christian Weber1-1/+1
2009-07-31New version of get_cache (using If-Not-Modified-Since support in get)Christian Schneider1-83/+129
2009-07-23Add MATCH operator for mysql queries + unify string escapingThomas Brüderli1-5/+22
2009-07-09Fix warning on PHP 5.3 when passing non-object to get_class()Christian Schneider1-1/+1
2009-07-09Register locateme.js for easy accessThomas Brüderli1-0/+1
2009-07-09Need more space :-)Christian Schneider1-0/+1
2009-07-09dont redirect if debug output visibleUrban Müller2-0/+4
2009-06-25Make it::file_put pass PHP4 lint commit hook againChristian Schneider1-1/+1
2009-06-24Enhanced documentationChristian Schneider1-1/+3
2009-06-24Added new parameter 'id' to specify cache typeChristian Schneider1-7/+4
2009-06-24Added get_cache_dir with support for paths relative to /var/urlcacheChristian Schneider1-8/+24
2009-06-10Added test for xml parsing with entities like ampersandChristian Schneider1-0/+6
2009-06-09Support SVG files as input to it::imageconvertChristian Schneider1-3/+8
2009-06-05Properly handle single quotes in URL in U()Christian Schneider2-1/+7
2009-05-19bugfix: only adapt processed stamps if there was any processingUrban Müller1-5/+6
2009-04-29added my private email for itools changesDenis Demesmaeker1-0/+1
2009-04-29removed denisUrban Müller1-1/+0
2009-04-29killed requiresUrban Müller9-19/+1
2009-04-28kill searchlib/ linkUrban Müller1-1/+1
2009-04-22Get rid of ereg/split, replaced by preg equivalentsChristian Schneider7-32/+32