Age | Commit message (Expand) | Author | Files | Lines |
2010-11-11 | add reorder argument and tests to it::filter_keys | Nathan Gass | 1 | -6/+16 |
2010-11-11 | early version of generic line processor | Urban Müller | 1 | -0/+10 |
2010-10-14 | provide url in error_log | Urban Müller | 1 | -1/+1 |
2010-06-29 | allow absolut paths in it::log | Urban Müller | 1 | -8/+9 |
2010-03-22 | cleanup, bugfix | Urban Müller | 1 | -9/+11 |
2010-03-22 | handle empty files | Urban Müller | 1 | -2/+2 |
2010-03-17 | segfaults not reproducible | Urban Müller | 1 | -4/+0 |
2010-03-15 | save segfault causing input | Urban Müller | 1 | -4/+6 |
2010-01-29 | Convert it.class back to old syntax | Christian Schneider | 1 | -1/+1 |
2010-01-15 | suppress identify's stderr | Christian Weber | 1 | -1/+1 |
2010-01-15 | add support for EPS in imageconvert(), remove php4 cruft | Christian Weber | 1 | -13/+9 |
2010-01-08 | Mark static functions as static to avoid PHP 5.3 strict warnings (performance?) | Christian Schneider | 1 | -25/+25 |
2009-12-30 | Work around PHP bug 49819: posix_isatty seeks to start | Christian Schneider | 1 | -0/+1 |
2009-10-27 | prevent huge mails | Urban Müller | 1 | -0/+7 |
2009-10-23 | Allow giving custom command line options to ImageMagick with it::imageconvert() | Christian Schneider | 1 | -1/+3 |
2009-10-07 | ignore svg parse errs | Urban Müller | 1 | -1/+1 |
2009-10-06 | make superglobals machine readable | Urban Müller | 1 | -4/+4 |
2009-09-16 | Added parameters blockmailid and omitdebuginfo to it::error() | Christian Schneider | 1 | -19/+27 |
2009-08-20 | Warn when we hit pcre.backtracking_limit | Christian Schneider | 1 | -0/+10 |
2009-08-17 | Replace all {params} in one go to avoid double replacements | Christian Schneider | 1 | -2/+5 |
2009-07-09 | Fix warning on PHP 5.3 when passing non-object to get_class() | Christian Schneider | 1 | -1/+1 |
2009-07-09 | Need more space :-) | Christian Schneider | 1 | -0/+1 |
2009-07-09 | dont redirect if debug output visible | Urban Müller | 1 | -0/+3 |
2009-06-25 | Make it::file_put pass PHP4 lint commit hook again | Christian Schneider | 1 | -1/+1 |
2009-06-09 | Support SVG files as input to it::imageconvert | Christian Schneider | 1 | -3/+8 |
2009-04-22 | Get rid of ereg/split, replaced by preg equivalents | Christian Schneider | 1 | -2/+2 |
2009-04-17 | log web errs to error_log | Urban Müller | 1 | -1/+3 |
2009-03-27 | include time in errmail | Urban Müller | 1 | -0/+1 |
2009-02-17 | send no mails from devel/twin, treat missing severtype.cfg as live | Urban Müller | 1 | -1/+1 |
2009-02-02 | more debug info | Urban Müller | 1 | -1/+1 |
2009-01-29 | add it::is_devel() and it::is_live() as abstraction for $GLOBALS['ULTRASERVER... | Christian Weber | 1 | -0/+20 |
2008-12-16 | handly empty arrays | Urban Müller | 1 | -1/+1 |
2008-12-15 | docs | Urban Müller | 1 | -0/+2 |
2008-12-15 | lines mode | Urban Müller | 1 | -0/+4 |
2008-12-11 | handle stdin/stdout | Urban Müller | 1 | -5/+6 |
2008-12-10 | comptiblity... | Urban Müller | 1 | -2/+3 |
2008-12-10 | it::file_get, it::file_put, shorter shell error format, it::mail docs | Urban Müller | 1 | -4/+39 |
2008-11-11 | fix style | Nathan Gass | 1 | -2/+2 |
2008-11-11 | some latin1 tests, debug it::exec | Nathan Gass | 1 | -1/+6 |
2008-09-15 | Restrict alert mail subject to a reasonable size | Christian Schneider | 1 | -1/+1 |
2008-09-10 | use it::mail for (hopefully) correct encoding | Urban Müller | 1 | -1/+2 |
2008-08-06 | debuged, added basic tests | Nathan Gass | 1 | -2/+2 |
2008-07-24 | Only create function for same expression once | Christian Schneider | 1 | -1/+4 |
2008-07-15 | nicer argument names | Urban Müller | 1 | -5/+5 |
2008-06-23 | allow comma separated list in filter_keys, simpler mail sending | Urban Müller | 1 | -2/+15 |
2008-06-20 | it::map docs | Urban Müller | 1 | -0/+5 |
2008-06-20 | it::map for array iteration | Urban Müller | 1 | -0/+11 |
2008-05-18 | Use class_exists to check if we need to extend by xy_tools class | Christian Schneider | 1 | -4/+1 |
2008-05-07 | implented debug argument | Nathan Gass | 1 | -0/+10 |
2008-02-28 | Globally untaint ULTRAHOME as it is generated in a safe way | Christian Schneider | 1 | -1/+1 |