Age | Commit message (Expand) | Author | Files | Lines |
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 |
2016-03-01 | we now have more one-liners, waste less space | Urban Müller | 1 | -1/+1 |
2016-02-24 | have ED show short arrays on one line | Urban Müller | 1 | -1/+1 |
2015-10-19 | show top level in direct calls of it_debug::backtrace | Urban Müller | 1 | -1/+1 |
2015-08-10 | no longer need to correct buggy php line numbers | Urban Müller | 1 | -3/+0 |
2015-06-18 | ignore warnings when used in php -r | Urban Müller | 1 | -1/+1 |
2015-06-04 | PHP starting with 5.6.8 does not need line number hack any more | Christian Schneider | 1 | -3/+0 |
2014-10-23 | dont match urls across newlines | Urban Müller | 1 | -1/+1 |
2014-10-06 | indicate new ED-blocks my wider block in front | Urban Müller | 1 | -1/+1 |
2014-10-03 | plain php compatibility | Urban Müller | 1 | -1/+1 |
2014-10-03 | simplify ED(), mark debug output with unicode block chars in text output | Urban Müller | 1 | -9/+6 |
2014-08-26 | allow html in .json files (typically debugged in browser) | Urban Müller | 1 | -1/+1 |
2014-07-30 | treat .json pages (api etc.) as non-html for ED() | Christian A. Weber | 1 | -1/+1 |
2014-07-02 | stricter condition for linking urls | Urban Müller | 1 | -2/+2 |
2014-06-30 | fix (inconsequential) typo | Urban Müller | 1 | -1/+1 |