Author: Derick Rethans
Date: 2006-12-18 11:25:05 +0100 (Mon, 18 Dec 2006)
New Revision: 4372

Log:
- Fixed ChangeLogs.

Modified:
   trunk/Archive/ChangeLog
   trunk/Base/ChangeLog
   trunk/Cache/ChangeLog
   trunk/Configuration/ChangeLog
   trunk/Database/ChangeLog
   trunk/DatabaseSchema/ChangeLog
   trunk/EventLogDatabaseTiein/ChangeLog
   trunk/Execution/ChangeLog
   trunk/File/ChangeLog
   trunk/Graph/ChangeLog
   trunk/ImageAnalysis/ChangeLog
   trunk/ImageConversion/ChangeLog
   trunk/Mail/ChangeLog
   trunk/PersistentObject/ChangeLog
   trunk/PersistentObjectDatabaseSchemaTiein/ChangeLog
   trunk/SignalSlot/ChangeLog
   trunk/Template/ChangeLog
   trunk/UserInput/ChangeLog

Modified: trunk/Archive/ChangeLog
===================================================================
--- trunk/Archive/ChangeLog     2006-12-18 10:06:40 UTC (rev 4371)
+++ trunk/Archive/ChangeLog     2006-12-18 10:25:05 UTC (rev 4372)
@@ -1,3 +1,9 @@
+1.2 - [RELEASEDATE]
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+- No changes.
+
+
 1.2beta1 - Monday 20 November 2006
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 

Modified: trunk/Base/ChangeLog
===================================================================
--- trunk/Base/ChangeLog        2006-12-18 10:06:40 UTC (rev 4371)
+++ trunk/Base/ChangeLog        2006-12-18 10:25:05 UTC (rev 4372)
@@ -5,13 +5,13 @@
   ezcBaseFeatures.
 - Fixed issue #9780: ezcBaseFeatures throws notice about non-existing array
   key "PATH".
+- Fixed issue #9819: Let all components deal with the ezcBaseAutoloadException
+  properly.
 - Fixed the exception name for 'ezcBaseDoubleClassRepositoryPrefix' - it was
   missing "Exception".
-- Implemented issue $9811: If a file for a class can not be found through
+- Implemented issue #9811: If a file for a class can not be found through
   autoloading, we now throw the ezcBaseAutoloadException which makes debugging
   easier.
-- Fixed issue #9819: Let all components deal the ezcBaseAutoloadException
-  properly.
 - Added the static method ezcBaseFeatures::findExecutableInPath() that 
searches the
   path for the given executable.
 - Added the static method ezcBaseFeatures::os() that returns a sanitized

Modified: trunk/Cache/ChangeLog
===================================================================
--- trunk/Cache/ChangeLog       2006-12-18 10:06:40 UTC (rev 4371)
+++ trunk/Cache/ChangeLog       2006-12-18 10:25:05 UTC (rev 4372)
@@ -4,7 +4,7 @@
 - Fixed issue #9493: Convert < and > in exception messages to ' and ' for
   Cache, ConsoleTools, ImageAnalysis, ImageConversion, PersistentObject,
   PersistentObjectDatabaseSchemaTiein.
-- Fixed issue #9819: Let all components deal the ezcBaseAutoloadException
+- Fixed issue #9819: Let all components deal with the ezcBaseAutoloadException
   properly.
 
 

Modified: trunk/Configuration/ChangeLog
===================================================================
--- trunk/Configuration/ChangeLog       2006-12-18 10:06:40 UTC (rev 4371)
+++ trunk/Configuration/ChangeLog       2006-12-18 10:25:05 UTC (rev 4372)
@@ -1,9 +1,10 @@
 1.1 - [RELEASEDATE]
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
-- Fixed issue #9819: Let all components deal the ezcBaseAutoloadException
+- Fixed issue #9819: Let all components deal with the ezcBaseAutoloadException
   properly.
 
+
 1.1beta1 - Monday 20 November 2006
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 

