Directory Tests/MVC/View/

Directory Created:
2008-05-17 17:04
Directory Deleted:
2010-08-24 10:42
Total Files:
0
Deleted Files:
6
Lines of Code:
0

[root]/Tests/MVC/View
                Folder removed from repo Helper (0 files, 0 lines)

Lines of Code

Tests/MVC/View/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 27 (100.0%) 587 (100.0%) 21.7
bwaidelich 8 (29.6%) 492 (83.8%) 61.5
k-fish 14 (51.9%) 87 (14.8%) 6.2
robert 5 (18.5%) 8 (1.4%) 1.6

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

  • Tests/MVC/View: AbstractViewTest.php (del), EmptyViewTest.php (del), F3_FLOW3_MVC_View_TemplateTest.php (del), NotFoundViewTest.php (del), StandardViewTest.php (del), TemplateTest.php (del)
k-fish 2009-09-23 10:13 Rev.: 3212

[+FEATURE] FLOW3 (MVC): Removed EmptyView and made NotFoundView display helpful message instead, resolves #4405.

14 lines of code changed in 1 file:

  • Tests/MVC/View: NotFoundViewTest.php (+14)
bwaidelich 2009-07-27 20:49 Rev.: 2899

[+FEATURE] FLOW3 (MVC): Enable bulk assignment of template variables in AbstractView. Just call $this->view->assignMultiple(array('key1' => 'value1', 'key2' => 'value2')) to set multiple keys at once. Resolves #3997
[+BUGFIX] FLOW3 (MVC): AbstractView::assign() now returns itself as stated in the comment. This enables method chaining like: $this->view->assign('key1', 'value1')->assign('key2', 'value2');
[+TASK]: FLOW3 (MVC): Tweaked NotFoundView and StandardView and added test cases for all views of the FLOW3 MVC Subpackage.
[-TASK]: Fluid (View): Removed obsolete Method assign() from TemplateView as this method already exists in the parent class. The check for the key "view" is not needed anymore since the view is stored in the VariableContainer

492 lines of code changed in 6 files:

  • Tests/MVC/View: AbstractViewTest.php (new 94), EmptyViewTest.php (new 61), F3_FLOW3_MVC_View_TemplateTest.php (new 51), NotFoundViewTest.php (new 170), StandardViewTest.php (new 116), TemplateTest.php (new)
bwaidelich 2009-05-23 17:51 Rev.: 2344

FLOW3:
* Removed FLOW3\Utility\GenericCollection from repository, it's currently not needed. Resolves #3400
* Moved method setArgumentsFromRawRequestData() from Router to RequestBuilder. Resolves #3368
* Renamed URIHelper to URIBuilder. Removed Classes HelperInterface, AbstractHelper and InvalidViewHelper Exception. Adapted AbstractView & ViewInterface. Resolves #3303
* Added section parameter to URIFor() method of the URIBuilder
* Refactored Base controllers - controllerContext is no instance variable anymore and will be created when passed to view in initializeView(). Resolves #3404
* ControllerContext is of scope prototype now. Added setter/getter for URIBuilder. Some cosmetic changes.
* Added getRequestPath() to Request.
* ControllerKeys (@controller, @action, @package, @subpackage and @format) can now be set by request arguments. Resolves #2853

0 lines of code changed in 2 files:

  • Tests/MVC/View: F3_FLOW3_MVC_View_TemplateTest.php (del), TemplateTest.php (del)
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

0 lines of code changed in 1 file:

  • Tests/MVC/View: TemplateTest.php (new)
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/View: F3_FLOW3_MVC_View_TemplateTest.php (+1 -1)
k-fish 2009-01-09 16:39 Rev.: 1723

FLOW3, Lucene, PHP6, PHPCR, Smarty, Testing, TYPO3, TYPO3CR, TypoScript:
* fixed broken @version $Id$ annotations that got hosed during new namespace refactoring. Sorry!

2 lines of code changed in 1 file:

  • Tests/MVC/View: F3_FLOW3_MVC_View_TemplateTest.php (+2 -2)
k-fish 2009-01-08 12:12 Rev.: 1713

FLOW3:
* fixed some more license and style issues.

11 lines of code changed in 1 file:

  • Tests/MVC/View: F3_FLOW3_MVC_View_TemplateTest.php (+11 -4)
k-fish 2009-01-07 11:37 Rev.: 1707

FLOW3:
* changed license to LGPL v3 or later

13 lines of code changed in 1 file:

  • Tests/MVC/View: F3_FLOW3_MVC_View_TemplateTest.php (+13 -6)
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

5 lines of code changed in 1 file:

  • Tests/MVC/View: F3_FLOW3_MVC_View_TemplateTest.php (+5 -5)
robert 2008-11-12 10:28 Rev.: 1495

* FLOW3: (Object) Refactored the Object Manager and mostly rewrote all related unit tests. They now don't depend on the TestPackage anymore, are true unit tests and reach a code coverage close to 100%. Addresses #2123
* FLOW3: (Object) Rename the "Object Cache" to "Object Registry"

1 lines of code changed in 1 file:

  • Tests/MVC/View: F3_FLOW3_MVC_View_TemplateTest.php (+1 -1)
robert 2008-11-11 12:16 Rev.: 1481

* 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.

3 lines of code changed in 1 file:

  • Tests/MVC/View: F3_FLOW3_MVC_View_TemplateTest.php (+3 -3)
robert 2008-11-03 19:23 Rev.: 1422

* FLOW3: (Component) Renamed the method Component::Factory->getComponent() to Component::Factory->create(). Resolves #1846
* FLOW3: (Component) Component::Factory->create() will now throw an exception on trying to create a component of scope != prototype
* FLOW3: (Component) The Component::Manager->getComponent() method can still be used as a last resort to retrieve components of any scope. However dependency injection for singletons and the component factory for prototype should always be the first choice!

Refactored all packages of the TYPO3 distribution to match the above changes.

Note: The test "F3::TYPO3CR::NodeTest::setPropertySetsValue" currently fails on my machine with the following message:

Error in setPropertySetsValue with data set #34 Detail
TYPO3CR/Classes/F3_TYPO3CR_Node.php:577
Unable to convert value of type string to Name: Namespace prefix is invalid

2 lines of code changed in 1 file:

  • Tests/MVC/View: F3_FLOW3_MVC_View_TemplateTest.php (+2 -2)
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/View: F3_FLOW3_MVC_View_TemplateTest.php (+5 -4)
robert 2008-07-22 10:46 Rev.: 1047

!!! Important global change !!!

Extracted the getComponent() method from the Component Manager into its own class, the Component Factory. From now on, use the factory if you only need the getComponent() functionality and use the manager if you need the more advanced functions.

2 lines of code changed in 1 file:

  • Tests/MVC/View: F3_FLOW3_MVC_View_TemplateTest.php (+2 -2)
k-fish 2008-05-17 17:04 Rev.: 845

Making FLOW3 run green(er) in FLOW3CGL, part 2. Down to 40 errors and 0 warnings from hundreds each...

36 lines of code changed in 1 file:

  • Tests/MVC/View: F3_FLOW3_MVC_View_TemplateTest.php (new 36)
Generated by StatSVN 0.5.0