Directory Classes/Cache/Frontend/

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

[root]/Classes/Cache/Frontend

Lines of Code

Classes/Cache/Frontend/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 47 (100.0%) 673 (100.0%) 14.3
k-fish 36 (76.6%) 571 (84.8%) 15.8
robert 11 (23.4%) 102 (15.2%) 9.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 9 files:

  • Classes/Cache/Frontend: AbstractFrontend.php (del), F3_FLOW3_Cache_Frontend_AbstractFrontend.php (del), F3_FLOW3_Cache_Frontend_FrontendInterface.php (del), F3_FLOW3_Cache_Frontend_StringFrontend.php (del), F3_FLOW3_Cache_Frontend_VariableFrontend.php (del), FrontendInterface.php (del), PhpFrontend.php (del), StringFrontend.php (del), VariableFrontend.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:

  • Classes/Cache/Frontend: AbstractFrontend.php (-1), FrontendInterface.php (-1), PhpFrontend.php (-1), StringFrontend.php (-1), VariableFrontend.php (-1)
k-fish 2010-02-02 11:30 Rev.: 3805

[~TASK] FLOW3 (Cache): Fixed a wrong @param annotation and added a missing sprintf() in a logging call.

1 lines of code changed in 1 file:

  • Classes/Cache/Frontend: PhpFrontend.php (+1 -1)
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.

80 lines of code changed in 1 file:

  • Classes/Cache/Frontend: PhpFrontend.php (new 80)
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 1 file:

  • Classes/Cache/Frontend: StringFrontend.php (+1 -1)
robert 2009-12-21 17:21 Rev.: 3548

[+FEATURE][+API] Fluid (ViewHelper): The Resource view helper now supports Resource objects: Like before you can provide a path and package key pointing to a static package resource or you pass it a resource object. Relates to #5822
[~TASK][~API] Fluid (ViewHelper): The ActionViewhelper now produces only absolute URIs. The argument "absolute" is now obsolete.
[~TASK] Fluid (ViewHelper): Defined additional reserved keywords "on", "off", "yes" and "no" in the TemplateVariableContainer.
[~TASK] FLOW3 (Resource): Renamed a few classes in FLOW3/Resource/: "Manager" -> "ResourceManager", "Publisher" -> "ResourcePublisher". Relates to #5658
[~TASK] FLOW3 (Cache): Defined a new "magic" tag for the cache frontends: TAG_PACKAGE can now be used wherever cache entries should be flushed if any package is activated or deactivated. Relates to #5774
[~TASK] FLOW3: Replaced occurrences of "[fF]ileName" with "[fF]ilename".
[~TASK] FLOW3 (Package): isPackageAvailable() and isPackageActive() no longer throw exceptions if the given parameter is not a valid string. However they still return FALSE of course in those cases.
[+FEATURE][+API] FLOW3 (Reflection): Added a new method isMethodTaggedWith() to the Reflection Service.
[+FEATURE][+API] FLOW3 (Resource): Completely reworked the resource management module. It now supports persistent resources, file uploads and provides a more flexible publishing mechanism. Resolves #5822

[+FEATURE] FLOW3 (Resource): Implemented an Object Converter for resources which can handle file uploads.
[~TASK] FLOW3 (Utility): Renamed Files::mimeTypeFromFilename() and Files::mediaTypeFromFilename() to Files::getMimeTypeFromFilename() and Files::getMediaTypeFromFilename() respectively.
[~CONFIGURATION][~API] FLOW3 (Resource): Changed the names of settings for the Resource module. Please refer to the updated Settings.yaml for the new options.
[~TASK] FLOW3 (Documentation): Documented the new Resource module.
[~TASK] ExtJS: Updated the view helpers to match the new Resource framework. Relates to #5822
[~TASK] FLOW3: Implemented additional rewrite rules in the .htaccess file to support the new static resources publish mechanism.

5 lines of code changed in 1 file:

  • Classes/Cache/Frontend: FrontendInterface.php (+5)
k-fish 2009-10-22 18:22 Rev.: 3345

[~TASK] FLOW3: Added @api annotations on class level and adjusted CGL to explain class-level @api handling.

