summaryrefslogtreecommitdiff
path: root/it.class
AgeCommit message (Expand)AuthorFilesLines
2011-08-10reduce chgrp race, allow empty it::cat()Urban Müller1-6/+8
2011-06-07case insensitiveUrban Müller1-1/+1
2011-06-07performance, fix value "0"Urban Müller1-1/+1
2011-06-07bugfix: handle empty stringUrban Müller1-1/+1
2011-06-07only escape args when neededUrban Müller1-1/+1
2011-05-26factor out it::shell_command from it::execNathan Gass1-10/+25
2011-05-04Fix typo instead of in error messageChristian Schneider1-1/+1
2011-04-26verbose err msgUrban Müller1-4/+4
2011-04-12documentationUrban Müller1-1/+1
2011-02-28Fix ICS date format without timeChristian Schneider1-7/+3
2011-02-28Added support for icsdate and icsdatetime formats in it::date()Christian Schneider1-3/+14
2011-02-18Switch from ImageMagick to GraphicsMagick (new ImageMagick is too broken)Christian Schneider1-1/+1
2011-02-07typoNathan Gass1-1/+1
2010-11-25add exec modifierNathan Gass1-1/+3
2010-11-11add reorder argument and tests to it::filter_keysNathan Gass1-6/+16
2010-11-11early version of generic line processorUrban Müller1-0/+10
2010-10-14provide url in error_logUrban Müller1-1/+1
2010-06-29allow absolut paths in it::logUrban Müller1-8/+9
2010-03-22cleanup, bugfixUrban Müller1-9/+11
2010-03-22handle empty filesUrban Müller1-2/+2
2010-03-17segfaults not reproducibleUrban Müller1-4/+0
2010-03-15save segfault causing inputUrban Müller1-4/+6
2010-01-29Convert it.class back to old syntaxChristian Schneider1-1/+1
2010-01-15suppress identify's stderrChristian Weber1-1/+1
2010-01-15add support for EPS in imageconvert(), remove php4 cruftChristian Weber1-13/+9
2010-01-08Mark static functions as static to avoid PHP 5.3 strict warnings (performance?)Christian Schneider1-25/+25
2009-12-30Work around PHP bug 49819: posix_isatty seeks to startChristian Schneider1-0/+1
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-07ignore svg parse errsUrban Müller1-1/+1
2009-10-06make superglobals machine readableUrban Müller1-4/+4
2009-09-16Added parameters blockmailid and omitdebuginfo to it::error()Christian Schneider1-19/+27
2009-08-20Warn when we hit pcre.backtracking_limitChristian Schneider1-0/+10
2009-08-17Replace all {params} in one go to avoid double replacementsChristian Schneider1-2/+5
2009-07-09Fix warning on PHP 5.3 when passing non-object to get_class()Christian Schneider1-1/+1
2009-07-09Need more space :-)Christian Schneider1-0/+1
2009-07-09dont redirect if debug output visibleUrban Müller1-0/+3
2009-06-25Make it::file_put pass PHP4 lint commit hook againChristian Schneider1-1/+1
2009-06-09Support SVG files as input to it::imageconvertChristian Schneider1-3/+8
2009-04-22Get rid of ereg/split, replaced by preg equivalentsChristian Schneider1-2/+2
2009-04-17log web errs to error_logUrban Müller1-1/+3
2009-03-27include time in errmailUrban Müller1-0/+1
2009-02-17send no mails from devel/twin, treat missing severtype.cfg as liveUrban Müller1-1/+1
2009-02-02more debug infoUrban Müller1-1/+1
2009-01-29add it::is_devel() and it::is_live() as abstraction for $GLOBALS['ULTRASERVER...Christian Weber1-0/+20
2008-12-16handly empty arraysUrban Müller1-1/+1
2008-12-15docsUrban Müller1-0/+2
2008-12-15lines modeUrban Müller1-0/+4
2008-12-11handle stdin/stdoutUrban Müller1-5/+6
2008-12-10comptiblity...Urban Müller1-2/+3