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
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
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
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
.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
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
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
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
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
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 |
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 &
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
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
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
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
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.
-
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
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
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
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
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
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
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
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
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
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
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
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
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
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
=
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
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
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
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
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/
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?
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:
; 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
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
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
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
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
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
--
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
;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
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
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
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.
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
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
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
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
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
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
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
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
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] |
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
58 matches
Mail list logo