Re: [Components] [Workflow] About saving execution variables (to variable handlers) after execution end

2010-01-15 Thread Sebastian Bergmann
checks such as whether or not the execution has ended. -- 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] ez workflow

2009-09-03 Thread Sebastian Bergmann
s, Sebastian -- 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

[Components] Status: ezcReflection

2009-08-25 Thread Sebastian Bergmann
tSVC to eZ 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 FrOSCo

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 refac

Re: [Components] Question: Workflow: suspend on inputs/ prepopulated input nodes & joining variables

2009-06-03 Thread Sebastian Bergmann
.firstname.lastname how could this be achieved with > the ezcWorkflowNodeVariableSet method? This is currently not implemented. Can you file an issue for this? Thanks! -- Sebastian Bergmann System Developer s...@ez.no | eZ Systems | http://ez.no signature.asc Description: OpenPGP di

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. -- Seba

Re: [Components] Struggling a bit w/ ezcWorkflow

2009-05-04 Thread Sebastian Bergmann
Alan Catterson schrieb: > Do I create them manually? Have a look at http://ezcomponents.org/docs/tutorials/WorkflowDatabaseTiein -- Sebastian Bergmann System Developer s...@ez.no | eZ Systems | http://ez.no signature.asc Description: OpenPGP digital signature -- Components mailing l

Re: [Components] ezcWorkflowNodeVariableSet vs. $execution->setVariable()?

2009-05-04 Thread Sebastian Bergmann
Alan Catterson schrieb: > ezcWorkflowNodeVariableSet vs. $execution->setVariable() - ezcWorkflowNodeVariableSet is part of workflow definition - $execution->setVariable() can be used by a Service Object that is attached to an Action node -- Sebastian Bergmann System Developer s

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 s

Re: [Components] the node state

2009-03-11 Thread Sebastian Bergmann
ble outside of the workflow component's own data storage. A user id, for instance, may be read from the embedding application's authentication system and be injected into the workflow using a variable handler. -- Sebastian Bergmann System Developer s...@ez.no | eZ Systems |

Re: [Components] the structure of workflow database

2009-03-11 Thread Sebastian Bergmann
ecution_state" When the execution of a workflow is suspended, a new row is inserted into the "execution_state" table for each node of the workflow that is activated at the time. When the execution of a workflow is resumed, the corresponding rows are deleted from the &

Re: [Components] how to define Workflow

2009-02-16 Thread Sebastian Bergmann
s/tutorials/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] Workflow component + variable handlers

2009-02-16 Thread Sebastian Bergmann
However, 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 S

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 Syste

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

2008-11-19 Thread Sebastian Bergmann
abase. 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 Compo

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. -

Re: [Components] Is this a bug in Workflow?

2008-08-31 Thread Sebastian Bergmann
Simon Baird schrieb: > *Notice*: Undefined variable: unsetVariable in > */.../eZComponents/Workflow/src/interfaces/execution.php* on line *950* Fixed in r8863. Thanks! -- Sebastian Bergmann System Developer [EMAIL PROTECTED] | eZ Systems | http://ez.no signature.asc Description: O

Re: [Components] Session-stored workflows

2008-08-25 Thread Sebastian Bergmann
tion storage backend 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 Bergm

Re: [Components] Saving incomplete workflows

2008-08-10 Thread Sebastian Bergmann
Ramon Poca wrote: Could verification be optional (via a default parameter, for example)? Interesting idea. Could you please open an issue for this so I do not forget about it? Thanks! Sebastian -- Sebastian Bergmann http://sebastian-bergmann.de/ GnuPG Key

[Components] Testing MVC

