[root]/Classes/Property/Converter

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 25 (100.0%) | 488 (100.0%) | 19.5 |
| sebastian | 4 (16.0%) | 321 (65.8%) | 80.2 |
| robert | 6 (24.0%) | 97 (19.9%) | 16.1 |
| k-fish | 15 (60.0%) | 70 (14.3%) | 4.6 |
Removed everything in trunk after move to git.
0 lines of code changed in 9 files:
* FLOW3: (MVC) Moved the ConverterInterface into the correct namespace. Addresses #2515
* FLOW3: (Utility) Added a new function getFileContents() to the Files library. Preferibly use this function instead of PHP's built-in file_get_contents() function because it will handle warnings and errors more gracefully.
* Fluid: Cleaned up and partly refactored the TemplateView. Especially fixed the error prone comparisons (see #2536). There are still some skeletons in the closet and especially the unit tests badly need some improvements (more / proper use of mock objects, no functional test but unit tests etc.).
93 lines of code changed in 3 files:
!!! 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
4 lines of code changed in 3 files:
FLOW3:
* fixed license name in @license annotation, fixes #2454
3 lines of code changed in 3 files:
FLOW3:
* some cleanup
22 lines of code changed in 1 file:
FLOW3:
* (Property): Added F3\FLOW3\Property\Converter\IdentifierAwareInterface and implemented how it is used.
* (MVC): Adjusted doc comments in F3_FLOW3_MVC_Controller_Argument
58 lines of code changed in 2 files:
FLOW3:
* style fixes to recent commits. Please, mind the CGL!
* fixed license in recently committed files.
45 lines of code changed in 2 files:
FLOW3:
* (Property): Refactored PropertyEditor to PropertyConverter.
263 lines of code changed in 2 files: