Age | Commit message (Expand) | Author | Files | Lines |
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 |
2014-06-27 | link urls | Urban Müller | 1 | -0/+3 |
2014-06-13 | use html for ED's even when url ends with .json - works fine if no applicatio... | Christian Helbling | 1 | -1/+1 |
2014-04-10 | put ED in front of overlays | Urban Müller | 1 | -1/+1 |
2014-02-24 | no html output for ED() in application/* docs | Urban Müller | 1 | -1/+1 |
2013-09-19 | introduce edplain and edhtml debug parameters to enforce debugging output in ... | David Flatz | 1 | -3/+1 |
2013-09-16 | ED should output plain txt for json | Urban Müller | 1 | -1/+1 |
2013-07-02 | Remove generator magic as generators can only be traversed once. Use EDX(iter... | Christian Schneider | 1 | -6/+0 |
2013-06-28 | handle generators in ED() | Urban Müller | 1 | -0/+6 |
2013-06-26 | ignore unloadable files for #! check | Urban Müller | 1 | -1/+1 |
2013-02-25 | mark static functions static | Christian Helbling | 1 | -3/+3 |
2012-11-28 | prevent excessive runtime | Urban Müller | 1 | -1/+1 |
2012-03-22 | output even incorrectly encoded data | Urban Müller | 1 | -2/+2 |
2012-03-20 | Explicitely give encoding for htmlspecialchars for PHP 5.4 compatibility | Christian Schneider | 1 | -2/+2 |
2012-02-13 | Replace preg_replace /e modifier with preg_replace_callback: Modified planned... | Christian Schneider | 1 | -1/+1 |
2012-01-09 | style cleanup | Urban Müller | 1 | -4/+1 |
2011-12-21 | protect against overwrite from below | Urban Müller | 1 | -1/+1 |