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 c377f04b03 Merge branch '3.4'
* 3.4:
  [FrameworkBundle] Commands as a service
  [Config] Enable cannotBeEmpty along with requiresAtLeastOneElement
  Remove leading 0 in ms of date caster
  [Workflow] feature: add getter in workflow
  [Workflow] do not emit not needed guard events
  add groups support to the Valid constraint
2017-08-06 12:41:54 +02:00
..
DependencyInjection Move ValidateWorkflowsPass to the Workflow component 2017-04-14 12:36:38 +02:00
Dumper [Workflow] Fixed graphviz dumper for state machine 2016-11-24 13:22:36 -08:00
Event Merge branch '3.2' 2017-03-08 17:48:13 -08:00
EventListener [FrameworkBundle][Workflow] Add a way to register a guard expression in the configuration 2017-03-10 11:19:28 +01:00
Exception [Workflow] Fixed validator tests and used static function to create workflows 2016-11-17 10:47:21 +01:00
MarkingStore [Workflow] feature: add getter in workflow 2017-08-04 11:58:48 +02:00
SupportStrategy [Workflow] feature: add getter in workflow 2017-08-04 11:58:48 +02:00
Tests Merge branch '3.4' 2017-08-06 12:41:54 +02:00
Validator [Workflow] Added new validator to make sure each place has unique translation names 2017-01-17 21:32:36 -08:00
CHANGELOG.md Merge branch '3.4' 2017-07-28 17:35:42 +02:00
composer.json Merge branch '3.3' into 3.4 2017-08-03 11:34:20 +02:00
Definition.php minor #20479 [Workflow] Removed private Definition::addPlaces (Nyholm) 2016-11-10 16:18:20 +01:00
DefinitionBuilder.php Merge branch '3.2' 2017-03-20 11:06:58 +01:00
LICENSE updated LICENSE year 2017-01-02 12:32:57 -08:00
Marking.php [TwigBridge][Workflow] Fixed code and tests 2017-01-12 19:55:06 +01:00
phpunit.xml.dist fail when detecting risky tests 2017-04-12 07:14:23 -07:00
README.md [Workflow] update documentation URL in readme 2017-04-05 10:00:23 +02:00
Registry.php [Workflow] Removed class name support in WorkflowRegistry::add() as second parameter 2017-05-19 17:59:15 +02:00
StateMachine.php [Workfow] Rename current MarkingStore 2016-11-09 16:22:39 +01:00
Transition.php [Workflow] Fixed PHPDocs 2016-11-10 15:19:30 +01:00
Workflow.php minor #23781 [Workflow] do not emit not needed guard events (xabbuh) 2017-08-05 19:44:04 +02:00