Commit Graph

9198 Commits

Author SHA1 Message Date
Min RK
8d4a8ee0c7 Merge pull request #1071 from jdfreder/movecellfocus
Focus selected cell after move.
2016-02-10 14:28:28 +01:00
Thomas Kluyver
b361d39723 Lowercase file extension before looking it up in CodeMirror
It looks like CodeMirror stores no capitalised extensions:
https://github.com/codemirror/CodeMirror/blob/master/mode/meta.js

If there ever are any, this would break looking them up. But that seems
fairly unlikely.

Closes gh-1073
2016-02-10 10:34:48 +00:00
Jonathan Frederic
8d0e61b1fb Focus selected cell after move. 2016-02-09 13:16:46 -08:00
Min RK
8ed64b374e Merge pull request #1066 from Carreau/rmw
Remove usage of encode/decodestring, Deprecated, replace by bytes equiv.
2016-02-09 14:16:58 +01:00
Carol Willing
5c886a3734 Merge pull request #1063 from minrk/csp-doc
document CSP for iframes
2016-02-09 01:45:54 -08:00
Min RK
eef1ba8620 Merge pull request #931 from jdfreder/ratelimit
Add simple iopub message rate limiter
2016-02-09 09:05:30 +01:00
Min RK
bd42e36fd6 document CSP for iframes 2016-02-09 09:01:07 +01:00
Matthias Bussonnier
7e6b50815e Merge pull request #963 from minrk/indentAutoShortcut
add ctrl-alt-[ shortcut for indentAuto
2016-02-08 11:25:01 -08:00
Matthias Bussonnier
9f6dfc8e0a Merge pull request #1064 from minrk/nbconvert-errors
scroll long tracebacks to the bottom
2016-02-08 11:20:55 -08:00
Matthias Bussonnier
0ad67c8b7f Remove usage of encode/decodestring, Deprecated, replace by bytes equiv. 2016-02-08 11:19:05 -08:00
Min RK
94986bfd6a scroll long tracebacks to the bottom
since that's usually where the most important info is
2016-02-08 16:04:42 +01:00
Thomas Kluyver
61d2958f02 Merge pull request #1062 from minrk/js-dev-doc
Revisions to js dev doc
2016-02-08 13:09:50 +00:00
Min RK
247fc7d21d Revisions to js dev doc
- use `pip install -e .`
- clarify that `setup.py js css` is only needed for intermediate updates, not first-run
2016-02-08 13:35:01 +01:00
Min RK
621822b1de setting static_url_prefix isn't required for custom prefix 2016-02-08 13:09:40 +01:00
Thomas Kluyver
014bd77b80 Merge pull request #1061 from minrk/menu-multi-select
plural cell actions
2016-02-08 11:39:18 +00:00
Min RK
0b1305e37c plural cell actions
a few multi-select actions still had singular descriptions
2016-02-08 09:11:07 +01:00
Min RK
c5d6e9ee37 Merge pull request #1044 from nvdv/items_deselect
Deselect items after successful actions on notebook list page.
2016-02-07 13:19:30 +01:00
Min RK
7117528dab Merge pull request #744 from captainsafia/fix-dialog-button-layout
Fix button layout in dialog windows
2016-02-07 13:07:29 +01:00
Matthias Bussonnier
b520b57f2f Merge pull request #1049 from parleur/nested_svg
Nested svg
2016-02-06 15:34:00 -08:00
Min RK
bb6368a545 package data may be computed prior to components being fetched
trust that it will be re-run after npm/bower
2016-02-06 21:14:13 +01:00
Min RK
b3cab90e9a only scrub SVG output
which is the largest

rather than white-listing HTML-CSS.
This means the various other renderers (perhaps most importantly, MML) are available, not just HTML-CSS

This increases the size of a notebook install by ~800k/19MB or 5%.

Alternately, we could *only* add MML, which would have a negligible affect on install size.
2016-02-06 20:49:11 +01:00
Min RK
4d64519f12 Merge pull request #969 from minrk/undelete-stack
multiple-undo for cell deletion
2016-02-06 19:38:41 +01:00
Min RK
38464ef4dd Merge pull request #987 from minrk/copy-save-first
save before copy if notebook is dirty
2016-02-06 19:32:02 +01:00
Pierre Gerold
f8d2af1632 draft for nested svg test, not working 2016-02-06 19:09:26 +01:00
Min RK
20418160ef Merge pull request #1050 from takluyver/tests-hang
Ensure user site packages is on PYTHONPATH for notebook test server
2016-02-06 12:03:44 +01:00
Matthias Bussonnier
4c50d6acaa Merge pull request #1051 from takluyver/travis-nosetests-v
Run nosetests with verbose flag on Travis
2016-02-05 09:09:28 -08:00
Thomas Kluyver
e78f747314 Run tests in verbose mode in Dockerfile 2016-02-05 16:40:44 +00:00
Thomas Kluyver
0c099ee9cc Run nosetests with verbose flag on Travis
Hopefully stops tests from hanging after completion - seems to work on
Jenkins.
2016-02-05 13:37:09 +00:00
Thomas Kluyver
15581d9567 Ensure user site packages is on PYTHONPATH for notebook test server 2016-02-05 13:19:10 +00:00
Min RK
a7fc604365 Merge pull request #1039 from willingc/devinstall
Organize contributor/developer documentation sections
2016-02-05 11:41:20 +01:00
Pierre Gerold
46d8784afb restore a working 'find' structure 2016-02-05 09:09:52 +01:00
Pierre Gerold
a2366dc68f replace the 'find' way into direct inclusion in svg element 2016-02-05 08:21:48 +01:00
Matthias Bussonnier
eeaaafc751 Merge pull request #1032 from minrk/mathjax-2.6
bump MathJax to 2.6
2016-02-04 15:23:39 -08:00
Matthias Bussonnier
0d1f981b71 Merge pull request #1036 from minrk/disable-mathjax-renderer-menu
disable MathJax renderer selection menu
2016-02-04 15:23:01 -08:00
Matthias Bussonnier
16426a6ca1 Merge pull request #1046 from willingc/doc-png
Fix image urls
2016-02-04 15:21:41 -08:00
Min RK
7643a2ffdb Merge pull request #941 from NHDaly/MoveButton
Adds a Move button to the notebooklist interface next to Rename.
2016-02-04 22:20:09 +01:00
Carol Willing
7d04e76e05 Fix image urls 2016-02-04 13:02:03 -08:00
nvdv
1c68cfe490 Deselect items after successful actions on notebook list page. 2016-02-04 14:00:48 +03:00
Nathan Daly
ecbeb59f18 adds TODO regarding the fancier UI 2016-02-03 23:17:46 -06:00
Nathan Daly
ac9b107e2b changed initial input focus behavior 2016-02-03 22:33:54 -06:00
Nathan Daly
ec47775d50 Removed code unnecessary for Move to select the file name up to a period.
The Move button expects a file path, which shouldn't include a file
extension suffix.
2016-02-03 19:22:13 -06:00
Nathan Daly
a05b947f8d Switched "Move Items" Cancel/Okay button orders + variable clean-up.
Part of addressing Issue #941.
2016-02-03 19:22:13 -06:00
Nathan Daly
4a9e31ed30 Adds a Move button to the notebooklist interface next to Rename.
With this button, you can now move files or directories to any path in
the notebook, including creating new directories (like 'mv -p'). To move
a file, you specify the new destination directory's path.

This achieves the same effect as renaming a file with a new relative
path, but is more clear to users unfamiliar with unix commands --
especially with regard to moving to a parent directory.

Can only move one file at a time currently.
2016-02-03 19:22:13 -06:00
Jonathan Frederic
df964650fd Merge pull request #1022 from jdfreder/smallsplit
Update the notebook widget hack to reference the new jupyter-js-widgets-nbextension package
2016-02-03 10:35:53 -08:00
Jonathan Frederic
e19b9b2703 Update dockerfile 2016-02-02 14:49:24 -08:00
Jonathan Frederic
2ab768b71b Update to point to widgetsnbextension 2016-02-02 14:49:24 -08:00
Jonathan Frederic
9a3cb11c4e Better error message 2016-02-02 14:49:24 -08:00
Jonathan Frederic
ee7dd22ebe Fallback to ipywidgets 2016-02-02 14:49:24 -08:00
Jonathan Frederic
e7bc3fcda6 Update the notebook widget hack to reference the new jupyter-js-widgets-nbextension package 2016-02-02 14:49:24 -08:00
Carol Willing
2eb578ecb5 Decrease toc depth and highlight general contribution docs 2016-02-02 13:06:03 -08:00