[FEATURE] Avatar for backend users
Extends be_users with avatar image. * Avatars can be uploaded by backend users via EXT:setup. * TCA of backend users is extended with image column. * Added new ViewHelper to show the avatar everywhere in the backend. Resolves: #48947 Resolves: #57515 Releases: master Change-Id: I4b0e4b5d31d04fd6dfe1f7c7f52b71762a8e016a Reviewed-on: http://review.typo3.org/24132 Reviewed-by:Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Benjamin Mack <benni@typo3.org> Reviewed-by:
Benjamin Kott <info@bk2k.info> Tested-by:
Benjamin Kott <info@bk2k.info> Tested-by:
Benjamin Mack <benni@typo3.org>
Showing
- Build/Gruntfile.js 3 additions, 0 deletionsBuild/Gruntfile.js
- Build/Resources/Private/Icons/Illustrator/avatar-default.ai 1937 additions, 0 deletionsBuild/Resources/Private/Icons/Illustrator/avatar-default.ai
- Build/Resources/Private/Icons/avatar-default.svg 13 additions, 0 deletionsBuild/Resources/Private/Icons/avatar-default.svg
- Build/Resources/Public/Less/Component/avatar.less 107 additions, 0 deletionsBuild/Resources/Public/Less/Component/avatar.less
- Build/Resources/Public/Less/TYPO3/_topbar.less 1 addition, 1 deletionBuild/Resources/Public/Less/TYPO3/_topbar.less
- Build/Resources/Public/Less/_minimal.less 1 addition, 0 deletionsBuild/Resources/Public/Less/_minimal.less
- typo3/sysext/backend/Classes/Backend/Avatar/Avatar.php 105 additions, 0 deletionstypo3/sysext/backend/Classes/Backend/Avatar/Avatar.php
- typo3/sysext/backend/Classes/Backend/ToolbarItems/UserToolbarItem.php 5 additions, 2 deletions.../backend/Classes/Backend/ToolbarItems/UserToolbarItem.php
- typo3/sysext/backend/Classes/Controller/ContentElement/ElementInformationController.php 12 additions, 7 deletions...ontroller/ContentElement/ElementInformationController.php
- typo3/sysext/backend/Classes/ViewHelpers/AvatarViewHelper.php 68 additions, 0 deletions...3/sysext/backend/Classes/ViewHelpers/AvatarViewHelper.php
- typo3/sysext/backend/Resources/Public/Icons/avatar-default.svg 13 additions, 0 deletions.../sysext/backend/Resources/Public/Icons/avatar-default.svg
- typo3/sysext/belog/Resources/Private/Partials/Content/LogEntries.html 14 additions, 5 deletions.../belog/Resources/Private/Partials/Content/LogEntries.html
- typo3/sysext/beuser/Resources/Private/Partials/BackendUser/IndexListRow.html 4 additions, 2 deletions.../Resources/Private/Partials/BackendUser/IndexListRow.html
- typo3/sysext/beuser/Resources/Private/Partials/BackendUser/OnlineListRow.html 1 addition, 1 deletion...Resources/Private/Partials/BackendUser/OnlineListRow.html
- typo3/sysext/beuser/Resources/Private/Templates/BackendUser/Compare.html 1 addition, 1 deletion...user/Resources/Private/Templates/BackendUser/Compare.html
- typo3/sysext/beuser/Resources/Private/Templates/BackendUser/Index.html 2 additions, 2 deletions...beuser/Resources/Private/Templates/BackendUser/Index.html
- typo3/sysext/core/Configuration/TCA/be_users.php 10 additions, 2 deletionstypo3/sysext/core/Configuration/TCA/be_users.php
- typo3/sysext/core/Configuration/TCA/sys_file_reference.php 1 addition, 0 deletionstypo3/sysext/core/Configuration/TCA/sys_file_reference.php
- typo3/sysext/core/Documentation/Changelog/master/Feature-48947-AvatarsForBackendUsers.rst 15 additions, 0 deletions...Changelog/master/Feature-48947-AvatarsForBackendUsers.rst
- typo3/sysext/core/ext_tables.sql 1 addition, 0 deletionstypo3/sysext/core/ext_tables.sql
Please register or sign in to comment