Min RK
b2e33823cb
Merge pull request #765 from marceloramires/master
...
Fixing backspace on multiple selection bug
2015-12-01 11:42:43 +01:00
Min RK
f78e3f0d76
Merge pull request #779 from captainsafia/add-tests-for-dir-rename
...
Add tests for directory renaming under ContentsManager
2015-12-01 11:38:55 +01:00
Min RK
ba344843eb
add SessionManager.close
...
allows explicit closing, rather than relying on implicit del,
which can run in the wrong thread.
2015-12-01 11:36:22 +01:00
Min RK
cfa64552b2
initialize Application in background thread
...
rather than initializing in main and starting in background, which seemed to cause occasional issues.
Also fix checking for dead notebook, which is no longer a subprocess.
2015-12-01 11:35:59 +01:00
Min RK
9043ae145c
handle async in sessions
...
needed because sessions call kernel methods
2015-12-01 11:10:24 +01:00
Min RK
6024f04698
allow some KernelManager methods to be async
...
Allows custom KernelManagers to do slower async operations as part of kernel startup/shutdown.
2015-12-01 11:10:24 +01:00
Min RK
20d858a02a
Merge pull request #706 from Carreau/ugly-fix
...
Work around jump/scroll on heading links
2015-12-01 11:04:39 +01:00
Min RK
1d934b3a9a
Merge pull request #777 from jcb91/bugfix/keyboard
...
give defined ordering to keyboard shortcuts with the same help_index
2015-12-01 10:50:45 +01:00
Matthias Bussonnier
66f7390f8d
missing N
2015-12-01 10:27:36 +01:00
Matthias Bussonnier
cdb7c7b843
Merge pull request #770 from SylvainCorlay/module_names
...
Use jquery-ui instead of jqueryui
2015-12-01 10:14:49 +01:00
Jonathan Frederic
ca4ec66f5a
Merge pull request #763 from Carreau/fixWaitForOutput
...
Timeout is an option of `waitFor`, not `then`
2015-11-30 16:17:18 -08:00
Safia Abdalla
8e0a8d1ea6
Added tests for directory renaming
2015-11-30 17:52:01 -06:00
Josh Barnes
1a855af8f2
give defined ordering to keyboard shortcuts with the same help_index
2015-11-30 21:19:29 +00:00
Matthias Bussonnier
5d01363b03
Fix comments.
2015-11-30 20:33:02 +01:00
Matthias Bussonnier
33b22f77b3
Merge pull request #6 from takluyver/document-extensions
...
English fixes and update description of installing and activating extensions
2015-11-30 19:36:53 +01:00
Thomas Kluyver
92caca5683
English fixes and update description of installing and activating extensions
2015-11-30 18:26:25 +00:00
Sylvain Corlay
f32651e202
Use jquery-ui instead of jqueryui
2015-11-30 11:28:47 -05:00
Min RK
8acf2bfc04
Merge pull request #773 from jcb91/bugfix/quickhelp
...
Avoid duplicate edit shortcuts in quick-help
2015-11-30 13:49:17 +01:00
Josh Barnes
531b373eb8
fix bug in notebook/js/quickhelp
whereby edit-mode shortcuts were duplicated on every rebuild
2015-11-30 01:07:23 +00:00
Matthias Bussonnier
5de960b938
Merge pull request #769 from SylvainCorlay/base_url
...
Fix deprecation warning
2015-11-29 14:13:24 +01:00
Matthias Bussonnier
259be440b5
use var
2015-11-29 14:04:41 +01:00
Sylvain Corlay
2cb85ab939
fix deprecation warning
2015-11-27 16:59:20 -05:00
marcelo-ramires
6692ea7348
Fixing backspace on multiple selection bug
2015-11-27 19:02:37 -02:00
Pierre Gerold
7cfd9b407a
Add test for non atomic writing
2015-11-27 18:19:01 +01:00
Pierre Gerold
48dcf2d319
One carac error + debug logging
2015-11-27 16:05:22 +01:00
Matthias Bussonnier
c54b4f0e1d
more info on timeout
2015-11-27 13:59:29 +01:00
Matthias Bussonnier
a0929ab8c1
Timeout is an option of waitFor
, not then
2015-11-27 13:29:03 +01:00
Min RK
9eaba1dee5
Merge pull request #761 from Carreau/typo
...
Typo _that.last_modifed => that._last_modified.
2015-11-27 00:30:28 +01:00
Matthias Bussonnier
6f5e7cae97
fix typo
2015-11-26 23:16:57 +01:00
Matthias Bussonnier
61cc278f5b
refactor secure notebook server script
2015-11-26 17:12:49 +01:00
Brian E. Granger
eaf06374ba
Merge pull request #752 from minrk/explicit-default-dialog-button
...
allow specifying default dialog button
2015-11-25 16:40:18 -08:00
Fernando Perez
7ce1dc5fcc
Merge pull request #757 from ellisonbg/fandr-colors
...
Changing colors on find and replace matches.
2015-11-25 10:27:01 -08:00
Matthias Bussonnier
1feb3960d8
Start documenting how to write font end extension
...
This if course require more work, but the request for custom key binding
is too high, and the process of writing extensions too widespread on the
internet.
2015-11-25 19:22:10 +01:00
Brian E. Granger
a9626ce3d1
Changing colors on find and replace matches.
2015-11-25 08:55:32 -08:00
Min RK
1ac32f59da
Merge pull request #755 from Carreau/setup-secure
...
Create tool to auto generate secure settings.
2015-11-25 14:47:11 +01:00
Matthias Bussonnier
5a7a41a83e
don't write english before breakfast
2015-11-25 13:39:04 +01:00
Matthias Bussonnier
2dabc68924
Merge pull request #741 from ellisonbg/find-replace-ux
...
Work on the style and usability of find and replace...
2015-11-25 13:31:10 +01:00
Min RK
85bf940b3c
Merge pull request #729 from Carreau/debug-484
...
Add debug statements for notebook changed on disk
2015-11-25 10:55:10 +01:00
Matthias Bussonnier
b9280d50e3
Create tool to auto generate secure settings.
2015-11-25 09:15:07 +01:00
Brian E. Granger
e31fc195e2
Addressing review comments...
2015-11-24 17:57:52 -08:00
Brian E. Granger
0576363be4
Better jQuery style...
2015-11-24 17:38:08 -08:00
Min RK
ed812735cf
allow specifying default dialog button
...
rather than always focusing rightmost button
use:
default_button: "label"
to explicitly request a button be the default.
2015-11-24 21:27:29 +01:00
Pierre Gerold
f849e310c8
Save without atomic writing and configuration ( fix #739 )
2015-11-23 16:39:52 +01:00
Pierre Gerold
459fd24c03
Save without atomic writing and configuration ( fix #739 )
2015-11-23 16:35:36 +01:00
Brian E. Granger
75a0585aec
Work on the style and usability of find and replace...
2015-11-20 17:07:45 -08:00
Min RK
b10326e93c
Merge pull request #718 from Carreau/fixansi
...
Fix closing ansi handling.
2015-11-20 20:21:05 +01:00
Min RK
f998bd67df
Merge pull request #732 from Carreau/docs
...
Fix docs on secure server.
2015-11-20 20:19:33 +01:00
Min RK
3a990d34a7
Merge pull request #730 from brettcannon/patch-1
...
Fix a dead link to example notebooks
2015-11-19 17:24:29 +01:00
Min RK
b37ff2ceb6
Merge pull request #731 from cjermain/fix-url-encode
...
BUG: use url_escape to encode URL for browser
2015-11-18 22:30:48 +01:00
Colin Jermain
5768fc7c11
BUG: use url_escape to encode URL for browser
2015-11-18 09:46:47 -05:00