#7963: Downloading multiple worksheets does not work
------------------------+---------------------------------------------------
   Reporter:  jason     |       Owner:  was
       Type:  defect    |      Status:  new
   Priority:  major     |   Milestone:     
  Component:  notebook  |    Keywords:     
Work_issues:            |      Author:     
   Upstream:  N/A       |    Reviewer:     
     Merged:            |  
------------------------+---------------------------------------------------

Comment(by mpatel):

 I think this is a matter of
 {{{
 #!diff
 --- a/sagenb/data/sage/js/notebook_lib.js
 +++ b/sagenb/data/sage/js/notebook_lib.js
 @@ -1515,7 +1515,7 @@ function download_worksheets_button() {
      /*
      Downloads the set of checked worksheets as a zip file.
      */
 -    window.location.replace("/download_worksheets?filenames=" +
 +    window.location.replace("/download_worksheets.zip?filenames=" +
                              checked_worksheet_filenames() + "&sep=" +
 SEP);
  }
 }}}
 but I haven't posted a patch, since #7908 and some of its dependencies
 make a lot of changes to `notebook_lib.js`.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7963#comment:2>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB
-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.


Reply via email to