1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/7c671a79de1e/ changeset: 7c671a79de1e user: greg date: 2012-10-24 17:35:59 summary: Add the free text search feature (enabling searching on repository name) to the tool shed's RepositoryMetadata grid in the admin controller. affected #: 1 file diff -r bb365c782b64c37b90333d964f55cba0acd401da -r 7c671a79de1ed98fb2b7253e91fae551c0222a29 lib/galaxy/webapps/community/controllers/admin.py --- a/lib/galaxy/webapps/community/controllers/admin.py +++ b/lib/galaxy/webapps/community/controllers/admin.py @@ -424,6 +424,11 @@ DeprecatedColumn( "Deprecated", attach_popup=False ), MaliciousColumn( "Malicious", attach_popup=False ) ] + columns.append( grids.MulticolFilterColumn( "Search repository name", + cols_to_filter=[ columns[1] ], + key="free-text-search", + visible=False, + filterable="standard" ) ) operations = [ grids.GridOperation( "Delete", allow_multiple=False, allow_popup=True, 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.