[TYPO3-core] RFC: #16712: Cleanup: centralize TYPO3 urls

Sebastian Müller sebastian.mueller at abezet.de
Fri Dec 10 11:56:12 CET 2010


Hi,

just checked the URLs since I wasn't sure what is the difference between  
typo3.org and typo3.com.

As mentioned before:
define('TYPO3_URL_SECURITY', 'http://typo3.com/Donations.1261.0.html');
should lead to: http://typo3.org/teams/security/ (its the security  
overview site)


define('TYPO3_URL_DOCUMENTATION_TSREF',  
'http://typo3.org/documentation/document-library/references/doc_core_tsref/current/view/');
define('TYPO3_URL_DOCUMENTATION_TSCONFIG',  
'http://typo3.org/documentation/document-library/references/doc_core_tsconfig/current/view/');
they doesn't work and just fallback to references site. The right ones  
would be:

http://typo3.org/documentation/document-library/core-documentation/doc_core_tsref/current/
http://typo3.org/documentation/document-library/core-documentation/doc_core_tsconfig/current/

Greets,
Sebatian Müller

Am 09.12.2010, 19:59 Uhr, schrieb Steffen Kamper <info at sk-typo3.de>:

> Hi,
>
> This is an SVN patch request.
>
> Type: cleanup
>
> Bugtracker references:
> http://bugs.typo3.org/view.php?id=16712
>
> Branches:
> Trunk
>
> There are a lot of urls written direct in code. If an url change, it's
> very hard to maintain
>
> Solution:
> Use constants for TYPO3 urls
>
> additionally i removed old and invalid urls to newslist entries
>
> vg Steffen


More information about the TYPO3-team-core mailing list