summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-01-13add it::cdist() and it::cexec()Christian A. Weber1-1/+23
2014-01-09allow column name override, add testsUrban Müller2-10/+14
2014-01-09allow column name override, add testsUrban Müller1-0/+7
2013-12-23Switch Itools repository docu to GitChristian Schneider1-2/+2
2013-12-13it::error: better ok state filenames, warning fix, extra terse modeUrban Müller1-5/+5
2013-12-12support edge triggered errors, support special chars in blockmailidUrban Müller1-1/+13
2013-11-21allow suppression of error mailsUrban Müller1-1/+1
2013-11-19No warning when there is no lib.search.ch on machineChristian Schneider1-1/+1
2013-11-13return 500 server error for fatal (so ultraproxy may react)Urban Müller1-0/+2
2013-11-04make word Usage: mandatoryUrban Müller1-0/+2
2013-11-01Remove $Id$Christian Schneider19-39/+0
2013-10-24prevent proxy caching, add jquery to md5Urban Müller2-4/+5
2013-10-23use source to prevent different crcs for different browsersUrban Müller1-15/+4
2013-10-21correctly use sporadic error filteringUrban Müller1-1/+1
2013-10-18additional check if headers can be modifiedUrban Müller1-1/+1
2013-10-18dont reset headers unless necessary (makelive.php already sent them)Urban Müller1-3/+6
2013-10-18cleaner solution: execute php but ignore reset headers when computing checksumUrban Müller1-3/+11
2013-10-18dont execute php (which sometimes sets content-type) when generating checksumUrban Müller1-3/+3
2013-10-17ignore itools/ prefixUrban Müller1-1/+1
2013-10-17only report multiple errorsUrban Müller1-1/+1
2013-10-17better err msg for it_cache::putUrban Müller1-1/+1
2013-10-16compute checksum over actually used files, cache checksum, kill checksum in ↵Urban Müller3-23/+24
delivery
2013-10-16return written value from it_cache::putUrban Müller1-4/+7
2013-10-15bugfix: actually use file contentsUrban Müller1-2/+2
2013-10-15allow FROM instead of JOINUrban Müller1-4/+4
2013-10-14use %20 instead of + for blanks in U(), werbeverlags ag needs it that wayUrban Müller1-2/+2
2013-10-14use %20 instead of + for blanks in U(), werbeverlags ag needs it that wayUrban Müller1-2/+2
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
html or plain-text
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
tests for -opts and --opts
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 ↵Christian Schneider1-1/+1
produces a warning, return true instead
2013-07-02Remove generator magic as generators can only be traversed once. Use ↵Christian Schneider1-6/+0
EDX(iterator_to_array($generator)) if you want to see content of generator
2013-07-01test sequential pattern application in ::replaceUrban Müller1-0/+1