summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-12-10Encode garbage chars in hostUrban Müller1-0/+1
2009-12-09revert ED() functionality after a lengthy political struggleChristian Weber1-1/+1
2009-12-04Convert IDNA domain names to Punycode in U()Christian Schneider1-0/+2
2009-11-27ED() creates jsdebug div if it doesn't existChristian Weber1-21/+21
2009-11-26use same case for static and global funcUrban Müller1-3/+3
2009-11-18pass fragmentsUrban Müller1-2/+2
2009-11-18Protect from Firewalls/Proxies altering Javascript source codeChristian Schneider2-2/+2
2009-11-18simple fallback parserUrban Müller1-1/+2
2009-11-17dont urlencode IDN host parts in U()Urban Müller1-7/+19
2009-11-17Added start/end marker and cut off prepended and appended stuff (Swisslife)Christian Schneider2-6/+6
2009-11-17Added error reporter sending back code on faulty loadChristian Schneider2-0/+12
2009-11-17Added error reporter sending back code on faulty loadChristian Schneider3-20/+63
2009-11-12add sl_dropdown alias to itjsKoni Weber1-0/+1
2009-11-08Add shutdown handler to make it::timerlog workChristian Schneider1-0/+8
2009-11-05new IE6 workaround attemptUrban Müller1-2/+2
2009-11-05placate UBSUrban Müller1-1/+1
2009-11-02allow marking of single labelUrban Müller1-1/+1
2009-11-02dont overwrite existing arrayUrban Müller1-2/+2
2009-11-02sample usage of labelsUrban Müller1-0/+7
2009-10-28validate when inlinedUrban Müller1-3/+3
2009-10-27Keep memory footprint of it_xml in streaming mode lowChristian Schneider1-1/+1
2009-10-27Only ltrim at beginning of xml file when sanitizing (fixes streaming mode)Christian Schneider1-2/+2
2009-10-27Document the fact that we require PHP 5 for ITools nowChristian Schneider1-5/+5
2009-10-27prevent huge mailsUrban Müller1-0/+7
2009-10-23Allow giving custom command line options to ImageMagick with it::imageconvert()Christian Schneider1-1/+3
2009-10-20Add own iteratorkey if no DB key was foundChristian Schneider1-1/+2
2009-10-15Make string and file read mode of it_xml equivalent again, added tests for ↵Christian Schneider2-23/+52
file mode
2009-10-12support multiple lib.search.chUrban Müller1-1/+1
2009-10-08use original xml in err msgUrban Müller1-3/+5
2009-10-08leave quote entities aloneUrban Müller1-1/+1
2009-10-07ignore svg parse errsUrban Müller1-1/+1
2009-10-07never trust the encodingUrban Müller1-2/+3
2009-10-07handle blanks before <?xmlUrban Müller1-1/+2
2009-10-07fix mixed utf8 and latin in inputUrban Müller1-1/+11
2009-10-07Strip low chars: No use in HTML pages and error in XML documentsChristian Schneider1-1/+1
2009-10-06make superglobals machine readableUrban Müller1-4/+4
2009-10-05Fix typo in data sanitizer and added encoding supportChristian Schneider2-6/+14
2009-10-05handle bad xmlUrban Müller2-0/+10
2009-10-01more verbose errorsUrban Müller1-1/+1
2009-10-01warn by default about bad xmlUrban Müller1-6/+6
2009-09-16Added parameters blockmailid and omitdebuginfo to it::error()Christian Schneider1-19/+27
2009-09-15update() no longer optimizes data away if a query is givenChristian Weber1-4/+4
2009-09-14alert noncreateable var/urlcacheUrban Müller1-0/+3
2009-09-08Use U() to sanitize URLs in it_html::sanitize and adapted test cases to itChristian Schneider2-6/+6
2009-09-08guarantee validating urls, fix double encoding of url params in baseUrban Müller2-3/+20
2009-08-31Move it_boot scripts to the bottom of the head sectionThomas Brüderli1-3/+3
2009-08-27sqltrace implies sqllogUrban Müller1-1/+1
2009-08-26avoid calling var_export() on $GLOBALS (infinite recursion crash)Christian Weber1-1/+1
2009-08-25Fix multiple NI with arraysChristian Schneider1-0/+1
2009-08-25Added array support to NI operatorChristian Schneider2-8/+21