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 2012/12/07 09:18:05 UTC

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

Author: rjollos
Date: Fri Dec  7 08:18:04 2012
New Revision: 1418213

URL: http://svn.apache.org/viewvc?rev=1418213&view=rev
Log:
Refs #287: Hide the theme engine administration panels

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=1418213&r1=1418212&r2=1418213&view=diff
==============================================================================
--- incubator/bloodhound/trunk/installer/bloodhound_setup.py (original)
+++ incubator/bloodhound/trunk/installer/bloodhound_setup.py Fri Dec  7 08:18:04 2012
@@ -60,7 +60,8 @@ BASE_CONFIG = {'components': {'bhtheme.*
                               'bhdashboard.*': 'enabled',
                               'multiproduct.*': 'enabled',
                               'permredirect.*': 'enabled',
-                              'themeengine.*': 'enabled',
+                              'themeengine.api.*': 'enabled',
+                              'themeengine.web_ui.*': 'enabled',
                               'bhsearch.*': 'disabled',
                               'trac.ticket.web_ui.ticketmodule': 'disabled',
                               'trac.ticket.report.reportmodule': 'disabled',