[Components] Status: ezcReflection

2009-08-25 Thread Sebastian Bergmann
Components. This is something that we should address once we have the Reflection component ready. Falko, Jakob, Kore, Tobias: please add anything I might have left out. It is more than likely that I forgot something because of my medical condition during FrOSCon :-/ -- Sebastian

Re: [Components] [svn-components] 10425 - in /trunk/UnitTest/src: run.php test/new_runner.php

2009-06-04 Thread Sebastian Bergmann
Sebastian Bergmann schrieb: Author: sb Date: Thu Jun 4 10:00:17 2009 New Revision: 10425 Log: - Initial work on the new test runner. Modified: trunk/UnitTest/src/run.php trunk/UnitTest/src/test/new_runner.php I started with the refactoring of our test runner. For the time

Re: [Components] Workflow component endThread() exception

2009-05-08 Thread Sebastian Bergmann
Martin King schrieb: node 1 start outnode 3 node 2 end node 3 simplemerge outnode 4 No matter what the rest of the workflow looks like, the above cannot work. Node 3, a Simple Merge, is activated before there can be anything to merge. -- Sebastian Bergmann System

Re: [Components] ezComponents Workflow storage definition change

2009-04-08 Thread Sebastian Bergmann
Sebastian Hartnick schrieb: Dear Sebastian Bergmann, Hello Sebastian, We're interested in using you Workflow implementation of ezComponenets. But need to support a visual designing tool to create the workflows. How hard is it to change the xml or database storage definition to a more

Re: [Components] the structure of workflow database

2009-03-11 Thread Sebastian Bergmann
the execution_state table. -- Sebastian Bergmann System Developer s...@ez.no | eZ Systems | http://ez.no signature.asc Description: OpenPGP digital signature -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

Re: [Components] Workflow component + variable handlers

2009-02-16 Thread Sebastian Bergmann
, the saveToVariableHandlers function does not pass the execution object (or the execution ID) to the variable handler, so I cannot identify to which workflow instance a particular variable belongs. Implemented in r9895. -- Sebastian Bergmann System Developer s...@ez.no | eZ Systems | http://ez.no

Re: [Components] how to define Workflow

2009-02-16 Thread Sebastian Bergmann
/Workflow. -- Sebastian Bergmann System Developer s...@ez.no | eZ Systems | http://ez.no signature.asc Description: OpenPGP digital signature -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

Re: [Components] [svn-components] 9741 - in /trunk/PersistentObject/src/queries: ./ find_query.php

2009-01-13 Thread Sebastian Bergmann
Thomas Koch schrieb: If you would restrict this new feature to PHP5.3, then you could use SplObjectStorage to get the classname from an $object = $className map. SplObjectStorage is not something that is new in PHP 5.3. -- Sebastian Bergmann System Developer s...@ez.no | eZ Systems | http

Re: [Components] ezcWorkflow difference between cancelling and ending a execution

2008-11-19 Thread Sebastian Bergmann
. This was a bug [1] that has been fixed in Workflow 1.3alpha1. -- [1] http://issues.ez.no/IssueView.php?Id=13478 -- Sebastian Bergmann System Developer [EMAIL PROTECTED] | eZ Systems | http://ez.no signature.asc Description: OpenPGP digital signature -- Components mailing list Components@lists.ez.no http

Re: [Components] [svn-components] 9390 - in /trunk/Base: src/file.php tests/file_copy_recursive_test.php

2008-11-15 Thread Sebastian Bergmann
Kore Nordmann wrote: // Recurse $dh = opendir( $source ); -while( $file = readdir( $dh ) ) +while ( ( $file = readdir( $dh ) ) !== false ) Why are we not using a RecursiveDirectoryIterator here? opendir() and readdir() are so PHP 4. -- Sebastian Bergmann

Re: [Components] Session-stored workflows

2008-08-25 Thread Sebastian Bergmann
that stores its data using ext/session should be doable. Could you open a ticket for this, please? Thanks! -- Sebastian Bergmann System Developer [EMAIL PROTECTED] | eZ Systems | http://ez.no -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

Re: [Components] Workflow - Synchronizing Merge Issue

2008-08-22 Thread Sebastian Bergmann
Montgomery, Thomas wrote: Any help is appreciated. Sorry for not getting back to you earlier. I will look into this issue next week. Unfortunately, I will probably not have time before that to look into this issue. Best regards, Sebastian -- Sebastian Bergmann

[Components] Testing MVC

2008-06-20 Thread Sebastian Bergmann
[3] http://framework.maintainable.com/mvc/7_model_test.php [4] http://framework.maintainable.com/mvc/8_func_test.php [5] http://tinyurl.com/4kvtze [6] http://tinyurl.com/4gby2a -- Sebastian Bergmann http://sebastian-bergmann.de/ GnuPG Key: 0xB85B5D69 / 27A7 2B14 09E4

Re: [Components] [Workflow] execute nodeInput conditions

2008-06-11 Thread Sebastian Bergmann
into this. -- Sebastian Bergmann http://sebastian-bergmann.de/ GnuPG Key: 0xB85B5D69 / 27A7 2B14 09E4 98CD 6277 0E5B 6867 C514 B85B 5D69 -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

Re: [Components] [Workflow] execute nodeInput conditions

2008-06-11 Thread Sebastian Bergmann
! Sebastian -- Sebastian Bergmann http://sebastian-bergmann.de/ GnuPG Key: 0xB85B5D69 / 27A7 2B14 09E4 98CD 6277 0E5B 6867 C514 B85B 5D69 -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

[Components] [Reflection] Status

2008-04-03 Thread Sebastian Bergmann
Hey guys, what is the status of the Reflection component? Cheers! Sebastian -- Sebastian Bergmann System Developer [EMAIL PROTECTED] | eZ Systems | http://ez.no signature.asc Description: OpenPGP digital signature -- Components mailing list Components@lists.ez.no http://lists.ez.no

[svn-components] 7463 - in /trunk/WorkflowSignalSlotTiein: src/plugin.php tests/plugin_test.php

2008-02-28 Thread Sebastian Bergmann
Author: sb Date: Thu Feb 28 19:22:52 2008 New Revision: 7463 Log: - Make signal collection a property. Modified: trunk/WorkflowSignalSlotTiein/src/plugin.php trunk/WorkflowSignalSlotTiein/tests/plugin_test.php Modified: trunk/WorkflowSignalSlotTiein/src/plugin.php

[svn-components] 7464 - in /trunk/WorkflowSignalSlotTiein/docs: tutorial.txt tutorial_example.php tutorial_receiver.php

2008-02-28 Thread Sebastian Bergmann
Author: sb Date: Thu Feb 28 19:22:55 2008 New Revision: 7464 Log: - Initial draft of tutorial. Added: trunk/WorkflowSignalSlotTiein/docs/tutorial.txt - copied, changed from r7461, trunk/WorkflowEventLogTiein/docs/tutorial.txt trunk/WorkflowSignalSlotTiein/docs/tutorial_example.php

[svn-components] 7435 - in /trunk: Workflow/src/interfaces/node_branch.php Workflow/src/nodes/control_flow/loop.php WorkflowEventLogTiein/tests/data/DecrementingLoop.log WorkflowEventLogTiein/tests/da

2008-02-22 Thread Sebastian Bergmann
Author: sb Date: Fri Feb 22 16:09:39 2008 New Revision: 7435 Log: - Do not start a new thread for each iteration of a loop. Modified: trunk/Workflow/src/interfaces/node_branch.php trunk/Workflow/src/nodes/control_flow/loop.php

[svn-components] 7437 - /trunk/WorkflowSignalSlotTiein/DEPS

2008-02-22 Thread Sebastian Bergmann
Author: sb Date: Fri Feb 22 16:19:12 2008 New Revision: 7437 Log: - Fix DEPS. Modified: trunk/WorkflowSignalSlotTiein/DEPS Modified: trunk/WorkflowSignalSlotTiein/DEPS == --- trunk/WorkflowSignalSlotTiein/DEPS

[svn-components] 7438 - in /trunk: Workflow/tests/execution_test.php WorkflowSignalSlotTiein/tests/plugin_test.php

2008-02-22 Thread Sebastian Bergmann
Author: sb Date: Fri Feb 22 16:32:08 2008 New Revision: 7438 Log: - Fix test names. Modified: trunk/Workflow/tests/execution_test.php trunk/WorkflowSignalSlotTiein/tests/plugin_test.php Modified: trunk/Workflow/tests/execution_test.php

Re: [Components] Proposal: AtomPub component

2008-02-21 Thread Sebastian Bergmann
Michael Maclean schrieb: I'd like to submit the first version of a proposal for a component to support the Atom Publishing Protocol. Should this not be part of the Feed component? -- Sebastian Bergmann System Developer [EMAIL PROTECTED] | eZ Systems | http://ez.no signature.asc

[svn-components] 7425 - in /trunk/Workflow/src: execution/plugin/visualizer.php visitors/visualization.php

2008-02-21 Thread Sebastian Bergmann
Author: sb Date: Fri Feb 22 07:32:22 2008 New Revision: 7425 Log: - Fix docblocks. Modified: trunk/Workflow/src/execution/plugin/visualizer.php trunk/Workflow/src/visitors/visualization.php Modified: trunk/Workflow/src/execution/plugin/visualizer.php

[svn-components] 7426 - in /trunk/WorkflowEventLogTiein/tests: case.php listener_test.php

2008-02-21 Thread Sebastian Bergmann
Author: sb Date: Fri Feb 22 08:51:20 2008 New Revision: 7426 Log: - Fix class name(s). Modified: trunk/WorkflowEventLogTiein/tests/case.php trunk/WorkflowEventLogTiein/tests/listener_test.php Modified: trunk/WorkflowEventLogTiein/tests/case.php

[svn-components] 7396 - /trunk/Workflow/src/interfaces/execution.php

2008-02-18 Thread Sebastian Bergmann
Author: sb Date: Mon Feb 18 10:17:11 2008 New Revision: 7396 Log: - These lines are not yet testable. Modified: trunk/Workflow/src/interfaces/execution.php Modified: trunk/Workflow/src/interfaces/execution.php ==

[svn-components] 7395 - /trunk/Workflow/src/options/execution_plugin_visualizer.php

2008-02-18 Thread Sebastian Bergmann
Author: sb Date: Mon Feb 18 10:16:46 2008 New Revision: 7395 Log: - The situation where a directory is not writable cannot be tested. Modified: trunk/Workflow/src/options/execution_plugin_visualizer.php Modified: trunk/Workflow/src/options/execution_plugin_visualizer.php

[svn-components] 7397 - /trunk/Workflow/tests/execution_test.php

2008-02-18 Thread Sebastian Bergmann
Author: sb Date: Mon Feb 18 10:17:24 2008 New Revision: 7397 Log: - Add tests. Modified: trunk/Workflow/tests/execution_test.php Modified: trunk/Workflow/tests/execution_test.php == ---

[svn-components] 7389 - /trunk/Workflow/src/options/execution_plugin_visualizer.php

2008-02-15 Thread Sebastian Bergmann
Author: sb Date: Fri Feb 15 18:46:07 2008 New Revision: 7389 Log: - Be more specific. Modified: trunk/Workflow/src/options/execution_plugin_visualizer.php Modified: trunk/Workflow/src/options/execution_plugin_visualizer.php

[svn-components] 7365 - /trunk/Workflow/src/execution/plugin/visualizer.php

2008-02-14 Thread Sebastian Bergmann
Author: sb Date: Thu Feb 14 11:03:11 2008 New Revision: 7365 Log: - Make inclusion of workflow variables optional. Modified: trunk/Workflow/src/execution/plugin/visualizer.php Modified: trunk/Workflow/src/execution/plugin/visualizer.php

[svn-components] 7366 - /trunk/Workflow/ChangeLog

2008-02-14 Thread Sebastian Bergmann
Author: sb Date: Thu Feb 14 11:03:17 2008 New Revision: 7366 Log: - Update ChangeLog. Modified: trunk/Workflow/ChangeLog Modified: trunk/Workflow/ChangeLog == --- trunk/Workflow/ChangeLog [iso-8859-1] (original) +++

[svn-components] 7348 - in /trunk/Workflow: design/class_diagram.png src/execution/plugin/execution_listener.php src/execution/plugin/listener.php src/execution/plugin/visualizer.php src/workflow_auto

2008-02-12 Thread Sebastian Bergmann
Author: sb Date: Tue Feb 12 11:04:34 2008 New Revision: 7348 Log: - Add ezcWorkflowExecutionVisualizerPlugin. # Reorganize plugin directory. Added: trunk/Workflow/src/execution/plugin/listener.php - copied unchanged from r7342,

[svn-components] 7350 - in /trunk/Workflow/src: execution/plugin/visualizer.php visitors/visualization.php

2008-02-12 Thread Sebastian Bergmann
Author: sb Date: Tue Feb 12 13:56:37 2008 New Revision: 7350 Log: - Add workflow variables. Modified: trunk/Workflow/src/execution/plugin/visualizer.php trunk/Workflow/src/visitors/visualization.php Modified: trunk/Workflow/src/execution/plugin/visualizer.php

[svn-components] 7341 - /trunk/Workflow/src/execution/plugin/execution_listener.php

2008-02-11 Thread Sebastian Bergmann
Author: sb Date: Mon Feb 11 16:33:19 2008 New Revision: 7341 Log: - Fix comment. Modified: trunk/Workflow/src/execution/plugin/execution_listener.php Modified: trunk/Workflow/src/execution/plugin/execution_listener.php

[svn-components] 7340 - /trunk/Workflow/src/interfaces/execution.php

2008-02-11 Thread Sebastian Bergmann
Author: sb Date: Mon Feb 11 16:32:59 2008 New Revision: 7340 Log: - Add getActivatedNodes(). Modified: trunk/Workflow/src/interfaces/execution.php Modified: trunk/Workflow/src/interfaces/execution.php == ---

[svn-components] 7338 - in /trunk/Workflow: ChangeLog design/class_diagram.png src/execution/plugin/ src/execution/plugin/execution_listener.php src/interfaces/execution.php src/interfaces/execution_p

2008-02-11 Thread Sebastian Bergmann
Author: sb Date: Mon Feb 11 12:53:55 2008 New Revision: 7338 Log: - Initial work on the plugin system. Added: trunk/Workflow/src/execution/plugin/ trunk/Workflow/src/execution/plugin/execution_listener.php (with props) trunk/Workflow/src/interfaces/execution_plugin.php Modified:

[svn-components] 7253 - in /trunk/Workflow/src: interfaces/ nodes/ nodes/control_flow/ nodes/variables/

2008-01-29 Thread Sebastian Bergmann
Author: sb Date: Tue Jan 29 12:30:56 2008 New Revision: 7253 Log: - Fix docblocks. Modified: trunk/Workflow/src/interfaces/node.php trunk/Workflow/src/interfaces/node_branch.php trunk/Workflow/src/interfaces/node_conditional_branch.php trunk/Workflow/src/interfaces/node_merge.php

[svn-components] 7227 - in /trunk/Workflow: design/class_diagram.png src/workflow_autoload.php

2008-01-22 Thread Sebastian Bergmann
Author: sb Date: Tue Jan 22 09:27:25 2008 New Revision: 7227 Log: - Regenerate. Modified: trunk/Workflow/design/class_diagram.png trunk/Workflow/src/workflow_autoload.php Modified: trunk/Workflow/design/class_diagram.png

[svn-components] 7228 - /trunk/WorkflowDatabaseTiein/src/execution.php

2008-01-22 Thread Sebastian Bergmann
Author: sb Date: Tue Jan 22 11:00:38 2008 New Revision: 7228 Log: - Clean up database entries for sub-workflows. Modified: trunk/WorkflowDatabaseTiein/src/execution.php Modified: trunk/WorkflowDatabaseTiein/src/execution.php

[svn-components] 7215 - in /trunk: Workflow/ Workflow/src/ Workflow/src/interfaces/ Workflow/src/nodes/ Workflow/tests/ Workflow/tests/data/ WorkflowDatabaseTiein/ WorkflowDatabaseTiein/src/ WorkflowE

2008-01-21 Thread Sebastian Bergmann
Author: sb Date: Mon Jan 21 17:04:16 2008 New Revision: 7215 Log: - Implement the Cancel Case workflow pattern. Added: trunk/Workflow/src/interfaces/rollbackable_service_object.php - copied, changed from r7197, trunk/Workflow/src/interfaces/service_object.php

[svn-components] 7217 - in /trunk: Workflow/src/interfaces/ Workflow/src/nodes/ WorkflowEventLogTiein/tests/data/

2008-01-21 Thread Sebastian Bergmann
Author: sb Date: Mon Jan 21 18:06:25 2008 New Revision: 7217 Log: - Cancel execution on activation of Cancel node. # Code Coverage is now slightly below 100%, will add missing test(s) later. Modified: trunk/Workflow/src/interfaces/execution.php trunk/Workflow/src/nodes/cancel.php

[svn-components] 7224 - in /trunk: Workflow/tests/ Workflow/tests/data/ WorkflowEventLogTiein/tests/data/

2008-01-21 Thread Sebastian Bergmann
Author: sb Date: Tue Jan 22 07:52:24 2008 New Revision: 7224 Log: # Restore 100% code coverage. Modified: trunk/Workflow/tests/case.php trunk/Workflow/tests/data/ParallelSplitActionActionCancelCaseSynchronization.dot

[svn-components] 7226 - in /trunk: Workflow/src/interfaces/ Workflow/src/nodes/ Workflow/tests/ Workflow/tests/data/ WorkflowEventLogTiein/tests/ WorkflowEventLogTiein/tests/data/

2008-01-21 Thread Sebastian Bergmann
Author: sb Date: Tue Jan 22 08:22:11 2008 New Revision: 7226 Log: - Cancel the parent workflow when a sub-workflow is cancelled. Added: trunk/Workflow/tests/data/WorkflowWithSubWorkflowParallelSplitActionActionCancelCaseSynchronization.dot (with props)

[svn-components] 7192 - in /trunk/WorkflowDatabaseTiein: ChangeLog src/execution.php

2008-01-20 Thread Sebastian Bergmann
Author: sb Date: Sun Jan 20 09:43:56 2008 New Revision: 7192 Log: - Only construct one ezcWorkflowDatabaseDefinitionStorage object. Modified: trunk/WorkflowDatabaseTiein/ChangeLog trunk/WorkflowDatabaseTiein/src/execution.php Modified: trunk/WorkflowDatabaseTiein/ChangeLog

[svn-components] 7132 - in /trunk/Workflow/src: definition_storage/xml.php interfaces/execution.php interfaces/node.php nodes/variables/input.php workflow.php

2008-01-13 Thread Sebastian Bergmann
Author: sb Date: Sun Jan 13 17:36:18 2008 New Revision: 7132 Log: - Fix issues reported by PHP_CodeSniffer. Modified: trunk/Workflow/src/definition_storage/xml.php trunk/Workflow/src/interfaces/execution.php trunk/Workflow/src/interfaces/node.php

[Components] [Workflow] Proposal: Integrate thesis paper into documentation

2008-01-09 Thread Sebastian Bergmann
, and publish them on ezcomponents.org as practical background information. - Appendix A (Tutorial) was the source for the current tutorial on ezcomponents.org. What do you think? Best regards, Sebastian -- [1] http://tinyurl.com/3apxk4 -- Sebastian Bergmann System Developer [EMAIL

[svn-components] 6962 - in /trunk/Workflow: ./ src/conditions/ src/interfaces/ src/nodes/ src/visitors/ tests/

2007-12-11 Thread Sebastian Bergmann
Author: sb Date: Tue Dec 11 11:48:43 2007 New Revision: 6962 Log: - Add explicit calls to __toString() for PHP 5.1 compatiblity. Modified: trunk/Workflow/ChangeLog trunk/Workflow/src/conditions/not.php trunk/Workflow/src/conditions/variable.php

[svn-components] 6961 - in /trunk: Workflow/ChangeLog Workflow/src/interfaces/execution_listener.php WorkflowEventLogTiein/ChangeLog WorkflowEventLogTiein/src/listener.php

2007-12-11 Thread Sebastian Bergmann
Author: sb Date: Tue Dec 11 11:37:33 2007 New Revision: 6961 Log: - Work around an issue with PHP 5.1's Reflection API. Modified: trunk/Workflow/ChangeLog trunk/Workflow/src/interfaces/execution_listener.php trunk/WorkflowEventLogTiein/ChangeLog

[svn-components] 6905 - /trunk/Template/tests/template_test.php

2007-12-03 Thread Sebastian Bergmann
Author: sb Date: Mon Dec 3 16:47:45 2007 New Revision: 6905 Log: - Fix ezcTemplateLocaleTest::testFloats(). Modified: trunk/Template/tests/template_test.php Modified: trunk/Template/tests/template_test.php == ---

[svn-components] 6898 - in /trunk: Workflow/tests/ Workflow/tests/data/ WorkflowDatabaseTiein/tests/ WorkflowEventLogTiein/tests/ WorkflowEventLogTiein/tests/data/

2007-12-01 Thread Sebastian Bergmann
Author: sb Date: Sat Dec 1 10:31:14 2007 New Revision: 6898 Log: - Add tests. Added: trunk/Workflow/tests/data/ParallelSplitSynchronization2.dot (with props) trunk/Workflow/tests/data/ParallelSplitSynchronization2_1.xml (with props)

[svn-components] 6846 - in /trunk/WorkflowEventLogTiein/docs: example.php tutorial.txt tutorial_example.php

2007-11-28 Thread Sebastian Bergmann
Author: sb Date: Wed Nov 28 10:02:18 2007 New Revision: 6846 Log: - Fix. Added: trunk/WorkflowEventLogTiein/docs/tutorial_example.php - copied unchanged from r6844, trunk/WorkflowEventLogTiein/docs/example.php Removed: trunk/WorkflowEventLogTiein/docs/example.php Modified:

[svn-components] 6843 - in /trunk/WorkflowEventLogTiein/docs: example.php tutorial.txt

2007-11-27 Thread Sebastian Bergmann
Author: sb Date: Tue Nov 27 17:56:16 2007 New Revision: 6843 Log: - Add tutorial for #12083. Added: trunk/WorkflowEventLogTiein/docs/example.php - copied, changed from r6841, trunk/WorkflowDatabaseTiein/docs/example_execute.php trunk/WorkflowEventLogTiein/docs/tutorial.txt (with

