Directory Tests/Cache/Frontend/

Directory Created:
2009-01-27 16:53
Directory Deleted:
2010-08-24 10:42
Total Files:
0
Deleted Files:
6
Lines of Code:
0

[root]/Tests/Cache/Frontend

Lines of Code

Tests/Cache/Frontend/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 20 (100.0%) 606 (100.0%) 30.3
k-fish 14 (70.0%) 552 (91.1%) 39.4
robert 6 (30.0%) 54 (8.9%) 9.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 6 files:

  • Tests/Cache/Frontend: AbstractFrontendTest.php (del), F3_FLOW3_Cache_Frontend_AbstractFrontendTest.php (del), F3_FLOW3_Cache_Frontend_StringFrontendTest.php (del), F3_FLOW3_Cache_Frontend_VariableFrontendTest.php (del), StringFrontendTest.php (del), VariableFrontendTest.php (del)
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 3 files:

  • Tests/Cache/Frontend: AbstractFrontendTest.php (-8), StringFrontendTest.php (-8), VariableFrontendTest.php (-8)
k-fish 2009-05-19 12:14 Rev.: 2252

FLOW3:
* added lifetime parameter to set method in cache frontends, resolves #3370

28 lines of code changed in 2 files:

  • Tests/Cache/Frontend: StringFrontendTest.php (+14), VariableFrontendTest.php (+14)
robert 2009-03-28 17:03 Rev.: 2106

* FLOW3: (Cache) The dash sign "-" is now allowed as part of a cache entry identifier and a tag. Resolves #2982
* FLOW3: (Cache) Refactored the File Backend so that the expiration time is stored in the cache file instead being a part of the cache file name. This is necessary to allow more special characters in the entry identifier.
* FLOW3: (Cache) File Backend: The @-sign is now used as a separator in tag file names
* FLOW3: (Cache) Implemented a new cache backend "Transient Memory" which stores all entries in memory for the duration of the current script run.

16 lines of code changed in 3 files:

  • Tests/Cache/Frontend: AbstractFrontendTest.php (+6 -6), StringFrontendTest.php (+5 -15), VariableFrontendTest.php (+5 -15)
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

38 lines of code changed in 3 files:

  • Tests/Cache/Frontend: AbstractFrontendTest.php (new 8), StringFrontendTest.php (new 15), VariableFrontendTest.php (new 15)
k-fish 2009-01-27 16:53 Rev.: 1803

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

524 lines of code changed in 3 files:

  • Tests/Cache/Frontend: F3_FLOW3_Cache_Frontend_AbstractFrontendTest.php (new 187), F3_FLOW3_Cache_Frontend_StringFrontendTest.php (new 156), F3_FLOW3_Cache_Frontend_VariableFrontendTest.php (new 181)
Generated by StatSVN 0.5.0