[root]/Classes/Object/Exception

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 151 (100.0%) | 1158 (100.0%) | 7.6 |
| robert | 35 (23.2%) | 915 (79.0%) | 26.1 |
| k-fish | 115 (76.2%) | 200 (17.3%) | 1.7 |
| andi | 1 (0.7%) | 43 (3.7%) | 43.0 |
Removed everything in trunk after move to git.
0 lines of code changed in 45 files:
[-TASK] FLOW3: Removed @version keyword from files, resolves #8835.
0 lines of code changed in 12 files:
[+FEATURE] FLOW3 (Core): The flow3 hell script now uses the PHP binary specified in the PHP environment variable, resolves #6681.
[~TASK] FLOW3: Some SVN property maintenance.
1 lines of code changed in 1 file:
[~TASK] FLOW3 (Documentation): Updated the Coding Guidelines: removed inconsistent exceptions from the general class naming rules. Also added the rule that names of aspect classes must end with "Aspect". Relates to #5658
[~TASK] Global: Renamed many classes and interfaces in order to be consistent with FLOW3's naming rules. A migration script to update third-party applications will follow soon. Resolves #5658
431 lines of code changed in 12 files:
[~TASK] FLOW3: Made all exceptions part of the public API, so they get documented properly.
12 lines of code changed in 12 files:
[+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 12 files:
[+API] FLOW3 (Object): Added a new method getObjectNameByClassName() to retrieve the object name by a given class name.
[~TASK] FLOW3 (Reflection): setValue() in a property reflection is now able to set private properties.
[+TASK] FLOW3 (Core): Prepared the bootstrap for the upcoming session scope.
[+FEATURE] FLOW3 (Object): Implemented the first part of the new session registry, which is the foundation of the upcoming session scope.
43 lines of code changed in 1 file:
!!! Globally renamed all class files to the new shorter version. Resolves #2524
FLOW3: (Resource) Adapted the class loader and other related parts of FLOW3 to the new class filename convention
FLOW3: Moved the FLOW3 bootstrap into the F3\FLOW3 namepace
88 lines of code changed in 11 files:
FLOW3:
* fixed license name in @license annotation, fixes #2454
11 lines of code changed in 11 files:
FLOW3:
* changed license to LGPL v3 or later
154 lines of code changed in 11 files:
!!! 5.3.0alpha3 namespaces refactoring:
* changed namespace delimiter from :: to \
* all class references in namespaced code prepended by \
PHPUnit:
* adapted mock object handling to the new namespaces syntax
FLOW3:
* PropertyReflection now uses setAccessible() instead of array cast to access protected properties
PHPCR:
* added a missing interface already used for type hints
22 lines of code changed in 11 files:
* FLOW3: (Object) Refactored the Object Manager and mostly rewrote all related unit tests. They now don't depend on the TestPackage anymore, are true unit tests and reach a code coverage close to 100%. Addresses #2123
* FLOW3: (Object) Rename the "Object Cache" to "Object Registry"
37 lines of code changed in 2 files:
* FLOW3: (Component) Renamed "component" to "object" - everywhere. That means we now have an Object Manager instead of a Component Manager, an Object Factory etc. Resolves #2119
Globally adjusted all code for the above change.
359 lines of code changed in 10 files: