Directory Classes/Property/Converter/

Directory Deleted:
2010-08-24 10:42
Total Files:
0
Deleted Files:
9
Lines of Code:
0

[root]/Classes/Property/Converter

Lines of Code

Classes/Property/Converter/ Lines of Code

Developers

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

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

  • Classes/Property/Converter: AbstractCompositeConverter.php (del), ConverterInterface.php (del), DomainObjectConverter.php (del), F3_FLOW3_Property_Converter_AbstractCompositeConverter.php (del), F3_FLOW3_Property_Converter_DomainObjectConverter.php (del), F3_FLOW3_Property_Converter_IdentifierAwareInterface.php (del), F3_FLOW3_Property_Editor_AbstractCompositeEditor.php (del), F3_FLOW3_Property_Editor_DomainObjectEditor.php (del), IdentifierAwareInterface.php (del)
robert 2009-01-30 14:02 Rev.: 1824

* 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:

  • Classes/Property/Converter: AbstractCompositeConverter.php (+3 -3), ConverterInterface.php (new 89), DomainObjectConverter.php (+1 -1)
robert 2009-01-28 13:04 Rev.: 1811

!!! 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:

  • Classes/Property/Converter: AbstractCompositeConverter.php (new 3), DomainObjectConverter.php (new 1), IdentifierAwareInterface.php (new)
k-fish 2009-01-15 16:06 Rev.: 1749

FLOW3:
* fixed license name in @license annotation, fixes #2454

3 lines of code changed in 3 files:

  • Classes/Property/Converter: F3_FLOW3_Property_Converter_AbstractCompositeConverter.php (+1 -1), F3_FLOW3_Property_Converter_DomainObjectConverter.php (+1 -1), F3_FLOW3_Property_Converter_IdentifierAwareInterface.php (+1 -1)
k-fish 2009-01-09 13:04 Rev.: 1717

FLOW3:
* some cleanup

22 lines of code changed in 1 file:

  • Classes/Property/Converter: F3_FLOW3_Property_Converter_IdentifierAwareInterface.php (+22 -7)
sebastian 2009-01-08 15:30 Rev.: 1715

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:

  • Classes/Property/Converter: F3_FLOW3_Property_Converter_DomainObjectConverter.php (+21 -6), F3_FLOW3_Property_Converter_IdentifierAwareInterface.php (new 37)
k-fish 2009-01-08 11:57 Rev.: 1712

FLOW3:
* style fixes to recent commits. Please, mind the CGL!
* fixed license in recently committed files.

45 lines of code changed in 2 files:

  • Classes/Property/Converter: F3_FLOW3_Property_Converter_AbstractCompositeConverter.php (+20 -13), F3_FLOW3_Property_Converter_DomainObjectConverter.php (+25 -22)
sebastian 2009-01-07 22:51 Rev.: 1711

FLOW3:
* (Property): Refactored PropertyEditor to PropertyConverter.

263 lines of code changed in 2 files:

  • Classes/Property/Converter: F3_FLOW3_Property_Converter_AbstractCompositeConverter.php (new 101), F3_FLOW3_Property_Converter_DomainObjectConverter.php (new 162)
Generated by StatSVN 0.5.0