Task #84623
closedMove LocalConfiguration* and PackageStates to config folder
Added by Benni Mack over 6 years ago. Updated about 6 years ago.
100%
Updated by Gerrit Code Review over 6 years ago
- Status changed from New to Under Review
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56517
Updated by Gerrit Code Review over 6 years ago
Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56517
Updated by Gerrit Code Review over 6 years ago
Patch set 8 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56517
Updated by Gerrit Code Review over 6 years ago
Patch set 9 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56517
Updated by Mathias Brodala over 6 years ago
To test the change in Composer mode you need a clone of the TYPO3 repository with the change checked out as well as a real LocalConfiguration.php
and PackageStates.php
. Now create a working directory somewhere with a web/typo3conf
directory and put these two files in there. Put the following composer.json
at the root of the working directory:
{ "repositories": { "typo3": { "type": "path", "url": "/path/to/typo3/sysext/*" } }, "require": { "typo3/cms-backend": "dev-master", "typo3/cms-core": "dev-master", "typo3/cms-documentation": "dev-master", "typo3/cms-extbase": "dev-master", "typo3/cms-extensionmanager": "dev-master", "typo3/cms-filelist": "dev-master", "typo3/cms-fluid": "dev-master", "typo3/cms-frontend": "dev-master", "typo3/cms-install": "dev-master", "typo3/cms-lang": "dev-master", "typo3/cms-recordlist": "dev-master", "typo3/cms-saltedpasswords": "dev-master" }, "extra": { "typo3/cms": { "web-dir": "web" } } }
Run composer install
and open the host for your working directory in your browser. You'll be redirected to the Install Tool which tells you that the installation is completed and you can open the backend. If you now check your working directory, you'll see a new config
directory and all files where moved from web/typo3conf
into config
.
Updated by Gerrit Code Review over 6 years ago
Patch set 10 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56517
Updated by Gerrit Code Review over 6 years ago
Patch set 12 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56517
Updated by Gerrit Code Review over 6 years ago
Patch set 13 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56517
Updated by Gerrit Code Review over 6 years ago
Patch set 14 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56517
Updated by Gerrit Code Review over 6 years ago
Patch set 15 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56517
Updated by Gerrit Code Review over 6 years ago
Patch set 16 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56517
Updated by Gerrit Code Review over 6 years ago
Patch set 17 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56517
Updated by Gerrit Code Review over 6 years ago
Patch set 18 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56517
Updated by Gerrit Code Review over 6 years ago
Patch set 19 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56517
Updated by Gerrit Code Review over 6 years ago
Patch set 20 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56517
Updated by Gerrit Code Review over 6 years ago
Patch set 21 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56517
Updated by Gerrit Code Review over 6 years ago
Patch set 22 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56517
Updated by Gerrit Code Review over 6 years ago
Patch set 23 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56517
Updated by Gerrit Code Review over 6 years ago
Patch set 24 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56517
Updated by Gerrit Code Review over 6 years ago
Patch set 25 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56517
Updated by Gerrit Code Review over 6 years ago
Patch set 26 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56517
Updated by Gerrit Code Review over 6 years ago
Patch set 27 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56517
Updated by Susanne Moog over 6 years ago
- Target version changed from 9.2 to 9.3
Updated by Gerrit Code Review over 6 years ago
Patch set 28 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56517
Updated by Gerrit Code Review over 6 years ago
Patch set 29 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56517
Updated by Gerrit Code Review over 6 years ago
Patch set 30 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56517
Updated by Gerrit Code Review over 6 years ago
Patch set 31 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56517
Updated by Gerrit Code Review over 6 years ago
Patch set 32 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56517
Updated by Gerrit Code Review over 6 years ago
Patch set 33 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56517
Updated by Benni Mack over 6 years ago
- Target version changed from 9.4 to Candidate for Major Version
Updated by Gerrit Code Review about 6 years ago
Patch set 34 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56517
Updated by Gerrit Code Review about 6 years ago
Patch set 35 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56517
Updated by Gerrit Code Review about 6 years ago
Patch set 36 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56517
Updated by Gerrit Code Review about 6 years ago
Patch set 37 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56517
Updated by Gerrit Code Review about 6 years ago
Patch set 38 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56517
Updated by Gerrit Code Review about 6 years ago
Patch set 39 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56517
Updated by Gerrit Code Review about 6 years ago
Patch set 40 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56517
Updated by Benni Mack about 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 277c677a967fcca5a158042465bfe35da9a3fa15.
Updated by Christian Kuhn about 6 years ago
- Related to Bug #86072: Do not remove LocalConfiguration if executing unit tests added
Updated by Benni Mack about 6 years ago
- Related to Bug #86115: Revert typo3conf file changes added