Age | Commit message (Expand) | Author | Files | Lines |
2023-08-28 | handle inline errors, e.g. new $undefined in mail3464 | Urban Müller | 1 | -1/+1 |
2023-08-16 | respect existing but empty traces | Urban Müller | 1 | -1/+1 |
2023-08-15 | consistent variable name for stackframe, handle empty stackdump | Urban Müller | 1 | -4/+4 |
2023-07-21 | Fix 'Decrement on type null has no effect' warning for PHP 8.3 | Christian Schneider | 1 | -0/+1 |
2023-06-26 | guarantee array result on debug_backtrace, avoid doubling of long stack due t... | Urban Müller | 1 | -3/+3 |
2023-05-15 | use short notation for empty arrays in stackdump | Urban Müller | 1 | -2/+2 |
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-03-17 | typo | Urban Müller | 1 | -1/+1 |
2023-03-17 | remove unprintables in ED as well so xss.php can use them for testing | Urban Müller | 1 | -1/+1 |
2023-02-15 | Do not prepend unicode block characters at beginning of lines for edplain | Christian Schneider | 1 | -1/+1 |
2023-02-15 | Use unicode codepoint instead of hex encoding for readability/searchability | Christian Schneider | 1 | -1/+1 |
2023-01-17 | better location for backslash removal; omit faulty blanks around class body | Urban Müller | 1 | -3/+3 |
2023-01-17 | adapt to backslashes used in php 8.2 | Urban Müller | 1 | -1/+1 |
2022-09-29 | skip calls without info as before | Nathan Gass | 1 | -1/+2 |
2022-09-22 | skip all internal it_debug.class calls for srcline and backtrace independent ... | Nathan Gass | 1 | -21/+32 |
2022-09-22 | Revert "ED varname output was broken due to new stacklevel it_debug::echo" | Nathan Gass | 1 | -1/+1 |
2022-09-22 | Revert "still need stackoffs=1 for use of D()" | Nathan Gass | 1 | -1/+1 |
2022-06-29 | still need stackoffs=1 for use of D() | Urban Müller | 1 | -1/+1 |
2022-06-29 | ED varname output was broken due to new stacklevel it_debug::echo | Urban Müller | 1 | -1/+1 |
2022-06-22 | ED output to stderror if IT_ED_STDERR is set | Nathan Gass | 1 | -0/+8 |
2022-05-20 | supprt ED() without args for stackdump | Urban Müller | 1 | -0/+1 |
2022-03-03 | Make it_debug::$force_html decision based on Accept header containing text/ht... | Christian Schneider | 1 | -1/+1 |
2022-03-03 | support html override for non-html pages | Urban Müller | 1 | -1/+17 |
2022-02-24 | use plaintext output for non-html web pages | Urban Müller | 1 | -1/+1 |
2022-02-14 | use D() formatting for it::error body | Urban Müller | 1 | -8/+12 |
2022-02-08 | double quote should terminate urs, validates D() output with html links | Urban Müller | 1 | -1/+1 |
2021-03-05 | var_export no longer has a trailing blank after => | Urban Müller | 1 | -1/+1 |
2021-02-03 | no extra line for object literals | Urban Müller | 1 | -0/+1 |
2021-01-13 | Update copyright date | Christian Schneider | 1 | -1/+1 |
2021-01-13 | Unified } else { missed in first iteration | Christian Schneider | 1 | -1/+2 |
2021-01-13 | Unified join to always use implode | Christian Schneider | 1 | -1/+1 |
2020-09-30 | show datetime-comment for numbers matching timestamps until 2030-03-17 18:46 | Koni Weber | 1 | -1/+1 |
2019-11-25 | Make sure debug divs are readable even if line-height is set to something weird | Christian Schneider | 1 | -1/+1 |
2019-02-20 | Add bin/ or cgi/ to xy.php as we may have scripts in both places so 'e' comma... | Christian Schneider | 1 | -1/+1 |
2019-02-12 | Migrate old style constructors to __construct, temporary transition functions... | Christian Schneider | 1 | -1/+1 |
2018-10-08 | put behaviour of --debug in it::getopt into it_debug::set so we can use that ... | Christian Helbling | 1 | -0/+12 |
2018-06-27 | reapply "use safer it:: variants of file funcs", was not the culprit in jussi... | Urban Müller | 1 | -1/+1 |
2018-06-22 | Revert "use safer it:: variants of file funcs" | Urban Müller | 1 | -1/+1 |
2018-06-21 | use safer it:: variants of file funcs | Urban Müller | 1 | -1/+1 |
2018-05-15 | allow custom stack tarce for compaction | Urban Müller | 1 | -1/+2 |
2017-06-29 | (mostly) avoid removing newlines inside strings | Urban Müller | 1 | -1/+1 |
2017-01-18 | expand unix timestamps between 14.07.2017 04:40 and 13.09.2020 14:26 as well | Christian Helbling | 1 | -1/+1 |
2016-08-16 | handle bad utf8 in ED() | Urban Müller | 1 | -1/+3 |
2016-07-25 | prevent useless auto_prepend.php:ED() stack frame | Urban Müller | 1 | -1/+1 |
2016-07-13 | prevent infinite recursions when using ED() in it::replace or ::match | Urban Müller | 1 | -4/+4 |
2016-05-31 | STDOUT not defined in web mode; remove obsolete workaround | Urban Müller | 1 | -2/+1 |
2016-04-08 | Also make https and schema-less urls clickable in ED() | Christian Schneider | 1 | -1/+1 |
2016-03-10 | strip space from multiple indendations | Urban Müller | 1 | -1/+1 |