Directory Tests/Resource/

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

[root]/Tests/Resource
            Folder removed from repo Fixtures (0 files, 0 lines)

Lines of Code

Tests/Resource/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 89 (100.0%) 406 (100.0%) 4.5
k-fish 63 (70.8%) 269 (66.3%) 4.2
robert 26 (29.2%) 137 (33.7%) 5.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 10 files:

  • Tests/Resource: ClassLoaderTest.php (del), F3_FLOW3_Resource_ClassLoaderTest.php (del), F3_FLOW3_Resource_HTMLResourceTest.php (del), F3_FLOW3_Resource_ManagerTest.php (del), F3_FLOW3_Resource_ProcessorTest.php (del), F3_FLOW3_Resource_PublisherTest.php (del), HTMLResourceTest.php (del), ManagerTest.php (del), ProcessorTest.php (del), PublisherTest.php (del)
k-fish 2009-07-27 12:06 Rev.: 2890

[+TASK] FLOW3: Moved some resources away from the public resources folder.

3 lines of code changed in 1 file:

  • Tests/Resource: HTMLResourceTest.php (+3 -3)
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 5 files:

  • Tests/Resource: ClassLoaderTest.php (-8), HTMLResourceTest.php (-7), ManagerTest.php (-7), ProcessorTest.php (-7), PublisherTest.php (-7)
robert 2009-07-15 15:32 Rev.: 2800

[!!!][~TASK] FLOW3: Renamed the directory "Public" to "Web" and the constant FLOW3_PATH_PUBLIC to FLOW3_PATH_WEB accordingly.
[!!!][~TASK] FLOW3: Renamed the folder for packages which are included in the FLOW3 distribution from "Distribution" to "Framework".
[~TASK] FLOW3: Improved and refactored the bootstrap script (index.php)

4 lines of code changed in 1 file:

  • Tests/Resource: PublisherTest.php (+4 -4)
k-fish 2009-05-19 16:54 Rev.: 2262

FLOW3:
* fixed possible permission problem in Resource\PublisherTest

1 lines of code changed in 1 file:

  • Tests/Resource: PublisherTest.php (+1 -1)
k-fish 2009-04-24 13:28 Rev.: 2179

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

4 lines of code changed in 1 file:

  • Tests/Resource: ProcessorTest.php (+4 -4)
robert 2009-02-09 17:37 Rev.: 1888

* FLOW3: (Resource) Disabled the resource publisher tests in CLI mode (for now)

5 lines of code changed in 1 file:

  • Tests/Resource: PublisherTest.php (+5)
robert 2009-02-03 17:11 Rev.: 1854

* FLOW3: (Monitor) Fixed the automatic flushing of the Class File Monitor. This didn't work anymore since class filenames have been shortened to the unqualified class name.
* FLOW3: (MVC) Removed a few unused methods and fixed the signature of canProcessRequest()
* FLOW3: (MVC) Implemented support for definition of a default view: If $this->objectViewName is set to the object name of a view (eg. F3\Fluid\View\TemplateView), this view is used instead of the view suggested by the Router.
* FLOW3: (Object) Implemented support for Property Injection! Refer to the FLOW3 Reference for some examples.
* FLOW3: (Resource) Fixed the Resource Publisher testcase.

5 lines of code changed in 1 file:

  • Tests/Resource: PublisherTest.php (+5 -6)
robert 2009-02-02 14:03 Rev.: 1838

* FLOW3: (Package) Implemented support for multiple package directories and symlinked packages. This will surely break your current installation - some documentation and fixes for the distributions are on the way ...
* FLOW3: !!! Removed the FLOW3_PATH_PACKAGES constant. Please use relative packages within your own package or ask the Package Manager for paths if you need one.
* FLOW3: (Testing) Quick fix for the only-execute-this-testcase-function in the test runner (by Karsten)
* FLOW3: (Resource) Implemented a feature for publishing package-independent resources: Just place any installation specific resources into the /Data/Resources/Public folder. Kind of a "fileadmin" folder for FLOW3.
* FLOW3: (Resource) Resources are not mirrored anymore in CLI context
* FLOW3: Cleaned up a few testcases

21 lines of code changed in 2 files:

  • Tests/Resource: ClassLoaderTest.php (+19 -11), HTMLResourceTest.php (+2 -2)
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

41 lines of code changed in 5 files:

  • Tests/Resource: ClassLoaderTest.php (new 11), HTMLResourceTest.php (new 10), ManagerTest.php (new 7), ProcessorTest.php (new 7), PublisherTest.php (new 6)
k-fish 2009-01-27 16:53 Rev.: 1803

FLOW3:
* moved and renamed cache frontend classes and interfaces, refs #2515

1 lines of code changed in 1 file:

  • Tests/Resource: F3_FLOW3_Resource_PublisherTest.php (+1 -1)
k-fish 2009-01-15 16:06 Rev.: 1749

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

5 lines of code changed in 5 files:

  • Tests/Resource: F3_FLOW3_Resource_ClassLoaderTest.php (+1 -1), F3_FLOW3_Resource_HTMLResourceTest.php (+1 -1), F3_FLOW3_Resource_ManagerTest.php (+1 -1), F3_FLOW3_Resource_ProcessorTest.php (+1 -1), F3_FLOW3_Resource_PublisherTest.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!

10 lines of code changed in 5 files:

  • Tests/Resource: F3_FLOW3_Resource_ClassLoaderTest.php (+2 -2), F3_FLOW3_Resource_HTMLResourceTest.php (+2 -2), F3_FLOW3_Resource_ManagerTest.php (+2 -2), F3_FLOW3_Resource_ProcessorTest.php (+2 -2), F3_FLOW3_Resource_PublisherTest.php (+2 -2)
k-fish 2009-01-08 12:12 Rev.: 1713

FLOW3:
* fixed some more license and style issues.

4 lines of code changed in 1 file:

  • Tests/Resource: F3_FLOW3_Resource_ClassLoaderTest.php (+4 -3)
k-fish 2009-01-07 11:37 Rev.: 1707

FLOW3:
* changed license to LGPL v3 or later

69 lines of code changed in 5 files:

  • Tests/Resource: F3_FLOW3_Resource_ClassLoaderTest.php (+13 -6), F3_FLOW3_Resource_HTMLResourceTest.php (+14 -7), F3_FLOW3_Resource_ManagerTest.php (+14 -7), F3_FLOW3_Resource_ProcessorTest.php (+14 -7), F3_FLOW3_Resource_PublisherTest.php (+14 -7)
k-fish 2008-12-18 12:05 Rev.: 1657

FLOW3:
* refactored a bunch of unit tests so they no longer need a real FLOW3 to run, refs #2123

78 lines of code changed in 5 files:

  • Tests/Resource: F3_FLOW3_Resource_ClassLoaderTest.php (+55 -5), F3_FLOW3_Resource_HTMLResourceTest.php (+3 -14), F3_FLOW3_Resource_ManagerTest.php (+10 -6), F3_FLOW3_Resource_ProcessorTest.php (+1 -1), F3_FLOW3_Resource_PublisherTest.php (+9 -13)
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

40 lines of code changed in 5 files:

  • Tests/Resource: F3_FLOW3_Resource_ClassLoaderTest.php (+7 -7), F3_FLOW3_Resource_HTMLResourceTest.php (+7 -7), F3_FLOW3_Resource_ManagerTest.php (+10 -10), F3_FLOW3_Resource_ProcessorTest.php (+5 -5), F3_FLOW3_Resource_PublisherTest.php (+11 -11)
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.

17 lines of code changed in 5 files:

  • Tests/Resource: F3_FLOW3_Resource_ClassLoaderTest.php (+3 -3), F3_FLOW3_Resource_HTMLResourceTest.php (+4 -4), F3_FLOW3_Resource_ManagerTest.php (+3 -3), F3_FLOW3_Resource_ProcessorTest.php (+3 -3), F3_FLOW3_Resource_PublisherTest.php (+4 -4)
k-fish 2008-11-11 11:57 Rev.: 1480

FLOW3:
* changed the resource processing to not prefix URIs starting with a hash, fixes #2115

5 lines of code changed in 1 file:

  • Tests/Resource: F3_FLOW3_Resource_ProcessorTest.php (+5 -1)
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

