Version 0.1.5 (#104) ================================================================================ - dead.php: fixed a whitespace issue (thanks to Nicolas) - Dumper/Recursion: var_dump is now shrinked to maxDumpLevel before parsing this makes dumps with default settings up to 10% faster plus execution time decreases more when reducing maxDumpLevel. Version 0.1.4 (#93) ================================================================================ - core/Config: changed cp_print to cp_return and its default value from true to false - ifpre() and ifex() display the condition string in dump window header. - core/Main: recognition of function call in script has been improved - Dumper/DOMXML: reduced dump size by removing unnecessary output-XML elements - Output/text_html/vartype: improved CSS - backtrace will display "global scope" now - core/Main.php: empty ifpre() and ifex() calls are now handled correctly - summary now indicates closed dump windows by setting them gray - Dumper/Database.php renamed to Dumper/DBQuery.php - Dumper/DBQuery.php works with mysqli prepared statements - Dumper/DBQuery.php displays error messages for PDO prepared statements - New Plugin: Dumper/DBConnection.php - Dumper/DBConnection.php displays server/connection information for mysql, mysqli and pdo - Dumper/Recursion: Made runtimeClassExtension save for classes with interfaces and deleted the unnecessary file Recursion/runtimeClassExtension.php Version 0.1.3 (#86) ================================================================================ - Output/text_html: Fixed maximum height for free dump windows - Dumper/Database: Fixed the empty string issue Version 0.1.2 (#81) ================================================================================ - core/Config: Fixed an error when trying to load an ini file that doesn't exist. - Dumper/Recursion: var_dump() of XDebug is passed through as a workaround - Dumper/Recursion: Added static properties (with runtimeClassExtension.php) value of private static properties is still not readable. - Output/text_html: javascript doesn't produce no more warnings - Output/text_html: Made XSLT-templates smaller by optimizing CSS (vartype.xsl has not been optimized yet) - Summary works without HTML-Links (window.location.hash is used now) - core/Main: Added HLI_Main::$dumpCount - core/Config: Added a way to load 3rd party extension from HLI/3rdParty (HLI_Config::load3rdParty()) - 3rdParty: Added Javascript Packer from http://dean.edwards.name and did some debugging of script inclusions - core/Marker: cut off trailing new-line from resources - Backtrace: In arguments, a new line will be displayed as "\n" - Output/text_html: Switching between fixed and inline position using window control will change switch label in summary, too. - Output/text_html: Resizing of dump windows rewritten. Works now with opera. - Dumper/Database: highlighting rows works in Opera. - Dumper/Database: Javascript has its own file now (Dumper/Database/script.js) - Added lots of documentation and cleaned out old code Version 0.1.1 (#66) ================================================================================ - Fixed a javascript issue which prevented Firefox 1.5 and Opera 9.10 from working. - Fixed an issue with non-unicode characters from Dumpers. - Small CSS fixes Version 0.1 (#57) ================================================================================ (just some more or less interessting stuff from my repository) #57 More documentation and a fix for js-scripts #56 deleted the old text/xml output plugin as this is now generic #54 Reflector is working again #51 Looks like many things are working again ... #44 restructuring for plugins #42 started to move to /core #41 starting XML Schema and XML Output #40 reflection is XML now #36 free positioning #35 xslt output implemented #34 All Plugins working again + new Plugin DumpImage.php We are getting close to 0.1 #23 HLI supports PHP 5.2.0 #16 Made backtrace and source snippet save for "unknown" files #8 Made the dump plugin based, but it's not working decent