summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-05-08encode() correctly encodes boolean valuesChristian Weber1-1/+5
2007-05-08necessary commentUrban Müller1-1/+1
2007-05-08Handle bogus chunked transfer encoding response from Wordpress/Apache2/PHP5Christian Schneider1-2/+17
2007-05-08added short traceUrban Müller1-1/+1
2007-05-08work correctly if result casted to arrayUrban Müller1-1/+1
2007-05-03Close XSS and fix iframe fallback mode of loaderChristian Schneider1-2/+2
2007-05-01documentationUrban Müller1-2/+2
2007-04-24different idiocies in php 5Urban Müller1-2/+2
2007-04-20First scalar (command name) and option names are not quoted (but values are)Christian Schneider1-5/+6
2007-04-19it_xml: new option to lowercase all tag and attribute namesThomas Brüderli1-6/+7
2007-04-18Add Thomas to itools diffnoticeThomas Brüderli1-0/+1
2007-04-18Unset host header otherwise redirects to other hosts fail; Avoid infinite red...Thomas Brüderli1-2/+4
2007-04-17handle opts without argsUrban Müller1-3/+7
2007-04-17wrapper for shell commandsUrban Müller1-0/+28
2007-04-05don't lowercase username and passwordChristian Weber1-2/+2
2007-04-04Replace PHP 5 var_export object representation by old style (incomplete)Christian Schneider1-0/+10
2007-04-04add support for username:password@, user it_url::params to encode params in g...Christian Weber2-27/+89
2007-03-27Fix register global dependency and close sql injectionChristian Schneider1-7/+7
2007-03-19Prepend XML header for charset detection in PHP5Christian Schneider1-0/+10
2007-03-16Make sure a href and img src are properly encoded insanitized htmlChristian Schneider1-2/+2
2007-03-13bugfixUrban Müller1-1/+1
2007-03-13it_url_encodeUrban Müller1-0/+10
2007-02-28Implemented server_update parameter to use different host for write operationsChristian Schneider1-4/+20
2007-02-23replaced dubious it_clone() by cleaner it_set() (aka copyObj() from lib.js)Christian Weber1-18/+12
2007-02-21implemented config argument home of constructorNathan Gass1-1/+4
2007-02-19added filter_keysUrban Müller1-0/+16
2007-02-16Fix sanitize when used without it_html instantiaced (no global Q())Christian Schneider1-1/+1
2007-02-16safer timewindow semanticsUrban Müller1-2/+2
2007-02-15Added empty alt tag to make validator happyChristian Schneider2-2/+2
2007-02-14longer is shorter :)Urban Müller1-2/+3
2007-02-14dont remove top stack level; seems NOT to be it::errorUrban Müller1-1/+1
2007-02-14log all it::errorsUrban Müller1-3/+3
2007-02-13Added it_url::params (handles nested arrays) and use it in U() and search_urlChristian Schneider3-16/+42
2007-02-13Test runtests.shChristian Schneider1-1/+1
2007-02-13Test runtests.shChristian Schneider1-1/+1
2007-02-12Added test for it_html::sanitize()Christian Schneider1-0/+9
2007-02-12Added it_html::sanitize to make user-contributed html safe to useChristian Schneider1-2/+48
2007-02-09Test runtests.shChristian Schneider1-1/+1
2007-02-09Test runtests.shChristian Schneider1-1/+1
2007-02-09Fix SVN properties on testsChristian Schneider5-19/+8
2007-02-09Allow xml tags with special characters like date.taken (Flikr)Christian Schneider2-10/+21
2007-02-09Renamed tests to match file names of class testedChristian Schneider3-2/+2
2007-02-08Removed base class inheritance again, check for var name class (tel_xmlentry)Christian Schneider2-8/+12
2007-02-08Moved ITools tests from searchlib to itools/liveChristian Schneider5-0/+407
2007-02-07Reverted as it causes tel detail links to be empty, needs tel debuggingChristian Schneider1-1/+1
2007-02-07Fix multiple empty tags not creating an arrayChristian Schneider1-1/+1
2007-02-06Fix it_xml recursion (and hence apache crash) by overwriting base constructorChristian Schneider1-1/+1
2007-02-06Make created classes extend my_xml instead of it_xmlChristian Schneider1-1/+2
2007-02-05get_cache accepts it_error paramsUrban Müller1-2/+3
2007-02-05Prevent from invalid quoting: strval(intval('000080')) == strval('000080') is...Thomas Brüderli1-1/+1