Package: sagenb / 0.13+ds1-2

Metadata

Package Version Patches format
sagenb 0.13+ds1-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix sass syntax.patch | (download)

sass/src/main.scss | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 fix sass syntax errors, otherwise compass fails
fix bullshit.patch | (download)

sagenb/data/graph_editor/processing.editor.js | 3 2 + 1 - 0 !
sagenb/data/sage/html/notebook/base.html | 2 1 + 1 - 0 !
2 files changed, 3 insertions(+), 2 deletions(-)

 fix some bullshit, otherwise uglifyjs fails
update flask 0.11.patch | (download)

sagenb/flask_version/admin.py | 6 3 + 3 - 0 !
sagenb/flask_version/authentication.py | 6 3 + 3 - 0 !
sagenb/flask_version/base.py | 7 4 + 3 - 0 !
sagenb/flask_version/decorators.py | 2 1 + 1 - 0 !
sagenb/flask_version/doc.py | 6 3 + 3 - 0 !
sagenb/flask_version/settings.py | 6 3 + 3 - 0 !
sagenb/flask_version/worksheet.py | 12 6 + 6 - 0 !
sagenb/flask_version/worksheet_listing.py | 6 3 + 3 - 0 !
sagenb/notebook/challenge.py | 2 1 + 1 - 0 !
sagenb/notebook/conf.py | 2 1 + 1 - 0 !
sagenb/notebook/notebook.py | 2 1 + 1 - 0 !
sagenb/notebook/register.py | 2 1 + 1 - 0 !
sagenb/notebook/server_conf.py | 2 1 + 1 - 0 !
sagenb/notebook/template.py | 2 1 + 1 - 0 !
sagenb/notebook/tutorial.py | 2 1 + 1 - 0 !
sagenb/notebook/user_conf.py | 2 1 + 1 - 0 !
sagenb/notebook/worksheet.py | 4 2 + 2 - 0 !
17 files changed, 36 insertions(+), 35 deletions(-)

 update to flask 0.11.1 api
update codemirror version.patch | (download)

sagenb/data/sage/html/notebook/download_or_delete_datafile.html | 29 13 + 16 - 0 !
1 file changed, 13 insertions(+), 16 deletions(-)

 update to codemirror 5.4.0 api
update jquery 3.patch | (download)

sagenb/data/sage/html/history.html | 2 1 + 1 - 0 !
sagenb/data/sage/js/notebook_lib.js | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

---
use system jquery.patch | (download)

sagenb/data/graph_editor/graph_editor.html | 6 3 + 3 - 0 !
sagenb/data/sage/html/base.html | 2 1 + 1 - 0 !
sagenb/data/sage/html/notebook/base.html | 6 3 + 3 - 0 !
sagenb/data/sage/html/worksheet_listing.html | 4 2 + 2 - 0 !
sagenb/testing/HTMLTestRunner.py | 4 2 + 2 - 0 !
5 files changed, 11 insertions(+), 11 deletions(-)

 use debian system jquery
disable bgiframe.patch | (download)

sagenb/data/sage/html/notebook/base.html | 1 0 + 1 - 0 !
sagenb/data/sage/html/worksheet_listing.html | 1 0 + 1 - 0 !
sagenb/data/sage/js/notebook_lib.js | 3 0 + 3 - 0 !
3 files changed, 5 deletions(-)

 disable bgiframe, an ie-specific fix
disable farbtastic jpicker.patch | (download)

sagenb/data/sage/html/notebook/base.html | 4 0 + 4 - 0 !
sagenb/data/sage/html/settings/notebook_settings.html | 2 0 + 2 - 0 !
sagenb/notebook/conf.py | 1 0 + 1 - 0 !
sagenb/notebook/interact.py | 137 8 + 129 - 0 !
4 files changed, 8 insertions(+), 136 deletions(-)

 disable farbtastic and jpicker instead of bundling them
switch system jquery vanderlee colorpicker.patch | (download)

sagenb/data/sage/html/notebook/base.html | 4 2 + 2 - 0 !
sagenb/notebook/interact.py | 65 28 + 37 - 0 !
2 files changed, 30 insertions(+), 39 deletions(-)

 use vanderlee's colorpicker instead of the eyecon one
 It's more popular, better maintained, and requires less boilerplate to use
 New: https://github.com/vanderlee/colorpicker
 Old: http://www.eyecon.ro/colorpicker/
debian sage3d java paths.patch | (download)

sagenb/data/sage3d/sage3d | 17 6 + 11 - 0 !
1 file changed, 6 insertions(+), 11 deletions(-)

 give the correct classpaths for sage 3d to work
debian python paths.patch | (download)

sagenb/notebook/notebook.py | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

 give the correct paths to python
debian jmol paths.patch | (download)

sagenb/data/sage/html/notebook/base.html | 6 0 + 6 - 0 !
sagenb/data/sage/js/jmol_lib.js | 6 3 + 3 - 0 !
sagenb/flask_version/base.py | 10 4 + 6 - 0 !
sagenb/notebook/cell.py | 3 3 + 0 - 0 !
4 files changed, 10 insertions(+), 15 deletions(-)

 document the fact that 3d plots don't work
 The extra path changes are just for documentation purposes, they don't work.