Modified: trunk/Database/ChangeLog
===================================================================
--- trunk/Database/ChangeLog    2006-12-18 10:06:40 UTC (rev 4371)
+++ trunk/Database/ChangeLog    2006-12-18 10:25:05 UTC (rev 4372)
@@ -1,13 +1,13 @@
 1.2 - [RELEASEDATE]
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
-- Fixed bug #9219: Added sql HAVING condition. Patch by Christian Michel.
-- Fixed bug #9567: query->bindValue() sets value in query->boundParameters
-- Fixed bug #9466: Oracle limit does not return $this.
+- Fixed issue #9219: Added sql HAVING condition. Patch by Christian Michel.
+- Fixed issue #9439: PersistentObject doesn't handle sequence value 
+  generation right for Oracle.
+- Fixed issue #9466: Oracle limit does not return $this.
+- Fixed issue #9567: query->bindValue() sets value in query->boundParameters.
+- Fixed issue #9841: Sqlite file DSN on Windows added an incorrect slash.
 - Fixed ezcQueryExpressionOracle, corrected processing subString() in Oracle.
-- Fixed bug #9439: PersistentObject doesn't handle sequence value 
-  generation right for Oracle.
-- Fixed bug #9841: Sqlite file DSN on Windows added an incorrect slash.
 
 
 1.2beta2 - Monday 20 November 2006

Modified: trunk/DatabaseSchema/ChangeLog
===================================================================
--- trunk/DatabaseSchema/ChangeLog      2006-12-18 10:06:40 UTC (rev 4371)
+++ trunk/DatabaseSchema/ChangeLog      2006-12-18 10:25:05 UTC (rev 4372)
@@ -3,15 +3,17 @@
 
 - Added support for Oracle.
 - Fixed issue #8499: PersistentObjectDatabaseSchemaTiein rungenerator.php
-  overwrite files without warning.
-- Fixed issue #9541: Tutorial introduction incorrect.
+  overwrites files without warning.
+- Fixed issue #9465: Fixed data type mapping. Based on a patch by Friedel
+  Hill.
 - Fixed issue #9489: Check whether the PersistentObject and
   PersistentObjectDatabaseSchemaTiein tutorials are interlinked.
-- Fixed issue #9465: Data type mapping. Based on patch by: Friedel Hill.
-- Fixed issue #9819: Let all components deal the ezcBaseAutoloadException
+- Fixed issue #9541: Tutorial introduction incorrect.
+- Fixed issue #9819: Let all components deal with the ezcBaseAutoloadException
   properly.
 - Fixed SQL syntax issues when working with PostgreSQL 7.x.
 
+
 1.1beta1 - Monday 20 November 2006
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 

Modified: trunk/EventLogDatabaseTiein/ChangeLog
===================================================================
--- trunk/EventLogDatabaseTiein/ChangeLog       2006-12-18 10:06:40 UTC (rev 
4371)
+++ trunk/EventLogDatabaseTiein/ChangeLog       2006-12-18 10:25:05 UTC (rev 
4372)
@@ -1,7 +1,7 @@
 1.0.1 - [RELEASEDATE]
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
-- Implemented task #9604: using sql abstraction instead of hard-coded sql
+- Implemented task #9604: using SQL abstraction instead of hard-coded SQL
   queries.
 
 

Modified: trunk/Execution/ChangeLog
===================================================================
--- trunk/Execution/ChangeLog   2006-12-18 10:06:40 UTC (rev 4371)
+++ trunk/Execution/ChangeLog   2006-12-18 10:25:05 UTC (rev 4372)
@@ -1,7 +1,7 @@
 1.0.2 - [RELEASEDATE]
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
-- Fixed issue #9819: Let all components deal the ezcBaseAutoloadException
+- Fixed issue #9819: Let all components deal with the ezcBaseAutoloadException
   properly.
 
 

Modified: trunk/File/ChangeLog
===================================================================
--- trunk/File/ChangeLog        2006-12-18 10:06:40 UTC (rev 4371)
+++ trunk/File/ChangeLog        2006-12-18 10:25:05 UTC (rev 4372)
@@ -1,3 +1,9 @@
+1.1 - [RELEASEDATE]
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+- No changes.
+
+
 1.1beta1 - Monday 20 November 2006
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 