[svn-components] 6844 - /trunk/WorkflowEventLogTiein/docs/example.php

2007-11-27 Thread Sebastian Bergmann
Author: sb Date: Tue Nov 27 17:58:31 2007 New Revision: 6844 Log: - Use a more usefull logfile path. Modified: trunk/WorkflowEventLogTiein/docs/example.php Modified: trunk/WorkflowEventLogTiein/docs/example.php ==

[svn-components] 6782 - in /trunk/Graph/src: charts/odometer.php interfaces/odometer_renderer.php options/odometer_chart.php

2007-11-21 Thread Sebastian Bergmann
Author: sb Date: Wed Nov 21 12:49:38 2007 New Revision: 6782 Log: - Fix docblocks. Modified: trunk/Graph/src/charts/odometer.php trunk/Graph/src/interfaces/odometer_renderer.php trunk/Graph/src/options/odometer_chart.php Modified: trunk/Graph/src/charts/odometer.php

Re: [svn-components] 6782 - in /trunk/Graph/src: charts/odometer.php interfaces/odometer_renderer.php options/odometer_chart.php

2007-11-21 Thread Sebastian Bergmann
Alexandru Stanoi schrieb: I guess @version should be //autogen// or //autogentag//. That, too. -- Sebastian Bergmann System Developer [EMAIL PROTECTED] | eZ Systems | http://ez.no signature.asc Description: OpenPGP digital signature -- svn-components mailing list svn-components

Re: [Components] SubWorkflow - About subworkflow implementation

2007-11-16 Thread Sebastian Bergmann
(array( 'XY' = 'ghk' ) ); You use this when you resume a suspended workflow execution. -- Sebastian Bergmann System Developer [EMAIL PROTECTED] | eZ Systems | http://ez.no signature.asc Description: OpenPGP digital signature -- Components mailing list Components@lists.ez.no http://lists.ez.no

Re: [Components] Working with work flow

2007-11-12 Thread Sebastian Bergmann
. Please help me to start. You should start by reading the tutorial for the WorkflowDatabaseTiein component at http://ezcomponents.org/docs/tutorials/WorkflowDatabaseTiein HTH, Sebastian -- Sebastian Bergmann System Developer [EMAIL PROTECTED] | eZ Systems | http://ez.no signature.asc

[svn-components] 6709 - in /trunk/Workflow: ChangeLog src/definition_storage/xml.php tests/data/ServiceObjectWithArguments3_1.xml tests/definition_xml_test.php

2007-11-12 Thread Sebastian Bergmann
Author: sb Date: Mon Nov 12 12:40:18 2007 New Revision: 6709 Log: - Implement issue #11862. Added: trunk/Workflow/tests/data/ServiceObjectWithArguments3_1.xml Modified: trunk/Workflow/ChangeLog trunk/Workflow/src/definition_storage/xml.php

[svn-components] 6591 - /trunk/WorkflowDatabaseTiein/DEPS

2007-10-29 Thread Sebastian Bergmann
Author: sb Date: Mon Oct 29 08:19:34 2007 New Revision: 6591 Log: - Fix DEPS. Modified: trunk/WorkflowDatabaseTiein/DEPS Modified: trunk/WorkflowDatabaseTiein/DEPS == --- trunk/WorkflowDatabaseTiein/DEPS

[svn-components] 6590 - /trunk/UnitTest/src/test/runner.php

