[svn-components] 4033 - in trunk/Database: src/exceptions src/exceptions/query tests [eZComponents: Trunk]

2006-11-23 Thread Alexandru Stanoi
Author: Alexandru Stanoi Date: 2006-11-23 10:46:55 +0100 (Thu, 23 Nov 2006) New Revision: 4033 Log: - Convert and in exception messages to ' and '. - Using ezcBaseFeatures instead of extension_loaded(). Modified: trunk/Database/src/exceptions/handler_not_found.php

[svn-components] 4034 - experimental/Workflow/src/nodes [eZComponents: Experimental]

2006-11-23 Thread Sebastian Bergmann
Author: Sebastian Bergmann Date: 2006-11-23 10:56:18 +0100 (Thu, 23 Nov 2006) New Revision: 4034 Log: - Update docblock. Modified: experimental/Workflow/src/nodes/synchronization.php Modified: experimental/Workflow/src/nodes/synchronization.php

[svn-components] 4035 - in trunk/Database: . src/sqlabstraction tests tests/sqlabstraction [eZComponents: Trunk]

2006-11-23 Thread Alexandru Stanoi
Author: Alexandru Stanoi Date: 2006-11-23 11:04:59 +0100 (Thu, 23 Nov 2006) New Revision: 4035 Log: - Fixed bug #9219: Added sql HAVING condition. Patch by Christian Michel. Modified: trunk/Database/ChangeLog trunk/Database/src/sqlabstraction/query_select.php

Re: [svn-components] 4034 - experimental/Workflow/src/nodes [eZComponents: Experimental]

2006-11-23 Thread Derick Rethans
On Thu, 23 Nov 2006, Sebastian Bergmann wrote: Author: Sebastian Bergmann Date: 2006-11-23 10:56:18 +0100 (Thu, 23 Nov 2006) New Revision: 4034 Log: - Update docblock. Modified: experimental/Workflow/src/nodes/synchronization.php Modified:

[svn-components] 4037 - in experimental/Workflow/src: . interfaces nodes [eZComponents: Experimental]

2006-11-23 Thread Sebastian Bergmann
Author: Sebastian Bergmann Date: 2006-11-23 11:41:42 +0100 (Thu, 23 Nov 2006) New Revision: 4037 Log: - Add ezcWorkflowNodeMerge as abstract base class for merging nodes. - Add ezcWorkflowNodeDiscriminator to separate the implementation of the Discriminator workflow pattern from the

Re: [svn-components] 4035 - in trunk/Database: . src/sqlabstraction tests tests/sqlabstraction [eZComponents: Trunk]

2006-11-23 Thread Sergey Alyexyeyev
Hello. Seems it will be more correct to have Added sql HAVING condition. Modified/extended Christian Michel's patch in comments. Because it's not original patch applied. Maybe it's not necessary to fix comments this time but I think adding notes that patch was not the same as attached to

[svn-components] 4038 - experimental/Workflow/src/nodes [eZComponents: Experimental]

2006-11-23 Thread Sebastian Bergmann
Author: Sebastian Bergmann Date: 2006-11-23 11:54:41 +0100 (Thu, 23 Nov 2006) New Revision: 4038 Log: - Properly end all incoming threads. Modified: experimental/Workflow/src/nodes/discriminator.php Modified: experimental/Workflow/src/nodes/discriminator.php

[svn-components] 4039 - in trunk/Mail/tests: . parser parser/parts parts [eZComponents: Trunk]

2006-11-23 Thread Alexandru Stanoi
Author: Alexandru Stanoi Date: 2006-11-23 14:26:43 +0100 (Thu, 23 Nov 2006) New Revision: 4039 Log: - Fixed tests broken by the changing to ' and ' from and . Modified: trunk/Mail/tests/mail_test.php trunk/Mail/tests/parser/parser_test.php

Re: [svn-components] 4035 - in trunk/Database: . src/sqlabstraction tests tests/sqlabstraction [eZComponents: Trunk]

2006-11-23 Thread Alexandru Stanoi
Sergey Alyexyeyev wrote: Hello. Seems it will be more correct to have Added sql HAVING condition. Modified/extended Christian Michel's patch in comments. Because it's not original patch applied. Maybe it's not necessary to fix comments this time but I think adding notes that patch

[svn-components] 4040 - trunk/UnitTest/src/constraint [eZComponents: Trunk]

2006-11-23 Thread Tobias Schlitt
Author: Tobias Schlitt Date: 2006-11-23 14:58:49 +0100 (Thu, 23 Nov 2006) New Revision: 4040 Log: - Fixed regex for scanning compare output. # Newer ImageMagick versions seem to ommit the dB. Modified: trunk/UnitTest/src/constraint/image.php Modified: trunk/UnitTest/src/constraint/image.php

[svn-components] 4041 - in trunk/ImageConversion: src/interfaces tests tests/data/compare [eZComponents: Trunk]