Modified: trunk/Graph/ChangeLog
===================================================================
--- trunk/Graph/ChangeLog       2006-12-18 10:06:40 UTC (rev 4371)
+++ trunk/Graph/ChangeLog       2006-12-18 10:25:05 UTC (rev 4372)
@@ -1,32 +1,32 @@
 1.0 - [RELEASEDATE]
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
-- Renamed ezcGraphMingDriver to ezcGraphFlashDriver
+- Renamed ezcGraphMingDriver to ezcGraphFlashDriver.
 - Renamed pie chart options percentTreshHold to percentThreshold and
-  absoluteTreshHold to absoluteThreshold
-
-- Added feature #9647: Add render to output method
-- Fixed issue #9827: Use majorStep size for min/max estimating on numeric axis
-  with only one value
-- Fixed issue #9823: Failing tests with PHP 5.1, because of different
-  parameter handling in imagepng, and (string) not calling __toString method
-- Fixed issue #9795: Interferring bars, when bars count is higher then major
-  step count
-- Fixed issue #9764: 3D Pie chart segment side polygon in front of circular
-  arc
-- Fixed issue #9762: Structs don't extend ezcBaseStruct
+  absoluteTreshHold to absoluteThreshold.
+- Added feature #9647: Added the renderToOutput() method to the drivers.
+- Fixed issue #9545: Pie chart treshhold does not work if aggregated data
+  stays below treshhold.
+- Fixed issue #9549: Pie chart slices are not contiguous with the flash driver.
+- Fixed issue #9568: Division by zero warning.
+- Fixed issue #9583: Data typecasting should only be done in axis.
+- Fixed issue #9586: No data rendered with string keys on date axis.
+- Fixed issue #9588: Wrong polynoms build from data.
 - Fixed issue #9612: Element links for SVG image in the legend require you to
   click on exactly the text.
-- Fixed issue #9588: Wrong polynoms build from data
-- Fixed issue #9586: No data rendered with string keys on date axis.
-- Fixed issue #9583: Data typecasting should only be done in axis
-- Fixed issue #9568: Devision by zero warning
-- Fixed issue #9655: pieChartOffset and highlight do not work together in 2d
-  renderer
-- Fixed issue #9549: Pie chart slices not contiguous with Ming driver
-- Fixed issue #9545: pie chart tresh hold does not work if agregated data
-  stays below tresh hold
+- Fixed issue #9655: pieChartOffset and highlight do not work together in 2D
+  renderer.
+- Fixed issue #9762: Structs don't inherit from ezcBaseStruct.
+- Fixed issue #9764: 3D Pie chart segment side polygon in front of circular
+  arc.
+- Fixed issue #9795: Interferring bars, when bars count is higher then major
+  step count.
+- Fixed issue #9823: Failing tests with PHP 5.1, because of different
+  parameter handling in imagepng, and (string) not calling __toString method.
+- Fixed issue #9827: Use majorStep size for min/max estimating on numeric axis
+  with only one value.
 
+
 1.0beta2 - Monday 20 November 2006
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 

Modified: trunk/ImageAnalysis/ChangeLog
===================================================================
--- trunk/ImageAnalysis/ChangeLog       2006-12-18 10:06:40 UTC (rev 4371)
+++ trunk/ImageAnalysis/ChangeLog       2006-12-18 10:25:05 UTC (rev 4372)
@@ -4,7 +4,7 @@
 - Fixed issue #9493: Convert < and > in exception messages to ' and ' for
   Cache, ConsoleTools, ImageAnalysis, ImageConversion, PersistentObject,
   PersistentObjectDatabaseSchemaTiein.
-- Fixed issue #9819: Let all components deal the ezcBaseAutoloadException
+- Fixed issue #9819: Let all components deal with the ezcBaseAutoloadException
   properly.
 
 

