Directory Classes/Property/Exception/

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

[root]/Classes/Property/Exception

Lines of Code

Classes/Property/Exception/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 97 (100.0%) 604 (100.0%) 6.2
robert 14 (14.4%) 363 (60.1%) 25.9
k-fish 82 (84.5%) 233 (38.6%) 2.8
andi 1 (1.0%) 8 (1.3%) 8.0

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

  • Classes/Property/Exception: DuplicateObjectException.php (del), F3_FLOW3_Property_Exception_FormatNotSupported.php (del), F3_FLOW3_Property_Exception_InvalidDataType.php (del), F3_FLOW3_Property_Exception_InvalidFormat.php (del), F3_FLOW3_Property_Exception_InvalidProperty.php (del), F3_FLOW3_Property_Exception_InvalidTargetObject.php (del), FormatNotSupported.php (del), FormatNotSupportedException.php (del), InvalidDataType.php (del), InvalidDataTypeException.php (del), InvalidFormat.php (del), InvalidFormatException.php (del), InvalidProperty.php (del), InvalidPropertyException.php (del), InvalidSource.php (del), InvalidSourceException.php (del), InvalidTarget.php (del), InvalidTargetException.php (del), InvalidTargetObject.php (del), TargetNotFound.php (del), TargetNotFoundException.php (del)
k-fish 2010-08-13 16:21 Rev.: 4969

[-TASK] FLOW3: Removed @version keyword from files, resolves #8835.

0 lines of code changed in 8 files:

  • Classes/Property/Exception: DuplicateObjectException.php (-1), FormatNotSupportedException.php (-1), InvalidDataTypeException.php (-1), InvalidFormatException.php (-1), InvalidPropertyException.php (-1), InvalidSourceException.php (-1), InvalidTargetException.php (-1), TargetNotFoundException.php (-1)
k-fish 2010-06-10 14:57 Rev.: 4483

[~TASK] FLOW3: Replaced generic exceptions by exceptions coming from the defined exception hierarchy, resolves #7682.
[~TASK] Fluid: Replaced generic exceptions by exceptions coming from the defined exception hierarchy, relates to #7682.
[~TASK] Kickstart: Replaced generic exceptions by exceptions coming from the defined exception hierarchy, relates to #7682.
[~TASK] Testing: Replaced generic exceptions by exceptions coming from the defined exception hierarchy, relates to #7682.
[~TASK] TypoScript: Replaced generic exceptions by exceptions coming from the defined exception hierarchy, relates to #7682. Renamed on exception to follow CGL.
[~TASK] TYPO3: Replaced generic exceptions by exceptions coming from the defined exception hierarchy, relates to #7682. Renamed existing exceptions to follow CGL.

36 lines of code changed in 2 files:

  • Classes/Property/Exception: DuplicateObjectException.php (new 35), TargetNotFoundException.php (+1 -1)
robert 2010-01-15 15:38 Rev.: 3643

