Project

General

Profile

Actions

Bug #40811

closed

Task #40095: Move core to namespaces

Rename occurences still pointing to old classes after namespace-renaming

Added by Stefan Neufeind over 11 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2012-09-11
Due date:
% Done:

0%

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

Description

Example: @see tslib_fe::includeTCA()

class tslib_fe is now class TypoScriptFrontendController

Oh, and inside itself that class still claims to be part of * @subpackage tslib

There might other similar cases due to namespace-renaming in 6.0.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #40390: Namespace: Many files still require "old" filesClosed2012-08-29

Actions
Actions #1

Updated by Jigal van Hemert over 11 years ago

  • Status changed from New to Needs Feedback
  • Parent task set to #40095

Can you make a patch and push it to gerrit?

Actions #2

Updated by Alexander Opitz almost 11 years ago

Hi,

as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (6.1)?

Actions #3

Updated by Stefan Neufeind almost 11 years ago

In master there are some few cases like
typo3/sysext/scheduler/Classes/Scheduler.php:299: * @see tx_scheduler::fetchTask()
typo3/sysext/scheduler/Classes/Scheduler.php:386: * @see tx_scheduler::fetchTask()
typo3/sysext/core/Classes/Database/SoftReferenceIndex.php:251: * @see tslib_content::typolink(), getTypoLinkParts()
typo3/sysext/core/Classes/Database/SoftReferenceIndex.php:287: * @see tslib_content::typolink(), getTypoLinkParts()
typo3/sysext/core/Classes/Database/SoftReferenceIndex.php:566: * @see tslib_content::typolink(), setTypoLinkPartsElement()

In this course we might imho also adjust things like
@see BackendUtility::setUpdateSignal()
to use the FQCN as we do in most other places.

One possible startingpoint for searching might imho be:
ack -R "@see " * | grep "::" | grep -v "@see \\\\"

Actions #4

Updated by Alexander Opitz almost 11 years ago

Hi Stefan,

so do you want to make a patch?

Actions #5

Updated by Alexander Opitz over 10 years ago

  • Status changed from Needs Feedback to New
  • Is Regression set to No
Actions #6

Updated by Wouter Wolters over 9 years ago

  • Status changed from New to Closed

We spent quite some time already on this with the removing of the class aliasses.. if something pops up that needs a new ticket.

Actions

Also available in: Atom PDF