Ticket #7786

Attachments

trac_7783-sage-scripts.patch Download (684 bytes) - added by timdumol 3 years ago.
Preliminary work. Worksheet pages not yet done.
trac_7786-template-jinja-idiomatic.patch Download (211.0 KB) - added by timdumol 3 years ago.
Converts template structure to an inheritance based tree. Apply this patch alone to sagenb repo.
trac_7786-template-jinja-idiomatic.2.patch Download (211.6 KB) - added by timdumol 3 years ago.
Rebased on #7650 and its dependencies. Apply this patch alone to sagenb repo.
trac_7786-template-jinja-idiomatic.2,patch Download (211.6 KB) - added by timdumol 3 years ago.
Rebased on #7650 and its dependencies. Apply this patch alone to sagenb repo.
trac_7786-template-jinja-idiomatic.3.patch Download (217.3 KB) - added by timdumol 3 years ago.
Updates source_code.html and adds styling for it. Also adds a warning to the .css files.
trac_7786-template-jinja-idiomatic.4.patch Download (217.3 KB) - added by timdumol 3 years ago.
Adds missing div_wrap argument to template call at Cell.html()
jinja_template_deps.html Download (2.2 KB) - added by mpatel 3 years ago.
Simple Jinja template dependency graph worksheet. Not a patch.
trac_7786-template-jinja-idiomatic.5.patch Download (215.7 KB) - added by timdumol 3 years ago.
Fixes the issues pointed out (Se failures, etc.)
trac_7786-template-jinja-idiomatic.6.patch Download (259.9 KB) - added by mpatel 3 years ago.
New test options. Should fix Se + doc tests. Replaces previous.
trac_7786-template-jinja-idiomatic.7.patch Download (261.5 KB) - added by mpatel 3 years ago.
Conditional main.js compression. See js.py. Replaces previous.
trac_7786-template-jinja-idiomatic.8.patch Download (263.9 KB) - added by mpatel 3 years ago.
Further small fixes. Replaces previous.
trac_7786-template-jinja-idiomatic.9.patch Download (261.6 KB) - added by timdumol 3 years ago.
Adds missing file _topbar.sass
trac_7786-template-jinja-idiomatic.10.patch Download (266.3 KB) - added by mpatel 3 years ago.
DOM ready / load event timing fixes. Replaces previous.
trac_7786-template-jinja-idiomatic.11.patch Download (267.5 KB) - added by mpatel 3 years ago.
Cache HTML for published worksheets. Replaces previous.
trac_7786-template-jinja-idiomatic.12.patch Download (267.5 KB) - added by mpatel 3 years ago.
Fix text cell typesetting. Replaces previous.
trac_7786-template-jinja-idiomatic.13.patch Download (267.5 KB) - added by mpatel 3 years ago.
Fix HTML reference manual build. Replaces previous.
trac_7786-template-jinja-idiomatic.14.patch Download (262.7 KB) - added by timdumol 3 years ago.
Rebased on #7650 reviewer patch.