mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 13:50:20 +08:00
1. Enhance importing library dataset into the current history by now allowing the user to select from a list of existing histories or create a new named history ( similar to copying datasets ).  This feature is available for a specific library dataset, a folder ( or root folder ), when selecting multiple datasets from in a library,  and on the results page for searched library datasets. 2. Add Brad Chapman's latest patch for fixing the lucene search implementation 3. Eliminate searches on dataset state for both whoosh and lucene searches 4. Clarify the objects being searched in the regular search and advanced search boxes in the data libraries grids. 5. Add the ability to perform certain actions on 1 or more selected library datasets on the results page for searched library datasets. 6. Add a "select all" checkbox to the browse_library.mako template. 7. Fixed library functional tests accordingly.
9 lines
321 B
XML
9 lines
321 B
XML
<?xml version="1.0"?>
|
|
<tool name="Access Libraries" id="library_access1">
|
|
<description>stored locally</description>
|
|
<inputs action="/library/index" method="get" target="_parent">
|
|
<param name="default_action" type="hidden" value="import_to_histories" />
|
|
</inputs>
|
|
<uihints minwidth="800"/>
|
|
</tool>
|