Small icon bug in local galaxy install
A few of our local galaxy installs have a relative folder path (i.e. in universe_wsgi.ini, "prefix = /galaxylab") . In the Admin tab, "Manage installed tool shed repositories", the icons in the legend below aren't showing because they have an absolute url: <img src="/static/june_2007_style/blue/ok_small.png" /> I can see in the galaxy-central/lib/tool_shed/galaxy_install/grids/admin_toolshed_grids.py code: return '<img src="/static/june_2007_style/blue/ok_small.png" %s/>' % latest_revision_tip_str Our /galaxylab is on galaxy changeset: 11247:a9a0ac9c1afa So I presume this code should be enhanced to get the prefix in there, or made a relative url? Regards, Damion
Hello Damion, I believe this issue was corrected in https://bitbucket.org/galaxy/galaxy-central/commits/3d8841746ce9b65e19a44028... It looks like you are tracking the galaxy-central brach, so if you pull and update your repository you should get the fix. Greg Von Kuster On Jan 3, 2014, at 5:11 PM, "Dooley, Damion" <Damion.Dooley@bccdc.ca> wrote:
A few of our local galaxy installs have a relative folder path (i.e. in universe_wsgi.ini, "prefix = /galaxylab") . In the Admin tab, "Manage installed tool shed repositories", the icons in the legend below aren't showing because they have an absolute url:
<img src="/static/june_2007_style/blue/ok_small.png" />
I can see in the galaxy-central/lib/tool_shed/galaxy_install/grids/admin_toolshed_grids.py code:
return '<img src="/static/june_2007_style/blue/ok_small.png" %s/>' % latest_revision_tip_str
Our /galaxylab is on galaxy changeset: 11247:a9a0ac9c1afa
So I presume this code should be enhanced to get the prefix in there, or made a relative url?
Regards,
Damion ___________________________________________________________ Please keep all replies on the list by using "reply all" in your mail client. To manage your subscriptions to this and other Galaxy lists, please use the interface at: http://lists.bx.psu.edu/
To search Galaxy mailing lists use the unified search at: http://galaxyproject.org/search/mailinglists/
Thanks Greg. I'd followed the online local install instructions which I see leaves the install in the default branch. I think I read somewhere that default gets the various updates on a monthly basis? So a pull/update will get the fix sooner or later. Damion ________________________________________ From: Greg Von Kuster [greg@bx.psu.edu] Sent: Friday, January 03, 2014 3:48 PM To: Dooley, Damion Cc: galaxy-dev@lists.bx.psu.edu Subject: Re: [galaxy-dev] Small icon bug in local galaxy install Hello Damion, I believe this issue was corrected in https://bitbucket.org/galaxy/galaxy-central/commits/3d8841746ce9b65e19a44028... It looks like you are tracking the galaxy-central brach, so if you pull and update your repository you should get the fix. Greg Von Kuster
participants (2)
-
Dooley, Damion
-
Greg Von Kuster