You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bloodhound.apache.org by rj...@apache.org on 2013/06/13 07:50:19 UTC

svn commit: r1492530 - /bloodhound/trunk/bloodhound_theme/bhtheme/theme.py

Author: rjollos
Date: Thu Jun 13 05:50:19 2013
New Revision: 1492530

URL: http://svn.apache.org/r1492530
Log:
Refs #503: Send error reports to issues.apache.org/bloodhound rather than trac.edgewall.org.

Modified:
    bloodhound/trunk/bloodhound_theme/bhtheme/theme.py

Modified: bloodhound/trunk/bloodhound_theme/bhtheme/theme.py
URL: http://svn.apache.org/viewvc/bloodhound/trunk/bloodhound_theme/bhtheme/theme.py?rev=1492530&r1=1492529&r2=1492530&view=diff
==============================================================================
--- bloodhound/trunk/bloodhound_theme/bhtheme/theme.py (original)
+++ bloodhound/trunk/bloodhound_theme/bhtheme/theme.py Thu Jun 13 05:50:19 2013
@@ -175,6 +175,9 @@ class BloodhoundTheme(ThemeBase):
     implements(IRequestFilter, INavigationContributor, ITemplateProvider,
                ITemplateStreamFilter)
 
+    from trac.web import main
+    main.default_tracker = 'http://issues.apache.org/bloodhound'
+
     def _get_whitelabelling(self):
         """Gets the whitelabelling config values"""
         return {