Commit Graph

9315 Commits

Author SHA1 Message Date
Min RK
e1eacf8d25 specify destination for nbextension install
arg was supported, just not passed along
2016-04-26 11:27:48 +02:00
Matthias Bussonnier
c681186e2d Merge pull request #1199 from julienr/drop_visual_indicator
[WIP] [Image attachment] Add visual indicator that a drop is possible
2016-04-24 19:05:45 +02:00
Julien Rebetez
ac373f46fe Bump codemirror version to 5.14, which includes the fix for the dragleave event. 2016-04-24 17:31:20 +02:00
Min RK
1e9cddc68b Merge pull request #1378 from parleur/nice_customjs
Protection againt bad custom.js
2016-04-23 11:22:10 +02:00
Julien Rebetez
65f1fae5ec Use a gray dashed border instead of yellow background to indicate dropzone 2016-04-23 10:32:11 +02:00
Julien Rebetez
14f7c2ccc0 Better handling of dnd events to correctly remove the dropzone effect when escape is pressed. 2016-04-23 10:32:11 +02:00
Julien Rebetez
180ef74ff5 Clear the dropzone indicator on cell render.
Change the dropzone CSS effect to be on the input_area
2016-04-23 10:32:11 +02:00
Julien Rebetez
7b974946ff Add a visual indicator that a drop is possible when dragging an image on a markdown cells 2016-04-23 10:32:11 +02:00
Sylvain Corlay
f6b7656499 Enable widgets 4.1 2016-04-22 19:32:40 -04:00
Matthias Bussonnier
baa49f73c8 Add eslint deps 2016-04-21 18:21:43 +02:00
Matthias Bussonnier
12b48343cb dynamic sourcemaps 2016-04-21 18:00:17 +02:00
Matthias Bussonnier
ab85f165c7 Create shortcut editor for the notebook
1) finish the step allowing the use of es6

  - this include some tweak to web pack configuration to speed up
    recompile in watch mode (in particular cache sourcemaps).
  - enable eslint (error only), on obvious mistakes.
  - setup babel to compile to es5 as a target.

2) Make the test pass under Casper that does not always have
`Function.prototype.bind` defined, which we cannot patch only in the
tests.

3) Write an actual shortcut editor that list and allow to modify most of
the command mode shortcut.

