1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/51e6a073c4b9/ Changeset: 51e6a073c4b9 User: dan Date: 2014-07-31 17:03:27 Summary: Fix for displaying Category name when browsing toolshed repositories by categories. Affected #: 1 file diff -r 09de83748e247d5c10c9d0e28833a8200606e46c -r 51e6a073c4b93a5df784e876abd17edffd3b0bbe lib/tool_shed/grids/repository_grid_filter_manager.py --- a/lib/tool_shed/grids/repository_grid_filter_manager.py +++ b/lib/tool_shed/grids/repository_grid_filter_manager.py @@ -27,7 +27,7 @@ return "Certified 2 Repository Suites %s" % trailing_string if filter == self.filters.SUITES: return "Repository Suites %s" % trailing_string - return "%s" % default + return "%s %s" % ( default, trailing_string ) def get_filter( self, trans ): filter = trans.get_cookie( name='toolshedrepogridfilter' ) 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.