Peter Parente
2ace23d841
Fix ConfigWithDefaults "this" context
...
Within the promise callback, refer to the ConfigWithDefaults instance, not the Promise
11 years ago
Thomas Kluyver
bdb8ca88ce
Merge pull request #785 from mmarchetti/fix/json-header-error
...
Fix secondary error that occurs during handling of HTTP 500 status
11 years ago
Michael Marchetti
536a6d64dc
Use `dict()` to convert the mapping to a dictionary
11 years ago
Michael Marchetti
5639ac7134
Fix secondary error that occurs during handling of HTTP 500 status
...
In log.py, we're attempting to log the request headers when a
500-series error occurs, but tornado.httputil.HTTPHeaders isn't a dict -
it inherits from collections.MutableMapping. So it fails during
JSON serialization. The fix is to convert it to a dict first.
Unfortunately, the HTTPHeaders class doesn't expose any methods
to access the underlying dictionary (`request.headers._dict`) directly,
so we recreate it using the public API.
11 years ago
Thomas Kluyver
d732e28cb2
Merge pull request #711 from minrk/allow-async-kernel-manager
...
allow some KernelManager methods to be async
11 years ago
Min RK
b006b747ab
Merge pull request #781 from takluyver/rm-classifier-py33
...
Remove explicit Python 3.3 classifier
11 years ago
Min RK
377f4f24dc
Merge pull request #783 from marceloramires/master
...
Fixing way in which selection ranges are deleted
11 years ago
Min RK
240d6bc40a
Merge pull request #784 from captainsafia/add-more-tests-for-file-rename
...
Updated tests on rename in ContentsManager
11 years ago
Safia Abdalla
4e8344831c
Updated tests on rename in ContentsManager
11 years ago
marcelo-ramires
89b7d96ccd
Fixing way in which selection ranges are deleted
11 years ago
Thomas Kluyver
447c0f2922
Merge pull request #782 from jcb91/document-extensions
...
More info on front-end extensions
11 years ago
Josh Barnes
9e9828f624
in docs/extending/frontend_extensions:
...
* fix 'the' typo
11 years ago
Thomas Kluyver
edd8fdd44c
Merge pull request #631 from jcb91/feature/celltoolbar_fix
...
fix incorrect html structure from cell toolbar generator functions
11 years ago
Thomas Kluyver
9bcac1d629
Remove explicit Python 3.3 classifier
...
If we're going to explicitly list 3.3, we should also be listing 3.4 and
3.5. But really we're compatible with any fairly recent Python 3
version, and will probably be compatible with future versions, so I
think it's best to just use the overall Python 3 classifier.
11 years ago
Josh Barnes
99f6379f14
in docs/extending/frontend_extensions:
...
* Add some description of actions
11 years ago
Josh Barnes
71f5a1969e
in docs/extending/frontend_extensions:
...
* fix AMD link to use RST syntax (mistakenly used markdown previously)
11 years ago
Josh Barnes
bf44aace54
in docs/extending/frontend_extensions:
...
* fix inline literals, which in RST start and end with ``, not just `
11 years ago
Josh Barnes
ad7e657e5c
in docs/extending/frontend_extensions:
...
* beautify javascript examples
* make one-liners fit on one line
11 years ago
Josh Barnes
67c6aaafae
in docs/extending/frontend_extensions:
...
* fix some typos & misspellings
* some improvements to phrasing
11 years ago
Min RK
addc7eb5d9
Merge pull request #758 from Carreau/document-extensions
...
Start documenting how to write frontend extensions
11 years ago
Min RK
b2e33823cb
Merge pull request #765 from marceloramires/master
...
Fixing backspace on multiple selection bug
11 years ago
Min RK
f78e3f0d76
Merge pull request #779 from captainsafia/add-tests-for-dir-rename
...
Add tests for directory renaming under ContentsManager
11 years ago
Min RK
ba344843eb
add SessionManager.close
...
allows explicit closing, rather than relying on implicit del,
which can run in the wrong thread.
11 years ago
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.
11 years ago
Min RK
9043ae145c
handle async in sessions
...
needed because sessions call kernel methods
11 years ago
Min RK
6024f04698
allow some KernelManager methods to be async
...
Allows custom KernelManagers to do slower async operations as part of kernel startup/shutdown.
11 years ago
Min RK
20d858a02a
Merge pull request #706 from Carreau/ugly-fix
...
Work around jump/scroll on heading links
11 years ago
Min RK
1d934b3a9a
Merge pull request #777 from jcb91/bugfix/keyboard
...
give defined ordering to keyboard shortcuts with the same help_index
11 years ago
Matthias Bussonnier
66f7390f8d
missing N
11 years ago
Matthias Bussonnier
cdb7c7b843
Merge pull request #770 from SylvainCorlay/module_names
...
Use jquery-ui instead of jqueryui
11 years ago
Jonathan Frederic
ca4ec66f5a
Merge pull request #763 from Carreau/fixWaitForOutput
...
Timeout is an option of `waitFor`, not `then`
11 years ago
Safia Abdalla
8e0a8d1ea6
Added tests for directory renaming
11 years ago
Josh Barnes
1a855af8f2
give defined ordering to keyboard shortcuts with the same help_index
11 years ago
Matthias Bussonnier
33b22f77b3
Merge pull request #6 from takluyver/document-extensions
...
English fixes and update description of installing and activating extensions
11 years ago
Thomas Kluyver
92caca5683
English fixes and update description of installing and activating extensions
11 years ago
Sylvain Corlay
f32651e202
Use jquery-ui instead of jqueryui
11 years ago
Min RK
8acf2bfc04
Merge pull request #773 from jcb91/bugfix/quickhelp
...
Avoid duplicate edit shortcuts in quick-help
11 years ago
Josh Barnes
531b373eb8
fix bug in `notebook/js/quickhelp` whereby edit-mode shortcuts were duplicated on every rebuild
11 years ago
Matthias Bussonnier
5de960b938
Merge pull request #769 from SylvainCorlay/base_url
...
Fix deprecation warning
11 years ago
Matthias Bussonnier
259be440b5
use var
11 years ago
Sylvain Corlay
2cb85ab939
fix deprecation warning
11 years ago
marcelo-ramires
6692ea7348
Fixing backspace on multiple selection bug
11 years ago
Matthias Bussonnier
c54b4f0e1d
more info on timeout
11 years ago
Matthias Bussonnier
a0929ab8c1
Timeout is an option of `waitFor`, not `then`
11 years ago
Min RK
9eaba1dee5
Merge pull request #761 from Carreau/typo
...
Typo _that.last_modifed => that._last_modified.
11 years ago
Matthias Bussonnier
6f5e7cae97
fix typo
11 years ago
Brian E. Granger
eaf06374ba
Merge pull request #752 from minrk/explicit-default-dialog-button
...
allow specifying default dialog button
11 years ago
Fernando Perez
7ce1dc5fcc
Merge pull request #757 from ellisonbg/fandr-colors
...
Changing colors on find and replace matches.
11 years ago
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.
11 years ago
Brian E. Granger
a9626ce3d1
Changing colors on find and replace matches.
11 years ago