Feature #47428

Provide Asset base class

Added by Karsten Dambekalns over 2 years ago. Updated about 2 years ago.

Status:Resolved Start date:2013-04-22
Priority:Should have Due date:
Assigned To:Karsten Dambekalns % Done:

100%

Category:-
Target version:-

Related issues

related to Base Distribution - Work Package #45003: Media Browser Accepted

Associated revisions

Revision 6a69ac3f
Added by Karsten Dambekalns about 2 years ago

[FEATURE] Add Asset classes and adjust Image

Adds a base class and an interface for assets. The Image is adjusted
to use this and classes for Document, Video and Audio are added.

A new AssetRepository allows retrieval of assets.

Change-Id: I53af34412768f2e51e952d212218299ac124487f
Resolves: #47428
Resolves: #47262
Related: #45003

History

#1 Updated by Karsten Dambekalns over 2 years ago

This can be tested now by using the fork of TYPO3.Media ()

Add this to your root composer manifest:

"repositories" : [
  {
    "type": "git",
    "url": "https://kdambekalns@github.com/mgoldbeck/TYPO3.Media.git" 
  }
]

…

"require": {
  …
  "typo3/media": "dev-asset-model as dev-master" 
}

composer update will pull in the changes and a flow doctrine:migrate will adjust the schema as needed. If you want to go back, migrate down first and then go back to the original code.

#2 Updated by Karsten Dambekalns over 2 years ago

The github PR has been merged, the "dev-asset-model" alias is no longer needed.

#3 Updated by Gerrit Code Review about 2 years ago

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

#4 Updated by Karsten Dambekalns about 2 years ago

  • Status changed from Accepted to Under Review

#5 Updated by Gerrit Code Review about 2 years ago

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

#6 Updated by Karsten Dambekalns about 2 years ago

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

Also available in: Atom PDF