commit/galaxy-central: 2 new changesets
2 new commits in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/4b1a5865d413/ changeset: 4b1a5865d413 user: Kyle Ellrott date: 2013-02-08 01:54:06 summary: Adding variable 'host_url' to provide qualified URL of host to tool help section. affected #: 1 file diff -r ce9789a35356da2b2ee4ae723506d5af57a0ce69 -r 4b1a5865d413005668b4a3c2c590c7dddb09205d templates/webapps/galaxy/tool_form.mako --- a/templates/webapps/galaxy/tool_form.mako +++ b/templates/webapps/galaxy/tool_form.mako @@ -345,7 +345,7 @@ tool_help = tool.help # Help is Mako template, so render using current static path. - tool_help = tool_help.render( static_path=h.url_for( '/static' ) ) + tool_help = tool_help.render( static_path=h.url_for( '/static' ), host_url=h.url_for('/', qualified=True) ) # Convert to unicode to display non-ascii characters. if type( tool_help ) is not unicode: https://bitbucket.org/galaxy/galaxy-central/commits/3eff396a81d8/ changeset: 3eff396a81d8 user: dannon date: 2013-02-13 15:47:21 summary: Merged in kellrott/galaxy-central (pull request #119) Adding variable 'host_url' to provide qualified URL of host to tool help section. affected #: 1 file diff -r 2f8989a1a16001e5dfcded4e0526ef3e2d6f55f9 -r 3eff396a81d833a2dcabce2fd34b53badf707984 templates/webapps/galaxy/tool_form.mako --- a/templates/webapps/galaxy/tool_form.mako +++ b/templates/webapps/galaxy/tool_form.mako @@ -345,7 +345,7 @@ tool_help = tool.help # Help is Mako template, so render using current static path. - tool_help = tool_help.render( static_path=h.url_for( '/static' ) ) + tool_help = tool_help.render( static_path=h.url_for( '/static' ), host_url=h.url_for('/', qualified=True) ) # Convert to unicode to display non-ascii characters. if type( tool_help ) is not unicode: 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)
-
Bitbucket