Author: gjm
Date: Mon Jun 18 16:17:26 2012
New Revision: 1351399
URL: http://svn.apache.org/viewvc?rev=1351399&view=rev
Log:
installer: add PermRedirectPlugin to the defaut install to redirect logged out
user to login page for restricted pages - for #73
Modified:
incubator/bloodhound/trunk/installer/installer.py
incubator/bloodhound/trunk/installer/requirements-dev.txt
incubator/bloodhound/trunk/installer/requirements.txt
Modified: incubator/bloodhound/trunk/installer/installer.py
URL:
http://svn.apache.org/viewvc/incubator/bloodhound/trunk/installer/installer.py?rev=1351399&r1=1351398&r2=1351399&view=diff
==============================================================================
--- incubator/bloodhound/trunk/installer/installer.py (original)
+++ incubator/bloodhound/trunk/installer/installer.py Mon Jun 18 16:17:26 2012
@@ -47,6 +47,7 @@ multiproduct.product_admin.productadminp
multiproduct.product_admin.productpermissions = enabled
multiproduct.ticket.api.productticketfields = enabled
multiproduct.ticket.web_ui.productticketmodule = enabled
+permredirect.* = enabled
themeengine.* = enabled
trac.ticket.web_ui.ticketmodule = disabled
Modified: incubator/bloodhound/trunk/installer/requirements-dev.txt
URL:
http://svn.apache.org/viewvc/incubator/bloodhound/trunk/installer/requirements-dev.txt?rev=1351399&r1=1351398&r2=1351399&view=diff
==============================================================================
--- incubator/bloodhound/trunk/installer/requirements-dev.txt (original)
+++ incubator/bloodhound/trunk/installer/requirements-dev.txt Mon Jun 18
16:17:26 2012
@@ -8,4 +8,5 @@ Genshi
-e svn+https://trac-hacks.org/svn/themeengineplugin/0.11#egg=TracThemeEngine
-e ../bloodhound_dashboard
-e ../bloodhound_theme
+-e svn+https://trac-hacks.org/svn/permredirectplugin/0.11#egg=TracPermRedirect
Modified: incubator/bloodhound/trunk/installer/requirements.txt
URL:
http://svn.apache.org/viewvc/incubator/bloodhound/trunk/installer/requirements.txt?rev=1351399&r1=1351398&r2=1351399&view=diff
==============================================================================
--- incubator/bloodhound/trunk/installer/requirements.txt (original)
+++ incubator/bloodhound/trunk/installer/requirements.txt Mon Jun 18 16:17:26
2012
@@ -8,4 +8,5 @@ Genshi
-e svn+https://trac-hacks.org/svn/themeengineplugin/0.11#egg=TracThemeEngine
-e
svn+https://svn.apache.org/repos/asf/incubator/bloodhound/trunk/bloodhound_dashboard#egg=BloodhoundDashboardPlugin
-e
svn+https://svn.apache.org/repos/asf/incubator/bloodhound/trunk/bloodhound_theme#egg=BloodhoundTheme
+-e svn+https://trac-hacks.org/svn/permredirectplugin/0.11#egg=TracPermRedirect