commit/galaxy-central: dannon: Swap webhelpers to use safe dumps.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/8e001650dc70/ Changeset: 8e001650dc70 Branch: next-stable User: dannon Date: 2014-11-25 18:32:15+00:00 Summary: Swap webhelpers to use safe dumps. Affected #: 1 file diff -r 4d173afb6f7c0c59a36d35a23f4f0eecd30e79a6 -r 8e001650dc70e9fe1230b5ffca7f1d167d77fd3c lib/galaxy/web/framework/helpers/__init__.py --- a/lib/galaxy/web/framework/helpers/__init__.py +++ b/lib/galaxy/web/framework/helpers/__init__.py @@ -7,7 +7,7 @@ from datetime import datetime, timedelta from galaxy import eggs from galaxy.util import hash_util -from galaxy.util.json import dumps +from galaxy.util.json import safe_dumps as dumps eggs.require( "MarkupSafe" ) #required by WebHelpers eggs.require( "WebHelpers" ) from webhelpers import date 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