Commit Graph

9631 Commits

Author SHA1 Message Date
Matthias Bussonnier
123065f155 Merge pull request #1682 from gnestor/fix-less-watch
Compile LESS on `npm run build:watch` and LESS file changes
2016-08-15 14:39:04 -07:00
Grant Nestor
a9ee9ad0d2 Compile LESS on npm run build:watch and LESS file changes
vs. compiling only on LESS file changes
2016-08-15 13:16:07 -07:00
Grant Nestor
a9ccff38cd Use absolute path for output.path and remove output.publicPath 2016-08-15 12:29:22 -07:00
Bernhard Liebl
ce6ea93e25 fixes problem with disappearing MathJax mglyphs in output areas 2016-08-14 13:05:20 +02:00
Kyle Kelley
516ff11d50 Merge pull request #1678 from gnestor/mime-constants
Replace mime type strings with constants
2016-08-13 19:58:27 -05:00
Grant Nestor
d11d2dd942 Replace mime type strings with constants 2016-08-13 16:28:44 -07:00
Grant Nestor
55713251f6 Merge remote-tracking branch 'jupyter/master' into mime-constants 2016-08-13 16:28:40 -07:00
Min RK
f396334380 Merge pull request #1579 from parente/bundler-api
Bundler extension API
2016-08-13 22:03:15 +02:00
Kyle Kelley
a249c9cdd7 Merge pull request #1672 from gnestor/mime-mathml
Add support for MathML mime type
2016-08-13 14:51:54 -05:00
Matthias Bussonnier
14089ce139 Inherit configuration and propagate it from MD cell
Persist the configuration of toggling in nbconfig.
2016-08-12 14:43:41 -07:00
Matthias Bussonnier
3fdeaa18d8 Merge pull request #1669 from gnestor/broken-kernel
If kernel is broken, start a new session
2016-08-12 13:53:51 -07:00
Grant Nestor
78f8a42658 Define webpack publicPath
Silent source map warnings in Chrome DevTool: `Source map
http://localhost:8888/static/notebook/js/built/main.min.js.map points
to the files missing from the workspace:
[webpack:///./notebook/static/notebook/js/main.js]`
2016-08-12 13:29:45 -07:00
Grant Nestor
961b1c0ba0 Use webpack "inline-source-map"
> We switched to inline-source-map in JupyterLab because it was
misbehaving:
https://github.com/jupyter/jupyterlab/blob/master/jupyterlab/webpack.con
f.js#L20

https://github.com/jupyter/notebook/issues/1668#issuecomment-238640610
2016-08-12 13:28:53 -07:00
Grant Nestor
a01d470fd8 Disable "comma-dangle" eslint rule
There are commas dangling all over project…
2016-08-12 13:26:57 -07:00
Grant Nestor
2b7ce12e74 Always start a new session on switch kernel 2016-08-12 13:08:06 -07:00
Grant Nestor
a711ddb45e Sanitize output of MathML mime type 2016-08-12 09:34:03 -07:00
Grant Nestor
586e06cd2c Add support for MathML mime type 2016-08-11 11:19:46 -07:00
Grant Nestor
201e4e4989 Merge branch 'jupyter/master' 2016-08-11 10:53:20 -07:00
Grant Nestor
fd03c87f43 Merge pull request #1565 from poke1024/mathjaxmml
MathJax MML support
2016-08-11 09:53:13 -07:00
Grant Nestor
ac526c2b55 Move toggle line numbers from toolbar to "View" menu 2016-08-10 18:50:38 -07:00
Grant Nestor
c2773bd72c Merge branch 'jupyter/master' into toggle-line-numbers 2016-08-10 18:11:17 -07:00
Grant Nestor
e8b6e65563 If kernel is broken, start a new session 2016-08-09 18:22:01 -07:00
Thomas Kluyver
21a6aec638 Merge pull request #1665 from stmille/master
Typo hunting: notebookapp.py
2016-08-08 18:50:22 +01:00
Steve Miller
b5552575c9 Update notebookapp.py
Typo
2016-08-08 10:15:38 -07:00
Grant Nestor
5a03481d55 Merge pull request #1658 from gnestor/trusted-notification
Display "trusted" and "untrusted" notifications
2016-08-05 16:33:15 -07:00
Grant Nestor
94428049cc Merge branch 'jupyter/master' 2016-08-05 10:38:06 -07:00
Grant Nestor
055499563c Use classic style for trusted notification 2016-08-05 09:30:54 -07:00
Matthias Bussonnier
0db816ef67 Merge pull request #1657 from gnestor/build-css-watch
Add `npm run build:css:watch` script
2016-08-05 09:28:31 -07:00
Min RK
d78cc473dc Merge pull request #1659 from Carreau/attachments
Update attachment spec
2016-08-05 10:46:48 +02:00
Min RK
3dce57501a Changelog for 4.2.2 2016-08-05 10:40:42 +02:00
Min RK
8d825e4361 use $.text to put latex on the page
instead of `$.append`

