summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-10-27Document the fact that we require PHP 5 for ITools nowChristian Schneider1-5/+5
2009-10-27prevent huge mailsUrban Müller1-0/+7
2009-10-23Allow giving custom command line options to ImageMagick with it::imageconvert()Christian Schneider1-1/+3
2009-10-20Add own iteratorkey if no DB key was foundChristian Schneider1-1/+2
2009-10-15Make string and file read mode of it_xml equivalent again, added tests for ↵Christian Schneider2-23/+52
file mode
2009-10-12support multiple lib.search.chUrban Müller1-1/+1
2009-10-08use original xml in err msgUrban Müller1-3/+5
2009-10-08leave quote entities aloneUrban Müller1-1/+1
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 ↵Christian Weber1-1/+1
php's int size)
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