summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-12-04Convert tests back to old syntax to match rest of itoolsChristian Schneider1-2/+2
2008-12-03Added it_cache to itools.lib for old school usageChristian Schneider1-0/+1
2008-12-01forgotton debug codeUrban Müller1-1/+0
2008-11-27memory cacheUrban Müller1-0/+98
2008-11-27schema cacheUrban Müller1-11/+55
2008-11-27correct typosChristian Weber1-3/+3
2008-11-26debuggedUrban Müller1-3/+7
2008-11-26Add new it_http class to itjs includesThomas Brüderli2-2/+245
2008-11-25Convert table rows to simple line breaksThomas Brüderli1-4/+3
2008-11-13commentUrban Müller1-0/+1
2008-11-13dont depend on it_html (ultraclassloader debugging)Urban Müller1-1/+1
2008-11-13show empty textsUrban Müller1-1/+1
2008-11-11fix styleNathan Gass1-2/+2
2008-11-11some latin1 tests, debug it::execNathan Gass3-5/+31
2008-11-11Add some members to undefined elements (to be used in tel-edit)Thomas Brüderli1-1/+1
2008-11-09Convert tests back to old syntax for consistency of itools syntaxChristian Schneider3-18/+18
2008-11-09Added tests for sanitize with different encodingsChristian Schneider1-0/+14
2008-11-09support also different charset in sanitize functionDenis Demesmaeker1-3/+4
2008-11-04Simplify regex and make sure test catches CRChristian Schneider2-2/+2
2008-10-27Simplify code, query() throws fatal if safety > 0 anywayChristian Schneider1-1/+1
2008-10-26Do not output PHP warnings on input confusing the tokenizerChristian Schneider1-1/+1
2008-10-26Fix phplint warningsChristian Schneider2-2/+2
2008-10-22support safety=0 in construktorUrban Müller1-2/+2
2008-10-20validate when srclines is onUrban Müller1-1/+1
2008-10-15phplint cleanupUrban Müller2-5/+7
2008-10-15phplint cleanupUrban Müller4-12/+6
2008-10-15phplint cleanupUrban Müller1-2/+2
2008-10-15phplint cleanupUrban Müller1-2/+2
2008-10-13provide source line as titleUrban Müller1-4/+5
2008-10-07Make png-filter mode configurable by the appThomas Brüderli1-2/+2
2008-10-07Add pngfix to javascript libThomas Brüderli1-0/+17
2008-10-07Removed obsolete variableChristian Schneider1-1/+1
2008-10-02Fix javascript strict warningChristian Schneider1-1/+1
2008-10-01Added PHP 5 Iterators to READMEChristian Schneider1-0/+8
2008-10-01Added test for dbi IteratorChristian Schneider1-0/+21
2008-10-01Added logging of querys to _sqllog if debug_sqllog is setChristian Schneider1-1/+7
2008-10-01Added PHP5 iterator to it_dbi: Allows foreach (new T_User...)Christian Schneider1-1/+38
2008-09-30Firebug shouldn't be a problem anymoreThomas Brüderli1-3/+2
2008-09-24Mark uid/session cookies as httponly (not readable by JS document.cookie)Christian Schneider2-3/+3
2008-09-23Improve browser detectionThomas Brüderli1-2/+8
2008-09-22Fix (too) advanced regexp for older browsersThomas Brüderli1-1/+1
2008-09-15Restrict alert mail subject to a reasonable sizeChristian Schneider1-1/+1
2008-09-15Fix bug with email addresses including full name and GMailChristian Schneider1-6/+19
2008-09-11Only encode headers with quoted-printable if really necessaryChristian Schneider1-1/+1
2008-09-10Handle arrays for header values passed to it_mailChristian Schneider1-32/+12
2008-09-10Fix warning if no paramenter names could be found and fix line offset for cliChristian Schneider1-3/+1
2008-09-10Also encode = in quoted printable (rfc2045 6.7.)Christian Schneider1-1/+1
2008-09-10Fix typo in hex codeChristian Schneider1-1/+1
2008-09-10Use one single encoding instead of one per characterChristian Schneider1-1/+1
2008-09-10use it::mail for (hopefully) correct encodingUrban Müller1-1/+2