[root]/Resources/Public/MVC
FloatingWindow
(0 files, 0 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 19 (100.0%) | 163 (100.0%) | 8.5 |
| k-fish | 13 (68.4%) | 157 (96.3%) | 12.0 |
| robert | 6 (31.6%) | 6 (3.7%) | 1.0 |
Removed everything in trunk after move to git.
0 lines of code changed in 7 files:
[+BUGFIX] FLOW3 (MVC): When calling a controller on an inactive package the user no longer simply get's a 404 but a helpful hint. Fixes #3699.
1 lines of code changed in 1 file:
FLOW3:
* changed $viewObjectNamePattern in ActionController to expect views classes in a namespace reflecting the controller name
* renamed DefaultController to StandardController to follow suit
* renamed DefaultView to StandardView to follow suit
* updated documentation
FLOW3 Distribution:
* updated Routes.yaml
Fluid:
* renamed DefaultController to StandardController
Testing:
* renamed DefaultController to StandardController
TYPO3CR:
* renamed DefaultController to StandardController in Admin subpackage
* moved view classes to new location
80 lines of code changed in 4 files:
* FLOW3: (MVC) Moved the logic for the NotFound mechanism from the dispatcher into the request.
* FLOW3: (MVC) Wrote test case for the NotFoundController fallback
* FLOW3: (MVC) Improved the NotFoundView a bit
* FLOW3: (MVC) Made the object name of the NotFoundController configurable in the FLOW3 settings.
Resolves #1511.
4 lines of code changed in 1 file:
FLOW3:
* added (simple) NotFoundController, refs #1511
* some tiny cleanup
76 lines of code changed in 1 file:
* FLOW3: (Component) Renamed "component" to "object" - everywhere. That means we now have an Object Manager instead of a Component Manager, an Object Factory etc. Resolves #2119
Globally adjusted all code for the above change.
1 lines of code changed in 1 file:
* FLOW3: (MVC) Added the Base URI to the Default View
* FLOW3: (MVC) Replaced the TYPO3 package illustration by a FLOW3 package (in the Default View)
1 lines of code changed in 4 files: