Project

General

Profile

Actions

Bug #51509

closed

Missing API interface FileInterface::getNameWithoutExtension

Added by Ernesto Baschny over 10 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Must have
Category:
File Abstraction Layer (FAL)
Target version:
Start date:
2013-08-29
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:

Description

The method getNameWithoutExtension was added to the interface FileInterface in #41768. It was implemented correctly, but due to a syntax error in the closing phpdoc comment header it was never officially part of the interface.

We need to fix this. Undecided yet if we will backport that addition to 6.1 and 6.0, but it seems to make sense.

Most classes will probably subclass AbstractFile which already contains this methods, so there shouldn't be a problem for these. Only affected classes could be extensions implementing the interface directly.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #41768: File: add getFilenameWithoutExtensionFile()ClosedAndreas Wolf2012-10-09

Actions
Actions #1

Updated by Gerrit Code Review over 10 years ago

  • Status changed from Accepted to Under Review

Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23453

Actions #2

Updated by Gerrit Code Review over 10 years ago

Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23453

Actions #3

Updated by Gerrit Code Review over 10 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/23454

Actions #4

Updated by Gerrit Code Review over 10 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/23455

Actions #5

Updated by Ernesto Baschny over 10 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