summaryrefslogtreecommitdiff
path: root/it.class
AgeCommit message (Expand)AuthorFilesLines
2014-04-22remove unneccessary Body: when there are no other sections anywayUrban Müller1-1/+4
2014-04-08make sure stack trace comes before any long bodyUrban Müller1-1/+1
2014-03-07documentationUrban Müller1-1/+1
2014-03-06keep supporting title only modeUrban Müller1-0/+2
2014-03-05remove support for deprecated it::error usageUrban Müller1-10/+4
2014-02-21warn when trying to use defaults on boolean options in it::getoptChristian Helbling1-2/+7
2014-02-18it::any2utf8() only warns about double utf8-encoding if $errprefix is not emptyChristian A. Weber1-1/+1
2014-02-10warn about deprecated it::error usageUrban Müller1-0/+3
2014-02-04remove old warning messageUrban Müller1-3/+0
2014-01-16allow ignoring options after first argumentUrban Müller1-4/+8
2014-01-14support varargs and arrays in it::cdist()Christian A. Weber1-1/+4
2014-01-14Fix cdist documentation parameterChristian Schneider1-1/+1
2014-01-13add it::cdist() and it::cexec()Christian A. Weber1-1/+23
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-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 Schneider1-2/+0
2013-09-19avoid false warningsUrban Müller1-2/+2
2013-09-19handle illegal utf-8 characters, small cleanupUrban Müller1-4/+6
2013-09-16document defaultsUrban Müller1-2/+2
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 Gass1-3/+3
2013-07-17add --opts variant to shell_command which adds dashes for posix options, add ...Nathan Gass1-2/+4
2013-07-12show (unquoted) cmd line in it::errorUrban Müller1-1/+1
2013-05-16no longer omit it_html in backtrace, renamed $errmsgUrban Müller1-7/+7
2013-03-21add new function it::systemNathan Gass1-0/+26
2013-03-14support html mails in it::mailUrban Müller1-2/+3
2013-03-13document --verbose in getoptUrban Müller1-0/+1
2013-01-31add missing staticsUrban Müller1-3/+3
2012-12-06add $_FILES if presentUrban Müller1-0/+1
2012-11-29positional args in it::execUrban Müller1-5/+6
2012-11-28kill ancient gettimeofday() usageUrban Müller1-4/+2
2012-11-14revert: mailer and mail client prevent arbitrary From:Urban Müller1-8/+1
2012-11-14set From: in it::errorUrban Müller1-1/+8
2012-11-06make logs created by root appendableUrban Müller1-0/+1
2012-10-23add pwd to script pathsUrban Müller1-1/+1
2012-10-16conserve mem in it::errorUrban Müller1-7/+4
2012-10-15return true if mail was sentUrban Müller1-1/+4
2012-10-04do not use debug parameter verbose (used to impelement -v which should not tr...Nathan Gass1-1/+1
2012-08-24Also use float time in it::timerlog()Christian Schneider1-6/+1
2012-08-06Test commitChristian Schneider1-1/+1
2012-08-06add keepalpha option to it::imageconvert(), re-format source to better match ...Christian Schneider1-15/+23
2012-07-17it::any2utf8: leave true/false/objects untouchedUrban Müller1-1/+1
2012-06-18Add parameter to adjust jpeg qualityThomas Brüderli1-3/+4
2012-06-05no mails in aslive modeUrban Müller1-1/+1
2012-06-01support aslive(), longer subjectsUrban Müller1-3/+3