commit/galaxy-central: 2 new changesets
2 new commits in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/1014dbf6256a/ Changeset: 1014dbf6256a User: Kyle Ellrott Date: 2013-04-02 21:36:14 Summary: Adding API ID values to HDA show_params page Affected #: 1 file diff -r 715dc4f4c8e218f50d08eb81dc1b3ef0453860a5 -r 1014dbf6256a44f77ed1a029193fa6d1f05bac52 templates/show_params.mako --- a/templates/show_params.mako +++ b/templates/show_params.mako @@ -116,6 +116,7 @@ <tr><td>Tool Standard Output:</td><td><a href="${h.url_for( controller='dataset', action='stdout')}">stdout</a></td></tr><tr><td>Tool Standard Error:</td><td><a href="${h.url_for( controller='dataset', action='stderr')}">stderr</a></td></tr><tr><td>Tool Exit Code:</td><td>${job.exit_code | h}</td></tr> + <tr><td>API ID:</td><td>${trans.security.encode_id(hda.id)}</td></tr> %if trans.user_is_admin() or trans.app.config.expose_dataset_path: <tr><td>Full Path:</td><td>${hda.file_name | h}</td></tr> %endif https://bitbucket.org/galaxy/galaxy-central/commits/e587038cd8cb/ Changeset: e587038cd8cb User: jgoecks Date: 2013-04-04 15:22:58 Summary: Merged in kellrott/galaxy-central (pull request #148) Adding API ID values to HDA show_params page Affected #: 1 file diff -r c43fff394fd02f868d3c8c669344c0f0870fdaa9 -r e587038cd8cb5d29a3c664f3dedfef0f98491918 templates/show_params.mako --- a/templates/show_params.mako +++ b/templates/show_params.mako @@ -116,6 +116,7 @@ <tr><td>Tool Standard Output:</td><td><a href="${h.url_for( controller='dataset', action='stdout')}">stdout</a></td></tr><tr><td>Tool Standard Error:</td><td><a href="${h.url_for( controller='dataset', action='stderr')}">stderr</a></td></tr><tr><td>Tool Exit Code:</td><td>${job.exit_code | h}</td></tr> + <tr><td>API ID:</td><td>${trans.security.encode_id(hda.id)}</td></tr> %if trans.user_is_admin() or trans.app.config.expose_dataset_path: <tr><td>Full Path:</td><td>${hda.file_name | h}</td></tr> %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.
participants (1)
-
commits-noreply@bitbucket.org