[root]/Classes/Property/Editor

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 19 (100.0%) | 334 (100.0%) | 17.5 |
| sebastian | 4 (21.1%) | 170 (50.9%) | 42.5 |
| k-fish | 13 (68.4%) | 161 (48.2%) | 12.3 |
| andi | 1 (5.3%) | 2 (0.6%) | 2.0 |
| robert | 1 (5.3%) | 1 (0.3%) | 1.0 |
Removed everything in trunk after move to git.
0 lines of code changed in 3 files:
FLOW3:
* changed license to LGPL v3 or later
27 lines of code changed in 2 files:
FLOW3:
* Small update to the DomainObjectEditor
2 lines of code changed in 1 file:
FLOW3:
* (Property): Refactored the DomainObjectEditor for easy overriding
11 lines of code changed in 1 file:
FLOW3:
* (MVC, Property): Added basic DomainObjectEditor
153 lines of code changed in 1 file:
FLOW3:
* (Property): Rewrote the PropertyEditor interface after talking to Andi
4 lines of code changed in 1 file:
FLOW3 (Property):
* Fixed #2375.
2 lines of code changed in 1 file:
!!! 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
10 lines of code changed in 1 file:
COMMIT PART 1
* FLOW3: Implemented a YAML configuration source, resolves #1852
* Globally refactored code and converted configuration files to use the new YAML configuration format
Note: FLOW3 is now getting even slower because the whole YAML parsing results are not cached yet.
You can still use .php based configuration but it is recommended to switch over to YAML ASAP.
Documentation and speed improvements follow
1 lines of code changed in 1 file:
Set svn:keywords property to Id on all PHP files.
2 lines of code changed in 1 file:
!!! Major change, will break existing code.
Part 3 - Packages
FLOW3, most other packages:
* added namespaces to the code of FLOW3 and all packages in the current TYPO3v5 distribution.
PHPUnit:
* some changes to make PHPUnit (more) namespace-compatible.
Some notes:
* Documentation updates will follow
* you might need to change your class names when adapting namespaces to avoid using "Class", "Empty", "Default", ...
* expect FLOW3CGL and/or PHPCodeSniffer to be broken (I'll have a look)
* some parts might still be broken, especially in edge-cases where the global namespace needs to explicitly used
12 lines of code changed in 1 file:
FLOW3, PHPCR:
* Heavy updates to the inline documentation, eliminating all phpDocumentor warnings for the FLOW3 package
7 lines of code changed in 1 file:
Further work to make FLOW3 run green in CGL checks:
* Renamed some abstract classes to conform to rules
* Adjusted code using those classes
99 lines of code changed in 1 file:
Making FLOW3 run green(er) in FLOW3CGL, part 1.
4 lines of code changed in 1 file:
Pending commit, fixes #477.
0 lines of code changed in 2 files: