Directory Tests/Unit/Configuration/

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

[root]/Tests/Unit/Configuration
                Folder removed from repo Source (0 files, 0 lines)

Lines of Code

Tests/Unit/Configuration/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 13 (100.0%) 627 (100.0%) 48.2
robert 7 (53.8%) 624 (99.5%) 89.1
andi 1 (7.7%) 2 (0.3%) 2.0
k-fish 5 (38.5%) 1 (0.2%) 0.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 2 files:

  • Tests/Unit/Configuration: ConfigurationManagerTest.php (del), ManagerTest.php (del)
k-fish 2010-08-16 11:02 Rev.: 4977

[+BUGFIX] FLOW3 (Core): Removed use of $Revision$ in Bootstrap.php, resolves #9296. If we ever need something like this it could be a post-merge/post-checkout hook in git.

1 lines of code changed in 1 file:

  • Tests/Unit/Configuration: ConfigurationManagerTest.php (+1 -2)
k-fish 2010-08-13 16:21 Rev.: 4969

[-TASK] FLOW3: Removed @version keyword from files, resolves #8835.

0 lines of code changed in 1 file:

  • Tests/Unit/Configuration: ConfigurationManagerTest.php (-1)
k-fish 2010-07-03 20:52 Rev.: 4715

[~TASK] DocumentationBrowser: Bumped version number in Package.xml to next release version.
[~TASK] FLOW3: Bumped version number in Package.xml to next release version, resolves #8025.
[~TASK] Fluid: Bumped version number in Package.xml to next release version.
[~TASK] Kickstart: Bumped version number in Package.xml to next release version.
[~TASK] Party: Bumped version number in Package.xml to next release version.
[~TASK] Testing: Bumped version number in Package.xml to next release version.
[~TASK] Welcome: Bumped version number in Package.xml to next release version.

0 lines of code changed in 1 file:

  • Tests/Unit/Configuration: ConfigurationManagerTest.php (-2)
robert 2010-04-28 14:05 Rev.: 4230

[+FEATURE] FLOW3 (Configuration): The ConfigurationManager now supports context directories in the FLOW3 package's Configuration directory. This allows us to deliver the FLOW3 distribution (and other distributions) with a virtually empty global Configuration directory. Resolves #7479
[~TASK] FLOW3 Base Distribution: Removed the global context configurations.

12 lines of code changed in 1 file:

  • Tests/Unit/Configuration: ConfigurationManagerTest.php (+12 -10)
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.

18 lines of code changed in 1 file:

  • Tests/Unit/Configuration: ConfigurationManagerTest.php (+18 -20)
andi 2010-02-14 00:01 Rev.: 3824

[+TASK] FLOW3(Security): Moved the security policy configuration to its own Policy.yaml file. Resolves #5440

2 lines of code changed in 1 file:

  • Tests/Unit/Configuration: ConfigurationManagerTest.php (+2 -2)
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

546 lines of code changed in 1 file:

  • Tests/Unit/Configuration: ConfigurationManagerTest.php (new 546)
robert 2009-11-30 17:48 Rev.: 3526

[-API] FLOW3 (Configuration): Removed the Configuration Manager's getSettings() method! If you relied on this method please use getConfiguration() instead, but be aware that this is not an official API method. The recommended way to retrieve settings are injectSettings() methods (see manual for more information). Relates to #5577
[~TASK] FLOW3 (Configuration): Cleaned up and refactored the Configuration Manager's loadConfiguration() method. Resolves #5577
[BUGFIX] FLOW3 (Configuration): Fixed build of the caches configuration array. Resolves #5576.

26 lines of code changed in 1 file:

  • Tests/Unit/Configuration: ManagerTest.php (+26 -39)
robert 2009-11-30 15:40 Rev.: 3520

[~TASK] FLOW3: Fixed the failing Configuration Manager test committed in the last revision. Also removed the Blog package from the PackageStates.yaml

2 lines of code changed in 1 file:

  • Tests/Unit/Configuration: ManagerTest.php (+2 -1)
robert 2009-11-30 15:04 Rev.: 3518

[~TASK][!!!] FLOW3 (Configuration): Merged the FLOW3 settings into the generic Settings.yaml file, dropping support for the FLOW3.yaml files. This means that you need to move all your custom settings from your own FLOW3.yaml files to Settings.yaml. Note that in FLOW3.yaml files no "FLOW3:" key on the first level was necessary which now becomes mandatory in the Settings.yaml file. Resolves #5579
[~FEATURE] FLOW3 (Configuration): The configuration cache (usually only used in Production context) is now cleared automatically if the FLOW3 Bootstrap revision changes.
[~TASK] FLOW3 (Documentation): Updated the examples referring to FLOW3.yaml.

20 lines of code changed in 2 files:

  • Tests/Unit/Configuration: ManagerTest.php (new)
Generated by StatSVN 0.5.0