Bug #48179
closedConfiguration option em_mirrorListURL is still present in the core though it is not used any more
100%
Description
a search for string "em_mirrorListURL" reveals:
TYPO3 6.0.5: ./t3lib/stddb/DefaultConfiguration.php
TYPO3 6.1.0: ./typo3/sysext/core/Configuration/DefaultConfiguration.php
so the old configuration options are still there but they are not used
anywhere in the code.
Could you please remove the lines
'EXT' => array( // Options related to the Extension Management
...
'em_mirrorListURL' => 'http://repositories.typo3.org/mirrors.xml.gz', // Allows to preset the URL for fetching the extension repository mirror list from. Used in the Extension Manager.
As I said in the newsgroup: I`d rather see this option re-activated as the em_mirrorListURL is a global option that is easier to deploy than the new module.tx_extensionmanager.settings.repositoryUid option.
Updated by Gerrit Code Review over 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20807
Updated by Alexander Opitz over 11 years ago
I'd like to vote for:
removing the table with one inserted configuration and use this configure option.
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_6-1 has been pushed to the review server.
It is available at https://review.typo3.org/20915
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/20916
Updated by Jigal van Hemert over 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 2b50a270a0c045448ccde9e15efc15d44e182633.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed