Skip to content

Patch 2 for issue 117 #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 164 commits into
base: master
Choose a base branch
from
Open

Patch 2 for issue 117 #2

wants to merge 164 commits into from

Conversation

dimpase
Copy link

@dimpase dimpase commented Nov 30, 2012

sorry, just ignore this. I chose a wrong branch to request the pull to.

nathancarter and others added 30 commits January 9, 2012 17:10
…y to the nearest >. Also, document the jQuery feature which also separates out script tags.
…genb is run *without* the sage notebook may be broken.

Update the config file with Sage's new versions.
… MathJax to typeset what it can.

If this ends up typesetting too much, we should probably use the MathJax tools for ignoring certain divs.
See http://groups.google.com/group/sage-notebook/browse_thread/thread/2c5f47f8f977226c for a discussion on this.  Basically, there is a bug on OSX Lion where the STIX fonts render horribly.  MathJax 2.0 and hopefully a future release of Lion will resolve this problem, but for now, we'll disable the STIX fonts.
kini and others added 30 commits August 22, 2012 14:46
See Sage trac #13385: http://trac.sagemath.org/sage_trac/ticket/13385

Basically we want to fail gracefully if pyOpenSSL isn't installed. This
commit preemptively turns off secure mode as soon as notebook() is
called if it detects pyOpenSSL is not installed. There is also a single
OpenSSL import in sagenb's own code, so I wrapped that as well just in
case.
Actually, rather than falling back to HTTP when HTTPS cannot be used, we
should just throw an exception. Otherwise, users may be misled into
thinking they are using HTTPS when they are in fact not.
… with div/spans that have "math" class

Some worksheets have div/spans that delimit math, in the jsMath style, in the html annotations.  Those stopped working when we upgraded to MathJax.  For example, Rob Beezer's worksheets converted from his book had this issue.
Make pyOpenSSL an optional dependency
Trac 13536 - password recovery does not work.
This is mmarco's patch for fixing it.
create default users if "admin" doesn't exist
mmarco's idea to solve "invalid username" error
Fix math in introspection and live documentation
Add Fricas as one of the SYSTEMS options.
generate 1024-bit rsa keys,  
do not treat Darwin specially in this respect, as openssl is there anyway, 
decrease expiration_days to an acceptable period.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.