-
-
Notifications
You must be signed in to change notification settings - Fork 684
Closed
Milestone
Description
This is a relatively minor upgrade. It contains a few bugfixes, plus packaging one more dependency to take care of the problem at #12719/#10353. It also merges patches from #13504 and #13678, so those need to be merged simultaneously with this ticket.
SPKG at http://wstein.org/home/keshav/files/sagenb-0.10.4.spkg
Here's a short log of the commits:
[2] fs@erdos ~/src/sagenb $ git log --oneline --simplify-merges 0.10.2..0.10.4 | cat
4648948 (HEAD, tag: refs/tags/0.10.4, refs/remotes/upstream/master, refs/heads/master) Version bump to 0.10.4
64bcd91 (refs/remotes/origin/master, refs/remotes/origin/HEAD) Link the new HACKING.rst to the Sage docs
2638c05 Update installation README
ae02bff Merge remote-tracking branches '@jhpalmieri/mathmode_v2' and '@jhpalmieri/latex-macros'; commit '4696154' from @robertwb
4696154 (refs/remotes/robertwb/master) Fix for sage #13678, allow tab completion of matrix constructor.
9cf8ac7 (refs/remotes/jhpalmieri/latex-macros) sage.misc.latex_macros: do not evaluate anything on startup. See trac #13504
5985758 (refs/remotes/jhpalmieri/mathmode_v2, refs/heads/mathmode_v2) Reinstate 'is_html_markup'.
e11c433 (refs/heads/gh-126) Merge pull request #127 from gvol/master
4396d0f Ignore Mac metadata files when uploading a zip
6a42da6 Merge pull request #115 from jasongrout/openid-import
679e43f Fix the import for openid, as per http://flask.pocoo.org/docs/extensions/#using-extensions
c384b4e (tag: refs/tags/0.10.3) Update sagenb version number to 0.10.3
96a3732 Package zope.interface, which is required for twisted
0ae273b Merge pull request #66 from rmartinjak/usermgmt
c65fccb Merge branch 'master' into usermgmt
d026aac two small cosmetic changes
460ef01 Merge branch 'master' into usermgmt
1a94141 Merge branch 'master' into usermgmt
0d616c4 Merge branch 'master' into usermgmt
6bf3398 Merge branch 'master' into usermgmt
54204e5 Merge branch 'master' into usermgmt
cca8fd3 Merge branch 'master' into usermgmt
759a99b Merge branch 'master' into usermgmt
a0e3e7d Merge branch 'master' into usermgmt
e2beade added granting/revoking of admin privileges
22c6424 added possibility to delete users
97dd5b8 distinct URI for suspend/delete
150ac05 Fix admin permission checking
cf421ee Merge pull request #92 from alfredoport/master
f65b291 Update sagenb/notebook/notebook.py
3280031 Merge pull request #97 from jhpalmieri/mathmode
f1f1a9f (refs/remotes/jhpalmieri/mathmode) Fix introspection and live documentation in the notebook
7aadeb3 With introspection and live documentation in the notebook, fix spurious \(,\) and \[,\] pairs
be5eb3c Merge pull request #99 from kcrisman/patch-2
37d598c mmarco's idea to solve "invalid username" error
adcd348 Merge pull request #101 from rmartinjak/issue-47
4498cef create default users if "admin" doesn't exist
50c3130 Merge pull request #104 from lukas-lansky/graph-editor-jQuery
aa29f96 jQuery reference repair in graph_editor
Depends on #13504
Depends on #13678
CC: @kini @jhpalmieri
Component: packages: standard
Author: Jason Grout, Keshav Kini
Reviewer: Volker Braun
Merged: sage-5.7.beta0
Issue created by migration from https://trac.sagemath.org/ticket/13717