[TASK] Move Media cObject and CTypes to new extension
In order to separate features and also consolidate code for specific features into one place, a new system extension is created. The extension "mediace" ships with the core (not installed by default) for now but could be moved to TER in future releases. Next steps are: - move third-party files from typo3/contrib/ to EXT:mediace - find a proper solution to move the MediaWizard provider - (optionally) create a Update Wizard that checks if the system uses media or multimedia elements or the "multimedia" and install the extension automatically. Change-Id: I312ba6c15fece3a1319de23c085790590a659755 Resolves: #64719 Releases: master Reviewed-on: http://review.typo3.org/36572 Reviewed-by:Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
Showing
- typo3/sysext/cms/ext_localconf.php 1 addition, 17 deletionstypo3/sysext/cms/ext_localconf.php
- typo3/sysext/core/Documentation/Changelog/master/Breaking-64719-MediaContentMovedToSystemExtension.rst 39 additions, 0 deletions...ter/Breaking-64719-MediaContentMovedToSystemExtension.rst
- typo3/sysext/css_styled_content/ext_localconf.php 4 additions, 1 deletiontypo3/sysext/css_styled_content/ext_localconf.php
- typo3/sysext/css_styled_content/pageTSconfig.txt 0 additions, 11 deletionstypo3/sysext/css_styled_content/pageTSconfig.txt
- typo3/sysext/css_styled_content/static/constants.txt 0 additions, 17 deletionstypo3/sysext/css_styled_content/static/constants.txt
- typo3/sysext/css_styled_content/static/setup.txt 0 additions, 193 deletionstypo3/sysext/css_styled_content/static/setup.txt
- typo3/sysext/frontend/Configuration/TCA/tt_content.php 9 additions, 67 deletionstypo3/sysext/frontend/Configuration/TCA/tt_content.php
- typo3/sysext/frontend/Tests/Unit/ContentObject/ContentObjectRendererTest.php 0 additions, 5 deletions...nd/Tests/Unit/ContentObject/ContentObjectRendererTest.php
- typo3/sysext/frontend/ext_tables.sql 0 additions, 1 deletiontypo3/sysext/frontend/ext_tables.sql
- typo3/sysext/mediace/Classes/ContentObject/FlowPlayerContentObject.php 24 additions, 15 deletions...mediace/Classes/ContentObject/FlowPlayerContentObject.php
- typo3/sysext/mediace/Classes/ContentObject/MediaContentObject.php 2 additions, 2 deletions...sext/mediace/Classes/ContentObject/MediaContentObject.php
- typo3/sysext/mediace/Classes/ContentObject/MultimediaContentObject.php 2 additions, 2 deletions...mediace/Classes/ContentObject/MultimediaContentObject.php
- typo3/sysext/mediace/Classes/ContentObject/QuicktimeObjectContentObject.php 13 additions, 4 deletions...ce/Classes/ContentObject/QuicktimeObjectContentObject.php
- typo3/sysext/mediace/Classes/ContentObject/ShockwaveFlashObjectContentObject.php 15 additions, 5 deletions...asses/ContentObject/ShockwaveFlashObjectContentObject.php
- typo3/sysext/mediace/Configuration/FlexForms/media.xml 0 additions, 0 deletionstypo3/sysext/mediace/Configuration/FlexForms/media.xml
- typo3/sysext/mediace/Configuration/TCA/Overrides/tt_content.php 83 additions, 0 deletions...sysext/mediace/Configuration/TCA/Overrides/tt_content.php
- typo3/sysext/mediace/Configuration/TypoScript/constants.txt 16 additions, 0 deletionstypo3/sysext/mediace/Configuration/TypoScript/constants.txt
- typo3/sysext/mediace/Configuration/TypoScript/setup.txt 192 additions, 0 deletionstypo3/sysext/mediace/Configuration/TypoScript/setup.txt
- typo3/sysext/mediace/Migrations/Code/ClassAliasMap.php 8 additions, 0 deletionstypo3/sysext/mediace/Migrations/Code/ClassAliasMap.php
- typo3/sysext/mediace/Migrations/Code/LegacyClassesForIde.php 26 additions, 0 deletionstypo3/sysext/mediace/Migrations/Code/LegacyClassesForIde.php
Please register or sign in to comment