Directory Tests/Unit/MVC/

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

[root]/Tests/Unit/MVC
                Folder removed from repo CLI (0 files, 0 lines)
                Folder removed from repo Controller (0 files, 0 lines)
                Folder removed from repo Fixture (0 files, 0 lines)
                    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)
                Folder removed from repo View (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/Unit/MVC/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 19 (100.0%) 142 (100.0%) 7.4
robert 12 (63.2%) 130 (91.5%) 10.8
k-fish 7 (36.8%) 12 (8.5%) 1.7

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

  • Tests/Unit/MVC: DispatcherTest.php (del), RequestHandlerResolverTest.php (del), RequestTest.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 3 files:

  • Tests/Unit/MVC: DispatcherTest.php (-1), RequestHandlerResolverTest.php (-1), RequestTest.php (-1)
robert 2010-05-28 14:56 Rev.: 4340

[+BUGFIX] FLOW3 (MVC): Fixed the RequestTest (and added an additional one).

30 lines of code changed in 1 file:

  • Tests/Unit/MVC: RequestTest.php (+30 -1)
robert 2010-05-28 13:13 Rev.: 4337

[+FEATURE][+API] FLOW3 (Object): The Object Manager (and the object containers) now provide a method for retrieving the implementation class name by specifying the object name. Resolves #7960
[~TASK] FLOW3 (MVC): The Request object now returns the case sensitive action name, even if it has been set all lowercase by a route. That means that a route http://host/package/mycontroller/myaction will be correctly resolved to myActionAction if \F3\Package\Controller\MyController::myActionAction exists. Addresses #7243

0 lines of code changed in 1 file:

  • Tests/Unit/MVC: RequestTest.php (-1)
robert 2010-03-17 19:05 Rev.: 3988

[+BUGFIX] FLOW3 (MVC): Fixed the recently introduced setControllerObjectName method in the MVC Request class - it wrongly accepted object names with a leading backslash.

58 lines of code changed in 1 file:

  • Tests/Unit/MVC: RequestTest.php (+58)
robert 2010-02-22 16:17 Rev.: 3837

[+FEATURE] FLOW3 (Object): Implemented a static object container which is automatically built. It's essentially a hardcoded version of the autowired and configured object dependencies - just a lot faster. Many tests are still missing, but the version in this commit should be mostly functional. Addresses #3740 and resolves #2123.
[!!!][~API] FLOW3 (Object): Heavily refactored the Object Manager and its tests. The most important change is the removal of the Object Factory whose create() method is now located in the Object Manager. Furthermore, the getObject() method has been renamed to get() and a few minor important API functions within the Object Manager have been modified. This commit also contains a script which allows for semi automatically migrating existing code to the new API (see ./flow3 migrate objectmanagerusage). Resolves #6562
[~TASK] FLOW3 (Configuration): The Configuration Manager and its YAML source now doesn't depend on the YAML package anymore but refers to a YAML parser class within the FLOW3 package. Resolves #6564.

10 lines of code changed in 2 files:

  • Tests/Unit/MVC: DispatcherTest.php (+6 -6), RequestHandlerResolverTest.php (+4 -4)
robert 2010-01-19 15:56 Rev.: 3684

[+BUGFIX] FLOW3 (MVC): Request::getController now extracts the controller name from the controller object name to assure that the case is correct.

12 lines of code changed in 1 file:

  • Tests/Unit/MVC: RequestTest.php (+12)
k-fish 2010-01-18 19:59 Rev.: 3669

[~TASK] FLOW3 (MVC): Adjusted RequestTest to latest changes.

12 lines of code changed in 1 file:

  • Tests/Unit/MVC: RequestTest.php (+12)
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

20 lines of code changed in 6 files:

  • Tests/Unit/MVC: DispatcherTest.php (new), RequestHandlerResolverTest.php (+2 -2), RequestTest.php (new)
Generated by StatSVN 0.5.0