15 lines of code changed in 4 files:

  • Tests/Resource: F3_FLOW3_Resource_HTMLResourceTest.php (+2 -2), F3_FLOW3_Resource_ManagerTest.php (+11), F3_FLOW3_Resource_ProcessorTest.php (+1 -1), F3_FLOW3_Resource_PublisherTest.php (+1 -1)
k-fish 2008-09-19 18:46 Rev.: 1263

FLOW3:
* the resource processor prefixes relative URLs in href attributes now

6 lines of code changed in 1 file:

  • Tests/Resource: F3_FLOW3_Resource_ProcessorTest.php (+6)
k-fish 2008-09-19 16:51 Rev.: 1256

FLOW3: Tiny, rather cosmetic fix in resource processor test (_ were replaced by :: although they shouldn't).

2 lines of code changed in 1 file:

  • Tests/Resource: F3_FLOW3_Resource_ProcessorTest.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

41 lines of code changed in 5 files:

  • Tests/Resource: F3_FLOW3_Resource_ClassLoaderTest.php (+7 -6), F3_FLOW3_Resource_HTMLResourceTest.php (+7 -6), F3_FLOW3_Resource_ManagerTest.php (+9 -8), F3_FLOW3_Resource_ProcessorTest.php (+7 -6), F3_FLOW3_Resource_PublisherTest.php (+11 -10)
robert 2008-08-12 11:33 Rev.: 1126

* FLOW3: (MVC) Enhanced the behaviour of the Action Controller's view resolver: It will now try to find a view component following the pattern F3_@package_..._View_@controller_@action@format and then only ..._@action. Example: F3_TYPO3_Service_View_Pages_ListJSON.
* FLOW3: (Resource) Added a test for the class loader (very deeply netsted sub directories)
* TYPO3: Recent development of the Service sub package. Try out http://yourhost/typo3/service/pages or http://yourhost/typo3/service/pages.json

9 lines of code changed in 1 file:

  • Tests/Resource: F3_FLOW3_Resource_ClassLoaderTest.php (+9 -1)
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.

7 lines of code changed in 4 files:

  • Tests/Resource: F3_FLOW3_Resource_HTMLResourceTest.php (+3 -3), F3_FLOW3_Resource_ManagerTest.php (+1 -1), F3_FLOW3_Resource_ProcessorTest.php (+1 -1), F3_FLOW3_Resource_PublisherTest.php (+2 -2)
robert 2008-07-17 12:08 Rev.: 1022


* FLOW3: (Utility) Changed the way the temporary directory is created and made it configurable. By default FLOW3 tries to use a temp directory as defined in the system's environment (defined in TMPDIR, TEMP or the like). If that doesn't work you can still set a temp dir explicitly with the option $c->utility->environment->temporaryDirectoryBase.
* FLOW3: (Resource) The Resource Publisher testcase was leaving some empty directories behind in the temporary directory. The test now cleans up.

11 lines of code changed in 1 file:

  • Tests/Resource: F3_FLOW3_Resource_PublisherTest.php (+11)
robert 2008-07-16 17:02 Rev.: 1020

* FLOW3: (Cache) Changed the way temporary directory names are created. Now the process username is taken into consideration which should solve possible access problems when running FLOW3 through CLI / Web with different users (and probably concurrently).
* FLOW3: (Utility) The Environment->getPathToTemporaryDirectory() now returns a path which already contains the "FLOW3" directory and the process username subdir.

2 lines of code changed in 1 file:

  • Tests/Resource: F3_FLOW3_Resource_PublisherTest.php (+2 -1)
k-fish 2008-05-10 16:43 Rev.: 831

Pending commit, fixes #477.

0 lines of code changed in 10 files:

  • Tests/Resource: F3_FLOW3_Resource_ClassLoaderTest.php (-1), F3_FLOW3_Resource_HTMLResourceTest.php (-1), F3_FLOW3_Resource_ManagerTest.php (new), F3_FLOW3_Resource_ProcessorTest.php (new), F3_FLOW3_Resource_PublisherTest.php (new)
Generated by StatSVN 0.5.0