summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-04-18Unset host header otherwise redirects to other hosts fail; Avoid infinite ↵Thomas Brüderli1-2/+4
redirect loops
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 ↵Christian Weber2-27/+89
get(), minor cleanup, add test suite
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') ↵Thomas Brüderli1-1/+1
is true
2007-02-05grace period for it::errorUrban Müller1-5/+5
2007-02-01bugfixUrban Müller1-1/+1
2007-02-01non-locking keepfailed refreshUrban Müller1-0/+5
2007-01-25Revert empty tag logic to list with browser issues (fixes XML generation)Christian Schneider1-1/+1
2007-01-24Allow data in tags which are normally empty (e.g. link)Christian Schneider1-1/+1
2007-01-24Minor style cleanup and simplified setlocale logicChristian Schneider1-14/+6
2007-01-23don't omit <title> tag if $title === '' (validator)Christian Weber1-1/+2
2007-01-22ITools style police (plus bug fix with modifiers)Christian Schneider1-46/+60
2007-01-22use locale setting for regexes, but revert after preg callNathan Gass1-26/+14
2007-01-22return empty array for no match with all => 1Nathan Gass1-1/+1
2007-01-22Fixed _itjs() in concatenation modeChristian Weber1-7/+5