#6865: [with patch, needs review] Use templates for CSS
-------------------------+--------------------------------------------------
Reporter: timdumol | Owner: boothby
Type: enhancement | Status: new
Priority: minor | Milestone: sage-4.1.2
Component: notebook | Keywords: notebook css stylesheets
Reviewer: | Author: Tim Dumol
Merged: |
-------------------------+--------------------------------------------------
Comment(by mpatel):
Does the patch depend on another ticket's patch? Applying
[attachment:trac_6865-templates-css.patch] to 4.1.2.alpha1, I get
{{{
applying trac_6865-templates-css.patch
patching file sage/server/notebook/css.py
Hunk #1 FAILED at 0
1 out of 3 hunks FAILED -- saving rejects to file
sage/server/notebook/css.py.rej
patching file sage/server/notebook/twist.py
Hunk #1 FAILED at 133
Hunk #2 succeeded at 1787 with fuzz 1 (offset 37 lines).
Hunk #3 FAILED at 2315
2 out of 3 hunks FAILED -- saving rejects to file
sage/server/notebook/twist.py.rej
patch failed, unable to continue (try -v)
patch failed, rejects left in working dir
errors during apply, please fix and refresh trac_6865-templates-css.patch
}}}
The important one is the last, which doesn't apply because the local
`twist.py` contains
{{{
#!python
elif self.problem == 'suspended':
return HTMLResponse(stream = message("Your account is
currently suspended."))
}}}
But I could have altered my configuration.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6865#comment:4>
Sage <http://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
-~----------~----~----~----~------~----~------~--~---