commit/galaxy-central: jgoecks: Trackster documentation.
1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/4e6d4f51bff9/ changeset: 4e6d4f51bff9 user: jgoecks date: 2011-07-22 16:15:37 summary: Trackster documentation. affected #: 2 files (100 bytes) --- a/lib/galaxy/web/controllers/tracks.py Fri Jul 22 10:03:41 2011 -0400 +++ b/lib/galaxy/web/controllers/tracks.py Fri Jul 22 10:15:37 2011 -0400 @@ -90,7 +90,7 @@ class DbKeyColumn( grids.GridColumn ): """ Column for filtering by and displaying dataset dbkey. """ def filter( self, trans, user, query, dbkey ): - """ Filter by dbkey. """ + """ Filter by dbkey; datasets without a dbkey are returned as well. """ # use raw SQL b/c metadata is a BLOB dbkey = dbkey.replace("'", "\\'") return query.filter( or_( \ --- a/static/scripts/trackster.js Fri Jul 22 10:03:41 2011 -0400 +++ b/static/scripts/trackster.js Fri Jul 22 10:15:37 2011 -0400 @@ -825,6 +825,9 @@ label_track.view = this; this.label_tracks.push(label_track); }, + /** + * Remove a track from the view. + */ remove_track: function(track) { this.has_changes = true; delete this.tracks[this.tracks.indexOf(track)]; 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.
participants (1)
-
Bitbucket