[FEATURE] Allow updating online media assets
A new controller is added, which allows to update Metadata of online media assets. This basically updates the preview image and some basic data like author and the assets dimensions. To trigger the update, a new action is available in the context menu and the secondary dropdown of online media assets. The functionality can be extended in the future to update further information like the asset's title. However, this needs some more considerations, because an editor might already changed the title intentionally. Resolves: #82855 Releases: main Change-Id: Iba82400c582de0d4e7b2d4eab219a86bc4830be6 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/81083 Reviewed-by:Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Jochen Roth <rothjochen@gmail.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Andreas Nedbal <andy@pixelde.su> Tested-by:
core-ci <typo3@b13.com> Reviewed-by:
Andreas Nedbal <andy@pixelde.su> Tested-by:
Jochen Roth <rothjochen@gmail.com> Tested-by:
Oliver Hader <oliver.hader@typo3.org> Reviewed-by:
Sebastian Tittel <sebastiantittel@mail.de> Reviewed-by:
Oliver Bartsch <bo@cedev.de>
Showing
- Build/Sources/TypeScript/filelist/context-menu-actions.ts 25 additions, 0 deletionsBuild/Sources/TypeScript/filelist/context-menu-actions.ts
- Build/Sources/TypeScript/filelist/file-list-actions.ts 4 additions, 0 deletionsBuild/Sources/TypeScript/filelist/file-list-actions.ts
- Build/Sources/TypeScript/filelist/file-list.ts 26 additions, 0 deletionsBuild/Sources/TypeScript/filelist/file-list.ts
- typo3/sysext/core/Classes/Resource/OnlineMedia/Service/PreviewService.php 55 additions, 0 deletions...e/Classes/Resource/OnlineMedia/Service/PreviewService.php
- typo3/sysext/core/Documentation/Changelog/13.0/Feature-82855-UpdateMetadataOfOnlineMediaAssets.rst 29 additions, 0 deletions.../13.0/Feature-82855-UpdateMetadataOfOnlineMediaAssets.rst
- typo3/sysext/core/Resources/Private/Language/locallang_core.xlf 6 additions, 0 deletions...sysext/core/Resources/Private/Language/locallang_core.xlf
- typo3/sysext/filelist/Classes/ContextMenu/ItemProviders/FileProvider.php 18 additions, 0 deletions...lelist/Classes/ContextMenu/ItemProviders/FileProvider.php
- typo3/sysext/filelist/Classes/Controller/FileListController.php 2 additions, 0 deletions...sysext/filelist/Classes/Controller/FileListController.php
- typo3/sysext/filelist/Classes/Controller/FileUpdateOnlineMediaController.php 94 additions, 0 deletions...st/Classes/Controller/FileUpdateOnlineMediaController.php
- typo3/sysext/filelist/Classes/FileList.php 41 additions, 1 deletiontypo3/sysext/filelist/Classes/FileList.php
- typo3/sysext/filelist/Configuration/Backend/Routes.php 6 additions, 0 deletionstypo3/sysext/filelist/Configuration/Backend/Routes.php
- typo3/sysext/filelist/Resources/Private/Language/locallang_mod_file_list.xlf 3 additions, 0 deletions...st/Resources/Private/Language/locallang_mod_file_list.xlf
- typo3/sysext/filelist/Resources/Public/JavaScript/context-menu-actions.js 1 addition, 1 deletion...elist/Resources/Public/JavaScript/context-menu-actions.js
- typo3/sysext/filelist/Resources/Public/JavaScript/file-list-actions.js 1 addition, 1 deletion...filelist/Resources/Public/JavaScript/file-list-actions.js
- typo3/sysext/filelist/Resources/Public/JavaScript/file-list.js 1 addition, 1 deletion.../sysext/filelist/Resources/Public/JavaScript/file-list.js
Please register or sign in to comment