commit/galaxy-central: dan: Remove references to g2.trac.bx.psu.edu. Several references still exist in rgenetics converter tools and rgenetics test-data.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/9741409d8932/ Changeset: 9741409d8932 User: dan Date: 2013-10-09 16:50:05 Summary: Remove references to g2.trac.bx.psu.edu. Several references still exist in rgenetics converter tools and rgenetics test-data. Affected #: 3 files diff -r 8af9e0ac6d2a5fba8e69bd7fb5ae980d7ba1614a -r 9741409d89322b3da25e13be8a65a062a688f823 lib/galaxy/config.py --- a/lib/galaxy/config.py +++ b/lib/galaxy/config.py @@ -192,7 +192,7 @@ self.message_box_content = kwargs.get( 'message_box_content', None ) self.message_box_class = kwargs.get( 'message_box_class', 'info' ) self.support_url = kwargs.get( 'support_url', 'http://wiki.g2.bx.psu.edu/Support' ) - self.wiki_url = kwargs.get( 'wiki_url', 'http://g2.trac.bx.psu.edu/' ) + self.wiki_url = kwargs.get( 'wiki_url', 'http://wiki.galaxyproject.org/' ) self.blog_url = kwargs.get( 'blog_url', None ) self.screencasts_url = kwargs.get( 'screencasts_url', None ) self.library_import_dir = kwargs.get( 'library_import_dir', None ) diff -r 8af9e0ac6d2a5fba8e69bd7fb5ae980d7ba1614a -r 9741409d89322b3da25e13be8a65a062a688f823 templates/webapps/galaxy/admin/center.mako --- a/templates/webapps/galaxy/admin/center.mako +++ b/templates/webapps/galaxy/admin/center.mako @@ -106,7 +106,7 @@ <p><strong>Data Security and Data Libraries</strong></p><p/><strong>Security</strong> - Data security in Galaxy is a new feature, so familiarize yourself with the details which can be found - here or in our <a href="http://g2.trac.bx.psu.edu/wiki/SecurityFeatures" target="_blank">data security page</a>. The data security + here or in our <a href="http://wiki.galaxyproject.org/Learn/Security%20Features" target="_blank">data security page</a>. The data security process incorporates users, groups and roles, and enables the application of certain permissions on datasets, specifically "access" and "manage permissions". By default, the "manage permissions" permission is associated with the dataset owner's private role, and the "access" permission is not set, making the dataset public. With these default permissions, users should not see any difference diff -r 8af9e0ac6d2a5fba8e69bd7fb5ae980d7ba1614a -r 9741409d89322b3da25e13be8a65a062a688f823 universe_wsgi.ini.sample --- a/universe_wsgi.ini.sample +++ b/universe_wsgi.ini.sample @@ -368,7 +368,7 @@ #logo_url = / # The URL linked by the "Galaxy Wiki" link in the "Help" menu. -#wiki_url = http://wiki.g2.bx.psu.edu/ +#wiki_url = http://wiki.galaxyproject.org/ # The URL linked by the "Support" link in the "Help" menu. #support_url = http://wiki.g2.bx.psu.edu/Support Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
commits-noreply@bitbucket.org