[root]/Tests/Persistence/Aspect

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 7 (100.0%) | 222 (100.0%) | 31.7 |
| k-fish | 5 (71.4%) | 139 (62.6%) | 27.8 |
| robert | 2 (28.6%) | 83 (37.4%) | 41.5 |
Removed everything in trunk after move to git.
0 lines of code changed in 1 file:
[+FEATURE] FLOW3 (Persistence): The persistence framework (Dirty Monitoring Aspect to be exact) now traces if an entity is a clone of an existing (= reconstituted) entity. This allows for intelligently rendering a hidden identity field in forms by Fluid's Form Viewhelper. Relates to #4170
[+BUGFIX] Fluid (ViewHelpers): Added an additional check for rendering the hidden identity field: the hidden field is only rendered for "new" objects if they are in fact a clone of an existing object. Resolves #4170
[~TASK] FLOW3 (Core): Only touched the bootstrap so that all caches are flushed on the next hit, because old proxy classes would call a fatal error otherwise.
22 lines of code changed in 1 file:
[~TASK] FLOW3: moved class schema handling from Persistence to Reflection, resolves #3934.
12 lines of code changed in 1 file:
[+TASK] FLOW3: Removed file level docblocks and @package/@subpackage annotations.
[+TASK] Fluid: Removed file level docblocks and @package/@subpackage annotations.
[+TASK] Kickstart: Removed file level docblocks and @package/@subpackage annotations.
[+TASK] PHP6: Removed file level docblocks and @package/@subpackage annotations.
[+TASK] PHPUnit: Removed file level docblocks and @package/@subpackage annotations.
[+TASK] Testing: Removed file level docblocks and @package/@subpackage annotations.
[+TASK] Welcome: Removed file level docblocks and @package/@subpackage annotations.
[+TASK] YAML: Removed file level docblocks and @package/@subpackage annotations.
0 lines of code changed in 1 file:
[~TASK] FLOW3 (Persistence): isDirty() now considers properties on new objects as dirty.
15 lines of code changed in 1 file:
[FIX] FLOW3 (Persistence): dirty checking and activation of lazy loading work as intended now, fixes #3806
112 lines of code changed in 1 file:
* FLOW3: (Persistence) The DirtyMonitoringAspect now introduces a __clone() method which unsets the clean properties of the monitored object.
* Fluid: Fixed the registerTag methods which lacked the new $type argument. Symptom was that tag attributes which were optional were registered as required because the description was taken as the $required argument.
* TYPO3CR: Renamed further occurrences of AOPProxy* to FLOW3_AOP_Proxy_*
61 lines of code changed in 1 file: