Author: Derick Rethans
Date: 2006-10-25 15:34:01 +0200 (Wed, 25 Oct 2006)
New Revision: 3843

Log:
- Released Debug version 1.0.2
Added:
   releases/Debug/1.0.2/
   releases/Debug/1.0.2/ChangeLog
Removed:
   releases/Debug/1.0.2/ChangeLog
Modified:
   release-info/latest
   releases/Debug/1.0.2/docs/examples/trigger_error.php
   releases/Debug/1.0.2/src/debug.php
   releases/Debug/1.0.2/src/debug_autoload.php
   releases/Debug/1.0.2/src/debug_message.php
   releases/Debug/1.0.2/src/debug_timer.php
   releases/Debug/1.0.2/src/formatters/html_formatter.php
   releases/Debug/1.0.2/src/interfaces/formatter.php
   releases/Debug/1.0.2/src/structs/debug_structure.php
   releases/Debug/1.0.2/src/structs/switch_timer.php
   releases/Debug/1.0.2/src/structs/timer.php
   releases/Debug/1.0.2/src/writers/memory_writer.php
   trunk/Debug/ChangeLog

Modified: release-info/latest
===================================================================
--- release-info/latest 2006-10-25 13:32:54 UTC (rev 3842)
+++ release-info/latest 2006-10-25 13:34:01 UTC (rev 3843)
@@ -7,7 +7,7 @@
 ConsoleTools: 1.2beta1
 Database: 1.2beta1
 DatabaseSchema: 1.0.2
-Debug: 1.0.1
+Debug: 1.0.2
 EventLog: 1.0.2
 EventLogDatabaseTiein: 1.0
 Execution: 1.0.1

Copied: releases/Debug/1.0.2 (from rev 3841, trunk/Debug)

Deleted: releases/Debug/1.0.2/ChangeLog
===================================================================
--- trunk/Debug/ChangeLog       2006-10-25 13:32:17 UTC (rev 3841)
+++ releases/Debug/1.0.2/ChangeLog      2006-10-25 13:34:01 UTC (rev 3843)
@@ -1,66 +0,0 @@
-- Fixed bug #9090: Element times are not available in the output table.
-
-
-1.0.1 - Monday 28 August 2006
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-- Refactored to use the new ezcBaseStruct class.
-- PHP 5.2 compatibility.
-
-
-1.0 - Monday 30 January 2006
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-ezcDebug
-========
-
-- Fixed PHP warning in switchTimer() when the given oldTimer does not exist. 
-- Fixed problem in switchTimer() when oldTimer and newTimer are the same.
-
-ezcDebugHtmlFormatter
-=====================
-
-- Improved the timing information output.  
-- Changed the access from protected to private in the methods: getGroups() and
-  addElement().
-
-
-1.0rc1 - Monday 16 January 2006
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-- 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.
-- Renamed the class ezcDebugHtmlReporter to ezcDebugHtmlFormatter.
-
-ezcDebug
-========
-
-- Renamed the method getOutput() to generateOutput().
-- Renamed the method setReporter() to setOutputFormatter().
-
-
-1.0beta1 - Friday 25 November 2005
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-- Initial release of this package.

Copied: releases/Debug/1.0.2/ChangeLog (from rev 3842, trunk/Debug/ChangeLog)
===================================================================
--- trunk/Debug/ChangeLog       2006-10-25 13:32:54 UTC (rev 3842)
+++ releases/Debug/1.0.2/ChangeLog      2006-10-25 13:34:01 UTC (rev 3843)
@@ -0,0 +1,69 @@
+1.0.2 - Wednesday 25 October 2006
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+- Fixed bug #9090: Element times are not available in the output table.
+
+
+1.0.1 - Monday 28 August 2006
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+- Refactored to use the new ezcBaseStruct class.
+- PHP 5.2 compatibility.
+
+
+1.0 - Monday 30 January 2006
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+ezcDebug
+========
+
+- Fixed PHP warning in switchTimer() when the given oldTimer does not exist. 
+- Fixed problem in switchTimer() when oldTimer and newTimer are the same.
+
+ezcDebugHtmlFormatter
+=====================
+
+- Improved the timing information output.  
+- Changed the access from protected to private in the methods: getGroups() and
+  addElement().
+
+
+1.0rc1 - Monday 16 January 2006
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+- 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.
+- Renamed the class ezcDebugHtmlReporter to ezcDebugHtmlFormatter.
+
+ezcDebug
+========
+
+- Renamed the method getOutput() to generateOutput().
+- Renamed the method setReporter() to setOutputFormatter().
+
+
+1.0beta1 - Friday 25 November 2005
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+- Initial release of this package.

Modified: releases/Debug/1.0.2/docs/examples/trigger_error.php
===================================================================
--- trunk/Debug/docs/examples/trigger_error.php 2006-10-25 13:32:17 UTC (rev 
3841)
+++ releases/Debug/1.0.2/docs/examples/trigger_error.php        2006-10-25 
13:34:01 UTC (rev 3843)
@@ -4,7 +4,7 @@
  * combination with the trigger_error.
  *
  * @package Debug
