1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/0af48b3c8f33/ Changeset: 0af48b3c8f33 Branch: stable User: davebgx Date: 2014-06-11 21:01:25 Summary: Fix for pull request 413 that did not take into account refactoring that had been committed to -default. Affected #: 1 file diff -r dd3e833aa8724283200b1bf44e44fc93a5441b52 -r 0af48b3c8f33fbe0f05e775f98a14761804c7ac5 templates/webapps/tool_shed/common/repository_actions_menu.mako --- a/templates/webapps/tool_shed/common/repository_actions_menu.mako +++ b/templates/webapps/tool_shed/common/repository_actions_menu.mako @@ -54,7 +54,7 @@ else: can_push = False - if not is_deprecated and not is_new and not changeset_is_malicious: + if not is_deprecated and not is_new and not is_malicious: can_download = True else: can_download = False 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.