You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bloodhound.apache.org by an...@apache.org on 2013/05/10 14:29:10 UTC

svn commit: r1480991 - in /bloodhound/trunk/installer: bloodhound_setup.py requirements-dev.txt

Author: andrej
Date: Fri May 10 12:29:09 2013
New Revision: 1480991

URL: http://svn.apache.org/r1480991
Log:
enabling bhrelations.* components in dev setup, providing default relations - towards BEP-0006

Modified:
    bloodhound/trunk/installer/bloodhound_setup.py
    bloodhound/trunk/installer/requirements-dev.txt

Modified: bloodhound/trunk/installer/bloodhound_setup.py
URL: http://svn.apache.org/viewvc/bloodhound/trunk/installer/bloodhound_setup.py?rev=1480991&r1=1480990&r2=1480991&view=diff
==============================================================================
--- bloodhound/trunk/installer/bloodhound_setup.py (original)
+++ bloodhound/trunk/installer/bloodhound_setup.py Fri May 10 12:29:09 2013
@@ -63,7 +63,7 @@ BASE_CONFIG = {'components': {'bhtheme.*
                               'themeengine.api.*': 'enabled',
                               'themeengine.web_ui.*': 'enabled',
                               'bhsearch.*': 'enabled',
-                              'bhrelations.*': 'disabled',
+                              'bhrelations.*': 'enabled',
                               'trac.ticket.web_ui.ticketmodule': 'disabled',
                               'trac.ticket.report.reportmodule': 'disabled',
                               },
@@ -88,7 +88,16 @@ BASE_CONFIG = {'components': {'bhtheme.*
                           'footer_left_prefix': '',
                           'footer_left_postfix': '',
                           'footer_right': ''},
-               'bhsearch': {'is_default': 'true', 'enable_redirect': 'true'}
+               'bhsearch': {'is_default': 'true', 'enable_redirect': 'true'},
+               'bhrealations': {
+                    'dependency': 'dependson,dependent',
+                    'dependency.validator': 'no_cycle',
+                    'dependent.blocks': 'true',
+                    'dependson.label': 'Depends on',
+                    'dependent.label': 'Dependent',
+                    'oneway': 'refersto',
+               },
+
                }
 
 ACCOUNTS_CONFIG = {'account-manager': {'account_changes_notify_addresses' : '',

Modified: bloodhound/trunk/installer/requirements-dev.txt
URL: http://svn.apache.org/viewvc/bloodhound/trunk/installer/requirements-dev.txt?rev=1480991&r1=1480990&r2=1480991&view=diff
==============================================================================
--- bloodhound/trunk/installer/requirements-dev.txt (original)
+++ bloodhound/trunk/installer/requirements-dev.txt Fri May 10 12:29:09 2013
@@ -28,5 +28,5 @@ TracThemeEngine
 -e ../bloodhound_theme
 TracPermRedirect
 -e ../bloodhound_search
-#-e ../bloodhound_relations
+-e ../bloodhound_relations