Project

General

Profile

Actions

Task #85793

closed

Deprecate several constants from SystemEnvironmentBuilder

Added by Wouter Wolters over 5 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2018-08-09
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

define('TYPO3_URL_MAILINGLISTS', 'http://lists.typo3.org/cgi-bin/mailman/listinfo');
define('TYPO3_URL_DOCUMENTATION', 'https://typo3.org/documentation/');
define('TYPO3_URL_DOCUMENTATION_TSREF', 'https://docs.typo3.org/typo3cms/TyposcriptReference/');
define('TYPO3_URL_DOCUMENTATION_TSCONFIG', 'https://docs.typo3.org/typo3cms/TSconfigReference/');
define('TYPO3_URL_CONSULTANCY', 'https://typo3.org/support/professional-services/');
define('TYPO3_URL_CONTRIBUTE', 'https://typo3.org/contribute/');
define('TYPO3_URL_SECURITY', 'https://typo3.org/teams/security/');
define('TYPO3_URL_DOWNLOAD', 'https://typo3.org/download/');
define('TYPO3_URL_SYSTEMREQUIREMENTS', 'https://typo3.org/typo3-cms/overview/requirements/');

defined('NUL') ?: define('NUL', chr(0));
defined('TAB') ?: define('TAB', chr(9));
defined('SUB') ?: define('SUB', chr(26));


Related issues 1 (0 open1 closed)

Has duplicate TYPO3 Core - Task #84961: Remove unused constants regarding typo3.orgClosedBenni Mack2018-05-10

Actions
Actions

Also available in: Atom PDF