Age | Commit message (Expand) | Author | Files | Lines |
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 |
2009-02-06 | Do not need special case for cschneid any more as isatty is good enough | Christian Schneider | 1 | -1/+1 |
2008-12-01 | forgotton debug code | Urban Müller | 1 | -1/+0 |
2008-11-26 | debugged | Urban Müller | 1 | -3/+7 |
2008-11-13 | comment | Urban Müller | 1 | -0/+1 |
2008-11-13 | dont depend on it_html (ultraclassloader debugging) | Urban Müller | 1 | -1/+1 |
2008-09-10 | Fix warning if no paramenter names could be found and fix line offset for cli | Christian Schneider | 1 | -3/+1 |
2008-07-12 | Remove PHP4 incompatibility: self:: is PHP5-only | Christian Schneider | 1 | -1/+1 |
2008-06-20 | quote entities for wget | Urban Müller | 1 | -1/+1 |
2008-06-03 | new formatting of ED() | Urban Müller | 1 | -2/+5 |
2008-01-25 | more info with auto_prepend in trace | Urban Müller | 1 | -1/+1 |
2007-11-30 | Allow truncation of backtrace | Christian Schneider | 1 | -2/+6 |
2007-11-29 | allow skipping of library filenames | Urban Müller | 1 | -6/+10 |
2007-11-20 | Also support auto_prepend_local.php | Christian Schneider | 1 | -1/+1 |
2007-11-19 | prepend dirname to auto_prepend.php | Urban Müller | 1 | -2/+5 |
2007-11-06 | Remove dumping of class vars again, use ED(get_class_vars("map")) instead | Christian Schneider | 1 | -3/+0 |
2007-11-06 | Do not try to load class to avoid recursion from ultraclassloader EDC | Christian Schneider | 1 | -1/+1 |
2007-11-04 | enable dumping of class vars | Urban Müller | 1 | -0/+3 |
2007-11-02 | extract source line procurement | Urban Müller | 1 | -12/+21 |
2007-10-23 | Properly parse ED parameters using the PHP tokenizer to handle function calls | Christian Schneider | 1 | -3/+26 |