- * @version //autogentag//
+ * @version 1.0.2
  * @copyright Copyright (C) 2005, 2006 eZ systems as. All rights reserved.
  * @license http://ez.no/licenses/new_bsd New BSD License
  */

Modified: releases/Debug/1.0.2/src/debug.php
===================================================================
--- trunk/Debug/src/debug.php   2006-10-25 13:32:17 UTC (rev 3841)
+++ releases/Debug/1.0.2/src/debug.php  2006-10-25 13:34:01 UTC (rev 3843)
@@ -4,7 +4,7 @@
  * File containing the ezcDebug class.
  *
  * @package Debug
- * @version //autogentag//
+ * @version 1.0.2
  * @copyright Copyright (C) 2005, 2006 eZ systems as. All rights reserved.
  * @license http://ez.no/licenses/new_bsd New BSD License
  */
@@ -65,7 +65,7 @@
  * </code>
  *
  * @package Debug
- * @version //autogentag//
+ * @version 1.0.2
  * @mainclass
  */
 class ezcDebug

Modified: releases/Debug/1.0.2/src/debug_autoload.php
===================================================================
--- trunk/Debug/src/debug_autoload.php  2006-10-25 13:32:17 UTC (rev 3841)
+++ releases/Debug/1.0.2/src/debug_autoload.php 2006-10-25 13:34:01 UTC (rev 
3843)
@@ -3,7 +3,7 @@
  * File containing the autoload structure.
  *
  * @package Debug
- * @version //autogentag//
+ * @version 1.0.2
  * @copyright Copyright (C) 2005, 2006 eZ systems as. All rights reserved.
  * @license http://ez.no/licenses/new_bsd New BSD License
  */

Modified: releases/Debug/1.0.2/src/debug_message.php
===================================================================
--- trunk/Debug/src/debug_message.php   2006-10-25 13:32:17 UTC (rev 3841)
+++ releases/Debug/1.0.2/src/debug_message.php  2006-10-25 13:34:01 UTC (rev 
3843)
@@ -3,7 +3,7 @@
  * File containing the ezcDebugMessage class.
  *
  * @package Debug
- * @version //autogentag//
+ * @version 1.0.2
  * @copyright Copyright (C) 2005, 2006 eZ systems as. All rights reserved.
  * @license http://ez.no/licenses/new_bsd New BSD License
  * @access private
@@ -13,7 +13,7 @@
  * Holds a debug message and provides functionality to manipulate it.
  *
  * @package Debug
- * @version //autogentag//
+ * @version 1.0.2
  * @access private
  */
 class ezcDebugMessage extends ezcLogMessage

Modified: releases/Debug/1.0.2/src/debug_timer.php
===================================================================
--- trunk/Debug/src/debug_timer.php     2006-10-25 13:32:17 UTC (rev 3841)
+++ releases/Debug/1.0.2/src/debug_timer.php    2006-10-25 13:34:01 UTC (rev 
3843)
@@ -4,7 +4,7 @@
  * File containing the ezcDebugTimer class.
  *
  * @package Debug
- * @version //autogentag//
+ * @version 1.0.2
  * @copyright Copyright (C) 2005, 2006 eZ systems as. All rights reserved.
  * @license http://ez.no/licenses/new_bsd New BSD License
  * @access private
@@ -17,7 +17,7 @@
  * with the getStructure method.
  *
  * @package Debug
- * @version //autogentag//
+ * @version 1.0.2
  * @access private
  */
 class ezcDebugTimer

Modified: releases/Debug/1.0.2/src/formatters/html_formatter.php
===================================================================
--- trunk/Debug/src/formatters/html_formatter.php       2006-10-25 13:32:17 UTC 
(rev 3841)
+++ releases/Debug/1.0.2/src/formatters/html_formatter.php      2006-10-25 
13:34:01 UTC (rev 3843)
@@ -3,7 +3,7 @@
  * File containing the ezcDebugHtmlFormatter class.
  *
  * @package Debug
- * @version //autogentag//
+ * @version 1.0.2
  * @copyright Copyright (C) 2005, 2006 eZ systems as. All rights reserved.
  * @license http://ez.no/licenses/new_bsd New BSD License
  */
@@ -13,7 +13,7 @@
  * debug information nicely formated for inclusion on your web page.
  *
  * @package Debug
