Directory Resources/Private/Object/

Directory Created:
2010-02-22 16:17
Directory Deleted:
2010-08-24 10:42
Total Files:
0
Deleted Files:
2
Lines of Code:
0

[root]/Resources/Private/Object

Lines of Code

Resources/Private/Object/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 9 (100.0%) 395 (100.0%) 43.8
robert 4 (44.4%) 304 (77.0%) 76.0
k-fish 5 (55.6%) 91 (23.0%) 18.2

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 2 files:

  • Resources/Private/Object: StaticObjectContainerTemplate.php (del), StaticObjectContainerTemplate.phpt (del)
k-fish 2010-08-16 11:02 Rev.: 4977

[+BUGFIX] FLOW3 (Core): Removed use of $Revision$ in Bootstrap.php, resolves #9296. If we ever need something like this it could be a post-merge/post-checkout hook in git.

82 lines of code changed in 1 file:

  • Resources/Private/Object: StaticObjectContainerTemplate.phpt (+82 -85)
k-fish 2010-03-18 12:13 Rev.: 3991

[~TASK] FLOW3 (MVC): Fixed doc comment in RequestHandlerInterface, getPriority() is not expected to throw LogicException.
[+BUGFIX] FLOW3 (Object): The ObjectSerializer now uses a unique hash for all objects, fixes #6902.

6 lines of code changed in 1 file:

  • Resources/Private/Object: StaticObjectContainerTemplate.phpt (+6 -5)
robert 2010-03-15 16:34 Rev.: 3946

[+BUGFIX] FLOW3 (Object): The static object container is now rebuilt automatically if the FLOW3 revision changed. Fixes #6846

84 lines of code changed in 1 file:

  • Resources/Private/Object: StaticObjectContainerTemplate.phpt (+84 -81)
k-fish 2010-03-15 13:22 Rev.: 3940

[+BUGFIX] FLOW3 (Core): Removed leftover SessionRegistry usage, fixes #6807. Adjusted StaticObjectContainerTemplate along the way.

3 lines of code changed in 1 file:

  • Resources/Private/Object: StaticObjectContainerTemplate.phpt (+3 -1)
robert 2010-03-11 16:32 Rev.: 3929

[+BUGFIX] FLOW3 (Object): Removed the obsolete SessionRegistry which was causing trouble resulting in a drastically growing session file. Fixes #6761
[+BUGFIX] FLOW3 (Security): Fixed a bug which resulted in a non working Account Repository. Fixes #6787

0 lines of code changed in 1 file:

  • Resources/Private/Object: StaticObjectContainerTemplate.phpt (-1)
robert 2010-02-23 16:46 Rev.: 3843

[-CONFIGURATION] FLOW3: AOP is now always enabled. The switch for disabling only had a theoretical meaning anyway.
[-CONFIGURATION] FLOW3: Removed the switch for reflection class change detection. This function is now bound to the more general "monitor: detectClassChanges" setting.
[~CONFIGURATION] FLOW3. Renamed the setting for monitoring class changes from "monitor: fileMonitor: enable" to "monitor: detectClassChanges". The changeDetectionStrategy option has been removed and must be configured through the Objects.yaml configuration if neccessary.
[+BUGFIX] FLOW3 (Object): The code caches are now flushed correctly if a class file has changed. Previously it could happen that AOP proxy classes were not found if its target class had been changed.

110 lines of code changed in 1 file:

  • Resources/Private/Object: StaticObjectContainerTemplate.phpt (new 110)
robert 2010-02-22 16:17 Rev.: 3837

[+FEATURE] FLOW3 (Object): Implemented a static object container which is automatically built. It's essentially a hardcoded version of the autowired and configured object dependencies - just a lot faster. Many tests are still missing, but the version in this commit should be mostly functional. Addresses #3740 and resolves #2123.
[!!!][~API] FLOW3 (Object): Heavily refactored the Object Manager and its tests. The most important change is the removal of the Object Factory whose create() method is now located in the Object Manager. Furthermore, the getObject() method has been renamed to get() and a few minor important API functions within the Object Manager have been modified. This commit also contains a script which allows for semi automatically migrating existing code to the new API (see ./flow3 migrate objectmanagerusage). Resolves #6562
[~TASK] FLOW3 (Configuration): The Configuration Manager and its YAML source now doesn't depend on the YAML package anymore but refers to a YAML parser class within the FLOW3 package. Resolves #6564.

110 lines of code changed in 1 file:

  • Resources/Private/Object: StaticObjectContainerTemplate.php (new 110)
Generated by StatSVN 0.5.0