Directory Tests/Unit/Reflection/Fixture/

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

[root]/Tests/Unit/Reflection/Fixture
                    Folder removed from repo Model (0 files, 0 lines)

Lines of Code

Tests/Unit/Reflection/Fixture/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 64 (100.0%) 167 (100.0%) 2.6
robert 6 (9.4%) 108 (64.7%) 18.0
k-fish 58 (90.6%) 59 (35.3%) 1.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 20 files:

  • Tests/Unit/Reflection/Fixture: ArrayAccessClass.php (del), DummyAbstractClass.php (del), DummyClass.php (del), DummyClassWithGettersAndSetters.php (del), DummyClassWithMethods.php (del), DummyClassWithProperties.php (del), DummyFinalClass.php (del), DummyInterface1.php (del), DummyInterface2.php (del), DummyInterface3.php (del), Implementation1OfDummyInterface3.php (del), Implementation2OfDummyInterface3.php (del), ImplementationOfDummyInterface1.php (del), ParentClass1.php (del), ProxyOfImplementationOfDummyInterface1.php (del), SubClassOfParentClass1.php (del), SubClassOfSubClassOfParentClass1.php (del), TaggedClass1.php (del), TaggedClass2.php (del), TaggedClass3.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 35 files:

  • Tests/Unit/Reflection/Fixture: ArrayAccessClass.php (-1), DummyAbstractClass.php (-1), DummyClass.php (new), DummyClassWithGettersAndSetters.php (-1), DummyClassWithMethods.php (new), DummyClassWithProperties.php (new), DummyFinalClass.php (new), DummyInterface1.php (-1), DummyInterface2.php (-1), DummyInterface3.php (new), Implementation1OfDummyInterface3.php (-1), Implementation2OfDummyInterface3.php (new), ImplementationOfDummyInterface1.php (-1), ParentClass1.php (-1), ProxyOfImplementationOfDummyInterface1.php (-1), SubClassOfParentClass1.php (-1), SubClassOfSubClassOfParentClass1.php (-1), TaggedClass1.php (new), TaggedClass2.php (new), TaggedClass3.php (-1)
k-fish 2010-06-09 10:19 Rev.: 4471

[~TASK] FLOW3 (Reflection): ObjectAccess now works as expected with stdClass instances, i.e. it sees all defined properties as gettable and settable.

2 lines of code changed in 1 file:

  • Tests/Unit/Reflection/Fixture: DummyClassWithGettersAndSetters.php (+2)
k-fish 2010-06-08 17:09 Rev.: 4469

[~TASK] TYPO3: Various fixes to code and documentation, added new unit tests.
[~TASK] TypoScript: Non-functional comment fixes.
[+BUGFIX] FLOW3 (Reflection): ObjectAccess now handles ArrayAccess implementations correctly.

56 lines of code changed in 1 file:

  • Tests/Unit/Reflection/Fixture: ArrayAccessClass.php (new 56)
robert 2010-03-01 13:14 Rev.: 3892

[+BUGFIX] FLOW3 (Reflection): ObjectAccess know correctly recognizes isFoo() getter methods for boolean properties. Fixes #6647

5 lines of code changed in 1 file:

  • Tests/Unit/Reflection/Fixture: DummyClassWithGettersAndSetters.php (+5)
k-fish 2010-01-21 21:29 Rev.: 3746

[+FEATURE] FLOW3 (Property): The PropertyMapper now only maps to settable properties and no longer relies on the class schema to determine the type for the target property - it uses the setter parameter's type if available and falls back to the class schema if needed. Resolves #5612.
[+FEATURE] FLOW3 (Reflection): When reflecting classes entities and value objects are checked for being declared prototype, resolves #6141.
[+FEATURE] FLOW3 (Reflection): ClassSchema now enforces consistency when it comes to value objects and identity/identifier properties, resolves #6140, resolves #6142.
[+BUGFIX] FLOW3 (Persistence): Fixed left over JCR constant in AbstractSqlBackend, fixes #6153.

1 lines of code changed in 1 file:

  • Tests/Unit/Reflection/Fixture: DummyClassWithGettersAndSetters.php (+1 -1)
robert 2009-12-07 19:09 Rev.: 3536

[~TASK] FLOW3 (AOP): Removed the "Resource" sub package from the blacklisted sub packages because it now contains a class (Resource) which needs to be persistable.
[-FEATURE][!!!] FLOW3 (MVC): For now removed the request hash feature (HMAC) because it mocks a level of security for incoming data which it doesn't provide. The current mechanism effectively puts control over content security into Fluid templates and it doesn't belong there. Although there might be a need for a request hash, the content security must be implemented by other means. Relates to #4960 and relates to #5659.
[+FEATURE] FLOW3 (MVC): Implemented support for file uploads. Uploading files is cooperation between the Web Request Builder, the Property Mapper and the Resource sub package. The solution included in this commit provides handling of incoming files (including nested arguments) and transparent conversion into Resource objects. Resources (files) are only stored once, no matter how often they are uploaded or what original filename they carried. Still missing: view helper, documentation and automatic purging of unused resource files. Addresses #342.
[~API][!!!] FLOW3 (Property): Renamed the property mapper class to "PropertyMapper" (was just "Mapper" before). Relates to #5658
[+FEATURE] FLOW3 (Property): The Property Mapper now supports a mechanism called Object Converters. These convertes enable the mapper to convert strings, arrays or numbers to certain objects, for example a unix time stamp to a DateTime object. Resolves #5660.
[+FEATURE] FLOW3 (Reflection): Implemented the methods "isPropertySettable" and "isPropertyGettable" for the ObjectAccess class.
[~TASK] FLOW3 (Resource): Renamed the StreamWrapper class to StreamWrapperAdapter
[+FEATURE] FLOW3 (Resource): Implemented a ResourceObjectConverter which is capable of converting arrays or strings to Resource objects.
[+FEATURE] FLOW3 (Utility): Implemented a setValueByPath() method for the Array utilities class.
[+FEATURE] FLOW3 (Utility): Added support for the _FILES super global to the Environment class. The array of information about uploaded files can be obtained in a much cleaner way than PHP provides it by the new getUploadedFiles() method.

4 lines of code changed in 2 files:

  • Tests/Unit/Reflection/Fixture: DummyClassWithGettersAndSetters.php (+4)
robert 2009-11-02 15:30 Rev.: 3392

[+BUGFIX] FLOW3 (Reflection): If a parent class was modified, the Reflection Service will now also flush the reflection cache of classes inheriting this class. Fixes #4952

99 lines of code changed in 3 files:

  • Tests/Unit/Reflection/Fixture: ParentClass1.php (new 33), SubClassOfParentClass1.php (new 33), SubClassOfSubClassOfParentClass1.php (new 33)
Generated by StatSVN 0.5.0