summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
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
2007-01-22enforce contentless tagsUrban Müller1-1/+1
2007-01-22added and documented regex functions from search_regex.classNathan Gass1-0/+99
2007-01-22fewer alert repeatsUrban Müller1-2/+3
2007-01-19If a text is undefined in our language, use language_failsafe instead of erro...Christian Weber1-15/+4
2007-01-18different it_error suppression semanticsUrban Müller2-30/+15
2007-01-17Use itools styleChristian Schneider1-14/+30
2007-01-17it::error: fewer alerts, better performanceUrban Müller2-10/+28
2007-01-04Fix email_check for servers using greylistingChristian Schneider1-5/+8
2007-01-03Check if global function already exists before creating itThomas Brüderli1-1/+4
2007-01-02handle nothing to do case, faster debug param checkUrban Müller1-2/+2
2007-01-02alert unparseable urlsUrban Müller1-1/+2
2006-12-26use arrays instead of varargs for method calls (by cschneid)Urban Müller1-74/+41
2006-12-26Make itools fully old syntax againChristian Schneider2-4/+4
2006-12-24faster, pussycat!Urban Müller1-27/+21