Directory Tests/MVC/Fixture/

Directory Created:
2008-08-04 13:40
Directory Deleted:
2010-08-24 10:42
Total Files:
0
Deleted Files:
1
Lines of Code:
0

[root]/Tests/MVC/Fixture
                Folder removed from repo Controller (0 files, 0 lines)
                Folder removed from repo Web (0 files, 0 lines)
                    Folder removed from repo Routing (0 files, 0 lines)

Lines of Code

Tests/MVC/Fixture/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 6 (100.0%) 74 (100.0%) 12.3
robert 1 (16.7%) 38 (51.4%) 38.0
k-fish 5 (83.3%) 36 (48.6%) 7.2

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 1 file:

  • Tests/MVC/Fixture: F3_FLOW3_MVC_Fixture_MockRequestProcessor.php (del)
k-fish 2009-01-15 16:06 Rev.: 1749

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

1 lines of code changed in 1 file:

  • Tests/MVC/Fixture: F3_FLOW3_MVC_Fixture_MockRequestProcessor.php (+1 -1)
k-fish 2009-01-07 11:37 Rev.: 1707

FLOW3:
* changed license to LGPL v3 or later

14 lines of code changed in 1 file:

  • Tests/MVC/Fixture: F3_FLOW3_MVC_Fixture_MockRequestProcessor.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

16 lines of code changed in 1 file:

  • Tests/MVC/Fixture: F3_FLOW3_MVC_Fixture_MockRequestProcessor.php (+16 -11)
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

5 lines of code changed in 1 file:

  • Tests/MVC/Fixture: F3_FLOW3_MVC_Fixture_MockRequestProcessor.php (+5 -4)
robert 2008-08-04 13:40 Rev.: 1070

* FLOW3: (MVC) Renamed the Default Controller. Addresses #474
* FLOW3: (MVC) Implemented the dispatch loop: The request object now contains a flag which tells if the dispatcher needs to dispatch the request again because it contains new information about the responsible controller.
* FLOW3: (MVC) The Request object now works differently in terms of specifying the controller: Instead of passing the controller component name, it is now specified by setting the package key and controller name. Addresses #474
* FLOW3: (MVC) Implemented support for forwarding requests (see Request Handling Controller). Resolves #88 and resolves #215.
* FLOW3: (MVC) Removed the locking feature from the Request object - otherwise forwarding would not be possible.
* FLOW3: (MVC) Refactored mmost of the controller-related tests and fixtures.
* FLOW3: Adapted the standard routes
* FLOW3 + TYPO3: Updated the Package Meta information

38 lines of code changed in 1 file:

  • Tests/MVC/Fixture: F3_FLOW3_MVC_Fixture_MockRequestProcessor.php (new 38)
Generated by StatSVN 0.5.0