Directory Tests/MVC/Fixture/Controller/

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

[root]/Tests/MVC/Fixture/Controller

Lines of Code

Tests/MVC/Fixture/Controller/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 37 (100.0%) 540 (100.0%) 14.5
robert 11 (29.7%) 449 (83.1%) 40.8
k-fish 26 (70.3%) 91 (16.9%) 3.5

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:

  • Tests/MVC/Fixture/Controller: F3_FLOW3_MVC_Fixture_Controller_MockAction.php (del), F3_FLOW3_MVC_Fixture_Controller_MockActionController.php (del), F3_FLOW3_MVC_Fixture_Controller_MockExceptionThrowing.php (del), F3_FLOW3_MVC_Fixture_Controller_MockExceptionThrowingController.php (del), F3_FLOW3_MVC_Fixture_Controller_MockRESTController.php (del), F3_FLOW3_MVC_Fixture_Controller_MockRequestHandling.php (del), F3_FLOW3_MVC_Fixture_Controller_MockRequestHandlingController.php (del), MockActionController.php (del), MockRESTController.php (del)
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 1 file:

  • Tests/MVC/Fixture/Controller: MockRESTController.php (-8)
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

8 lines of code changed in 2 files:

  • Tests/MVC/Fixture/Controller: MockActionController.php (new), MockRESTController.php (new 8)
k-fish 2009-01-15 16:06 Rev.: 1749

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

4 lines of code changed in 4 files:

  • Tests/MVC/Fixture/Controller: F3_FLOW3_MVC_Fixture_Controller_MockActionController.php (+1 -1), F3_FLOW3_MVC_Fixture_Controller_MockExceptionThrowingController.php (+1 -1), F3_FLOW3_MVC_Fixture_Controller_MockRESTController.php (+1 -1), F3_FLOW3_MVC_Fixture_Controller_MockRequestHandlingController.php (+1 -1)
k-fish 2009-01-07 11:37 Rev.: 1707

FLOW3:
* changed license to LGPL v3 or later

56 lines of code changed in 4 files:

  • Tests/MVC/Fixture/Controller: F3_FLOW3_MVC_Fixture_Controller_MockActionController.php (+14 -7), F3_FLOW3_MVC_Fixture_Controller_MockExceptionThrowingController.php (+14 -7), F3_FLOW3_MVC_Fixture_Controller_MockRESTController.php (+14 -7), F3_FLOW3_MVC_Fixture_Controller_MockRequestHandlingController.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

15 lines of code changed in 4 files:

  • Tests/MVC/Fixture/Controller: F3_FLOW3_MVC_Fixture_Controller_MockActionController.php (+2 -2), F3_FLOW3_MVC_Fixture_Controller_MockExceptionThrowingController.php (+4 -4), F3_FLOW3_MVC_Fixture_Controller_MockRESTController.php (+2 -2), F3_FLOW3_MVC_Fixture_Controller_MockRequestHandlingController.php (+7 -7)
robert 2008-12-09 20:33 Rev.: 1590

* Fixed several global typehints (eg. DateTime > ::DateTime)
* Removed / fixed non existent classes used in some typehints
* FLOW3: (Object) Optimized the setter autowiring method: It now uses the Reflection Service instead of its own reflection
* FLOW3: (Reflection) Implemented a new API method "getMethodParameters"
* FLOW3: (MVC) Fixed a few Dispatcher tests which were not providing proper mock objects (and now exploded)
* PHPCR: Fixed type hinting in QueryObjectModelFactoryInterface::join()

2 lines of code changed in 1 file:

  • Tests/MVC/Fixture/Controller: F3_FLOW3_MVC_Fixture_Controller_MockExceptionThrowingController.php (+2)
robert 2008-11-10 12:28 Rev.: 1460

* Fixed FLOW3's yaml configuration: exceptional errors were defined as plain strings instead of constants resulting in even (catchable) fatal errors being ignored
* Fixed several tests which still used the object configuration instead of arrays

1 lines of code changed in 1 file:

  • Tests/MVC/Fixture/Controller: F3_FLOW3_MVC_Fixture_Controller_MockRequestHandlingController.php (+1 -1)
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

16 lines of code changed in 4 files:

  • Tests/MVC/Fixture/Controller: F3_FLOW3_MVC_Fixture_Controller_MockActionController.php (+2 -1), F3_FLOW3_MVC_Fixture_Controller_MockExceptionThrowingController.php (+4 -3), F3_FLOW3_MVC_Fixture_Controller_MockRESTController.php (+2 -1), F3_FLOW3_MVC_Fixture_Controller_MockRequestHandlingController.php (+8 -7)
robert 2008-09-10 15:30 Rev.: 1197

* FLOW3: (MVC) If the name of a valid controller component could not be resolved, the Request will now throw a "No Such Controller" exception. Earlier, the default controller was chosen which made debugging quite hard in some situations.
* FLOW3: (MVC) Removed the Presentation Controller which had no functionality (yet) anyway and wasn't used either.
* FLOW3: (MVC) Added a new method "initializeArguments" to the Request Handling Controller. Please define your arguments in this method now instead of using the initializeController() or initializeAction() method.
* FLOW3: (MVC) Added the initial implementation of a REST controller which automatically chooses the right action method based on the HTTP request.
* FLOW3: (Property) Corrected at least some misbehaviour / bug in the Property Mapper (mapping results were not used properly). However, the whole Property Editor mechanism seems still to be unstable.
* TYPO3: (Service) Further experiments with the REST services. A site service can for example be accessed via http://yourhost/typo3/service/v1/sites.json

272 lines of code changed in 4 files:

  • Tests/MVC/Fixture/Controller: F3_FLOW3_MVC_Fixture_Controller_MockActionController.php (new 44), F3_FLOW3_MVC_Fixture_Controller_MockExceptionThrowingController.php (new 50), F3_FLOW3_MVC_Fixture_Controller_MockRESTController.php (new 106), F3_FLOW3_MVC_Fixture_Controller_MockRequestHandlingController.php (new 72)
robert 2008-09-04 16:44 Rev.: 1182

* FLOW3: (MVC) More features for the Web Response object - it is now possible to set custom headers
* FLOW3: (MVC) Improvement of the forward() method in the RequestHandlingController: After calling forward(), the control is returned to the dispatcher and lines in the controller following after the forward() method are not executed anymore.
* FLOW3: (MVC) Implemented the redirect() method for the RequestHandlingController

50 lines of code changed in 1 file:

  • Tests/MVC/Fixture/Controller: F3_FLOW3_MVC_Fixture_Controller_MockExceptionThrowing.php (new 50)
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

116 lines of code changed in 2 files:

  • Tests/MVC/Fixture/Controller: F3_FLOW3_MVC_Fixture_Controller_MockAction.php (new 44), F3_FLOW3_MVC_Fixture_Controller_MockRequestHandling.php (new 72)
Generated by StatSVN 0.5.0