4 lines of code changed in 4 files:

  • Classes/Cache/Frontend: AbstractFrontend.php (+1), FrontendInterface.php (+1), StringFrontend.php (+1), VariableFrontend.php (+1)
k-fish 2009-09-16 14:36 Rev.: 3189

[~TASK] FLOW3: Fixed method parameter documentation found by new reflection service checks.
[+FEATURE] FLOW3 (Persistence): added removeAll() to base repository, resolves #3852.

4 lines of code changed in 2 files:

  • Classes/Cache/Frontend: AbstractFrontend.php (+2 -2), FrontendInterface.php (+2 -2)
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 4 files:

  • Classes/Cache/Frontend: AbstractFrontend.php (-8), FrontendInterface.php (-8), StringFrontend.php (-8), VariableFrontend.php (-8)
k-fish 2009-07-15 12:28 Rev.: 2794

[TASK] FLOW3: moved from @internal to @api, resolves #3883

26 lines of code changed in 4 files:

  • Classes/Cache/Frontend: AbstractFrontend.php (+10 -1), FrontendInterface.php (+10 -1), StringFrontend.php (+3), VariableFrontend.php (+3)
robert 2009-06-23 10:58 Rev.: 2637

* [TASK] FLOW3 (Monitor): Renamed F3\FLOW3\Monitor\ChangeDetectionStrategy\ModificationTime to F3\FLOW3\Monitor\ChangeDetectionStrategy\ModificationTimeStrategy
* [TASK] FLOW3 (Core): Move the F3\FLOW3\FLOW3 class into its own sub package "Core". The class is now called "Bootstrap".
* [+FEAT] FLOW3 (Core): Implemented a basic locking mechanism which locks the whole site while code caches are cleared. It's basically working but currently not customizable. Try it out by changing some code somewhere and then run two requests (in dev context) almost simultaneously. The Lock Manager is invoked on file changes through the Signal Slot mechanism. Resolves #3581
* [TASK] FLOW3: Simplified the index.php bootstrap a little and adjusted paths for the new Core sub package.
* [FIX] FLOW3 (SignalSlot): Added a check within the Signal Slot dispatcher which now throws a meaningful exception if a given slot class does not exist. Resolves #3730
* [TASK] FLOW3: Updated FLOW3's Package.xml file.
* [TASK] FLOW3: Commented out the SetEnv declaration in the .htaccess file. FLOW3 runs in Production context by default anyway and if the environment is set in the .htaccess file by default, any environment set in a virtual host wouldn't have any effect.

1 lines of code changed in 1 file:

  • Classes/Cache/Frontend: StringFrontend.php (+1 -2)
robert 2009-05-20 19:14 Rev.: 2293

* FLOW3: Marked all methods as @internal except those which are considered part of the official API. Resolves #1280
* TYPO3CR: Fixed two tests of the Storage\PDO\Search testcase.

2 lines of code changed in 2 files:

  • Classes/Cache/Frontend: AbstractFrontend.php (+1), FrontendInterface.php (+1)
k-fish 2009-05-19 12:14 Rev.: 2252

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

8 lines of code changed in 3 files:

  • Classes/Cache/Frontend: FrontendInterface.php (+2 -1), StringFrontend.php (+3 -2), VariableFrontend.php (+3 -2)
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.

2 lines of code changed in 1 file:

  • Classes/Cache/Frontend: FrontendInterface.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

11 lines of code changed in 4 files:

  • Classes/Cache/Frontend: AbstractFrontend.php (new), FrontendInterface.php (new 2), StringFrontend.php (new 5), VariableFrontend.php (new 4)
k-fish 2009-01-27 16:53 Rev.: 1803

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

528 lines of code changed in 4 files:

  • Classes/Cache/Frontend: F3_FLOW3_Cache_Frontend_AbstractFrontend.php (new 187), F3_FLOW3_Cache_Frontend_FrontendInterface.php (new 152), F3_FLOW3_Cache_Frontend_StringFrontend.php (new 94), F3_FLOW3_Cache_Frontend_VariableFrontend.php (new 95)
Generated by StatSVN 0.5.0