2006-11-23 Thread Tobias Schlitt
Author: Tobias Schlitt Date: 2006-11-23 15:02:54 +0100 (Thu, 23 Nov 2006) New Revision: 4041 Log: - Fixed issue #9563: watermarkAbsolute filters requires width and height options. Added: trunk/ImageConversion/tests/data/compare/ezcImageConversionTransformationTest_testTransformSuccessPng_4

[svn-components] 4042 - trunk/Template/tests [eZComponents: Trunk]

2006-11-23 Thread Jan Borsodi
Author: Jan Borsodi Date: 2006-11-23 15:34:35 +0100 (Thu, 23 Nov 2006) New Revision: 4042 Log: - Added option to view the template output of the test through less (on Linux). Modified: trunk/Template/tests/regression_test.php Modified: trunk/Template/tests/regression_test.php

[svn-components] 4044 - trunk/Cache/src [eZComponents: Trunk]

2006-11-23 Thread Alexandru Stanoi
Author: Alexandru Stanoi Date: 2006-11-23 16:38:07 +0100 (Thu, 23 Nov 2006) New Revision: 4044 Log: - Fixed some comments. Modified: trunk/Cache/src/manager.php trunk/Cache/src/storage.php Modified: trunk/Cache/src/manager.php

[svn-components] 4045 - trunk/Template/tests/regression_tests/if/correct [eZComponents: Trunk]

2006-11-23 Thread Jan Borsodi
Author: Jan Borsodi Date: 2006-11-23 16:45:28 +0100 (Thu, 23 Nov 2006) New Revision: 4045 Log: - More tests for if statements with comments. Added: trunk/Template/tests/regression_tests/if/correct/if_with_comments.in trunk/Template/tests/regression_tests/if/correct/if_with_comments.out

Re: [svn-components] 4042 - trunk/Template/tests [eZComponents: Trunk]

2006-11-23 Thread Derick Rethans
On Thu, 23 Nov 2006, Jan Borsodi wrote: Modified: trunk/Template/tests/regression_test.php === --- trunk/Template/tests/regression_test.php 2006-11-23 14:02:54 UTC (rev 4041) +++ trunk/Template/tests/regression_test.php

[svn-components] 4048 - trunk/Template/tests/regression_tests/switch/correct [eZComponents: Trunk]

2006-11-23 Thread Jan Borsodi
Author: Jan Borsodi Date: 2006-11-23 16:56:23 +0100 (Thu, 23 Nov 2006) New Revision: 4048 Log: - More tests for nested switch/cases. Added: trunk/Template/tests/regression_tests/switch/correct/switch_nested.in trunk/Template/tests/regression_tests/switch/correct/switch_nested.out Added:

Re: [svn-components] 4035 - in trunk/Database: . src/sqlabstraction tests tests/sqlabstraction [eZComponents: Trunk]

2006-11-23 Thread Derick Rethans
On Thu, 23 Nov 2006, Alexandru Stanoi wrote: Sergey Alyexyeyev wrote: Seems it will be more correct to have Added sql HAVING condition. Modified/extended Christian Michel's patch in comments. Because it's not original patch applied. Maybe it's not necessary to fix comments

[svn-components] 4049 - in trunk/PersistentObjectDatabaseSchemaTiein: src tests [eZComponents: Trunk]

2006-11-23 Thread Tobias Schlitt
Author: Tobias Schlitt Date: 2006-11-23 17:41:34 +0100 (Thu, 23 Nov 2006) New Revision: 4049 Log: - Removed -e switch again, as discussed in #8499: rungenerator.php overwrite files without warning. Modified: trunk/PersistentObjectDatabaseSchemaTiein/src/generator.php

Re: [svn-components] 4049 - in trunk/PersistentObjectDatabaseSchemaTiein: src tests [eZComponents: Trunk]

2006-11-23 Thread Derick Rethans
On Thu, 23 Nov 2006, Tobias Schlitt wrote: Modified: trunk/PersistentObjectDatabaseSchemaTiein/tests/data.php === --- trunk/PersistentObjectDatabaseSchemaTiein/tests/data.php 2006-11-23 15:56:23 UTC (rev 4048) +++

[svn-components] 4050 - in trunk/Template: . docs [eZComponents: Docs]

2006-11-23 Thread Jan Borsodi
Author: Jan Borsodi Date: 2006-11-23 20:54:49 +0100 (Thu, 23 Nov 2006) New Revision: 4050 Log: - Moved brainfuck example to a better suited location. Added: trunk/Template/docs/examples/ Removed: trunk/Template/misc/ Copied: trunk/Template/docs/examples (from rev 4049,

[svn-components] 4050 - in trunk/Template: . docs [eZComponents: Trunk]

2006-11-23 Thread Jan Borsodi
Author: Jan Borsodi Date: 2006-11-23 20:54:49 +0100 (Thu, 23 Nov 2006) New Revision: 4050 Log: - Moved brainfuck example to a better suited location. Added: trunk/Template/docs/examples/ Removed: trunk/Template/misc/ Copied: trunk/Template/docs/examples (from rev 4049,