summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
it_debug.class
Age
Commit message (
Expand
)
Author
Files
Lines
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
2011-09-27
speedup and lower mem usage for traces
Urban Müller
1
-15
/
+10
2011-09-06
print err if stackdump not possible
Urban Müller
1
-1
/
+3
2011-09-05
Fix PHP 5.3.8 problem with is_a() called with string as first argument
Christian Schneider
1
-1
/
+1
2011-07-18
link feature killed pending validation
Urban Müller
1
-1
/
+1
2011-06-27
fix php line number off by one
Urban Müller
1
-0
/
+3
2011-06-10
link urls
Urban Müller
1
-2
/
+2
2011-06-06
use plain output if plain html type
Urban Müller
1
-1
/
+1
2011-04-13
added colorscheme for dark console backgrounds
Christian Helbling
1
-6
/
+1
2010-11-04
safer date output
Urban Müller
1
-0
/
+1
2009-12-30
Work around PHP bug 49819: posix_isatty seeks to start
Christian Schneider
1
-0
/
+1
2009-08-26
avoid calling var_export() on $GLOBALS (infinite recursion crash)
Christian Weber
1
-1
/
+1
2009-04-22
Get rid of ereg/split, replaced by preg equivalents
Christian Schneider
1
-3
/
+3
[next]