Modified: trunk/ImageConversion/ChangeLog
===================================================================
--- trunk/ImageConversion/ChangeLog     2006-12-18 10:06:40 UTC (rev 4371)
+++ trunk/ImageConversion/ChangeLog     2006-12-18 10:25:05 UTC (rev 4372)
@@ -1,12 +1,13 @@
 1.2 - [RELEASEDATE]
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-- Fixed issue #9521: Watermark tests needs some tuning.
+
 - Fixed issue #9493: Convert < and > in exception messages to ' and ' for
   Cache, ConsoleTools, ImageAnalysis, ImageConversion, PersistentObject,
   PersistentObjectDatabaseSchemaTiein.
+- Fixed issue #9520: ImageConversion test fails.
+- Fixed issue #9521: Watermark tests needs some tuning.
 - Fixed issue #9563: watermarkAbsolute filters requires width and height 
options.
-- Fixed issue #9520: ImageConversion test fails.
-- Fixed issue #9819: Let all components deal the ezcBaseAutoloadException
+- Fixed issue #9819: Let all components deal with the ezcBaseAutoloadException
   properly.
 
 

Modified: trunk/Mail/ChangeLog
===================================================================
--- trunk/Mail/ChangeLog        2006-12-18 10:06:40 UTC (rev 4371)
+++ trunk/Mail/ChangeLog        2006-12-18 10:25:05 UTC (rev 4372)
@@ -1,3 +1,9 @@
+1.2 - [RELEASEDATE]
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+- No changes.
+
+
 1.2beta2 - Monday 20 November 2006
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 

Modified: trunk/PersistentObject/ChangeLog
===================================================================
--- trunk/PersistentObject/ChangeLog    2006-12-18 10:06:40 UTC (rev 4371)
+++ trunk/PersistentObject/ChangeLog    2006-12-18 10:25:05 UTC (rev 4372)
@@ -1,16 +1,16 @@
 1.2 - [RELEASEDATE]
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
+- Fixed issue #9249: Save/update objects with 1:1 relations that share the
+  same ID does not work.
 - Fixed issue #9489: Check whether the PersistentObject and
   PersistentObjectDatabaseSchemaTiein tutorials are interlinked.
 - Fixed issue #9493: Convert < and > in exception messages to ' and ' for
   Cache, ConsoleTools, ImageAnalysis, ImageConversion, PersistentObject,
   PersistentObjectDatabaseSchemaTiein.
-- Fixed issue #9591: persistentsession attempts to throw non existing
+- Fixed issue #9591: ezcPersistentSession attempts to throw non existing
   exception (typo).
-- Fixed issue #9249: Save/update objects with 1:1 relations that share the
-  same ID does not work.
-- Fixed issue #9819: Let all components deal the ezcBaseAutoloadException
+- Fixed issue #9819: Let all components deal with the ezcBaseAutoloadException
   properly.
 
 

Modified: trunk/PersistentObjectDatabaseSchemaTiein/ChangeLog
===================================================================
--- trunk/PersistentObjectDatabaseSchemaTiein/ChangeLog 2006-12-18 10:06:40 UTC 
(rev 4371)
+++ trunk/PersistentObjectDatabaseSchemaTiein/ChangeLog 2006-12-18 10:25:05 UTC 
(rev 4372)
@@ -2,7 +2,7 @@
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 - Fixed issue #8499: PersistentObjectDatabaseSchemaTiein rungenerator.php
-  overwrite files without warning.
+  overwrites files without warning.
 - Fixed issue #9489: Check whether the PersistentObject and
   PersistentObjectDatabaseSchemaTiein tutorials are interlinked.
 - Fixed issue #9515: PersistentObjectDatabaseTiein tests are system dependent.

Modified: trunk/SignalSlot/ChangeLog
===================================================================
--- trunk/SignalSlot/ChangeLog  2006-12-18 10:06:40 UTC (rev 4371)
+++ trunk/SignalSlot/ChangeLog  2006-12-18 10:25:05 UTC (rev 4372)
@@ -1,6 +1,12 @@
+1.0 - [RELEASEDATE]
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+- No changes.
+
+
 1.0beta1 - Monday 20 November 2006
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-       
+
 - Added the possibility to implement your own static collections class.
 
 

