[svn-components] 5880 - /trunk/PersistentObject/ChangeLog

2007-08-13 Thread Derick Rethans
Author: dr Date: Mon Aug 13 08:58:04 2007 New Revision: 5880 Log: - ChangeLog. Modified: trunk/PersistentObject/ChangeLog Modified: trunk/PersistentObject/ChangeLog == --- trunk/PersistentObject/ChangeLog

[svn-components] 5881 - /trunk/Template/docs/tutorial.txt

2007-08-13 Thread Derick Rethans
Author: dr Date: Mon Aug 13 09:15:11 2007 New Revision: 5881 Log: - Fixed documentation. Modified: trunk/Template/docs/tutorial.txt Modified: trunk/Template/docs/tutorial.txt == --- trunk/Template/docs/tutorial.txt

[svn-components] 5884 - /trunk/Graph/tests/renderer_2d_test.php

2007-08-13 Thread Kore Nordmann
Author: kn Date: Mon Aug 13 11:03:32 2007 New Revision: 5884 Log: - Use value of correct type. # PHPUnit now also check if both values are is_numeric() which caused a # failure Modified: trunk/Graph/tests/renderer_2d_test.php Modified: trunk/Graph/tests/renderer_2d_test.php

[svn-components] 5885 - /trunk/Template/docs/tutorial.txt

2007-08-13 Thread Raymond Bosman
Author: rb Date: Mon Aug 13 11:04:33 2007 New Revision: 5885 Log: - Small improvement in the documentation. Modified: trunk/Template/docs/tutorial.txt Modified: trunk/Template/docs/tutorial.txt == ---

[svn-components] 5886 - in /trunk: TreeDatabaseTiein/src/ TreeDatabaseTiein/src/backends/ TreeDatabaseTiein/src/stores/ TreeDatabaseTiein/tests/ TreePersistentObjectTiein/src/ TreePersistentObjectTiei

2007-08-13 Thread Derick Rethans
Author: dr Date: Mon Aug 13 11:17:54 2007 New Revision: 5886 Log: - Fixed @package tags. Modified: trunk/TreeDatabaseTiein/src/backends/db.php trunk/TreeDatabaseTiein/src/backends/db_materialized_path.php trunk/TreeDatabaseTiein/src/backends/db_nested_set.php

[svn-components] 5891 - /trunk/PersistentObject/tests/persistent_session_test.php

2007-08-13 Thread Derick Rethans
Author: dr Date: Mon Aug 13 12:59:30 2007 New Revision: 5891 Log: - Really fix it now Modified: trunk/PersistentObject/tests/persistent_session_test.php Modified: trunk/PersistentObject/tests/persistent_session_test.php

[svn-components] 5892 [2/2] - /release-info/ /releases/Graph/1.1.1/ /releases/Graph/1.1.1/design/enhancements/ /releases/Graph/1.1.1/docs/examples/ /releases/Graph/1.1.1/src/ /releases/Graph/1.1.1/src

2007-08-13 Thread Derick Rethans
Modified: releases/Graph/1.1.1/tests/driver_gd_test.php == --- releases/Graph/1.1.1/tests/driver_gd_test.php [iso-8859-1] (original) +++ releases/Graph/1.1.1/tests/driver_gd_test.php [iso-8859-1] Mon Aug 13 13:06:32 2007

[svn-components] 5894 - /release-info/latest /releases/Graph/1.3.1/

2007-08-13 Thread Derick Rethans
Author: dr Date: Mon Aug 13 13:11:45 2007 New Revision: 5894 Log: - Revert this, we don't want Graph 1.3.1 just yet Removed: releases/Graph/1.3.1/ Modified: release-info/latest Modified: release-info/latest ==

[svn-components] 5896 - in /trunk: Base/design/ Base/src/ Base/tests/ File/design/ File/src/

2007-08-13 Thread Derick Rethans
Author: dr Date: Mon Aug 13 13:20:46 2007 New Revision: 5896 Log: - Create Base/ezcBaseFile from File/ezcFile and deprecate the latter class by extending the former. #- http://thread.gmane.org/gmane.comp.web.ezcomponents.devel/3088 Added: trunk/Base/src/file.php - copied, changed

