Project

General

Profile

Actions

Task #49066

closed

Update URL to the exception collection

Added by Chris topher almost 11 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
Start date:
2013-06-12
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.4
Tags:
Complexity:
Sprint Focus:

Description

In typo3/sysext/core/Classes/Core/SystemEnvironmentBuilder.php, function defineBaseConstants() sets
define('TYPO3_URL_EXCEPTION', 'http://typo3.org/go/exception/v4/');

This URL seems to redirect to pages, which are only valid for version 4 ("/v4/"), but that is not the case. The exception messages in newer versions basically are the same. Update it to
define('TYPO3_URL_EXCEPTION', 'http://typo3.org/go/exception/CMS/');

The redirect on typo3.org has already been updated to handle the new URLs as well; example.

Actions #1

Updated by Markus Klein almost 11 years ago

Hi!

Do you think this should be only for 6.2 or for all 6.x versions?

Actions #2

Updated by Chris topher almost 11 years ago

Hi Markus,

it would make sense for all 6.x versions. The redirect would even work, if a TYPO3 version 4.x used it, but I don't think that's needed. So just for the 6.x versions is enough.

Actions #3

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/21586

Actions #4

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/21587

Actions #5

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/21588

Actions #6

Updated by Chris topher almost 11 years ago

  • Target version set to next-patchlevel
Actions #7

Updated by Piotr Molewski almost 11 years ago

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

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF