summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)AuthorFilesLines
2009-10-15Make string and file read mode of it_xml equivalent again, added tests for ↵Christian Schneider1-2/+17
file mode
2009-10-05Fix typo in data sanitizer and added encoding supportChristian Schneider1-5/+13
2009-10-05handle bad xmlUrban Müller1-0/+7
2009-09-08Use U() to sanitize URLs in it_html::sanitize and adapted test cases to itChristian Schneider1-4/+4
2009-09-08guarantee validating urls, fix double encoding of url params in baseUrban Müller1-0/+10
2009-08-25Added array support to NI operatorChristian Schneider1-1/+6
2009-08-20Fix some test namesChristian Schneider1-5/+5
2009-08-20enforce img altUrban Müller1-2/+2
2009-08-12Added tests for it_url::absolute()Christian Schneider1-0/+22
2009-06-10Added test for xml parsing with entities like ampersandChristian Schneider1-0/+6
2009-06-05Properly handle single quotes in URL in U()Christian Schneider1-0/+6
2009-04-29killed requiresUrban Müller9-19/+1
2009-04-28kill searchlib/ linkUrban Müller1-1/+1
2009-02-17Convert all tests back to old syntaxChristian Schneider1-4/+4
2009-02-17Fix it_dbi NOT IN with empty array and added IN/NOT IN testsChristian Schneider1-0/+20
2008-12-08Fix it_html::sanitize with b/br combination (tag prefix of other tag bug)Christian Schneider1-0/+6
2008-12-04Convert tests back to old syntax to match rest of itoolsChristian Schneider1-2/+2
2008-11-11some latin1 tests, debug it::execNathan Gass2-4/+25
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-04Simplify regex and make sure test catches CRChristian Schneider1-1/+1
2008-10-26Fix phplint warningsChristian Schneider2-2/+2
2008-10-01Added test for dbi IteratorChristian Schneider1-0/+21
2008-08-15T() now accepts values like ET() but uses Q() to quote themChristian Schneider1-0/+40
2008-08-06debuged, added basic testsNathan Gass1-0/+24
2008-07-28Quote identifier if it is a javascript reserved wordChristian Schneider1-0/+6
2008-06-26Replaced deprecated mysql_list_tables by SHOW TABLESChristian Schneider1-1/+37
Constructor of generated classes now take varargs too and added tests for it
2008-04-06Fixed bogus conversion of NULL to 0 for integer fieldsChristian Schneider1-2/+2
2008-04-01Allow multiple arguments as query to select() and constructorChristian Schneider1-1/+26
2007-11-28New it_dbi type awareness: int(11) fields are returned as intChristian Schneider1-0/+6
2007-11-23Only split selected options on comma for multi-selectChristian Schneider1-0/+12
2007-11-08Always lowercase HTML tags in it_html::sanitize()Christian Schneider1-2/+2
2007-10-11Removed deprecated manual settings of fields for update() and added basic testsChristian Schneider1-0/+94
2007-10-11Populated release branchChristian Schneider5-0/+487