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
Fabien Potencier c633f912d8 Merge branch '3.2'
* 3.2: (40 commits)
  fixed CS
  fixed CS
  fixed CS fixer config
  fixed typo
  Revert "fixed typo"
  fixed typo
  fixed CS
  Avoid setting request attributes from signature arguments in AnnotationClassLoader
  [DependencyInjection] Add some missing typehints in YamlFileLoader
  [DependencyInjection] minor: Fix a DocBlock
  [HttpKernel] Give higher priority to adding request formats
  [Cache] Fix tags expiration
  [PhpUnit] Blacklist DeprecationErrorHandler in stack traces
  [PropertyInfo] Don't try to access a property thru a static method
  [PropertyInfo] Exclude static methods form properties guessing
  [Workflow] Added new validator to make sure each place has unique translation names
  [Cache] [PdoAdapter] Fix MySQL 1170 error (blob as primary key)
  [FrameworkBundle] Fix third level headers for MarkdownDescriptor
  [Ldap] Using Ldap stored username instead of form submitted one
  [Ldap] load users with the good username case
  ...
2017-01-21 09:10:26 -08:00
..
Dumper [Workflow] Fixed graphviz dumper for state machine 2016-11-24 13:22:36 -08:00
Event [Workflow] Fixed PHPDocs 2016-11-10 15:19:30 +01:00
EventListener [Workflow] CS tweaks 2016-06-29 07:07:38 +02:00
Exception [Workflow] Fixed validator tests and used static function to create workflows 2016-11-17 10:47:21 +01:00
MarkingStore [Workflow] improve docblocks 2016-11-10 10:59:23 +01:00
SupportStrategy [Workflow] Fixed code and tests 2017-01-18 17:03:37 +01:00
Tests Merge branch '3.2' 2017-01-21 09:10:26 -08: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 [Workflow] Fixed code and tests 2017-01-18 17:03:37 +01:00
composer.json Merge branch '3.2' 2017-01-06 18:58:22 +01:00
Definition.php minor #20479 [Workflow] Removed private Definition::addPlaces (Nyholm) 2016-11-10 16:18:20 +01:00
DefinitionBuilder.php [Workflow] Added missing docblock 2016-12-06 21:30:46 +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 [Workflow] Added initial set of files 2016-06-23 14:28:20 +02:00
README.md [Workflow] Updated link to the documentation 2016-08-13 11:35:54 -07:00
Registry.php [Workflow] Fixed code and tests 2017-01-18 17:03:37 +01: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 [Workflow] Fixed support of multiple transition with the same name. 2017-01-14 17:43:11 +01:00