[TYPO3-typo3org] A small iprovement for code.typo3.org

Helmut Hummel typo3 at jhpc.de
Sat Mar 22 14:46:37 CET 2008


Hello there,

thx a lot for the official trac installation on code.typo3.org. Very usefull.

It could be even better if the issue numbers would be directed to bugs.typo3.org.

If you write a hash followed by a number in the commit message, trac 
automatically generates a link like:

http://code.typo3.org/v4/ticket/7850

By adding a simple redirect rule in .htacess this can be redirected to the right 
Bugtraker page:

RewriteCond %{HTTP_HOST} ^code\.typo3\.org$ [NC]
RewriteRule ^code.typo3.org/v4/ticket/(.*) http://bugs.typo3.org/view.php?id=$1 
[R=301,L]

(last rule in 1 line)

Simple but effective :)

-- 
lib.salutation = TEXT
lib.salutation.value = Kind regards, Helmut
lib.salutation.lang.de = Viele Grüße, Helmut


More information about the TYPO3-team-typo3org mailing list