Directory Classes/Resource/Publishing/

Directory Created:
2009-12-21 17:21
Directory Deleted:
2010-08-24 10:42
Total Files:
0
Deleted Files:
4
Lines of Code:
0

[root]/Classes/Resource/Publishing

Lines of Code

Classes/Resource/Publishing/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 23 (100.0%) 514 (100.0%) 22.3
robert 6 (26.1%) 471 (91.6%) 78.5
k-fish 16 (69.6%) 42 (8.2%) 2.6
bwaidelich 1 (4.3%) 1 (0.2%) 1.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:

  • Classes/Resource/Publishing: AbstractResourcePublishingTarget.php (del), FileSystemPublishingTarget.php (del), ResourcePublisher.php (del), ResourcePublishingTargetInterface.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 4 files:

  • Classes/Resource/Publishing: AbstractResourcePublishingTarget.php (-1), FileSystemPublishingTarget.php (-1), ResourcePublisher.php (-1), ResourcePublishingTargetInterface.php (-1)
bwaidelich 2010-07-15 13:20 Rev.: 4862

[+BUGFIX] FLOW3: Added helper function \F3\FLOW3\Utility\Files::is_link() that works on Windows too. This resolves #8432.

1 lines of code changed in 1 file:

  • Classes/Resource/Publishing: FileSystemPublishingTarget.php (+1 -1)
k-fish 2010-03-18 16:31 Rev.: 3992

[~TASK] FLOW3 (AOP): The persistence subpackage is no longer blacklisted in AOP.
[~TASK] FLOW3 (Persistence): The signal emitters in AbstractBackend are no longer "handmade".
[+BUGFIX] FLOW3 (Resource): Fixed removal of files tied to persisted resources on object removal, fixes #6909.
[+TASK] FLOW3 (Resource): When a persistent resource is removed, a published version is removed as well.

37 lines of code changed in 3 files:

  • Classes/Resource/Publishing: FileSystemPublishingTarget.php (+16), ResourcePublisher.php (+12), ResourcePublishingTargetInterface.php (+9)
k-fish 2010-03-11 22:14 Rev.: 3932

[+BUGFIX] FLOW3 (Resource): When publishing persistent resources NULL for the title is now ignored as well, fixes #6780.

2 lines of code changed in 2 files:

  • Classes/Resource/Publishing: AbstractResourcePublishingTarget.php (+1 -1), FileSystemPublishingTarget.php (+1 -1)
k-fish 2010-02-26 00:05 Rev.: 3866

[+API] FLOW3 (Utility): Added detectBaseUri() to Environment. Given an URI instance it tries to detect the corresponding base URI.
[+API] FLOW3 (Utility): Added getScriptRequestPath() to Environment, returns the path to the actual script request relative to the document root.
[~API] FLOW3 (Utility): Renamed getScriptRequestPathAndName() to getScriptRequestPathAndFilename() in Environment.
[~TASK] FLOW3 (MVC): Reverted recent change by Robert related to request path handling, relates to #6596
[~TASK] FLOW3 (Utility): Some more changes to getRequestUri() in Environment, relates to #6596, relates to #3029, relates to #3375.
[~TASK] FLOW3 (Resource): Make use of new getScriptRequestPath() method in FileSystemPublishingTarget.

1 lines of code changed in 1 file:

  • Classes/Resource/Publishing: FileSystemPublishingTarget.php (+1 -3)
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.

1 lines of code changed in 1 file:

  • Classes/Resource/Publishing: ResourcePublisher.php (+1 -2)
k-fish 2010-01-13 17:13 Rev.: 3615

[~TASK] FLOW3 (Resource): Nitpicking on param annotations.
[~TASK] FLOW3 (Utility): Nitpicking on param annotations.

2 lines of code changed in 2 files:

  • Classes/Resource/Publishing: AbstractResourcePublishingTarget.php (+1 -1), ResourcePublisher.php (+1 -1)
robert 2009-12-21 18:18 Rev.: 3551

[#BUGFIX] FLOW3 (Resource): The FileSystemPublishingTarget caused a fatal exception when FLOW3 was run in CLI mode - fixed that.

3 lines of code changed in 1 file:

  • Classes/Resource/Publishing: FileSystemPublishingTarget.php (+3)
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.

467 lines of code changed in 4 files:

  • Classes/Resource/Publishing: AbstractResourcePublishingTarget.php (new 58), FileSystemPublishingTarget.php (new 242), ResourcePublisher.php (new 97), ResourcePublishingTargetInterface.php (new 70)
Generated by StatSVN 0.5.0