This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Workflow
Nicolas Grekas 66924dba7c Merge branch '4.4'
* 4.4:
  Allow Symfony 5.0
2019-05-28 18:26:29 +02:00
..
DependencyInjection [Workflow] Move code from ValidateWorkflowsPass to the FrameworkExtension 2019-03-12 14:15:00 +01:00
Dumper Merge branch '4.2' 2019-05-01 10:40:02 +02:00
Event [Workflow] The TransitionEvent is able to modify the context 2019-04-06 17:06:08 +02:00
EventListener [Workflow] Fixed Guard Listener usage of RoleHierarchyInterface 2019-04-06 13:10:58 +02:00
Exception Merge branch '3.4' into 4.2 2019-04-01 09:32:59 +02:00
MarkingStore [Workflow] Update MethodMarkingStore 2019-05-20 13:45:40 +02:00
Metadata fixed CS 2019-01-16 19:35:49 +01:00
SupportStrategy made deprecation notices less verbose 2018-02-19 13:10:10 +01:00
Tests Merge branch '4.2' into 4.3 2019-05-28 10:29:18 +02:00
Validator fixed CS 2019-03-31 12:10:11 +02:00
CHANGELOG.md [Workflow] The TransitionEvent is able to modify the context 2019-04-06 17:06:08 +02:00
composer.json Merge branch '4.4' 2019-05-28 18:26:29 +02:00
Definition.php [Workflow] Fixed initial places when no places are configured 2019-04-06 13:14:28 +02:00
DefinitionBuilder.php Merge branch '3.4' into 4.1 2019-01-16 19:21:11 +01:00
LICENSE update year in license files 2019-01-01 14:45:19 +01:00
Marking.php switched array() to [] 2019-01-16 10:39:14 +01:00
phpunit.xml.dist Merge branch '2.8' into 3.4 2018-11-11 20:48:54 +01:00
README.md [Workflow] update documentation URL in readme 2017-04-05 10:00:23 +02:00
Registry.php fixed CS 2019-01-16 19:35:49 +01:00
StateMachine.php [Workflow] use method marking store 2019-05-19 00:39:11 +02:00
Transition.php [Workflow] Remove constraints on transition/place name + Updated Dumper 2018-02-08 10:50:23 +01:00
TransitionBlocker.php fixed CS 2019-01-16 19:35:49 +01:00
TransitionBlockerList.php fixed CS 2019-01-16 19:35:49 +01:00
Workflow.php [Workflow] Do not trigger extra guard 2019-05-26 16:07:43 +02:00
WorkflowEvents.php Update WorkflowEvents.php 2019-05-11 11:33:04 +02:00
WorkflowInterface.php [Workflow] Added a context to Workflow::apply() 2019-03-06 19:14:46 +01:00