[TYPO3-core] [Errored] TYPO3/TYPO3.CMS#1992 (master - a8c5479)

Travis CI notifications at travis-ci.org
Thu Jan 30 19:53:24 CET 2014


Build Update for TYPO3/TYPO3.CMS
-------------------------------------

Build: #1992
Status: Errored

Duration: 30 minutes and 14 seconds
Commit: a8c5479 (master)
Author: Steffen Ritter
Message: [TASK] Add API to retrieve the parent folder of a resource

Currently if some code needs the parent directory or folder
object of some files or folders it either needs to query the
storage object for the identifier of the parent folder and then
create the folder object manually or needs to fiddle around with
the identifier manually, assuming that all identifiers are a
representation of a hierarchical path as it is for the local
driver.

The latter not only will fail for all storages having non-path
identifiers it is more overhead to create the folder objects
manually anyhow.

This patch adds "getParentFolder" to the ResourceInterface and
implements the method in AbstractFile and Folder as well as it
replaces the manual resolval in the file list module.

Releases: 6.2
Resolves: #54226
Change-Id: I651d62340186dd9ac57277b498f8f98ee160dfd2
Reviewed-on: https://review.typo3.org/26724
Reviewed-by: Alexander Opitz
Reviewed-by: Marcin Sągol
Reviewed-by: Sebastian Fischer
Tested-by: Sebastian Fischer
Reviewed-by: Ernesto Baschny
Tested-by: Ernesto Baschny

View the changeset: https://github.com/TYPO3/TYPO3.CMS/compare/3ac80662f3cd...a8c5479803ee

View the full build log and details: https://travis-ci.org/TYPO3/TYPO3.CMS/builds/17923954

--

You can configure recipients for build notifications in your .travis.yml file. See http://about.travis-ci.org/docs/user/build-configuration



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20140130/14b3dcda/attachment.htm>


More information about the TYPO3-team-core mailing list