forked from sagemath/sagenb
-
Notifications
You must be signed in to change notification settings - Fork 1
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
dimpase
wants to merge
164
commits into
code-of-kpp:master
Choose a base branch
from
dimpase:patch-2
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…y to the nearest >. Also, document the jQuery feature which also separates out script tags.
… custom configuration.
…genb is run *without* the sage notebook may be broken. Update the config file with Sage's new versions.
…ml() with dollar signs instead.
… 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.
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
…us \(,\) and \[,\] pairs
Trac 13536 - password recovery does not work. This is mmarco's patch for fixing it.
jQuery reference repair in graph_editor
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.
user management enhancements
Fix the import for openid
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
sorry, just ignore this. I chose a wrong branch to request the pull to.