2007-10-28 Thread Sebastian Bergmann
( ezcUnitTest uses the PHPUnit . PHPUnit_Runner_Version::id() . framework from Sebastian Bergmann.\n\n ); } -protected function prepareTests( $packages, $release, $whitelist ) +protected function prepareTests( $packages, $release ) { print( '[Preparing tests

Re: [Components] [Workflow] loop node needs more than one out node

2007-10-26 Thread Sebastian Bergmann
exit the loop (second outgoing node). = LOOP = STEP || \/ EXIT I do not see how this could be implemented differently. -- Sebastian Bergmann System Developer [EMAIL PROTECTED] | eZ Systems | http://ez.no signature.asc Description: OpenPGP digital

[svn-components] 6531 - /trunk/Workflow/src/interfaces/execution.php

2007-10-20 Thread Sebastian Bergmann
Author: sb Date: Sat Oct 20 10:44:16 2007 New Revision: 6531 Log: - Ignore two lines for code coverage. Modified: trunk/Workflow/src/interfaces/execution.php Modified: trunk/Workflow/src/interfaces/execution.php ==

[svn-components] 6344 - in /trunk/Workflow: src/interfaces/execution.php tests/execution.php tests/execution_test.php

2007-10-03 Thread Sebastian Bergmann
Author: sb Date: Wed Oct 3 07:54:43 2007 New Revision: 6344 Log: - Fix (and test) check for non-existing execution id. Modified: trunk/Workflow/src/interfaces/execution.php trunk/Workflow/tests/execution.php trunk/Workflow/tests/execution_test.php Modified:

[svn-components] 6345 - in /trunk: Workflow/tests/case.php Workflow/tests/data/StartInputEnd_1.xml WorkflowEventLogTiein/tests/data/InteractiveSubWorkflow.log WorkflowEventLogTiein/tests/data/StartInp

2007-10-03 Thread Sebastian Bergmann
Author: sb Date: Wed Oct 3 08:03:51 2007 New Revision: 6345 Log: - Increase code coverage for ezcWorkflowExecution. Modified: trunk/Workflow/tests/case.php trunk/Workflow/tests/data/StartInputEnd_1.xml trunk/WorkflowEventLogTiein/tests/data/InteractiveSubWorkflow.log

[svn-components] 6338 - /trunk/WorkflowDatabaseTiein/DEPS

2007-10-02 Thread Sebastian Bergmann
Author: sb Date: Tue Oct 2 16:45:02 2007 New Revision: 6338 Log: - Leftover from r6337. Modified: trunk/WorkflowDatabaseTiein/DEPS Modified: trunk/WorkflowDatabaseTiein/DEPS == --- trunk/WorkflowDatabaseTiein/DEPS

[svn-components] 6339 - /trunk/WorkflowDatabaseTiein/tests/definition_test.php

2007-10-02 Thread Sebastian Bergmann
Author: sb Date: Tue Oct 2 17:17:33 2007 New Revision: 6339 Log: - Fix test name. Modified: trunk/WorkflowDatabaseTiein/tests/definition_test.php Modified: trunk/WorkflowDatabaseTiein/tests/definition_test.php ==

[svn-components] 6343 - in /trunk: Workflow/ Workflow/src/definition_storage/ Workflow/src/interfaces/ Workflow/tests/ Workflow/tests/data/ WorkflowDatabaseTiein/tests/

2007-10-02 Thread Sebastian Bergmann
Author: sb Date: Tue Oct 2 18:55:15 2007 New Revision: 6343 Log: - Implement issue #11003: Add ELSE option to exclusive choice. Added: trunk/Workflow/tests/data/ExclusiveChoiceWithElseSimpleMerge_1.xml Modified: trunk/Workflow/ChangeLog trunk/Workflow/src/definition_storage/xml.php

[Components] [Workflow] Thesis Paper

2007-09-25 Thread Sebastian Bergmann
BSD License as part of the eZ Components (Workflow). You can find the thesis paper at http://tinyurl.com/3apxk4 -- Sebastian Bergmann System Developer [EMAIL PROTECTED] | eZ Systems | http://ez.no signature.asc Description: OpenPGP digital signature -- Components mailing list Components

[svn-components] 6018 - /trunk/Workflow/docs/tutorial.txt

2007-09-08 Thread Sebastian Bergmann
Author: sb Date: Sat Sep 8 12:19:14 2007 New Revision: 6018 Log: - Fix #11376. Modified: trunk/Workflow/docs/tutorial.txt Modified: trunk/Workflow/docs/tutorial.txt == --- trunk/Workflow/docs/tutorial.txt

Re: [Components] Bumping PHP version requirement to 5.2

2007-09-06 Thread Sebastian Bergmann
megabytes to accommodate for a more accurate memory utilization measurement. -- Sebastian Bergmann http://sebastian-bergmann.de/ GnuPG Key: 0xB85B5D69 / 27A7 2B14 09E4 98CD 6277 0E5B 6867 C514 B85B 5D69 -- Components mailing list Components@lists.ez.no http://lists.ez.no

Re: [Components] workflow - another question

2007-09-05 Thread Sebastian Bergmann
. -- Sebastian Bergmann http://sebastian-bergmann.de/ GnuPG Key: 0xB85B5D69 / 27A7 2B14 09E4 98CD 6277 0E5B 6867 C514 B85B 5D69 -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

[svn-components] 5981 - /trunk/UnitTest/src/test/runner.php

2007-08-30 Thread Sebastian Bergmann
Author: sb Date: Thu Aug 30 21:19:01 2007 New Revision: 5981 Log: - Exit with correct return code. Modified: trunk/UnitTest/src/test/runner.php Modified: trunk/UnitTest/src/test/runner.php == ---

[svn-components] 5968 - /trunk/UnitTest/src/test/runner.php

2007-08-29 Thread Sebastian Bergmann
Author: sb Date: Wed Aug 29 10:25:15 2007 New Revision: 5968 Log: - Add support for PHPUnit 3.2 features. Modified: trunk/UnitTest/src/test/runner.php Modified: trunk/UnitTest/src/test/runner.php == ---

[svn-components] 5927 - /trunk/Workflow/src/visitors/visualization.php

2007-08-16 Thread Sebastian Bergmann
Author: sb Date: Thu Aug 16 16:54:38 2007 New Revision: 5927 Log: - Add comment. # Make Derick happy, one comment at a time. Modified: trunk/Workflow/src/visitors/visualization.php Modified: trunk/Workflow/src/visitors/visualization.php

[svn-components] 5878 - /trunk/UnitTest/src/test/printer.php

2007-08-11 Thread Sebastian Bergmann
Author: sb Date: Sat Aug 11 10:23:51 2007 New Revision: 5878 Log: - PHPUnit 3.2 compatibility fix. Modified: trunk/UnitTest/src/test/printer.php Modified: trunk/UnitTest/src/test/printer.php == ---

[svn-components] 5859 - in /trunk/Workflow/src: conditions/is_equal.php conditions/is_equal_or_greater_than.php conditions/is_equal_or_less_than.php conditions/is_greater_than.php conditions/is_less_t

2007-08-10 Thread Sebastian Bergmann
Author: sb Date: Fri Aug 10 10:11:05 2007 New Revision: 5859 Log: - Make constructor argument optional. - Add setValue() and getOperator() methods. - Refactor __toString() methods. Modified: trunk/Workflow/src/conditions/is_equal.php

[svn-components] 5860 - in /trunk/Workflow: ./ design/ src/ src/conditions/ src/definition_storage/ tests/ tests/data/

2007-08-10 Thread Sebastian Bergmann
Author: sb Date: Fri Aug 10 10:32:55 2007 New Revision: 5860 Log: - Implement issue #10883: Apply comparison conditions to two variables. Added: trunk/Workflow/src/conditions/variables.php - copied, changed from r5852, trunk/Workflow/src/conditions/variable.php

[svn-components] 5810 - /trunk/Workflow/tests/definition_xml_test.php

2007-08-03 Thread Sebastian Bergmann
Author: sb Date: Fri Aug 3 08:21:33 2007 New Revision: 5810 Log: - Fix test. Modified: trunk/Workflow/tests/definition_xml_test.php Modified: trunk/Workflow/tests/definition_xml_test.php == ---

[svn-components] 5811 - in /trunk/Workflow: ./ src/definition_storage/ src/interfaces/ src/nodes/ src/nodes/variables/ tests/

2007-08-03 Thread Sebastian Bergmann
Author: sb Date: Fri Aug 3 08:26:04 2007 New Revision: 5811 Log: - New ezcWorkflowDefinitionStorageXml implementation. Modified: trunk/Workflow/ChangeLog trunk/Workflow/src/definition_storage/xml.php trunk/Workflow/src/interfaces/node.php trunk/Workflow/src/nodes/action.php

[svn-components] 5814 - in /trunk/Workflow: ChangeLog src/definition_storage/xml.php tests/data/NotWellFormed_1.xml tests/definition_xml_test.php

2007-08-03 Thread Sebastian Bergmann
Author: sb Date: Fri Aug 3 16:52:05 2007 New Revision: 5814 Log: - Implement issue #10918: Error messages when loading invalid XML. Added: trunk/Workflow/tests/data/NotWellFormed_1.xml Modified: trunk/Workflow/ChangeLog trunk/Workflow/src/definition_storage/xml.php

[svn-components] 5815 - /trunk/Workflow/docs/tutorial_example_01a.php

2007-08-03 Thread Sebastian Bergmann
Author: sb Date: Fri Aug 3 17:24:48 2007 New Revision: 5815 Log: - Fix #11218: Workflow 6 Tutorial Error. Modified: trunk/Workflow/docs/tutorial_example_01a.php Modified: trunk/Workflow/docs/tutorial_example_01a.php

[svn-components] 5783 - /trunk/Workflow/src/nodes/control_flow/loop.php

2007-08-01 Thread Sebastian Bergmann
Author: sb Date: Wed Aug 1 08:14:22 2007 New Revision: 5783 Log: - Add documentation. Modified: trunk/Workflow/src/nodes/control_flow/loop.php Modified: trunk/Workflow/src/nodes/control_flow/loop.php == ---

[svn-components] 5782 - /trunk/Workflow/tests/case.php

2007-08-01 Thread Sebastian Bergmann
Author: sb Date: Wed Aug 1 08:08:28 2007 New Revision: 5782 Log: - Cleanup. Modified: trunk/Workflow/tests/case.php Modified: trunk/Workflow/tests/case.php == --- trunk/Workflow/tests/case.php [iso-8859-1]

[svn-components] 5785 - in /trunk/Workflow/tests: case.php execution_test.php

2007-08-01 Thread Sebastian Bergmann
Author: sb Date: Wed Aug 1 09:42:36 2007 New Revision: 5785 Log: - Add test for invalid synchronization. # 100% code coverage for ezcWorkflowNodeMerge. Modified: trunk/Workflow/tests/case.php trunk/Workflow/tests/execution_test.php Modified: trunk/Workflow/tests/case.php

[svn-components] 5784 - in /stable: Workflow/ WorkflowEventLogTiein/ branch-info

2007-08-01 Thread Sebastian Bergmann
Author: sb Date: Wed Aug 1 09:25:11 2007 New Revision: 5784 Log: - Delete unneccessary branches. Removed: stable/Workflow/ stable/WorkflowEventLogTiein/ Modified: stable/branch-info Modified: stable/branch-info

[svn-components] 5786 - in /trunk/Workflow/tests: case.php execution_test.php

2007-08-01 Thread Sebastian Bergmann
Author: sb Date: Wed Aug 1 10:03:47 2007 New Revision: 5786 Log: - Add tests for wrong number of activated conditional nodes. Modified: trunk/Workflow/tests/case.php trunk/Workflow/tests/execution_test.php Modified: trunk/Workflow/tests/case.php

[svn-components] 5787 - /trunk/Workflow/src/nodes/control_flow/exclusive_choice.php

2007-08-01 Thread Sebastian Bergmann
Author: sb Date: Wed Aug 1 10:38:58 2007 New Revision: 5787 Log: - Whitespace fix. Modified: trunk/Workflow/src/nodes/control_flow/exclusive_choice.php Modified: trunk/Workflow/src/nodes/control_flow/exclusive_choice.php

[svn-components] 5789 - /trunk/Workflow/tests/node_test.php

2007-08-01 Thread Sebastian Bergmann
Author: sb Date: Wed Aug 1 10:40:02 2007 New Revision: 5789 Log: - Add tests. # 100% code coverage for ezcWorkflowNodeConditionalBranch. Modified: trunk/Workflow/tests/node_test.php Modified: trunk/Workflow/tests/node_test.php

[svn-components] 5790 - in /trunk/Workflow: ChangeLog src/interfaces/execution.php tests/execution_test.php

2007-08-01 Thread Sebastian Bergmann
Author: sb Date: Wed Aug 1 10:49:40 2007 New Revision: 5790 Log: - Implement ezcWorkflowExecution::hasVariable(). Modified: trunk/Workflow/ChangeLog trunk/Workflow/src/interfaces/execution.php trunk/Workflow/tests/execution_test.php Modified: trunk/Workflow/ChangeLog

[svn-components] 5760 - in /trunk: Workflow/tests/ Workflow/tests/data/ WorkflowEventLogTiein/tests/ WorkflowEventLogTiein/tests/data/

2007-07-31 Thread Sebastian Bergmann
Author: sb Date: Tue Jul 31 08:56:44 2007 New Revision: 5760 Log: - Add tests for mixing conditional and unconditional outgoing nodes. Added: trunk/Workflow/tests/data/ExclusiveChoiceWithUnconditionalOutNodeSimpleMerge.dot

[svn-components] 5763 - in /trunk/Workflow/tests: case.php data/ServiceObjectThatDoesNotFinish_1.xml execution_test.php service_object_that_does_not_finish.php

2007-07-31 Thread Sebastian Bergmann
Author: sb Date: Tue Jul 31 09:53:57 2007 New Revision: 5763 Log: - Add test. # 100% code coverage for ezcWorkflowNodeAction. Added: trunk/Workflow/tests/data/ServiceObjectThatDoesNotFinish_1.xml trunk/Workflow/tests/service_object_that_does_not_finish.php - copied, changed from

[svn-components] 5765 - /trunk/Workflow/tests/node_test.php

2007-07-31 Thread Sebastian Bergmann
Author: sb Date: Tue Jul 31 10:08:12 2007 New Revision: 5765 Log: - Add test. # 100% code coverage for ezcWorkflowNodeInput. Modified: trunk/Workflow/tests/node_test.php Modified: trunk/Workflow/tests/node_test.php

[svn-components] 5768 - /trunk/WorkflowDatabaseTiein/src/definition_storage.php

2007-07-31 Thread Sebastian Bergmann
Author: sb Date: Tue Jul 31 10:30:43 2007 New Revision: 5768 Log: - Remove superfluous database checks. I cannot think of any way to make these assertions fail with the exception of (intentional) corruption of the data in the database which is outside of the scope of the component. # 100%

Re: [svn-components] 5772 - in /trunk: Workflow/tests/ Workflow/tests/data/ WorkflowEventLogTiein/tests/ WorkflowEventLogTiein/tests/data/

2007-07-31 Thread Sebastian Bergmann
Alexandru Stanoi schrieb: Maybe log, xml and other data files can be ignored by SVN log messages? The files are part of the test and changes to them should therefore not be hidden. -- Sebastian Bergmann System Developer [EMAIL PROTECTED] | eZ Systems | http://ez.no signature.asc

[svn-components] 5780 [1/2] - in /trunk: Workflow/ Workflow/design/ Workflow/src/ Workflow/src/interfaces/ Workflow/src/nodes/control_flow/ Workflow/tests/ Workflow/tests/data/ WorkflowEventLogTiein/t

2007-07-31 Thread Sebastian Bergmann
Author: sb Date: Wed Aug 1 07:53:17 2007 New Revision: 5780 Log: - Add ezcWorkflowNodeLoop class to conveniently express loops. - Enforce single incoming node for branch nodes. Added: trunk/Workflow/src/nodes/control_flow/loop.php - copied, changed from r5777,

[svn-components] 5779 - in /stable: ./ WorkflowEventLogTiein/ WorkflowEventLogTiein/1.0/ WorkflowEventLogTiein/1.0/design/ WorkflowEventLogTiein/1.0/docs/ WorkflowEventLogTiein/1.0/src/ WorkflowEventL

2007-07-31 Thread Sebastian Bergmann
Author: sb Date: Wed Aug 1 07:44:49 2007 New Revision: 5779 Log: - Create branch for WorkflowEventLogTiein 1.0. Added: stable/WorkflowEventLogTiein/ stable/WorkflowEventLogTiein/1.0/ - copied from r5777, trunk/WorkflowEventLogTiein/ stable/WorkflowEventLogTiein/1.0/CREDITS

[svn-components] 5759 - in /trunk: Workflow/tests/ Workflow/tests/data/ WorkflowEventLogTiein/tests/ WorkflowEventLogTiein/tests/data/

2007-07-30 Thread Sebastian Bergmann
Author: sb Date: Tue Jul 31 07:28:02 2007 New Revision: 5759 Log: - Add tests for nested exclusive choice / simple merge nodes. Added: trunk/Workflow/tests/data/NestedExclusiveChoiceSimpleMerge.dot trunk/Workflow/tests/data/NestedExclusiveChoiceSimpleMerge_1.xml

[Components] Review: Extended Reflection API Design Document

2007-07-29 Thread Sebastian Bergmann
this is a topic that is getting more and more important in the PHP world and several people are working on solutions. -- [1] http://instantsvc.toolslave.net/trac/browser/trunk/libs/reflection [2] http://www.schlitt.info/ez/Annotation-1.0.0alpha1.tar.bz2 -- Sebastian Bergmann System Developer

[svn-components] 5743 - /trunk/Workflow/ChangeLog

2007-07-27 Thread Sebastian Bergmann
Author: sb Date: Fri Jul 27 10:19:30 2007 New Revision: 5743 Log: - BFN: Fixed format string issue in ezcWorkflowExecution::endThread(). Modified: trunk/Workflow/ChangeLog Modified: trunk/Workflow/ChangeLog == ---

[svn-components] 5728 - /trunk/Workflow/src/interfaces/execution.php

2007-07-25 Thread Sebastian Bergmann
Author: sb Date: Wed Jul 25 09:31:07 2007 New Revision: 5728 Log: - Fix format string. Modified: trunk/Workflow/src/interfaces/execution.php Modified: trunk/Workflow/src/interfaces/execution.php == ---

[svn-components] 5718 - /trunk/Workflow/docs/tutorial_example_01.php

2007-07-19 Thread Sebastian Bergmann
Author: sb Date: Thu Jul 19 08:26:46 2007 New Revision: 5718 Log: - Fix example. Modified: trunk/Workflow/docs/tutorial_example_01.php Modified: trunk/Workflow/docs/tutorial_example_01.php == ---

  1   2   3   4   >