Modified: trunk/Template/ChangeLog
===================================================================
--- trunk/Template/ChangeLog    2006-12-18 10:06:40 UTC (rev 4371)
+++ trunk/Template/ChangeLog    2006-12-18 10:25:05 UTC (rev 4372)
@@ -1,42 +1,45 @@
 1.1 - [RELEASEDATE]
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-- Fixed issue #9601: wrong __isset implementation in Template/template.php
-- Fixed an issue that the space before 'array append' threw an exception.
-- Fixed in several parser error messages the text and cursor position.
+
+- Fixed issue #9464: Weird error messages on calculations with
+  multidimensional arrays.
+- Fixed issue #9491: Convert < and > in exception messages to ' and ' for
+  Template.
+- Fixed issue #9601: Wrong __isset implementation in Template/template.php.
 - Fixed issue #9607: Custom blocks without a class in the definition generate
   broken code.
-- Fixed issue #9464: Weird error messages on calculations with
-  multidimensional arrays.
-- Fixed an issue that a white-space in front of an array append shows an
+- Fixed issue #9806: Added the ezcTemplateException class from which all
+  exception classes in Template inherit.
+- Fixed issue #9819: Let all components deal with the ezcBaseAutoloadException
+  properly.
+- The angle brackets are replaced with single quotes within the exceptions.
+- Fixed an issue that the space before 'array append' threw an exception.
+- Fixed the text and cursor position in several parser error messages.
+- Fixed an issue that white-space in front of an array append shows an
   error.
 - Fixed an issue that non-matching open and close blocks did not always show
   an error.
+- Fixed issues with some variables (e.g. $this) conflicts with the internal
+  variables.
+- Fixed an issue that the return value from a template include was not 
+  assigned to {use} variable.
+- Fixed problem with correct whitespace trimming of elements inside {if}
+  block.
 - Throw an exception when {else} and {elseif} are used outside {if}.
 - Throw an exception when {case} and {default} are used outside {switch}.
+- Throw an exception when an assignment is done not to a variable. eg: {5 = 7}
 - Changed the error message of wrong {delimiter} usage.
 - The {delimiter} block can also be used inside a while.
-- Fixed an issue that some block names did could be prepended, appended with
+- Fixed an issue that some block names could be prepended, appended with
   garbage. eg: {vara}
-- Throw an exception when an assignment is done not to a variable. eg: {5 = 7}
 - It is not allowed to do variable modifications inside an expression. 
   eg: {myFunc( $a = 2 )} or {$a[ $b = 2 ] += 3}
-- Replaced all exit() calls with an ezcTemplateInternalException.
 - {debug_dump} uses now var_export() for better readability.
 - Assignments are not allowed inside an expression of a control block. Eg:
   {while $a = 3} or {if $b = 2}
 - All binary operators can be used repeatedly. Eg: {3 === 4 === 5}
-- The angle brackets are replaced with single quotes within the exceptions.
 - Variables cannot be used inside a string.
-- Fixed issues with some variables (e.g. $this) conflicts with the internal
-  variables.
-- Fixed an issue that the return value from a template include was not 
-  assigned to {use} variable.
-- Fixed problem with correct whitespace trimming of elements inside {if}
-  block.
-- Fixed issue #9806: Added the ezcTemplateException class from which all
-  exception classes in Template inherit.
-- Fixed issue #9819: Let all components deal the ezcBaseAutoloadException
-  properly.
+- Replaced all exit() calls with an ezcTemplateInternalException.
 
 
 1.1beta2 - Monday 20 November 2006

Modified: trunk/UserInput/ChangeLog
===================================================================
--- trunk/UserInput/ChangeLog   2006-12-18 10:06:40 UTC (rev 4371)
+++ trunk/UserInput/ChangeLog   2006-12-18 10:25:05 UTC (rev 4372)
@@ -1,3 +1,9 @@
+1.1 - [RELEASEDATE]
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+- No changes.
+
+
 1.1beta1 - Monday 20 November 2006
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 

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

Reply via email to