- * @version //autogentag//
+ * @version 1.0.2
  */
 class ezcDebugHtmlFormatter implements ezcDebugOutputFormatter
 {

Modified: releases/Debug/1.0.2/src/interfaces/formatter.php
===================================================================
--- trunk/Debug/src/interfaces/formatter.php    2006-10-25 13:32:17 UTC (rev 
3841)
+++ releases/Debug/1.0.2/src/interfaces/formatter.php   2006-10-25 13:34:01 UTC 
(rev 3843)
@@ -3,7 +3,7 @@
  * File containing the ezcDebugOutputFormatter class.
  *
  * @package Debug
- * @version //autogentag//
+ * @version 1.0.2
  * @copyright Copyright (C) 2005, 2006 eZ systems as. All rights reserved.
  * @license http://ez.no/licenses/new_bsd New BSD License
  */
@@ -12,7 +12,7 @@
  * ezcDebugOutputFormatter provides the common interface for all classes 
writing debug output.
  *
  * @package Debug
- * @version //autogentag//
+ * @version 1.0.2
  */
 interface ezcDebugOutputFormatter
 {

Modified: releases/Debug/1.0.2/src/structs/debug_structure.php
===================================================================
--- trunk/Debug/src/structs/debug_structure.php 2006-10-25 13:32:17 UTC (rev 
3841)
+++ releases/Debug/1.0.2/src/structs/debug_structure.php        2006-10-25 
13:34:01 UTC (rev 3843)
@@ -3,7 +3,7 @@
  * File containing the ezcDebugStructure class.
  *
  * @package Debug
- * @version //autogentag//
+ * @version 1.0.2
  * @copyright Copyright (C) 2005, 2006 eZ systems as. All rights reserved.
  * @license http://ez.no/licenses/new_bsd New BSD License
  * @access private
@@ -14,7 +14,7 @@
  * debug messages.
  *
  * @package Debug
- * @version //autogentag//
+ * @version 1.0.2
  * @access private
  */
 class ezcDebugStructure

Modified: releases/Debug/1.0.2/src/structs/switch_timer.php
===================================================================
--- trunk/Debug/src/structs/switch_timer.php    2006-10-25 13:32:17 UTC (rev 
3841)
+++ releases/Debug/1.0.2/src/structs/switch_timer.php   2006-10-25 13:34:01 UTC 
(rev 3843)
@@ -4,7 +4,7 @@
  * File containing the ezcDebugSwitchTimerStruct.
  *
  * @package Debug
- * @version //autogentag//
+ * @version 1.0.2
  * @copyright Copyright (C) 2005 eZ systems as. All rights reserved.
  * @license http://ez.no/licenses/new_bsd New BSD License
  * @access private
@@ -12,7 +12,7 @@
 
 /**
  * @package Debug
- * @version //autogentag//
+ * @version 1.0.2
  * @access private
  */
 class ezcDebugSwitchTimerStruct extends ezcBaseStruct

Modified: releases/Debug/1.0.2/src/structs/timer.php
===================================================================
--- trunk/Debug/src/structs/timer.php   2006-10-25 13:32:17 UTC (rev 3841)
+++ releases/Debug/1.0.2/src/structs/timer.php  2006-10-25 13:34:01 UTC (rev 
3843)
@@ -4,7 +4,7 @@
  * File containing the ezcDebugTimerStruct.
  *
  * @package Debug
- * @version //autogentag//
+ * @version 1.0.2
  * @copyright Copyright (C) 2005 eZ systems as. All rights reserved.
  * @license http://ez.no/licenses/new_bsd New BSD License
  * @access private
@@ -15,7 +15,7 @@
  * The ezcDebugTimerStruct structure keeps track of the timing data.
  *
  * @package Debug
- * @version //autogentag//
+ * @version 1.0.2
  * @access private
  */
 class ezcDebugTimerStruct extends ezcBaseStruct

Modified: releases/Debug/1.0.2/src/writers/memory_writer.php
===================================================================
--- trunk/Debug/src/writers/memory_writer.php   2006-10-25 13:32:17 UTC (rev 
3841)
+++ releases/Debug/1.0.2/src/writers/memory_writer.php  2006-10-25 13:34:01 UTC 
(rev 3843)
@@ -4,7 +4,7 @@
  * File containing the ezcDebugWriterMemory class.
  *
  * @package Debug
- * @version //autogentag//
+ * @version 1.0.2
  * @copyright Copyright (C) 2005, 2006 eZ systems as. All rights reserved.
  * @license http://ez.no/licenses/new_bsd New BSD License
  * @access private
@@ -16,7 +16,7 @@
  * to an formatter when the getLogEntries() method is called.
  *
  * @package Debug
- * @version //autogentag//
+ * @version 1.0.2
  * @access private
  */
 class ezcDebugMemoryWriter implements ezcLogWriter

Modified: trunk/Debug/ChangeLog
===================================================================
--- trunk/Debug/ChangeLog       2006-10-25 13:32:54 UTC (rev 3842)
+++ trunk/Debug/ChangeLog       2006-10-25 13:34:01 UTC (rev 3843)
@@ -1,4 +1,4 @@
-1.0.2 - [RELEASEDATE]
+1.0.2 - Wednesday 25 October 2006
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 - Fixed bug #9090: Element times are not available in the output table.

-- 
svn-components mailing list
svn-components@lists.ez.no
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to