Age | Commit message (Expand) | Author | Files | Lines |
2023-08-16 | allow prettyprinting on json_encode (used in tv) | Urban Müller | 1 | -2/+2 |
2023-08-16 | respect existing but empty traces | Urban Müller | 1 | -1/+1 |
2023-08-16 | avoid using "trace" identifier for different things | Urban Müller | 1 | -9/+9 |
2023-08-16 | recursive test script for it::error stackdumps | Urban Müller | 1 | -0/+51 |
2023-08-15 | Avoid //foo syntax as they are overloaded for search.ch | Christian Schneider | 1 | -2/+2 |
2023-08-15 | docs fix | Urban Müller | 1 | -1/+1 |
2023-08-15 | consistent variable name for stackframe, handle empty stackdump | Urban Müller | 1 | -4/+4 |
2023-08-03 | avoid name clashes with stats (mail3831); undercore also illustrates out of band | Urban Müller | 1 | -3/+3 |
2023-08-03 | allow echoing and dry-running of it::exec/it::system commands | Urban Müller | 2 | -19/+25 |
2023-07-31 | Stylesheets: Pass url(...) through U() for normalization/OneDomain | Christian Schneider | 1 | -0/+1 |
2023-07-27 | bugfix, thanks buddha | Urban Müller | 1 | -1/+1 |
2023-07-27 | fix mail0 | Urban Müller | 1 | -1/+1 |
2023-07-26 | only use trace for id to simplify deletion of similar errs | Urban Müller | 1 | -1/+1 |
2023-07-25 | experimentally add ID to error mails | Urban Müller | 1 | -2/+4 |
2023-07-25 | Simplify: Do not strip tags as this can lead to empty titles | Christian Schneider | 1 | -1/+1 |
2023-07-25 | ensure that chance=0 never creates an error | Urban Müller | 1 | -1/+1 |
2023-07-25 | strip superfluous newlines in title | Urban Müller | 1 | -1/+1 |
2023-07-21 | Fix 'Decrement on type null has no effect' warning for PHP 8.3 | Christian Schneider | 1 | -0/+1 |
2023-07-19 | Revert "test: trying to push with failing tests": test failed successfully | Urban Müller | 1 | -2/+0 |
2023-07-19 | test: trying to push with failing tests | Urban Müller | 1 | -0/+2 |
2023-07-19 | Adapt test to new behaviour of always removing {}, even without values | Christian Schneider | 1 | -2/+2 |
2023-07-19 | Make test work when called from runtests which changes cwd | Christian Schneider | 1 | -1/+1 |
2023-07-18 | more concise arg merging | Urban Müller | 2 | -9/+8 |
2023-07-18 | support varags in it::pipe like in it::exec | Urban Müller | 2 | -2/+7 |
2023-07-18 | test existing it_pipe frontend behaviour | Urban Müller | 1 | -0/+6 |
2023-07-10 | always use etext() to support {U(/foo)} feature even in absence of values | Urban Müller | 1 | -1/+1 |
2023-07-05 | mark safe it::shell_command calls | Urban Müller | 2 | -4/+4 |
2023-07-03 | mark it::exec call safe, give better it::exec example | Urban Müller | 2 | -2/+2 |
2023-06-26 | guarantee array result on debug_backtrace, avoid doubling of long stack due t... | Urban Müller | 1 | -3/+3 |
2023-06-22 | quote it::exec() args, use timeout for gm convert to avoid checking for ultra... | Christian A. Weber | 1 | -4/+2 |
2023-06-22 | remove test for it::exec() with unquoted arg | Christian A. Weber | 1 | -1/+0 |
2023-06-19 | avoid false pos in check for deprecated funcs | Urban Müller | 1 | -1/+1 |
2023-06-12 | prevent deprecated function alert | Urban Müller | 1 | -1/+1 |
2023-05-24 | more functional style | Urban Müller | 1 | -3/+1 |
2023-05-24 | Use -- for debug params with EDC('what') | Christian Schneider | 1 | -3/+3 |
2023-05-17 | prevent potential recursions through it::fatal in it::file_put_contents (thx ... | Urban Müller | 1 | -1/+1 |
2023-05-17 | prevent errors in it::error | Urban Müller | 1 | -1/+1 |
2023-05-17 | use correct okstate path | Urban Müller | 1 | -1/+1 |
2023-05-15 | fix stack trace depth, remove outdated comment | Urban Müller | 1 | -1/+1 |
2023-05-15 | use short notation for empty arrays in stackdump | Urban Müller | 1 | -2/+2 |
2023-05-11 | store mtime before lock gets touched | Urban Müller | 1 | -2/+4 |
2023-05-11 | Use flock for locking to prevent stale locks, when process gets killed | David Flatz | 1 | -11/+20 |
2023-05-10 | Use simpler str_pad for padding | Christian Schneider | 1 | -1/+1 |
2023-05-10 | Fix typo in medium backtrace causing FATAL | Christian Schneider | 1 | -1/+1 |
2023-05-09 | implement medium stacks | Urban Müller | 1 | -6/+45 |
2023-05-08 | fix save path for long bodies | Urban Müller | 1 | -2/+2 |
2023-05-08 | avoid stderr when no alertlogs present yet | Urban Müller | 1 | -1/+1 |
2023-05-04 | adapt to standard syntax | Urban Müller | 1 | -1/+1 |
2023-05-04 | add medium length stackdumps, clean up stack trace generation params, make ea... | Urban Müller | 1 | -24/+27 |
2023-04-13 | put alert logs and long err outputs into service | Urban Müller | 1 | -6/+7 |