Changes between Initial Version and Version 1 of Ticket #10652
- Timestamp:
- 01/18/11 13:18:10 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10652
-
Property
Status
changed from
new
toneeds_review
-
Property
Status
changed from
-
Ticket #10652 – Description
initial v1 5 5 - allows for uploading a zip file containing .txt and .html files 6 6 7 This little feature would give a very simple workflow for distributing 8 tutorial worksheets during our Sage(-Combinat) workshops, saving a lot 9 of hassle and time to both us and the participants (more detail upon 10 request). It would be great if this feature could be in the sage 11 stable release by early May for the next Sage-Combinat workshop in 7 This little feature would give a very simple workflow for distributing tutorial worksheets during our Sage(-Combinat) workshops, saving a lot of hassle and time to both us and the participants (more detail upon request). It would be great if this feature could be in the sage stable release by early May for the next Sage-Combinat workshop in 12 8 Acadia. 13 9 14 10 I wrote the attached small patch as a proof of concept; however this 15 11 is the first time I am touching the notebook code and I am not 16 planning to invest in this direction in the short term. So I would be 17 extremely glad if some notebook expert could take over this patch, 18 clean it up (look for TODO/FIXME), and rebase it upon #10521 with whom 19 it probably conflicts lightly (this should be a breeze). 12 planning to invest in this direction in the short term. So I would be extremely glad if some notebook expert could take over this patch, clean it up (look for TODO/FIXME), and rebase it upon #10521 with whom it probably conflicts lightly (this should be a breeze). 20 13 21 14 Related tickets: … … 27 20 Thanks so much in advance!!! 28 21 Nicolas 29