You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bloodhound.apache.org by gj...@apache.org on 2012/11/22 17:17:36 UTC

svn commit: r1412603 - /incubator/bloodhound/trunk/installer/bloodhound_setup.py

Author: gjm
Date: Thu Nov 22 16:17:35 2012
New Revision: 1412603

URL: http://svn.apache.org/viewvc?rev=1412603&view=rev
Log:
removes the about trac link from the menus - fixes #13 (from peter)

Modified:
    incubator/bloodhound/trunk/installer/bloodhound_setup.py

Modified: incubator/bloodhound/trunk/installer/bloodhound_setup.py
URL: http://svn.apache.org/viewvc/incubator/bloodhound/trunk/installer/bloodhound_setup.py?rev=1412603&r1=1412602&r2=1412603&view=diff
==============================================================================
--- incubator/bloodhound/trunk/installer/bloodhound_setup.py (original)
+++ incubator/bloodhound/trunk/installer/bloodhound_setup.py Thu Nov 22 16:17:35 2012
@@ -65,6 +65,7 @@ BASE_CONFIG = {'components': {'bhtheme.*
                            'timeline': 'disabled',
                            'browser.label': 'Source',
                            'tickets.label': 'Tickets',},
+               'metanav': {'about': 'disabled',},
                'theme': {'theme': 'bloodhound',},
                'trac': {'mainnav': ','.join(['dashboard', 'wiki', 'browser',
                                              'tickets', 'newticket', 'timeline',