Author: Raymond Bosman
Date: 2006-01-16 15:49:38 +0100 (Mon, 16 Jan 2006)
New Revision: 1929
Log:
- Updated changelog.
- Fixed bug #7676: ezcDebugHtmlFormatter::getLog is buggy.
# TODO: more testing.
Modified:
packages/Debug/trunk/ChangeLog
packages/Debug/trunk/src/formatters/html_formatter.php
packages/Debug/trunk/tests/formatters/html_formatter_test.php
Modified: packages/Debug/trunk/ChangeLog
===================================================================
--- packages/Debug/trunk/ChangeLog 2006-01-16 14:49:11 UTC (rev 1928)
+++ packages/Debug/trunk/ChangeLog 2006-01-16 14:49:38 UTC (rev 1929)
@@ -1,11 +1,24 @@
1.0rc1 - [RELEASEDATE]
+- Changed Debug that it uses the ezcLogFilterSet mapping.
+- Changed exception behavior. All errors will now throw a different exception
+ class.
+- Added property checks. Adding or reading a property throws an exception.
+- Fixed bug #7676: ezcDebugHtmlFormatter::getLog is buggy.
+
ezcDebug
========
- Removed the source parameter from the startTimer() method.
+- Removed the verbosity constants.
+ezcDebugTimer
+=============
+- Changed the timing information structure. The more specific structures:
+ ezcDebugTimerStruct and ezcDebugSwitchTimerStruct are used instead.
+
+
1.0beta2 - Thursday 22 December 2005
- Renamed the class ezcDebugReporter to ezcDebugOutputFormatter.
Modified: packages/Debug/trunk/src/formatters/html_formatter.php
===================================================================
--- packages/Debug/trunk/src/formatters/html_formatter.php 2006-01-16
14:49:11 UTC (rev 1928)
+++ packages/Debug/trunk/src/formatters/html_formatter.php 2006-01-16
14:49:38 UTC (rev 1929)
@@ -89,6 +89,8 @@
$str .= "</tr>\n";
}
$str .= "</table>\n";
+
+ return $str;
}
/**
Modified: packages/Debug/trunk/tests/formatters/html_formatter_test.php
===================================================================
--- packages/Debug/trunk/tests/formatters/html_formatter_test.php
2006-01-16 14:49:11 UTC (rev 1928)
+++ packages/Debug/trunk/tests/formatters/html_formatter_test.php
2006-01-16 14:49:38 UTC (rev 1929)
@@ -14,6 +14,7 @@
$out = $html->generateOutput($struct->getLogStructure(),
$struct->getTimeStructure());
+
/*
$fh = fopen("output.html", "w");
fwrite( $fh, $out);
--
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components