1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/6fe7f3ce1acd/ Changeset: 6fe7f3ce1acd User: dannon Date: 2014-01-13 18:51:05 Summary: Require markupsafe loading prior to webhelpers. This is a new dependency, resulting in certain situations where loading order was incorrect and markupsafe can't be found. Affected #: 1 file diff -r 696efd4df3ecf32aa33a55bacf470c3eb5357867 -r 6fe7f3ce1acd2263cbc57d34d83b99b3b58e6ea3 lib/galaxy/web/framework/helpers/__init__.py --- a/lib/galaxy/web/framework/helpers/__init__.py +++ b/lib/galaxy/web/framework/helpers/__init__.py @@ -8,6 +8,7 @@ from galaxy import eggs from galaxy.util import hash_util from galaxy.util.json import to_json_string +eggs.require( "MarkupSafe" ) #required by WebHelpers eggs.require( "WebHelpers" ) from webhelpers import date from webhelpers.html.tags import stylesheet_link, javascript_link 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.