1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/a38ed0d64198/ changeset: a38ed0d64198 user: jgoecks date: 2012-07-19 15:45:48 summary: Do not use route memory for dataset save URLs because it introduces harmful parameters. affected #: 1 file diff -r 891dd09be1614b2138f61d83b4d3feb86cc8f6c7 -r a38ed0d641983a29642857ff8eed5915e42bb341 templates/root/history_common.mako --- a/templates/root/history_common.mako +++ b/templates/root/history_common.mako @@ -19,7 +19,7 @@ </div><div style="float:left;" class="menubutton split popup" id="dataset-${dataset_id}-popup"> %endif - <a href="${h.url_for( controller='dataset', action='display', dataset_id=dataset_id, to_ext=data.ext )}" title='${_("Download")}' class="icon-button disk tooltip"></a> + <a href="${h.url_for( controller='/dataset', action='display', dataset_id=dataset_id, to_ext=data.ext )}" title='${_("Download")}' class="icon-button disk tooltip"></a> %if meta_files: </div> %endif 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.