[svn-components] 5893 [2/2] - /release-info/ /releases/Graph/1.3.1/ /releases/Graph/1.3.1/design/enhancements/ /releases/Graph/1.3.1/docs/examples/ /releases/Graph/1.3.1/src/ /releases/Graph/1.3.1/src

2007-08-13 Thread Derick Rethans
Modified: releases/Graph/1.3.1/tests/driver_gd_test.php == --- releases/Graph/1.3.1/tests/driver_gd_test.php [iso-8859-1] (original) +++ releases/Graph/1.3.1/tests/driver_gd_test.php [iso-8859-1] Mon Aug 13 13:07:00 2007

[svn-components] 5898 - in /trunk/Base: ChangeLog src/features.php src/file.php tests/file_is_absolute_path.php tests/suite.php

2007-08-13 Thread Derick Rethans
Author: dr Date: Mon Aug 13 14:34:51 2007 New Revision: 5898 Log: - Added the ezcBaseFile::isAbsolutePath() method, which returns whether a path is absolute or relative. Added: trunk/Base/tests/file_is_absolute_path.php (with props) Modified: trunk/Base/ChangeLog

[svn-components] 5899 - /trunk/File/ChangeLog

2007-08-13 Thread Derick Rethans
Author: dr Date: Mon Aug 13 14:38:26 2007 New Revision: 5899 Log: - Reflect File status in the changelog. - Moved the ezcFile class to Base/ezcBaseFile. That means that the ezcFile class is now deprecated. As this is the only class in this component, the whole component is now deprecated.

[svn-components] 5900 - in /trunk/Graph/src/charts: bar.php line.php pie.php radar.php

2007-08-13 Thread Kore Nordmann
Author: kn Date: Mon Aug 13 14:55:26 2007 New Revision: 5900 Log: - Added class property documentation for optin classes - Link option class names in doc block Modified: trunk/Graph/src/charts/bar.php trunk/Graph/src/charts/line.php trunk/Graph/src/charts/pie.php

[svn-components] 5902 - in /trunk/Tree: design/class_diagram.png src/tree_autoload.php src/visitors/graphviz.php src/visitors/visualization.php tests/visitor.php

2007-08-13 Thread Derick Rethans
Author: dr Date: Mon Aug 13 15:16:56 2007 New Revision: 5902 Log: - Renamed ezcTreeVisitorVisualization to ezcTreeVisitorGraphViz. Added: trunk/Tree/src/visitors/graphviz.php - copied, changed from r5889, trunk/Tree/src/visitors/visualization.php Removed:

[svn-components] 5901 - in /trunk/Graph/src/charts: bar.php line.php pie.php radar.php

2007-08-13 Thread Kore Nordmann
Author: kn Date: Mon Aug 13 14:58:48 2007 New Revision: 5901 Log: - More links in documentation Modified: trunk/Graph/src/charts/bar.php trunk/Graph/src/charts/line.php trunk/Graph/src/charts/pie.php trunk/Graph/src/charts/radar.php Modified: trunk/Graph/src/charts/bar.php

[svn-components] 5903 - in /trunk/Graph/src: colors/ datasets/property/ driver/ exceptions/ interfaces/ renderer/

2007-08-13 Thread Kore Nordmann
Author: kn Date: Mon Aug 13 15:20:33 2007 New Revision: 5903 Log: - Link more classes Modified: trunk/Graph/src/colors/linear_gradient.php trunk/Graph/src/datasets/property/boolean.php trunk/Graph/src/datasets/property/color.php trunk/Graph/src/datasets/property/integer.php

[svn-components] 5904 - /trunk/ConsoleTools/src/structs/output_format.php

2007-08-13 Thread Kore Nordmann
Author: kn Date: Mon Aug 13 15:37:05 2007 New Revision: 5904 Log: - Fixed broken [EMAIL PROTECTED] in comments Modified: trunk/ConsoleTools/src/structs/output_format.php Modified: trunk/ConsoleTools/src/structs/output_format.php