2008-06-20 Thread Sebastian Bergmann
6_unit_test.php [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: 0xB85B5

Re: [Components] [Workflow] equal condition

2008-06-14 Thread Sebastian Bergmann
Trixy wrote: > Shouldn't this test work? (i know ('bla' == 0) == TRUE) That is what it comes down to, yes: [EMAIL PROTECTED] trunk % php -r 'var_dump(0 == "bla");' bool(true) And this is what ezcWorkflowConditionIsEqual does. -- Sebastian

Re: [Components] [Workflow] execute nodeInput & conditions

2008-06-11 Thread Sebastian Bergmann
php?Id=13182 Thanks! 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

Re: [Components] [Workflow] execute nodeInput & conditions

2008-06-11 Thread Sebastian Bergmann
an Input node. I will spare you the "Why are you doing this?" question here. I will look 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
evaluated (in src/interfaces/execution.php:330). -- 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

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 signatur

[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, trunk/Workflow/src/execution/plugin/execution_listener.php

[svn-components] 7347 - in /trunk/Workflow: src/visitors/visualization.php tests/data/StartEnd2.dot tests/visitor_visualization_test.php

2008-02-12 Thread Sebastian Bergmann
Author: sb Date: Tue Feb 12 11:03:15 2008 New Revision: 7347 Log: - Change default color for highlighted nodes. Modified: trunk/Workflow/src/visitors/visualization.php trunk/Workflow/tests/data/StartEnd2.dot trunk/Workflow/tests/visitor_visualization_test.php Modified: trunk/Workflow

[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 == --- trunk/Wo

[svn-components] 7336 - /trunk/Workflow/tests/execution.php

2008-02-11 Thread Sebastian Bergmann
Author: sb Date: Mon Feb 11 11:48:27 2008 New Revision: 7336 Log: - Cleanup. Modified: trunk/Workflow/tests/execution.php Modified: trunk/Workflow/tests/execution.php == --- trunk/Workflow/tests/execution.php [iso-88

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

2008-02-10 Thread Sebastian Bergmann
Author: sb Date: Mon Feb 11 08:59:36 2008 New Revision: 7329 Log: - Fix documentation. Modified: trunk/Workflow/src/visitors/visualization.php Modified: trunk/Workflow/src/visitors/visualization.php == --- trunk/Work

[svn-components] 7328 - in /trunk/Workflow: ./ src/visitors/ tests/ tests/data/

2008-02-10 Thread Sebastian Bergmann
Author: sb Date: Mon Feb 11 08:55:48 2008 New Revision: 7328 Log: - Implement node highlighting. Added: trunk/Workflow/tests/data/StartEnd2.dot - copied, changed from r7326, trunk/Workflow/tests/data/StartEnd.dot Modified: trunk/Workflow/ChangeLog trunk/Workflow/src/visitors/vis

[svn-components] 7327 - /trunk/Workflow/tests/workflow_test.php

2008-02-10 Thread Sebastian Bergmann
Author: sb Date: Mon Feb 11 08:54:42 2008 New Revision: 7327 Log: - Fix (harmless) copy-and-paste error. Modified: trunk/Workflow/tests/workflow_test.php Modified: trunk/Workflow/tests/workflow_test.php == --- trunk/

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

2008-01-09 Thread Sebastian Bergmann
irements") from the thesis paper, convert them from LaTeX to ReST, 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?

Re: [Components] [Reflection] Status

2007-12-29 Thread Sebastian Bergmann
Sebastian Bergmann schrieb: > What is the current status of the Reflection component? Now I get ezcUnitTest uses the PHPUnit 3.2.8 framework from Sebastian Bergmann. [Preparing tests]: eZ Components: Reflection: ezcReflectionClassTest:

[Components] [Reflection] Software Metrics

2007-12-28 Thread Sebastian Bergmann
; outside of PHPUnit which would be even more appealing when ezcReflection supports static reflection in the future. Thoughts? -- Sebastian Bergmann System Developer [EMAIL PROTECTED] | eZ Systems | http://ez.no signature.asc Description: OpenPGP digital signature -- Components mai

[Components] [Reflection] Status

2007-12-28 Thread Sebastian Bergmann
What is the current status of the Reflection component? I currently get the 7 errors shown below. ezcUnitTest uses the PHPUnit 3.2.8 framework from Sebastian Bergmann. [Preparing tests]: eZ Components: Reflection: ezcReflectionClassTest: ..E

Re: [Components] Work Flow - About XML Schema Definition

2007-11-20 Thread Sebastian Bergmann
surej ns schrieb: > Are there any XML Schema Definition (*XSD*) for creating workflow xml. No, there is no XSD for the Workflow XML format (yet). -- Sebastian Bergmann System Developer [EMAIL PROTECTED] | eZ Systems | http://ez.no signature.asc Description: OpenPGP digital signat

Re: [Components] SubWorkflow - About subworkflow implementation

2007-11-19 Thread Sebastian Bergmann
nd child workflows. -- 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/mailman/listinfo/components

Re: [Components] SubWorkflow - About subworkflow implementation

2007-11-19 Thread Sebastian Bergmann
riable named "y" in the child workflow is passed back to the parent workflow as "z". HTH, 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/mailman/listinfo/components

Re: [Components] ExtendedReflection component

2007-11-16 Thread Sebastian Bergmann
e null-check in the patch to > the Runkit-Trunk. Think you have committed to this extension already some > time ago. Done. Cheers, Sebastian -- Sebastian Bergmann System Developer [EMAIL PROTECTED] | eZ Systems | http://ez.no signature.asc Description: OpenPGP digital signature --

Re: [Components] SubWorkflow - About subworkflow implementation

2007-11-16 Thread Sebastian Bergmann
de an Action node. > $execution->resume(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 sign

Re: [Components] Working with work flow

2007-11-12 Thread Sebastian Bergmann
;s executor. > 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

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

2007-10-26 Thread Sebastian Bergmann
eed 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 Descript

[Components] [Workflow] Thesis Paper

2007-09-24 Thread Sebastian Bergmann
e New 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 Compo

Re: [Components] Bumping PHP version requirement to 5.2

2007-09-06 Thread Sebastian Bergmann
fault memory limit to 16 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.

Re: [Components] Bumping PHP version requirement to 5.2

2007-09-06 Thread Sebastian Bergmann
Tobias Schlitt wrote: > Opinions? +1 :) -- 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 - another question

2007-09-05 Thread Sebastian Bergmann
s) been graded. -- 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] [svn-components] 5975 - /trunk/UnitTest/src/test/runner.php

2007-08-29 Thread Sebastian Bergmann
Sebastian Bergmann schrieb: > Author: sb > Date: Wed Aug 29 20:04:14 2007 > New Revision: 5975 > > Log: > - Fix issue with XMLWriter substitute. > > Modified: > trunk/UnitTest/src/test/runner.php The issue at hand here is that our test runner feeds the au

Re: [Components] DOM Question

2007-08-02 Thread Sebastian Bergmann
Bjarte Stien Karlsen schrieb: > $integer = $variable->getElementsByTagName( 'integer' )->item(0); > echo $ingeger->nodeName . " " . $integer->nodeValue; Thanks! -- Sebastian Bergmann System Developer [EMAIL PROTECTED] | eZ Systems | http://ez.no sign

[Components] DOM Question

2007-08-02 Thread Sebastian Bergmann
object that // contains whitespace and $variable->nodeValue contains 1 // which is the value of the element. } } } -- 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/mailman/listinfo/components

[Components] Review: Extended Reflection API Design Document

2007-07-29 Thread Sebastian Bergmann
cause 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

Re: [Components] question Workflow

2007-07-19 Thread Sebastian Bergmann
Thomas Nunninger schrieb: > At the moment I do not have the time to check the docs. I guess this is > Sebastian's part. :-) Fixed in r5718. Thanks! -- Sebastian Bergmann System Developer [EMAIL PROTECTED] | eZ Systems | http://ez.no signature.asc Description: OpenPGP digita

Re: [Components] Question about ezWorkflow

2007-07-13 Thread Sebastian Bergmann
Thomas Nunninger schrieb: > enhanced the visualization visitor To what extent? I am interested in better visualization and would like to get your feedback on this. -- Sebastian Bergmann System Developer [EMAIL PROTECTED] | eZ Systems | http://ez.no signature.asc Description: Open

Re: [Components] Question about ezWorkflow

2007-07-12 Thread Sebastian Bergmann
ike this on the eZ Components mailinglist, though. There is at least one subscriber there (Thomas Nunninger) who may be able to help you with more complex examples. > Thank you in advance ... > Sam Kind regards, Sebastian -- Sebastian Bergmann System Developer [EMAIL PROTECTED] |

Re: [Components] Mailinglist Archives on Gmane

2007-07-09 Thread Sebastian Bergmann
Thomas Koch schrieb: > link to the message either on gmane If you read the list via GMANE you can use the Archived-At: header. -- Sebastian Bergmann System Developer [EMAIL PROTECTED] | eZ Systems | http://ez.no signature.asc Description: OpenPGP digital signature -- Components mail