Commit Graph

8770 Commits

Author SHA1 Message Date
Min RK
602b5c945d Merge pull request #1091 from willingc/swag
Fixed reference that was erroring in validator
2016-02-15 15:17:10 +01:00
Carol Willing
40d0833869 Fixed reference that was erroring in validator 2016-02-14 19:42:04 -08:00
Thomas Kluyver
6e55046744 Merge pull request #1087 from NHDaly/MoveDialogButtonConsistency
Updated Move Dialog's buttons per #744 for #742.
2016-02-13 10:03:35 +00:00
Thomas Kluyver
4632e0ff37 Merge pull request #1084 from willingc/tweak-travis
Refresh travis.yml and ~~coveralls~~ codecov to better handle stalled builds
2016-02-13 09:54:45 +00:00
Nathan Daly
fe478a0ff3 Updated Move Dialog's buttons per #744 for #742.
Changes "OK" -> "Move" and sets "Cancel" as default button.
2016-02-12 21:44:34 -08:00
Carol Willing
a2feb35f14 Remove fast finish and replace coveralls with codecov 2016-02-12 16:21:32 -08:00
Carol Willing
0066bdf365 Update coverage and coveralls 2016-02-12 14:21:06 -08:00
Thomas Kluyver
f19d68a331 Merge pull request #1085 from diego898/updating-depracted-warning
updating `log.warn` to `log.warning`
2016-02-12 22:15:47 +00:00
Diego Mesa
482ed8a5a3 updating log.warn to log.warning 2016-02-12 13:53:21 -08:00
Carol Willing
90a5baef41 Temporarily removing nosetests since they seem to cause the timeouts 2016-02-12 13:28:49 -08:00
Carol Willing
e9eeaf6641 Update matix combinations 2016-02-12 13:06:19 -08:00
Carol Willing
a800e5ce08 Remove edge and default python 2016-02-12 12:51:23 -08:00
Carol Willing
6db1ea75b2 Upgrade nose before installing travis-wheels 2016-02-12 11:59:09 -08:00
Carol Willing
0d6e25113a Change Python 3.5 to 3.5.1 for Travis 2016-02-12 11:34:38 -08:00
Carol Willing
0a3551de0f Upgrade pip as the first preinstall step 2016-02-12 09:49:27 -08:00
Thomas Kluyver
b3dfa06285 Merge pull request #1083 from willingc/doc-conda
Add pip to conda yaml for docs build
2016-02-12 11:25:29 +00:00
Carol Willing
21788a58db Add pip to conda yaml for docs 2016-02-11 17:56:56 -08:00
Min RK
2881b4add1 Merge pull request #1078 from willingc/doc-spelling
Add a make spelling option for doc builds
2016-02-11 13:50:59 +01:00
Thomas Kluyver
fd86d6c24d Merge pull request #1079 from minrk/not-so-random
remove the 'random' from the random-port message
2016-02-11 12:37:08 +00:00
Min RK
2522348b6a remove the 'random' from the random-port message
it's not really a random port, it's usually n+1
2016-02-11 10:56:41 +01:00
Carol Willing
b4dbf5f5c2 Add a make spelling option for doc builds 2016-02-10 13:20:31 -08:00
Thomas Kluyver
435886ad1d Merge pull request #1077 from willingc/err-min
Fix typos in development
2016-02-10 14:22:20 +00:00
Carol Willing
6fe7c7acbc Fix typos in development 2016-02-10 06:16:09 -08:00
Min RK
a27266ac33 Merge pull request #1076 from takluyver/codemirror-fileext-lowercase
Lowercase file extension before looking it up in CodeMirror
2016-02-10 14:32:30 +01:00
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
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