[~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

247 lines of code changed in 7 files:

  • Classes/Property/Exception: FormatNotSupportedException.php (new 35), InvalidDataTypeException.php (new 36), InvalidFormatException.php (new 35), InvalidPropertyException.php (new 36), InvalidSourceException.php (new 35), InvalidTargetException.php (new 35), TargetNotFoundException.php (new 35)
k-fish 2009-10-30 10:26 Rev.: 3380

[~TASK] FLOW3: Made all exceptions part of the public API, so they get documented properly.

7 lines of code changed in 7 files:

  • Classes/Property/Exception: FormatNotSupported.php (+1), InvalidDataType.php (+1), InvalidFormat.php (+1), InvalidProperty.php (+1), InvalidSource.php (+1), InvalidTarget.php (+1), TargetNotFound.php (+1)
k-fish 2009-09-03 22:32 Rev.: 3120

[~API] FLOW3 (Property): The map() method of the Mapper now accepts a class name as $target and tries to do the right thing (fetch, fetch/clone or create the right object).
[+FEATURE] FLOW3 (Property): When mapping to objects, UUIDs and identity arrays are now mapped to objects recursively.
[+BUGFIX] FLOW3 (Property): Mapping to plain arrays is now possible, fixes #4443.
[~TASK] FLOW3 (MVC): Streamlined setValue() in Controller\Argument.
[~TASK] FLOW3 (Validation): UUIDValidator - moved regular expression match pattern for UUID to class constant.
[~TASK] FLOW3 (Property): Fixed inheritance chain for some exceptions.
[~TASK] FLOW3 (Cache): Changed string character access from {} to [].

36 lines of code changed in 3 files:

  • Classes/Property/Exception: InvalidSource.php (+1 -1), InvalidTarget.php (+1 -1), TargetNotFound.php (new 34)
k-fish 2009-07-16 15:02 Rev.: 2813

[+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 6 files:

  • Classes/Property/Exception: FormatNotSupported.php (-8), InvalidDataType.php (-8), InvalidFormat.php (-8), InvalidProperty.php (-8), InvalidSource.php (-8), InvalidTarget.php (-8)
robert 2009-04-30 16:15 Rev.: 2185

This commit is all about validation. Although the new features basically work, a few smaller features and tweak are missing before the whole concept works as intended. Documentation will follow (hopefully soon).

* FLOW3: (Validation) Implemented annotation based validation for models. That means you now can define validation rules by adding @validate annotations to class properties and these rules will be enforced when arguments of this type are passed as controller arguments. Resolves #3093 but some fine tuning and small additional features are missing.
* FLOW3: (Validation) Note that #3130 is not solved yet in this commit.
* FLOW3: (MVC) Implemented a MVC Controller Arguments Validator which is able to validate a whole Arguments object. This is used during the mapAndValidate process in the controller. Addresses #3093.
* FLOW3: (Property) The property mapper now accepts arrays as source and / or target.
* FLOW3: (Property) mapAndValidate() will now truly validate the result of the mapping. If the result does not validate, the target remains unchanged.
* FLOW3: (Validation) Removed the Filter Chain for now - it will surely come back but didn't work like it was currently implemented.
* FLOW3: (Validation) Improved the AbstractValidator and added a new AbstractObjectValidator
* FLOW3: (Validation) Adapted all validators to the new Validator interface and AbstractValidator
* FLOW3: (Validation) Implemented a new Generic Object validator which can validate properties of any object
* FLOW3: (Validation) Simplified the chaining of validators and during that process removed the ObjectValidatorChainValidator
* FLOW3: Added and adapted many tests

84 lines of code changed in 2 files:

  • Classes/Property/Exception: InvalidSource.php (new 42), InvalidTarget.php (new 42)
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

32 lines of code changed in 5 files:

  • Classes/Property/Exception: FormatNotSupported.php (new 8), InvalidDataType.php (new 8), InvalidFormat.php (new 8), InvalidProperty.php (new 8), InvalidTargetObject.php (new)
k-fish 2009-01-15 16:06 Rev.: 1749

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

5 lines of code changed in 5 files:

  • Classes/Property/Exception: F3_FLOW3_Property_Exception_FormatNotSupported.php (+1 -1), F3_FLOW3_Property_Exception_InvalidDataType.php (+1 -1), F3_FLOW3_Property_Exception_InvalidFormat.php (+1 -1), F3_FLOW3_Property_Exception_InvalidProperty.php (+1 -1), F3_FLOW3_Property_Exception_InvalidTargetObject.php (+1 -1)
k-fish 2009-01-07 11:37 Rev.: 1707

FLOW3:
* changed license to LGPL v3 or later

70 lines of code changed in 5 files:

  • Classes/Property/Exception: F3_FLOW3_Property_Exception_FormatNotSupported.php (+14 -7), F3_FLOW3_Property_Exception_InvalidDataType.php (+14 -7), F3_FLOW3_Property_Exception_InvalidFormat.php (+14 -7), F3_FLOW3_Property_Exception_InvalidProperty.php (+14 -7), F3_FLOW3_Property_Exception_InvalidTargetObject.php (+14 -7)
k-fish 2008-12-10 15:39 Rev.: 1599

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

  • Classes/Property/Exception: F3_FLOW3_Property_Exception_FormatNotSupported.php (+2 -2), F3_FLOW3_Property_Exception_InvalidDataType.php (+2 -2), F3_FLOW3_Property_Exception_InvalidFormat.php (+2 -2), F3_FLOW3_Property_Exception_InvalidProperty.php (+2 -2), F3_FLOW3_Property_Exception_InvalidTargetObject.php (+2 -2)
k-fish 2008-09-19 19:27 Rev.: 1264

Set svn:keywords property to Id on all PHP files.

2 lines of code changed in 1 file:

  • Classes/Property/Exception: F3_FLOW3_Property_Exception_FormatNotSupported.php (+2 -2)
k-fish 2008-09-12 16:07 Rev.: 1210

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

  • Classes/Property/Exception: F3_FLOW3_Property_Exception_FormatNotSupported.php (+4 -3), F3_FLOW3_Property_Exception_InvalidDataType.php (+2 -1), F3_FLOW3_Property_Exception_InvalidFormat.php (+2 -1), F3_FLOW3_Property_Exception_InvalidProperty.php (+2 -1), F3_FLOW3_Property_Exception_InvalidTargetObject.php (+2 -1)
k-fish 2008-05-29 21:52 Rev.: 881

FLOW3, PHPCR:
* Heavy updates to the inline documentation, eliminating all phpDocumentor warnings for the FLOW3 package

55 lines of code changed in 5 files:

  • Classes/Property/Exception: F3_FLOW3_Property_Exception_FormatNotSupported.php (+7 -7), F3_FLOW3_Property_Exception_InvalidDataType.php (+12 -6), F3_FLOW3_Property_Exception_InvalidFormat.php (+12 -6), F3_FLOW3_Property_Exception_InvalidProperty.php (+12 -6), F3_FLOW3_Property_Exception_InvalidTargetObject.php (+12 -6)
k-fish 2008-05-10 16:43 Rev.: 831

Pending commit, fixes #477.

0 lines of code changed in 9 files:

  • Classes/Property/Exception: F3_FLOW3_Property_Exception_FormatNotSupported.php (-1), F3_FLOW3_Property_Exception_InvalidDataType.php (-1), F3_FLOW3_Property_Exception_InvalidFormat.php (new), F3_FLOW3_Property_Exception_InvalidProperty.php (-1), F3_FLOW3_Property_Exception_InvalidTargetObject.php (new)
andi 2008-05-10 09:43 Rev.: 827

many changes in the validation mvc part... some further work to follow up soon

8 lines of code changed in 1 file:

  • Classes/Property/Exception: F3_FLOW3_Property_Exception_FormatNotSupported.php (new 8)
Generated by StatSVN 0.5.0