[FEATURE] Introduce System Information dropdown item
This patch introduces a new System Information dropdown item that contains several system information. By default it displays: * PHP version * Database version * Application context * git revision (if TYPO3 version has "-dev" suffix) * Operating system The item list is extendable by the SystemInformationHookInterface. Resolves: #65767 Releases: master Change-Id: I2e7489f53198d44edea9995fe4cce49696a2f888 Reviewed-on: http://review.typo3.org/37881 Reviewed-by:Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Frank Nägler <typo3@naegler.net> Reviewed-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Tested-by:
Jigal van Hemert <jigal.van.hemert@typo3.org>
Showing
- typo3/sysext/backend/Classes/Backend/ToolbarItems/AbstractToolbarItem.php 49 additions, 0 deletions...kend/Classes/Backend/ToolbarItems/AbstractToolbarItem.php
- typo3/sysext/backend/Classes/Backend/ToolbarItems/SystemInformationToolbarItem.php 322 additions, 0 deletions...ses/Backend/ToolbarItems/SystemInformationToolbarItem.php
- typo3/sysext/backend/Classes/Toolbar/Enumeration/InformationStatus.php 64 additions, 0 deletions...backend/Classes/Toolbar/Enumeration/InformationStatus.php
- typo3/sysext/backend/Resources/Private/Language/locallang.xlf 10 additions, 0 deletions...3/sysext/backend/Resources/Private/Language/locallang.xlf
- typo3/sysext/backend/Resources/Private/Templates/ToolbarMenu/SystemInformation.html 32 additions, 0 deletions...rces/Private/Templates/ToolbarMenu/SystemInformation.html
- typo3/sysext/backend/Resources/Public/JavaScript/Toolbar/SystemInformationMenu.js 42 additions, 0 deletions...ources/Public/JavaScript/Toolbar/SystemInformationMenu.js
- typo3/sysext/backend/ext_localconf.php 1 addition, 0 deletionstypo3/sysext/backend/ext_localconf.php
- typo3/sysext/belog/Classes/Controller/SystemInformationController.php 71 additions, 0 deletions.../belog/Classes/Controller/SystemInformationController.php
- typo3/sysext/belog/Resources/Private/Language/locallang.xlf 3 additions, 0 deletionstypo3/sysext/belog/Resources/Private/Language/locallang.xlf
- typo3/sysext/belog/ext_localconf.php 12 additions, 0 deletionstypo3/sysext/belog/ext_localconf.php
- typo3/sysext/core/Classes/Core/SystemEnvironmentBuilder.php 29 additions, 4 deletionstypo3/sysext/core/Classes/Core/SystemEnvironmentBuilder.php
- typo3/sysext/core/Classes/Database/DatabaseConnection.php 9 additions, 0 deletionstypo3/sysext/core/Classes/Database/DatabaseConnection.php
- typo3/sysext/core/Documentation/Changelog/master/Feature-65767-SystemInformationDropdown.rst 93 additions, 0 deletions...ngelog/master/Feature-65767-SystemInformationDropdown.rst
- typo3/sysext/dbal/Classes/Database/DatabaseConnection.php 22 additions, 0 deletionstypo3/sysext/dbal/Classes/Database/DatabaseConnection.php
- typo3/sysext/lang/locallang_core.xlf 18 additions, 0 deletionstypo3/sysext/lang/locallang_core.xlf
- typo3/sysext/t3skin/Resources/Private/Styles/TYPO3/_element_badges.less 15 additions, 0 deletions...3skin/Resources/Private/Styles/TYPO3/_element_badges.less
- typo3/sysext/t3skin/Resources/Private/Styles/TYPO3/_topbar.less 21 additions, 0 deletions...sysext/t3skin/Resources/Private/Styles/TYPO3/_topbar.less
- typo3/sysext/t3skin/Resources/Private/Styles/t3skin.less 1 addition, 0 deletionstypo3/sysext/t3skin/Resources/Private/Styles/t3skin.less
- typo3/sysext/t3skin/Resources/Public/Css/visual/t3skin.css 37 additions, 0 deletionstypo3/sysext/t3skin/Resources/Public/Css/visual/t3skin.css
Please register or sign in to comment