Age | Commit message (Expand) | Author | Files | Lines |
2019-09-02 | Make itools a bit stricter, new PHP versions start to enforce more declarations | Christian Schneider | 1 | -2/+2 |
2019-06-06 | fix possible misunderstandings | Urban Müller | 1 | -1/+1 |
2019-05-10 | cdist option for ::file_put | Urban Müller | 1 | -1/+3 |
2019-04-06 | only use service tmp if writable | Urban Müller | 1 | -4/+5 |
2019-04-05 | avoid creating tmpfiles in dest dir | Urban Müller | 1 | -2/+4 |
2019-03-12 | Normalize to FORM_C in any2utf8 | Christian Schneider | 1 | -2/+1 |
2019-02-25 | handle single quotes in trace | Urban Müller | 1 | -1/+1 |
2019-02-25 | handle evel() parens in trace | Urban Müller | 1 | -1/+1 |
2019-02-18 | prevent recursion | Urban Müller | 1 | -1/+1 |
2019-02-04 | Add global config option $GLOBALS['it_defaultconfig']['fatal_throws_exception... | Christian Schneider | 1 | -2/+9 |
2019-01-31 | hide field password2 as well | Urban Müller | 1 | -1/+1 |
2019-01-18 | allow returning assoc arrays | Urban Müller | 1 | -1/+2 |
2018-11-16 | replace horribly named function with slight less horribly named one | Urban Müller | 1 | -5/+5 |
2018-11-14 | do not silently ::fatal when trying to open $args[0] with ../ as filename (wh... | Urban Müller | 1 | -2/+2 |
2018-11-06 | ::fatal should not send mail if only stdout is not a tty, ::bail adds newlines | Urban Müller | 1 | -3/+3 |
2018-11-02 | remove explicit https ports since we force http protocol | Urban Müller | 1 | -1/+1 |
2018-10-30 | allow sporadic error suppression | Urban Müller | 1 | -2/+2 |
2018-10-29 | warn when using the same short option twice | Christian Helbling | 1 | -0/+4 |
2018-10-08 | put behaviour of --debug in it::getopt into it_debug::set so we can use that ... | Christian Helbling | 1 | -10/+1 |
2018-09-24 | disable linter for deprecated functions | David Flatz | 1 | -9/+9 |
2018-09-21 | keep debug parameters set via getopt in subrequests | Christian Helbling | 1 | -0/+3 |
2018-09-21 | remove trailing spaces | Christian Helbling | 1 | -7/+7 |
2018-09-19 | make sure it::log does not producee @it::fatal in with /opt/ultra binaries | Urban Müller | 1 | -3/+2 |
2018-09-19 | make sure even @it::fatal exits, print "Internal server error" in case of it:... | Urban Müller | 1 | -7/+7 |
2018-08-28 | better docs | Urban Müller | 1 | -2/+2 |
2018-08-03 | abort on suspicious filename. did not trigger in a month | Urban Müller | 1 | -2/+2 |
2018-08-02 | adapt docs | Urban Müller | 1 | -3/+3 |
2018-08-02 | clean up part of the nastiness | Urban Müller | 1 | -1/+1 |
2018-06-28 | set reminder for ::fatal | Urban Müller | 1 | -1/+1 |
2018-06-28 | fix mute mode | Urban Müller | 1 | -2/+2 |
2018-06-27 | dont use safer file funcs in it::error, could theoretically recurse | Urban Müller | 1 | -4/+4 |
2018-06-27 | reapply "use safer it:: variants of file funcs", was not the culprit in jussi... | Urban Müller | 1 | -8/+8 |
2018-06-27 | prevent recursion | Urban Müller | 1 | -0/+4 |
2018-06-27 | support muting of alerts | Urban Müller | 1 | -1/+1 |
2018-06-22 | Revert "use safer it:: variants of file funcs" | Urban Müller | 1 | -8/+8 |
2018-06-21 | use safer it:: variants of file funcs | Urban Müller | 1 | -8/+8 |
2018-06-19 | remove unused $context in it::fopen (null not allowed), add and fix tests | Urban Müller | 1 | -2/+2 |
2018-06-19 | remove bogus function that nobody uses, fix comment of transmogrify() | Christian A. Weber | 1 | -8/+0 |
2018-06-19 | safe variants of php file funcs | Urban Müller | 1 | -1/+36 |
2018-06-15 | allow plain err messages in web views | Urban Müller | 1 | -0/+2 |
2018-05-15 | support server/logs, ultra/bin/log | Urban Müller | 1 | -1/+2 |
2018-05-04 | correct histogram title | Urban Müller | 1 | -1/+1 |
2018-04-25 | fix histogram, prevent hanging if no alertlogs | Urban Müller | 1 | -1/+1 |
2018-04-23 | catch cdist errs, shorter inline errs on devel | Urban Müller | 1 | -3/+3 |
2018-04-11 | respect omitdebuginfo | Urban Müller | 1 | -3/+3 |
2018-04-10 | provide host and time before body | Urban Müller | 1 | -2/+2 |
2018-04-10 | reduce probability that okstate err gets blocked by other err; send okstate e... | Urban Müller | 1 | -2/+2 |
2018-02-05 | find previous errs if on previous days | Urban Müller | 1 | -1/+1 |
2018-01-18 | Normalize combining diaeresis to umlaut in it::any2utf8() | Christian Schneider | 1 | -1/+3 |
2018-01-12 | no overview possible if no trace | Urban Müller | 1 | -2/+2 |