1 new commit in galaxy-central:
https://bitbucket.org/galaxy/galaxy-central/changeset/ab1e5f085931/ changeset: ab1e5f085931 user: greg date: 2012-07-03 21:27:28 summary: Add search for repository name, description when browsing valid repositories in the tool shed. affected #: 1 file
diff -r 4bea5ec54ec4022da1fd49bb616304e4e4b1ec6c -r ab1e5f08593151b35979b7371d001b50d0d3b39f lib/galaxy/webapps/community/controllers/repository.py --- a/lib/galaxy/webapps/community/controllers/repository.py +++ b/lib/galaxy/webapps/community/controllers/repository.py @@ -238,6 +238,11 @@ attach_popup=False, key="User.username" ) ] + columns.append( grids.MulticolFilterColumn( "Search repository name, description, owner", + cols_to_filter=[ columns[0], columns[1] ], + key="free-text-search", + visible=False, + filterable="standard" ) ) operations = [] def build_initial_query( self, trans, **kwd ): return trans.sa_session.query( self.model_class ) \
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.
galaxy-commits@lists.galaxyproject.org