summaryrefslogtreecommitdiff
path: root/it.class
AgeCommit message (Expand)AuthorFilesLines
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
2012-05-23handle triple (and more) encodingUrban Müller1-2/+2
2012-05-15support arrays in any2utf8Urban Müller1-8/+16
2012-05-15document limit option of it::replace()Christian Weber1-3/+6
2012-05-07handle -- to stop option parsingNathan Gass1-1/+5
2012-04-24merged it_html::fix_encoding in it::any2utf8Urban Müller1-4/+10
2012-04-20any2utf8 quote fix and testUrban Müller1-1/+1
2012-04-20fix double encodings in any2utf8Urban Müller1-1/+4
2012-04-11Remove extra indentionChristian Schneider1-1/+1
2012-04-11Convert last itools file to UTF-8Christian Schneider1-3/+3
2012-04-11more verbose errmsgUrban Müller1-1/+1
2012-04-10better err msgUrban Müller1-1/+1
2012-04-06handle errmsg containing latin1Urban Müller1-7/+3
2012-04-05title length limitUrban Müller1-1/+1
2012-04-04force sending of mails in it::error if not displayableUrban Müller1-2/+2
2012-04-04htmlspecialchars charset hack inside it::errorChristian Helbling1-1/+1
2012-03-28Fix it::ucwords and added tests for it::ucfirst and it::ucwordsChristian Schneider1-1/+1
2012-03-28Replace htmlspecialchars side effect with grapheme_strlen returning null on i...Christian Schneider1-1/+1
2012-03-28Added it::any2utf8, fixed it::replace fast path to add u modified, added erro...Christian Schneider1-1/+17