Project

General

Profile

Feature #4088

Updated by Tim Pierce over 9 years ago

In app/views/collections/_show_files.html.erb: 

 * Add a regex text box 
 * Pass the regex to the server in a URL parameter 
 * Skip any files in the collection if they don't match the regex 
 * Add "select all" / "deselect all" button 
 * Add triggers to checkboxes for select-all and deselect-all 

 Tests: 

 * Collection with some files that match the regex 
 * Collection with all files matching the regex 
 * Collection with no files matching the regex 
 * User enters syntactically invalid regex 
 * Select-all selects all visible files 
 * Deselect-all deselects all visibile files 

Back