Directory Tests/Persistence/Aspect/

Directory Created:
2009-03-25 16:46
Directory Deleted:
2010-08-24 10:42
Total Files:
0
Deleted Files:
1
Lines of Code:
0

[root]/Tests/Persistence/Aspect

Lines of Code

Tests/Persistence/Aspect/ Lines of Code

Developers

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

Most Recent Commits

k-fish 2010-08-24 10:42 Rev.: 5057

Removed everything in trunk after move to git.

0 lines of code changed in 1 file:

  • Tests/Persistence/Aspect: DirtyMonitoringTest.php (del)
robert 2009-08-06 13:09 Rev.: 2991

[+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:

  • Tests/Persistence/Aspect: DirtyMonitoringTest.php (+22)
k-fish 2009-07-20 12:36 Rev.: 2835

[~TASK] FLOW3: moved class schema handling from Persistence to Reflection, resolves #3934.

12 lines of code changed in 1 file:

  • Tests/Persistence/Aspect: DirtyMonitoringTest.php (+12 -12)
k-fish 2009-07-16 15:02 Rev.: 2813

[+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:

  • Tests/Persistence/Aspect: DirtyMonitoringTest.php (-8)
k-fish 2009-07-07 10:57 Rev.: 2740

[~TASK] FLOW3 (Persistence): isDirty() now considers properties on new objects as dirty.

15 lines of code changed in 1 file:

  • Tests/Persistence/Aspect: DirtyMonitoringTest.php (+15)
k-fish 2009-06-30 23:00 Rev.: 2691

[FIX] FLOW3 (Persistence): dirty checking and activation of lazy loading work as intended now, fixes #3806

112 lines of code changed in 1 file:

  • Tests/Persistence/Aspect: DirtyMonitoringTest.php (+112 -1)
robert 2009-03-25 16:46 Rev.: 2052

* 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:

  • Tests/Persistence/Aspect: DirtyMonitoringTest.php (new 61)
Generated by StatSVN 0.5.0