Pierre Gerold
fcec0896ce
Protect the three call to custom.js
10 years ago
Pierre Gerold
be52aa38f9
Condom againt bad custom.js
10 years ago
Min RK
89f942029d
Merge pull request #1367 from blink1073/jupyterlab-failsafe
...
Allow JupyterLab to fail gracefully on install
10 years ago
Steven Silvester
0176f72550
Do not verify lab installed files yet
10 years ago
Steven Silvester
a31a2236db
Allow JupyterLab to fail gracefully on install for now
10 years ago
Min RK
f75e591bd6
Merge pull request #1351 from Carreau/es6
...
ES6 and prerequisite to shortcut editor
10 years ago
Matthias Bussonnier
07f988f433
Merge pull request #1360 from takluyver/override-css-mimetype
...
Override mimetype for .css files
10 years ago
Carol Willing
d8d541020c
Merge pull request #1361 from wasade/missingnewline
...
Missing newline impacting RTD rendering
10 years ago
Daniel McDonald
69ab463a0e
Missing newline impacting RTD rendering
...
Please see the attached screenshot.
10 years ago
Thomas Kluyver
cc3a8668f2
Override mimetype for .css files
...
This should avoid the issue several people have had with unstyled pages
on misconfigured Windows systems. I think practicality beats purity
here.
Closes gh-1350
10 years ago
Sylvain Corlay
db7fa4ab85
Merge pull request #1352 from blink1073/promise-polyfill
...
Make JupyterLab more self contained
10 years ago
Min RK
4e6aa7e94c
Merge pull request #1338 from minrk/double-base-url
...
avoid double-base-url when launching browser
10 years ago
Min RK
32011e3bad
Merge pull request #1353 from siyuwj/master
...
Escape file names in attachment headers
10 years ago
wenjun.swj
6684b76ab8
encode file name in Content-Disposition when it contains non-ascii characters
10 years ago
Matthias Bussonnier
79088c5341
Check forhasOwnProperty in for-in loop.
10 years ago
Matthias Bussonnier
6954e996fd
Remove debug console.log
10 years ago
Matthias Bussonnier
1096410fcf
Try es6 and add a few features for shortcut editor.
10 years ago
Steven Silvester
a3b1cadc9b
Use webpack for promise polyfill and font-awesome
10 years ago
Steven Silvester
236214fc43
Move to dependency
10 years ago
Matthias Bussonnier
7a24d5fe58
Merge pull request #1349 from FrederikNS/master
...
Dockerfile: Added --no-browser argument to CMD
10 years ago
Steven Silvester
24d24c54c9
Fix polyfill
10 years ago
Steven Silvester
1cf92ad5a7
Add IE11 promise polyfills
10 years ago
Frederik Nordahl Jul Sabroe
d33ce47f40
Dockerfile: Added --no-browser argument to CMD
...
The docker images doesn't contain any browsers, therefore there is no need for trying to launch a browser.
10 years ago
Min RK
ac70e49ace
Merge pull request #1342 from jdfreder/clipboardRespect
...
Respect keyboard manager state in clipboard logic
10 years ago
Min RK
4857a7dc2e
Merge pull request #1348 from minrk/pin-casper-beta
...
pin casper to 1.1.0-beta5
10 years ago
Min RK
ad4fc06dae
pin casper to 1.1.0-beta5
...
to see if this fixes the shutdown test failure
10 years ago
Jonathan Frederic
72eeb99ad6
Respect keyboard manager state in clipboard logic
10 years ago
Min RK
a441f2529b
Merge pull request #1333 from minrk/release-links
...
remove what's new from index
10 years ago
Min RK
a9fe394b2e
avoid double-base-url when launching browser
...
default_url contains base_url, and so does connection_url
10 years ago
Carol Willing
12ee0ec86a
Update changelog and remove what's new
10 years ago
Min RK
43165c942c
changelog for 4.2.0
...
forward-port from 4.x branch
10 years ago
Jonathan Frederic
aaae433973
Merge pull request #1328 from SylvainCorlay/jupyter-js-widgets
...
The path for widgets has changed
10 years ago
Sylvain Corlay
e4155ea7aa
The path for widgets has changed
10 years ago
Matthias Bussonnier
d6a43d2601
Merge pull request #1327 from minrk/mockextension-env
...
avoid writing nbextension config to user dir during tests
10 years ago
Min RK
39121b7d4b
avoid writing nbextension config to user dir during tests
...
mock jupyter environment variables during nb/server-extension tests
10 years ago
Min RK
11dba4ea2e
Merge pull request #1288 from BerndSchwarzenbacher/issue#1209/codeblocks
...
Correctly render markdown code blocks with unknown language
10 years ago
Min RK
2d0b8a6a25
Merge pull request #1325 from chultquist/master
...
Fix handling of preflight requests
10 years ago
Matthias Bussonnier
1cf38529d3
Merge pull request #1323 from blink1073/sourcemap
...
Build source map for lab
10 years ago
Carl Hultquist
4a161fea12
Fix handling of preflight requests
...
Pre-flighted OPTIONS requests do not include authentication information,
which means that we should not expect these to be authenticated.
Authentication will be validated when the real PUT/POST etc request is
issued after the preflight.
10 years ago
Steven Silvester
6d6ba8d43d
Build source map for lab
10 years ago
Matthias Bussonnier
6b220c949b
Merge pull request #1253 from ryanlovett/master
...
Restore atomic intermediate if notebook is invalid.
10 years ago
Matthias Bussonnier
465de9e0fd
Merge pull request #1319 from takluyver/default-paste-text
...
Don't paste cells in chrome when keyboard manager is disabled
10 years ago
Bernd Schwarzenbacher
79f2a2fef6
Remove debug comment in jstest.py
10 years ago
Bernd Schwarzenbacher
fee1cbc9a3
Log CodeMirror mode error in codeblock highlight
10 years ago
Thomas Kluyver
d797948420
Don't paste cells in chrome when keyboard manager is disabled
...
Closes gh-1316 (the second part of it, which I hadn't noticed before ;-)
If a widget, an input box or a dialog has focus, we should allow paste
to paste text by default. We already take care to disable the keyboard
manager in these cases, so I check this to decide to handle the paste
event.
In Firefox this isn't needed, because Ctrl+V is registered as the
shortcut to bring up the paste dialog, so it only works when the
keyboard manager is enabled.
10 years ago
BerndSchwarzenbacher
20120cbccb
Merge pull request #1 from minrk/async-md-render-test
...
wait for render events in markdown test
10 years ago
Matthias Bussonnier
2483331584
Merge pull request #1317 from takluyver/default-copy-text
...
Defer to default copy implementation when text is selected
10 years ago
Min RK
1d16b302be
wait for render events in markdown test
...
render callback is async,
so we have to wait for the render event to fire.
10 years ago
Thomas Kluyver
5998678d08
Defer to default copy implementation when text is selected
...
Closes gh-1316
10 years ago
Min RK
b4a5523ab6
Merge pull request #1313 from willingc/doc-config
...
Add a Configuration Overview to docs
10 years ago