Directory Tests/Configuration/Fixture/

Directory Created:
2008-12-18 12:05
Directory Deleted:
2010-08-24 10:42
Total Files:
0
Deleted Files:
4
Lines of Code:
0

[root]/Tests/Configuration/Fixture

Lines of Code

Tests/Configuration/Fixture/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 9 (100.0%) 44 (100.0%) 4.8
k-fish 7 (77.8%) 43 (97.7%) 6.1
robert 2 (22.2%) 1 (2.3%) 0.5

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

  • Tests/Configuration/Fixture: F3_FLOW3_Tests_Configuration_Fixture_PHPConfigurationFile.php (del), F3_FLOW3_Tests_Configuration_Fixture_YAMLConfigurationFile.yaml (del), PHPConfigurationFile.php (del), YAMLConfigurationFile.yaml (del)
robert 2009-08-31 14:56 Rev.: 3107

[+FEATURE] FLOW3 (AOP): Parse errors in AOP proxy code (introduced by a potential bug) will now be treated properly by throwing a meaningful exception.
[-FEATURE] FLOW3 (Configuration): Removed support for PHP-based configuration files. This caused a lot of overhead and in practice we want everyone to use YAML files anyway.
[+FEATURE] FLOW3 (Configuration): Implemented support for cached ("compiled") configuration. When the new FLOW3.yaml option "configuration: comileConfigurationFiles" is turned on, all configuration will be compiled into a PHP file which from then on is read instead of parsing the YAML files everytime. Please see the updated documentation for more information. Resolves #4460
[~TASK] FLOW3 (Configuration): Completely refactored the Configuration Manager and a few related classes. Its methods now each fullfil a clear purpose and work more effective. The method names now also better describe what each method is doing. Resolves #2711
[-TASK] FLOW3 (Configuration): Removed the WritableSourceInterface - this is now a standard feature of a configuration source.
[+TASK] FLOW3 (Core): Refactored and cleaned up the FLOW3 Bootstrap. Constants are now defined by a static method and all configuration related functionality has been moved to the Configuration sub package. Also replaced the evil die() calls by more handsome exit() calls. Relates to #2117
[+TASK] FLOW3 (Object): Moved some object initialization code from the Bootstrap to the Object Manager and further cleaned up the Object Manager's code. Wrote additional tests - now this class has 100% test coverage. Relates to #2117
[+API] FLOW3 (MVC): Added a few @api annotations to properties of the AbstractController and ActionController.
[-API] FLOW3 (Utility): Removed the getSAPIType() method from the Environment class. Just use the constant FLOW3_SAPITYPE instead. Resolves #3567 and relates to #2117.

1 lines of code changed in 1 file:

  • Tests/Configuration/Fixture: YAMLConfigurationFile.yaml (new 1)
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/Configuration/Fixture: PHPConfigurationFile.php (new)
k-fish 2009-01-07 11:37 Rev.: 1707

FLOW3:
* changed license to LGPL v3 or later

14 lines of code changed in 1 file:

  • Tests/Configuration/Fixture: F3_FLOW3_Tests_Configuration_Fixture_PHPConfigurationFile.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

29 lines of code changed in 2 files:

  • Tests/Configuration/Fixture: F3_FLOW3_Tests_Configuration_Fixture_PHPConfigurationFile.php (new 28), F3_FLOW3_Tests_Configuration_Fixture_YAMLConfigurationFile.yaml (new 1)
Generated by StatSVN 0.5.0