[root]/Tests/Property/Converter
Fixture
(0 files, 0 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 16 (100.0%) | 259 (100.0%) | 16.1 |
| sebastian | 3 (18.8%) | 214 (82.6%) | 71.3 |
| k-fish | 10 (62.5%) | 39 (15.1%) | 3.9 |
| robert | 3 (18.8%) | 6 (2.3%) | 2.0 |
Removed everything in trunk after move to git.
0 lines of code changed in 6 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.).
3 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
3 lines of code changed in 2 files:
FLOW3:
* fixed license name in @license annotation, fixes #2454
2 lines of code changed in 2 files:
FLOW3:
* (Property): Added F3\FLOW3\Property\Converter\IdentifierAwareInterface and implemented how it is used.
* (MVC): Adjusted doc comments in F3_FLOW3_MVC_Controller_Argument
24 lines of code changed in 1 file:
FLOW3:
* style fixes to recent commits. Please, mind the CGL!
* fixed license in recently committed files.
37 lines of code changed in 2 files:
FLOW3:
* (Property): Refactored PropertyEditor to PropertyConverter.
190 lines of code changed in 2 files: