[+FEATURE] FLOW3 (Persistence): Added some more tests for nested array support, basics work; resolves #7495, resolves #7496.
[-TASK] FLOW3 (Persistence) removed getCleanState() from AbstractBackend, it was useless since the dirty checking refactoring, relates to #7567.
[~TASK] FLOW3 (Persistence): Adjusted the code to take care of removed objects inside arrays and SplObjectStorages, fixes #7567.
293 lines of code changed in 7 files:
[+FEATURE] FLOW3 (Persistence): Implemented nested array support, basics work; relates to #7495, relates to #7496.
[~TASK] FLOW3 (Debugger): Now the var_dump has a lined background even if there is an exception trace shown at the same time.
183 lines of code changed in 6 files:
[~TASK] FLOW3 (Core): The Bootstrap will now accept only "Production" or "Development" as valid contexts because this is how we currently use FLOW3. As soon as we really now how we want to support additional contexts, we can make it more flexible again. As a side effect, FLOW3 won't complain about missing context directories in the global Configuration dir.
[~TASK] FLOW3 (Security): Set a default encryption key for the time being until automatic generation is implemented. Relates to #7516
3 lines of code changed in 2 files:
[+FEATURE] FLOW3 (Configuration): The ConfigurationManager now supports context directories in the FLOW3 package's Configuration directory. This allows us to deliver the FLOW3 distribution (and other distributions) with a virtually empty global Configuration directory. Resolves #7479
[~TASK] FLOW3 Base Distribution: Removed the global context configurations.
48 lines of code changed in 5 files:
[+TASK] FLOW3 (Utility): Moved vital PHP6 package features to Utility\Unicode, resolves #7480.
6 lines of code changed in 6 files:
[+FEATURE] FLOW3 (Validation): Implemented a "label" validator which matches characters you usually would want to allow in labels. Resolves #7474
1 lines of code changed in 2 files:
[+FEATURE] FLOW3 (Reflection): ObjectAccess::getPropertyPath does support Arrays now, resolves #6390, relates to #7203.
28 lines of code changed in 2 files:
[-API] FLOW3 (MVC): Controller\Argument no longer has setNewValidatorConjunction() - it was unused.
[+BUGFIX] FLOW3 (Persistence): Fixed building of hash for value objects.
[~TASK] FLOW3 Distribution (Build system): Moved vfsStream to a new folder; PHPUnit target fails build on error and failure now;
[-TASK] FLOW3: Fixed/removed some incomplete unit tests.
[-TASK] Fluid: Removed some incomplete unit tests.
[~TASK] Testing: Adjusted Bootstrap.php file to fixed FLOW3 Bootstrap behavior.
31 lines of code changed in 6 files:
+[BUGFIX] FLOW3 (Core): Fixed the safeguard for the FLOW3_ROOTPATH environment variable in CLI context. Resolves #7286
1 lines of code changed in 1 file:
[~TASK] FLOW3 (Error): Some tiny fixes to Debugger.css, relates to #6913.
3 lines of code changed in 1 file:
[~TASK] FLOW3 (Error): Some improvements to CSS/HTML in Debugger, resolves #6913.
39 lines of code changed in 2 files:
[~TASK] FLOW3 (Security): Clarified what happens to the pattern in RequestPattern\Uri, resolves #7031.
10 lines of code changed in 1 file:
[-TASK] FLOW3 (Reflection): Removed unused code, resolves #71763.
0 lines of code changed in 1 file:
[+BUGFIX] FLOW3 (Object): Fixed regression introduced in last commit (Object Container isRegistered())
10 lines of code changed in 2 files:
[+TASK] FLOW3 (Object): The Abstract Object Container now gives a hint / throws an InvalidArgumentException if object names or class names were specified with a leading backslash. Relates to #7198
[+BUGFIX] FLOW3 (Reflection): The Reflection Service now ignores leading backslashes in class names specified in annotations. Resolves #7198
[+BUGFIX] FLOW3 (Persistence): The Persistence Manager now retrieves repository objects by object name instead of class name. Resolves #7199
32 lines of code changed in 4 files:
[+TASK] FLOW3 Distribution: Added Phing build file.
[~TASK] FLOW3 (MVC): Removed some leftover @package annotations.
[~TASK] FLOW3 (Object): Removed a leftover @package annotation.
[~TASK] Fluid: Fixed some param annotations.
1 lines of code changed in 6 files: