summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-10-11use md5 for checksum, use long expire, always return not modifiedUrban Müller2-22/+20
2013-10-08faster EDC(), ET() docsUrban Müller1-13/+18
2013-09-19avoid false warningsUrban Müller1-2/+2
2013-09-19introduce edplain and edhtml debug parameters to enforce debugging output in ...David Flatz1-3/+1
2013-09-19handle illegal utf-8 characters, small cleanupUrban Müller1-4/+6
2013-09-16ED should output plain txt for jsonUrban Müller1-1/+1
2013-09-16document defaultsUrban Müller1-2/+2
2013-09-16bye denisUrban Müller1-1/+0
2013-09-03hide pointer-events from validatorUrban Müller1-1/+1
2013-08-15add it::lcfirst() simliar to it::ucfirst()Christian Helbling1-0/+8
2013-07-17docsUrban Müller1-2/+3
2013-07-17allow defaults in it::getoptUrban Müller1-2/+5
2013-07-17revert special --opts syntax as -opts does not warn on missing dashes anywayNathan Gass2-7/+7
2013-07-17add --opts variant to shell_command which adds dashes for posix options, add ...Nathan Gass2-2/+56
2013-07-15fix absolute() for urs like /foo//barChristian Weber1-1/+1
2013-07-12shorter codeUrban Müller1-3/+1
2013-07-12only load it_text.class if no Accept-Language header is givenNathan Gass1-1/+3
2013-07-12show (unquoted) cmd line in it::errorUrban Müller1-1/+1
2013-07-05Use apcu_ functions if they exists (PHP 5.5)Christian Schneider1-2/+7
2013-07-04also report connection error in error_log, not only in sqllogChristian Weber1-1/+1
2013-07-03To not try to get mysqli_num_rows when using unbuffered queries as this produ...Christian Schneider1-1/+1
2013-07-02Remove generator magic as generators can only be traversed once. Use EDX(iter...Christian Schneider1-6/+0
2013-07-01test sequential pattern application in ::replaceUrban Müller1-0/+1
2013-06-28handle generators in ED()Urban Müller1-0/+6
2013-06-26fix for "use strict"Urban Müller1-1/+1
2013-06-26ignore unloadable files for #! checkUrban Müller1-1/+1
2013-06-20add missing it_pipe.classChristian Weber1-2/+3
2013-05-16no longer omit it_html in backtrace, renamed $errmsgUrban Müller1-7/+7
2013-05-13test for grapheme_strlen===null for bad utf8Urban Müller1-0/+2
2013-04-29correctly handle conntect errsUrban Müller1-1/+1
2013-04-23load javascript files separately when debugging to get the right linenumbersDavid Flatz1-5/+29
2013-04-22introduce debug parameter 'jsdebug' that enforces javascript injection for be...David Flatz1-1/+2
2013-04-22Switch to mysqli functionsChristian Schneider2-28/+28
2013-03-27::sanitize testUrban Müller1-0/+6
2013-03-27remove empty tags in ::sanitizeUrban Müller1-1/+1
2013-03-21Fix bug with missing is_final mark when giving whole XML data in one chunkChristian Schneider1-1/+1
2013-03-21add new function it::systemNathan Gass2-0/+43
2013-03-18allow strings as inputUrban Müller1-1/+1
2013-03-14support html mails in it::mailUrban Müller1-2/+3
2013-03-13document --verbose in getoptUrban Müller1-0/+1
2013-03-07Switch X-UA-Compatible from IE=9 to IE=edge to make IE10 e.g. know box-shaodwChristian Schneider1-1/+1
2013-03-04factor out request method from get method, make http method overwritable, fix...Nathan Gass2-75/+93
2013-02-25mark static functions staticChristian Helbling1-3/+3
2013-02-15better docsUrban Müller1-7/+6
2013-02-04support ->replace()Urban Müller1-1/+1
2013-01-31it::serialize must quote ' in keysUrban Müller2-2/+6
2013-01-31declare functions staticUrban Müller4-11/+11
2013-01-31add missing staticsUrban Müller1-3/+3
2013-01-30Get rid of explicit mysql_real_escape_string outside of it_dbiChristian Schneider1-1/+1
2013-01-30add parameter unbuffered for very large selectsNathan Gass1-2/+3