commit/galaxy-central: 2 new changesets
2 new commits in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/60fe1081baac/ Changeset: 60fe1081baac User: dan Date: 2013-05-10 17:55:40 Summary: use_panels fix for login.mako in toolshed. Affected #: 1 file diff -r c8762ac39f04cc41da1f59444fdcff655559f4d4 -r 60fe1081baac6aa1e2e9d2e4f8e22945df102671 templates/user/login.mako --- a/templates/user/login.mako +++ b/templates/user/login.mako @@ -3,7 +3,7 @@ def inherit(context): if context.get('trans').webapp.name == 'galaxy' and context.get( 'use_panels', True ): return '/webapps/galaxy/base_panels.mako' - elif context.get('trans').webapp.name == 'tool_shed': + elif context.get('trans').webapp.name == 'tool_shed' and context.get( 'use_panels', True ): return '/webapps/tool_shed/base_panels.mako' else: return '/base.mako' https://bitbucket.org/galaxy/galaxy-central/commits/7cf2f256b3d9/ Changeset: 7cf2f256b3d9 Branch: stable User: dan Date: 2013-05-10 17:55:40 Summary: use_panels fix for login.mako in toolshed. Affected #: 1 file diff -r 429636bbc4ab4c5715dea09cee9ff546d94346de -r 7cf2f256b3d9c32f76567f49a0935b0ca9da9f7e templates/user/login.mako --- a/templates/user/login.mako +++ b/templates/user/login.mako @@ -3,7 +3,7 @@ def inherit(context): if context.get('trans').webapp.name == 'galaxy' and context.get( 'use_panels', True ): return '/webapps/galaxy/base_panels.mako' - elif context.get('trans').webapp.name == 'tool_shed': + elif context.get('trans').webapp.name == 'tool_shed' and context.get( 'use_panels', True ): return '/webapps/tool_shed/base_panels.mako' else: return '/base.mako' 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