Feature #39926

Integrate basic file abstraction layer models

Added by Oliver Hader 10 months ago. Updated 10 months ago.

Status:Resolved Start date:2012-08-18
Priority:Should have Due date:
Assignee:Oliver Hader % Done:

100%

Category:-
Target version:Core - 6.0.0-pre-beta1
Has patch:No Tags:
Votes: 0

Description

Since the file abstraction layer (FAL) has been introduced during the development of TYPO3 6.0, it is also required to have an automized and fluent way to access those abstract files via Extbase. Since the FAL models cannot completely and directly be used as Extbase Domain object, simple wrapping objects are defined to access the concrete objects.

Associated revisions

Revision 62a37d4b
Added by Oliver Hader 10 months ago

[FEATURE] Integrate basic file abstraction layer models

Warning: This feature is marked as experimental! It is a quick shot to
get a basic connection between extbase and FAL. We added the code to
see if it works out, but it is also possible that we decide to throw it
away completly and substitute it with something different later on. Be
aware of this if you use the models and type converters in your code!

Since the file abstraction layer (FAL) has been introduced during the
development of TYPO3 6.0, it is also required to have an automized and
fluent way to access those abstract files via Extbase. Since the FAL
models cannot completely and directly be used as Extbase Domain object,
simple wrapping objects are defined to access the concrete objects.

The patch adds the basic models for this. Furthermore additional type
converter classes are added for those models.

The patch contains an additional base test case that is able to create
a test database and feed it with fixture data, it is also marked as
experimental.

Change-Id: I537d32377ddd891627af2c163af252c48554d003
Resolves: #39926
Releases: 6.0
Reviewed-on: http://review.typo3.org/13885
Reviewed-by: Christian Kuhn
Tested-by: Christian Kuhn

History

Updated by Gerrit Code Review 10 months ago

  • Status changed from New to Under Review

Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/13885

Updated by Gerrit Code Review 10 months ago

Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/13885

Updated by Oliver Hader 10 months ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100

Also available in: Atom PDF