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
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
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
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
Matthias Bussonnier
5c73284c39
Fix docs on secure server.
2015-11-17 16:44:32 -08:00
Brett Cannon
97071b74ff
Fix a dead link to example notebooks
2015-11-17 12:05:29 -08:00
Matthias Bussonnier
a2224fb5c4
Merge pull request #687 from Carreau/docs
...
update docs
2015-11-17 11:33:47 -08:00
Matthias Bussonnier
cdd2ae7cc6
Add debug statements for #484
2015-11-17 11:25:08 -08:00
Matthias Bussonnier
226a0c8676
Merge pull request #692 from Carreau/moar-actions-III
...
Moar actions iii
2015-11-17 09:47:41 -08:00
Matthias Bussonnier
f99ee3025c
Fix closing ansi handling.
...
The following was wrong:
IPython.utils.ansispan("\x1b[38;5;28;01mtry\x1b[39;00m")
"<span style="color: rgb(0,102,0);" class="ansibold">try< span>"
2015-11-17 09:43:53 -08:00
Matthias Bussonnier
d81d6a8e39
Work around #699
2015-11-05 11:57:29 -08:00
Matthias Bussonnier
d2c972a45c
Rename action visibility -> collapsed, scrolling->scrolled
2015-11-05 09:54:49 -08:00
Matthias Bussonnier
02102c5297
Merge pull request #696 from jhamrick/throttle
...
Rate limit scrolling callback
2015-11-05 09:46:52 -08:00
Matthias Bussonnier
40daca3eca
Merge pull request #703 from Carreau/ctrl-space
...
Unbind ctrl-space for now
2015-11-05 08:08:26 -08:00
Min RK
74fc556884
Merge pull request #705 from RobinD42/dont-needlessly-run-git
...
Don't run git unless it looks like we are in a repo.
2015-11-05 09:40:10 +00:00
Robin Dunn
783d31a22a
Don't run git unless it looks like we are in a repo.
2015-11-04 16:28:43 -08:00
Matthias Bussonnier
629c92466f
unbind ctrl-space for now
2015-11-03 15:01:00 -08:00
Min RK
6dcc6746b7
Merge pull request #698 from jhamrick/dev-instructions
...
Add post-checkout hook and better development documentation
2015-11-03 10:18:46 +01:00
Min RK
5a219326e9
Merge pull request #701 from Carreau/next_prompt_number
...
remove unused variable
2015-11-03 10:17:24 +01:00
Jessica B. Hamrick
50c365c58c
Flesh out development installation instructions
2015-11-02 09:44:02 -08:00
Matthias Bussonnier
74a9789ef9
remove unused variable
2015-11-02 09:24:06 -08:00
Jessica B. Hamrick
059646ce11
Make sure notification is sticky
2015-10-30 17:24:15 -07:00
Jessica B. Hamrick
b2a17eee49
Set a default rate limit
2015-10-30 17:20:03 -07:00
Jessica B. Hamrick
fded61ef63
Remove console.log
2015-10-30 17:19:15 -07:00
Jessica B. Hamrick
3bcd3417c2
Rate limit scrolling callback
2015-10-30 17:11:57 -07:00
Matthias Bussonnier
887e0dd154
Merge pull request #681 from jhamrick/undo-merge
...
Properly undo merges
2015-10-30 10:37:34 -07:00
Matthias Bussonnier
38135d145d
'more actions'
2015-10-30 10:36:08 -07:00
Min RK
453b6a864a
Merge pull request #689 from Carreau/moar-actions-II
...
typing lazyness
2015-10-30 11:18:06 +01:00