Directory Tests/Unit/Cache/Frontend/

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

[root]/Tests/Unit/Cache/Frontend

Lines of Code

Tests/Unit/Cache/Frontend/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 15 (100.0%) 89 (100.0%) 5.9
robert 6 (40.0%) 89 (100.0%) 14.8
k-fish 9 (60.0%) 0 (0.0%) 0.0

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/Unit/Cache/Frontend: AbstractFrontendTest.php (del), PhpFrontendTest.php (del), StringFrontendTest.php (del), VariableFrontendTest.php (del)
k-fish 2010-08-13 16:21 Rev.: 4969

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

0 lines of code changed in 5 files:

  • Tests/Unit/Cache/Frontend: AbstractFrontendTest.php (-1), PhpFrontendTest.php (-1), StringFrontendTest.php (-1), VariableFrontendTest.php (new)
robert 2010-06-04 16:16 Rev.: 4443

[~TASK][!!!] FLOW3 (Resource): Renamed the resource stream wrapper's scheme from "package://" to "resource://". You need to globally search & replace "package://" your code for this to work. Resolves #8063

1 lines of code changed in 2 files:

  • Tests/Unit/Cache/Frontend: AbstractFrontendTest.php (new)
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.

2 lines of code changed in 1 file:

  • Tests/Unit/Cache/Frontend: PhpFrontendTest.php (+2 -2)
robert 2010-01-26 10:54 Rev.: 3758

[+FEATURE] FLOW3 (Cache): Implemented a PHP Cache Frontend which allows for effective caching of PHP code which is included with require_once() instead of runtime parsing with eval(). This significantly improves speed when used in combination with an opcode cache such as APC. Currently only the FileBackend supports PHP code caching. Resolves #6137
[+FEATURE] FLOW3 (AOP): The AOP Framework now uses the new PHP cache frontend for storing AOP proxy classes. Speeds up the initial startup of FLOW3 enormously. Relates to #6137
[~TASK] FLOW3: Removed all dependencies from the PHP6 package because the unicode support we were using didn't really make sense in the respective situations.
[+BUGFIX] FLOW3 (Utility): Fixed a bug in Files::emptyDirectoryRecursively() which wrongly recognized certain files as directories due to incorrect usage of the directory iterator.

85 lines of code changed in 1 file:

  • Tests/Unit/Cache/Frontend: PhpFrontendTest.php (new 85)
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

1 lines of code changed in 2 files:

  • Tests/Unit/Cache/Frontend: StringFrontendTest.php (+1 -1)
Generated by StatSVN 0.5.0