[TASK] The Number of The Workspace
This change ports EXT:workspace to Bootstrap and jQuery. The workspace interface is simplified now, similar actions are tied together: - The record history is now part of ``getRowDetails()`` to get rid of the extra button and popup. - The "Send to stage" buttons are now also in the record information modal as separate buttons. The JavaScript has some wrapper methods to simplify the remaining ExtDirect calls. ExtDirectServer::getDifferenceHandler() now instantiates the DiffUtility and does not use the internal diff library directly anymore. Resolves: #74359 Releases: master Change-Id: Id706ae8a886f05aafeb402cdc2352068f1021dbe Reviewed-on: https://review.typo3.org/46573 Reviewed-by:Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org> Reviewed-by:
Susanne Moog <typo3@susannemoog.de> Tested-by:
Susanne Moog <typo3@susannemoog.de>
Showing
- Build/Gruntfile.js 9 additions, 0 deletionsBuild/Gruntfile.js
- Build/Resources/Public/Less/TYPO3/_module_workspaces.less 42 additions, 278 deletionsBuild/Resources/Public/Less/TYPO3/_module_workspaces.less
- typo3/sysext/t3skin/Resources/Public/Css/backend.css 7 additions, 240 deletionstypo3/sysext/t3skin/Resources/Public/Css/backend.css
- typo3/sysext/workspaces/Classes/Controller/AbstractController.php 29 additions, 18 deletions...sext/workspaces/Classes/Controller/AbstractController.php
- typo3/sysext/workspaces/Classes/Controller/PreviewController.php 132 additions, 100 deletions...ysext/workspaces/Classes/Controller/PreviewController.php
- typo3/sysext/workspaces/Classes/Controller/ReviewController.php 76 additions, 90 deletions...sysext/workspaces/Classes/Controller/ReviewController.php
- typo3/sysext/workspaces/Classes/ExtDirect/ActionHandler.php 64 additions, 76 deletionstypo3/sysext/workspaces/Classes/ExtDirect/ActionHandler.php
- typo3/sysext/workspaces/Classes/ExtDirect/ExtDirectServer.php 97 additions, 47 deletions...3/sysext/workspaces/Classes/ExtDirect/ExtDirectServer.php
- typo3/sysext/workspaces/Classes/Service/GridDataService.php 2 additions, 0 deletionstypo3/sysext/workspaces/Classes/Service/GridDataService.php
- typo3/sysext/workspaces/Classes/Service/HistoryService.php 8 additions, 0 deletionstypo3/sysext/workspaces/Classes/Service/HistoryService.php
- typo3/sysext/workspaces/Classes/Service/StagesService.php 0 additions, 1 deletiontypo3/sysext/workspaces/Classes/Service/StagesService.php
- typo3/sysext/workspaces/Resources/Private/Language/locallang.xlf 38 additions, 8 deletions...ysext/workspaces/Resources/Private/Language/locallang.xlf
- typo3/sysext/workspaces/Resources/Private/Layouts/Empty.html 1 addition, 0 deletionstypo3/sysext/workspaces/Resources/Private/Layouts/Empty.html
- typo3/sysext/workspaces/Resources/Private/Layouts/Module.html 3 additions, 2 deletions...3/sysext/workspaces/Resources/Private/Layouts/Module.html
- typo3/sysext/workspaces/Resources/Private/Layouts/Nodoc.html 9 additions, 0 deletionstypo3/sysext/workspaces/Resources/Private/Layouts/Nodoc.html
- typo3/sysext/workspaces/Resources/Private/Layouts/Popup.html 0 additions, 17 deletionstypo3/sysext/workspaces/Resources/Private/Layouts/Popup.html
- typo3/sysext/workspaces/Resources/Private/Less/preview.less 69 additions, 0 deletionstypo3/sysext/workspaces/Resources/Private/Less/preview.less
- typo3/sysext/workspaces/Resources/Private/Partials/Legend.html 3 additions, 1 deletion.../sysext/workspaces/Resources/Private/Partials/Legend.html
- typo3/sysext/workspaces/Resources/Private/Partials/Navigation.html 2 additions, 0 deletions...ext/workspaces/Resources/Private/Partials/Navigation.html
- typo3/sysext/workspaces/Resources/Private/Partials/Preview/StageButtons.html 11 additions, 0 deletions...aces/Resources/Private/Partials/Preview/StageButtons.html
Please register or sign in to comment