Task #59556
closedEnsure that cli user is admin on extension install and uninstall
100%
Description
Extension install and uninstall is an admin task. Calling this task via cli should ensure, that the user has admin rights.
Distribution packages could be installed via cli without errors now.
Updated by Gerrit Code Review over 10 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/30715
Updated by Gerrit Code Review over 10 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/30715
Updated by Fabien Udriot over 10 years ago
Steps to reproduce
----------------------
Prepare environment:
- Install a fresh, blank CMS
- Create user _cli_lowlevel as BE user
- Copy / paste from somewhere EXT:bootstrap_package, EXT:introduction and EXT:realurl in
typo3conf/ext
Run the following commands. Reminder: the install command does not resolve dependencies.
- typo3/cli_dispatch.phpsh extbase extension:install realurl
- typo3/cli_dispatch.phpsh extbase extension:install bootstrap_package
- typo3/cli_dispatch.phpsh extbase extension:install introduction
Without the patch -> data will not be imported, i.e. Introduction distribution remains empty
With patch applied -> data are imported as expected and site is :)
Updated by Gerrit Code Review over 10 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/30715
Updated by Gerrit Code Review over 10 years ago
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/30885
Updated by Marc Bastian Heinrichs over 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 6fbac4bb717dbd1a7c7c412330f8525d9ac98af0.