does proper escaping of latex that might be interpreted as HTML tags

Fix CVE-2016-6524
2016-08-05 10:40:42 +02:00
Matthias Bussonnier
106f8c7dc8 Update attachment spec
Step toward #1655
2016-08-04 17:30:16 -07:00
Grant Nestor
fc072a221b Display "trusted" and "untrusted" notifications 2016-08-04 16:20:58 -07:00
Grant Nestor
75835e4ca8 Add npm run build:css:watch script 2016-08-04 12:53:45 -07:00
Grant Nestor
025f753c7d Merge pull request #1645 from Carreau/improve-nbextension-error-message
Improve the error message for the nbextension.
2016-08-03 14:21:48 -07:00
Min RK
5d3054cb38 Merge pull request #1652 from takluyver/i1649
Fix missed in traitlets API overhaul
2016-08-03 15:55:05 +02:00
Thomas Kluyver
c80c19be0d Fix missed in traitlets API overhaul
Closes gh-1649
2016-08-03 12:12:11 +01:00
Matthias Bussonnier
72a85fe189 Load extension in predictable order.
Not doing this can lead to subtle incomprehensible issues when 2
extensions (eg, jupyterlab and jupyterlab_extensions) both register the
same handlers, that will randomly at each start get a different
extension take precedence.
2016-08-02 14:29:33 -07:00
Min RK
1816b306cb Merge pull request #1646 from flying-sheep/patch-1
Improved message for conflicting args
2016-08-01 12:02:34 +02:00
Philipp A
16af539f95 Improved message for conflicting args 2016-07-30 14:04:58 +02:00
Matthias Bussonnier
11932645a2 Merge pull request #1642 from minrk/check-origin-next-url
include cross-origin check when allowing login URL redirects
2016-07-29 15:18:37 -07:00
Matthias Bussonnier
25232daae3 Improve the error message for the nbextension.
Closes #1624
2016-07-29 12:33:33 -07:00
Min RK
37349b9953 include cross-origin check when allowing login URL redirects 2016-07-28 14:49:20 +02:00
Thomas Kluyver
e34690dcf4 Merge pull request #1638 from jakirkham/remove_circleyml
Remove `circle.yml`
2016-07-27 21:30:30 +01:00
Min RK
164bc37967 Merge pull request #1635 from yuvipanda/xtermjs-bump
xterm: Bump version to 1.0
2016-07-27 17:00:08 +02:00
Min RK
736f35d8c9 Merge pull request #1637 from jakirkham/remove_dockerignore
Remove the `.dockerignore` file
2016-07-27 16:07:18 +02:00
John Kirkham
34a3e0e4f0 Remove circle.yml as it was used as CI for docker. 2016-07-26 23:16:13 -04:00
John Kirkham
1d963fb877 Remove the .dockerignore file. 2016-07-26 23:13:51 -04:00
YuviPanda
e58a1d37b3 xterm: Bump version to 1.0
Changelog at https://github.com/sourcelair/xterm.js/releases/tag/1.0.0

Particularly interesting features:
  - Better support for international characters
  - Performance improvements in rendering
  - Fix inverse color rendering
2016-07-26 08:25:34 -07:00
Min RK
6202b4be1f Merge pull request #1631 from siyuwj/master
Escape file names in attachment headers
2016-07-25 11:28:08 +02:00