Branch: refs/heads/release_15.10 Home: https://github.com/galaxyproject/galaxy Commit: 9b30b134d6ab93c2a84a856352f32a6713dd49cd https://github.com/galaxyproject/galaxy/commit/9b30b134d6ab93c2a84a856352f32... Author: Nicola Soranzo <nicola.soranzo@tgac.ac.uk> Date: 2015-12-14 (Mon, 14 Dec 2015) Changed paths: M lib/galaxy/tools/toolbox/base.py Log Message: ----------- Reduce code duplication by reusing get_installed_repository() function. Commit: 11eca70db129173ea20aac0040c9645049af189c https://github.com/galaxyproject/galaxy/commit/11eca70db129173ea20aac0040c96... Author: Nicola Soranzo <nicola.soranzo@tgac.ac.uk> Date: 2015-12-14 (Mon, 14 Dec 2015) Changed paths: M lib/galaxy/tools/toolbox/base.py Log Message: ----------- When loading a tool from Tool Shed, check that the <installed_changeset_revision> element matches the tool path. Workaround for issue #1283, which causes the loaded tool to have a StockLineage instead of a ToolShedLineage, thus creating multiple entries for the tool in the panel. Commit: 1b3ee81dbae9375443ea396280c1e418cae84876 https://github.com/galaxyproject/galaxy/commit/1b3ee81dbae9375443ea396280c1e... Author: Martin Cech <cech.marten@gmail.com> Date: 2015-12-16 (Wed, 16 Dec 2015) Changed paths: M lib/galaxy/tools/toolbox/base.py Log Message: ----------- Merge pull request #1314 from nsoranzo/release_15.10_tool_load_fixes [15.10] When loading a tool from Tool Shed, check that the <installed_changeset_revision> element matches the tool path. Compare: https://github.com/galaxyproject/galaxy/compare/a23e644a9cd7...1b3ee81dbae9