Project

General

Profile

Actions

Bug #48179

closed

Configuration option em_mirrorListURL is still present in the core though it is not used any more

Added by Sacha Vorbeck almost 11 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Code Cleanup
Target version:
Start date:
2013-05-14
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:

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.

Actions #1

Updated by Gerrit Code Review almost 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

Actions #2

Updated by Alexander Opitz almost 11 years ago

I'd like to vote for:

removing the table with one inserted configuration and use this configure option.

Actions #3

Updated by Gerrit Code Review almost 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

Actions #4

Updated by Gerrit Code Review almost 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

Actions #5

Updated by Jigal van Hemert almost 11 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #6

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF