Project

General

Profile

Actions

Task #29164

closed

Remove array duplication in T3_SERVICES

Added by Christian Kuhn over 12 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Miscellaneous
Target version:
Start date:
2011-08-22
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
4.6
PHP Version:
5.3
Tags:
Complexity:
easy
Sprint Focus:

Description

These informations are important for a service: The extension name of a service implementation (eg. 'saltedpasswords'), the service type (eg. 'auth') and the class implementing the service (service key, eg. 'tx_saltedpasswords_sv1'). t3lib_extMgm::addService() registers a service in global array T3_SERVICES[type][key]. Additinonally it registers the same service as T3_SERVICES[key][key]. The latter registration is actually never used by any other service method in the core and should be removed to simplify this handling a bit.

Actions #1

Updated by Mr. Hudson over 12 years ago

Patch set 1 of change I2c8c53bb763b0a41e5c2488bbcef96f7e1505c9f has been pushed to the review server.
It is available at http://review.typo3.org/4522

Actions #2

Updated by Mr. Hudson over 12 years ago

Patch set 2 of change I2c8c53bb763b0a41e5c2488bbcef96f7e1505c9f has been pushed to the review server.
It is available at http://review.typo3.org/4522

Actions #3

Updated by Christian Kuhn over 12 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100
Actions #4

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF