[!!!][TASK] Migrate file edit form to FormEngine
To simplify the overhaul of EXT:t3editor, the form to change a file's content is based on FormEngine now. Additionally, the file rename form has been streamlined to the overall backend visual appearance. Resolves: #81763 Releases: master Change-Id: Ifb9bc5513bff923a6d4cdbcb6046e87f4dcf3626 Reviewed-on: https://review.typo3.org/53129 Tested-by:TYPO3com <no-reply@typo3.com> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- typo3/sysext/backend/Classes/Controller/File/EditFileController.php 74 additions, 12 deletions...xt/backend/Classes/Controller/File/EditFileController.php
- typo3/sysext/backend/Classes/Controller/File/FileController.php 9 additions, 2 deletions...sysext/backend/Classes/Controller/File/FileController.php
- typo3/sysext/backend/Classes/Controller/File/FileUploadController.php 2 additions, 2 deletions.../backend/Classes/Controller/File/FileUploadController.php
- typo3/sysext/backend/Classes/Controller/File/RenameFileController.php 22 additions, 4 deletions.../backend/Classes/Controller/File/RenameFileController.php
- typo3/sysext/backend/Resources/Private/Templates/File/CreateFolder.html 9 additions, 9 deletions...ackend/Resources/Private/Templates/File/CreateFolder.html
- typo3/sysext/backend/Resources/Private/Templates/File/EditFile.html 1 addition, 11 deletions...xt/backend/Resources/Private/Templates/File/EditFile.html
- typo3/sysext/backend/Resources/Private/Templates/File/RenameFile.html 26 additions, 23 deletions.../backend/Resources/Private/Templates/File/RenameFile.html
- typo3/sysext/backend/Resources/Private/TypeScript/RenameFile.ts 4 additions, 4 deletions...sysext/backend/Resources/Private/TypeScript/RenameFile.ts
- typo3/sysext/backend/Resources/Public/JavaScript/DragUploader.js 2 additions, 2 deletions...ysext/backend/Resources/Public/JavaScript/DragUploader.js
- typo3/sysext/backend/Resources/Public/JavaScript/RenameFile.js 4 additions, 4 deletions.../sysext/backend/Resources/Public/JavaScript/RenameFile.js
- typo3/sysext/core/Documentation/Changelog/master/Breaking-81763-HookParametersOfTypo3file_editphppreOutputProcessingHookChanged.rst 35 additions, 0 deletions...tersOfTypo3file_editphppreOutputProcessingHookChanged.rst
- typo3/sysext/core/Documentation/Changelog/master/Deprecation-81763-DeprecatedLanguageLabelForFileRename.rst 26 additions, 0 deletions...eprecation-81763-DeprecatedLanguageLabelForFileRename.rst
- typo3/sysext/filelist/Resources/Public/JavaScript/ContextMenuActions.js 1 addition, 1 deletion...ilelist/Resources/Public/JavaScript/ContextMenuActions.js
- typo3/sysext/filelist/Resources/Public/JavaScript/FileDelete.js 3 additions, 3 deletions...sysext/filelist/Resources/Public/JavaScript/FileDelete.js
- typo3/sysext/impexp/Resources/Private/Partials/Import/Upload.html 2 additions, 2 deletions...sext/impexp/Resources/Private/Partials/Import/Upload.html
- typo3/sysext/lang/Resources/Private/Language/locallang_core.xlf 7 additions, 0 deletions...sysext/lang/Resources/Private/Language/locallang_core.xlf
- typo3/sysext/recordlist/Classes/View/FolderUtilityRenderer.php 2 additions, 2 deletions.../sysext/recordlist/Classes/View/FolderUtilityRenderer.php
- typo3/sysext/t3editor/Classes/Hook/FileEditHook.php 35 additions, 84 deletionstypo3/sysext/t3editor/Classes/Hook/FileEditHook.php
- typo3/sysext/t3editor/Resources/Public/JavaScript/FileEdit.js 0 additions, 60 deletions...3/sysext/t3editor/Resources/Public/JavaScript/FileEdit.js
- typo3/sysext/t3editor/ext_localconf.php 0 additions, 4 deletionstypo3/sysext/t3editor/ext_localconf.php
Please register or sign in to comment