The logic to persist the shortcuts is a bit tricky as there are default
keyboard shortcuts, and so when you "unbind" them you need to re-unbind
them at next startup. This does not work for a few shortcut for
technical reasons: `<Esc>`, `<Shift>`, as well as `<Ctrl-Shift-P>` and `<F>`
which register asynchronously, so are not detected as "default"
shortcuts.
2016-04-21 18:00:17 +02:00
Pierre Gerold
fcec0896ce Protect the three call to custom.js 2016-04-21 11:46:32 +02:00
Min RK
1ca5557234 Merge pull request #1374 from blink1073/dedupe
Enforce npm dedupe
2016-04-21 10:45:19 +02:00
Pierre Gerold
be52aa38f9 Condom againt bad custom.js 2016-04-20 17:35:38 +02:00
Steven Silvester
c2723c7996 Fix check_output syntax 2016-04-19 09:58:28 -05:00
Steven Silvester
b78f91c696 Match the usage of the shell kwarg 2016-04-19 09:57:45 -05:00
Steven Silvester
a8928d8303 Raise the error if dedupe fails 2016-04-19 08:14:40 -05:00
Steven Silvester
b30e35a8a1 Enforce npm dedupe 2016-04-19 08:13:14 -05:00
Min RK
89f942029d Merge pull request #1367 from blink1073/jupyterlab-failsafe
Allow JupyterLab to fail gracefully on install
2016-04-19 11:46:49 +02:00
Sri Konduru
e07cb5a03c use os.replace instead of os.rename if available 2016-04-18 20:34:25 -05:00
Steven Silvester
0176f72550 Do not verify lab installed files yet 2016-04-18 10:45:17 -05:00
Steven Silvester
a31a2236db Allow JupyterLab to fail gracefully on install for now 2016-04-18 10:31:44 -05:00
Min RK
f75e591bd6 Merge pull request #1351 from Carreau/es6
ES6 and prerequisite to shortcut editor
2016-04-18 11:37:32 +02:00
Matthias Bussonnier
07f988f433 Merge pull request #1360 from takluyver/override-css-mimetype
Override mimetype for .css files
2016-04-16 13:24:35 +02:00
Carol Willing
d8d541020c Merge pull request #1361 from wasade/missingnewline
Missing newline impacting RTD rendering
2016-04-15 18:02:14 -07:00
Daniel McDonald
69ab463a0e Missing newline impacting RTD rendering
Please see the attached screenshot.
2016-04-15 16:03:55 -07:00
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
2016-04-15 21:49:32 +01:00
Sylvain Corlay
db7fa4ab85 Merge pull request #1352 from blink1073/promise-polyfill
Make JupyterLab more self contained
2016-04-15 10:09:14 -04:00
Min RK
4e6aa7e94c Merge pull request #1338 from minrk/double-base-url
avoid double-base-url when launching browser
2016-04-15 10:05:34 +02:00
Min RK
32011e3bad Merge pull request #1353 from siyuwj/master
Escape file names in attachment headers
2016-04-15 10:02:29 +02:00
wenjun.swj
6684b76ab8 encode file name in Content-Disposition when it contains non-ascii characters 2016-04-15 10:59:57 +08:00
Matthias Bussonnier
79088c5341 Check forhasOwnProperty in for-in loop. 2016-04-14 17:44:48 +02:00
Matthias Bussonnier
6954e996fd Remove debug console.log 2016-04-14 16:53:23 +02:00
Matthias Bussonnier
1096410fcf Try es6 and add a few features for shortcut editor. 2016-04-14 16:49:35 +02:00
Steven Silvester
a3b1cadc9b Use webpack for promise polyfill and font-awesome 2016-04-14 09:47:00 -05:00
Steven Silvester
236214fc43 Move to dependency 2016-04-14 09:17:29 -05:00
Matthias Bussonnier
7a24d5fe58 Merge pull request #1349 from FrederikNS/master
Dockerfile: Added --no-browser argument to CMD
2016-04-14 16:14:54 +02:00
Steven Silvester
24d24c54c9 Fix polyfill 2016-04-14 08:43:08 -05:00
Steven Silvester
1cf92ad5a7 Add IE11 promise polyfills 2016-04-14 08:38:25 -05:00
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.
2016-04-13 22:32:15 +02:00
Min RK
ac70e49ace Merge pull request #1342 from jdfreder/clipboardRespect
Respect keyboard manager state in clipboard logic
2016-04-13 16:12:22 +02:00
Min RK
4857a7dc2e Merge pull request #1348 from minrk/pin-casper-beta
pin casper to 1.1.0-beta5
2016-04-13 16:12:14 +02:00
Min RK
ad4fc06dae pin casper to 1.1.0-beta5
to see if this fixes the shutdown test failure
2016-04-13 15:55:51 +02:00
Jonathan Frederic
72eeb99ad6 Respect keyboard manager state in clipboard logic 2016-04-12 11:34:09 -07:00
Min RK
a441f2529b Merge pull request #1333 from minrk/release-links
remove what's new from index
2016-04-12 15:40:11 +02:00
Min RK
a9fe394b2e avoid double-base-url when launching browser
default_url contains base_url, and so does connection_url
2016-04-12 14:53:28 +02:00
Carol Willing
12ee0ec86a Update changelog and remove what's new 2016-04-12 13:03:08 +02:00
Min RK
43165c942c changelog for 4.2.0
forward-port from 4.x branch
2016-04-11 20:51:05 +02:00
Jonathan Frederic
aaae433973 Merge pull request #1328 from SylvainCorlay/jupyter-js-widgets
The path for widgets has changed
2016-04-10 09:07:51 -07:00