Actions
Epic #84044
closedAdmin Panel Rework
Status:
Closed
Priority:
Should have
Assignee:
Category:
AdminPanel
Target version:
Start date:
2010-08-11
Due date:
% Done:
100%
Estimated time:
(Total: 0.00 h)
Sprint Focus:
Description
For version 9, we want to rework the admin panel with the following goals:
- Easier to extend for extension authors (currently no new tabs are possible, the JS "API" is weird...)
- Modern Design
- More functionality (for inspiration see features of https://github.com/Konafets/typo3_debugbar and https://extensions.typo3.org/extension/typo3profiler/ )
- Extract `AdminPanelView` modules to one class per module with interface and API to register own modules (#84045)
- Extract module specific code lines from general code (interface expansion might be necessary) (#84118)
- Move AdminPanel to own system extension (#84159) and let the modules be registered by the corresponding core extensions (f.e. fe_edit)
- Remove access to globals and use PSR-7 request object instead (introduce AdminPanel PSR-15 middleware) [interface expansion with $request might be necessary]
- Add upgrade wizard to optionally enable admin panel on upgrades (#84583)
- Remove configuration via $_GET params (google the admin panel get vars and you'll see one of the reasons) (#84584)
- Render modules via fluid standalone (done)
- Render outer panel via fluid standalone (#84584)
- Re-Design the panel (#84584)
- Add functionality (tbd)
Updated by Riccardo De Contardi over 6 years ago
- Related to Feature #65124: AdminPanel: allow for multi domain installations added
Updated by Riccardo De Contardi over 6 years ago
- Related to Feature #64906: Admin panel with forced TS rendering could contain more labels added
Updated by Riccardo De Contardi over 6 years ago
- Related to Bug #43672: Admin panel unnecessarily reloads page upon expand/collapse added
Updated by Riccardo De Contardi over 6 years ago
- Related to Bug #66793: "simulate time" in admin-panel does not respect timezone added
Updated by Riccardo De Contardi over 6 years ago
- Related to Bug #78685: Admin panel - Display content renders content very far from visible window of Admin Panel added
Updated by Riccardo De Contardi over 6 years ago
- Related to Bug #84198: simulate usergroup in admin panel is reset on update added
Updated by Riccardo De Contardi over 6 years ago
- Related to Bug #43447: admPanel.override.edit.editNoPopup = 1 doesn't work added
Updated by Susanne Moog over 6 years ago
- Status changed from New to In Progress
Updated by Susanne Moog over 6 years ago
- Related to Bug #52629: Tx_Workspaces_Service_Fehooks corrupts page output added
Updated by Susanne Moog over 6 years ago
- Category changed from Frontend to AdminPanel
Updated by Susanne Moog about 6 years ago
- Target version changed from 9 LTS to Candidate for Major Version
Updated by Stefan Bürk 2 months ago
- Related to Task #104924: Remove obsolete eId handler registration for `EXT:adminpanel` added
Actions