commit/galaxy-central: 2 new changesets
2 new commits in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/c4145b92bc2a/ Changeset: c4145b92bc2a Branch: trevorw/specify-thirdparty-cookies-must-not-be-b-1392909850239 User: trevorw Date: 2014-02-20 16:27:57 Summary: specify third-party cookies must not be blocked - repository.py third-party cookies are normally (and hopefully) disabled for privacy Affected #: 1 file diff -r eae95d5fa975e1eef4de219564cb976720f18440 -r c4145b92bc2a9e63778950aef4d53723bcd353ee lib/galaxy/webapps/tool_shed/controllers/repository.py --- a/lib/galaxy/webapps/tool_shed/controllers/repository.py +++ b/lib/galaxy/webapps/tool_shed/controllers/repository.py @@ -870,7 +870,7 @@ 'admin_toolshed/update_to_changeset_revision?tool_shed_url=%s&name=%s&owner=%s&changeset_revision=%s&latest_changeset_revision=' % \ ( web.url_for( '/', qualified=True ), repository.name, repository.user.username, changeset_revision ) ) else: - message = 'Unable to check for updates due to an invalid Galaxy URL: <b>%s</b>. You may need to enable cookies in your browser. ' % galaxy_url + message = 'Unable to check for updates due to an invalid Galaxy URL: <b>%s</b>. You may need to enable third-party cookies in your browser. ' % galaxy_url return trans.show_error_message( message ) if changeset_revision == repository.tip( trans.app ): # If changeset_revision is the repository tip, there are no additional updates. @@ -2047,7 +2047,7 @@ return trans.response.send_redirect( url ) else: message = 'Repository installation is not possible due to an invalid Galaxy URL: <b>%s</b>. ' % galaxy_url - message += 'You may need to enable cookies in your browser. ' + message += 'You may need to enable third-party cookies in your browser. ' status = 'error' return trans.response.send_redirect( web.url_for( controller='repository', action='browse_valid_categories', https://bitbucket.org/galaxy/galaxy-central/commits/952558f0dc0b/ Changeset: 952558f0dc0b User: greg Date: 2014-02-20 17:14:38 Summary: Merged in trevorw/galaxy-central-2/trevorw/specify-thirdparty-cookies-must-not-be-b-1392909850239 (pull request #326) specify third-party cookies must not be blocked - repository.py Affected #: 1 file diff -r 3158b15d961f6bef5db25b26d4bc0593f1b58d57 -r 952558f0dc0ba52355e87ef2d0ccef37f7f51bec lib/galaxy/webapps/tool_shed/controllers/repository.py --- a/lib/galaxy/webapps/tool_shed/controllers/repository.py +++ b/lib/galaxy/webapps/tool_shed/controllers/repository.py @@ -870,7 +870,7 @@ 'admin_toolshed/update_to_changeset_revision?tool_shed_url=%s&name=%s&owner=%s&changeset_revision=%s&latest_changeset_revision=' % \ ( web.url_for( '/', qualified=True ), repository.name, repository.user.username, changeset_revision ) ) else: - message = 'Unable to check for updates due to an invalid Galaxy URL: <b>%s</b>. You may need to enable cookies in your browser. ' % galaxy_url + message = 'Unable to check for updates due to an invalid Galaxy URL: <b>%s</b>. You may need to enable third-party cookies in your browser. ' % galaxy_url return trans.show_error_message( message ) if changeset_revision == repository.tip( trans.app ): # If changeset_revision is the repository tip, there are no additional updates. @@ -2047,7 +2047,7 @@ return trans.response.send_redirect( url ) else: message = 'Repository installation is not possible due to an invalid Galaxy URL: <b>%s</b>. ' % galaxy_url - message += 'You may need to enable cookies in your browser. ' + message += 'You may need to enable third-party cookies in your browser. ' status = 'error' return trans.response.send_redirect( web.url_for( controller='repository', action='browse_valid_categories', 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