summaryrefslogtreecommitdiff
path: root/it_debug.class
AgeCommit message (Expand)AuthorFilesLines
2022-03-03Make it_debug::$force_html decision based on Accept header containing text/ht...Christian Schneider1-1/+1
2022-03-03support html override for non-html pagesUrban Müller1-1/+17
2022-02-24use plaintext output for non-html web pagesUrban Müller1-1/+1
2022-02-14use D() formatting for it::error bodyUrban Müller1-8/+12
2022-02-08double quote should terminate urs, validates D() output with html linksUrban Müller1-1/+1
2021-03-05var_export no longer has a trailing blank after =>Urban Müller1-1/+1
2021-02-03no extra line for object literalsUrban Müller1-0/+1
2021-01-13Update copyright dateChristian Schneider1-1/+1
2021-01-13Unified } else { missed in first iterationChristian Schneider1-1/+2
2021-01-13Unified join to always use implodeChristian Schneider1-1/+1
2020-09-30show datetime-comment for numbers matching timestamps until 2030-03-17 18:46Koni Weber1-1/+1
2019-11-25Make sure debug divs are readable even if line-height is set to something weirdChristian Schneider1-1/+1
2019-02-20Add bin/ or cgi/ to xy.php as we may have scripts in both places so 'e' comma...Christian Schneider1-1/+1
2019-02-12Migrate old style constructors to __construct, temporary transition functions...Christian Schneider1-1/+1
2018-10-08put behaviour of --debug in it::getopt into it_debug::set so we can use that ...Christian Helbling1-0/+12
2018-06-27reapply "use safer it:: variants of file funcs", was not the culprit in jussi...Urban Müller1-1/+1
2018-06-22Revert "use safer it:: variants of file funcs"Urban Müller1-1/+1
2018-06-21use safer it:: variants of file funcsUrban Müller1-1/+1
2018-05-15allow custom stack tarce for compactionUrban Müller1-1/+2
2017-06-29(mostly) avoid removing newlines inside stringsUrban Müller1-1/+1
2017-01-18expand unix timestamps between 14.07.2017 04:40 and 13.09.2020 14:26 as wellChristian Helbling1-1/+1
2016-08-16handle bad utf8 in ED()Urban Müller1-1/+3
2016-07-25prevent useless auto_prepend.php:ED() stack frameUrban Müller1-1/+1
2016-07-13prevent infinite recursions when using ED() in it::replace or ::matchUrban Müller1-4/+4
2016-05-31STDOUT not defined in web mode; remove obsolete workaroundUrban Müller1-2/+1
2016-04-08Also make https and schema-less urls clickable in ED()Christian Schneider1-1/+1
2016-03-10strip space from multiple indendationsUrban Müller1-1/+1
2016-03-01we now have more one-liners, waste less spaceUrban Müller1-1/+1
2016-02-24have ED show short arrays on one lineUrban Müller1-1/+1
2015-10-19show top level in direct calls of it_debug::backtraceUrban Müller1-1/+1
2015-08-10no longer need to correct buggy php line numbersUrban Müller1-3/+0
2015-06-18ignore warnings when used in php -rUrban Müller1-1/+1
2015-06-04PHP starting with 5.6.8 does not need line number hack any moreChristian Schneider1-3/+0
2014-10-23dont match urls across newlinesUrban Müller1-1/+1
2014-10-06indicate new ED-blocks my wider block in frontUrban Müller1-1/+1
2014-10-03plain php compatibilityUrban Müller1-1/+1
2014-10-03simplify ED(), mark debug output with unicode block chars in text outputUrban Müller1-9/+6
2014-08-26allow html in .json files (typically debugged in browser)Urban Müller1-1/+1
2014-07-30treat .json pages (api etc.) as non-html for ED()Christian A. Weber1-1/+1
2014-07-02stricter condition for linking urlsUrban Müller1-2/+2
2014-06-30fix (inconsequential) typoUrban Müller1-1/+1
2014-06-27link urlsUrban Müller1-0/+3
2014-06-13use html for ED's even when url ends with .json - works fine if no applicatio...Christian Helbling1-1/+1
2014-04-10put ED in front of overlaysUrban Müller1-1/+1
2014-02-24no html output for ED() in application/* docsUrban Müller1-1/+1
2013-09-19introduce edplain and edhtml debug parameters to enforce debugging output in ...David Flatz1-3/+1
2013-09-16ED should output plain txt for jsonUrban Müller1-1/+1
2013-07-02Remove generator magic as generators can only be traversed once. Use EDX(iter...Christian Schneider1-6/+0
2013-06-28handle generators in ED()Urban Müller1-0/+6
2013-06-26ignore unloadable files for #! checkUrban Müller1-1/+1