Actions
Bug #64591
closedCleanup CoreUpdateService
Start date:
2015-01-29
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Cleanup two aspects of CoreUpdateService:
1) Refactor the variable name CoreUpdateService::currentCoreLocation. This name is misleading because in this variable the path to the symlink typo3_src is stored and not the location of the core files. Rename it to CoreUpdateService::symlinkToCoreFiles
2) Add some use statements to get rid of so many full-qualified classnames.
Updated by Gerrit Code Review almost 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 http://review.typo3.org/36351
Updated by Gerrit Code Review almost 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 http://review.typo3.org/36351
Updated by Frederic Gaus almost 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset aafd50fb81997696183f770caffce8eb8f2d386c.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions