MinRK
979b8dd9db
actually use new tornado_settings
...
instead of deprecated webapp_settings
2014-09-21 12:44:45 -07:00
Matthias Bussonnier
d4d41cf17e
Fix font-awesome icons in examples notebook
...
Closes #6417
2014-09-21 15:46:19 +02:00
Sylvain Corlay
c4006f1439
status_started.Kernel was never triggered
2014-09-18 20:18:11 +00:00
Thomas Kluyver
ab13b8fde6
Merge pull request #6491 from minrk/tornado_settings
...
rename webapp_settings to tornado_settings
2014-09-18 11:14:28 -07:00
Min RK
6b0421f3d8
Merge pull request #6480 from minrk/origin-check-no-proto
...
only compare host:port in Websocket.check_origin
2014-09-18 10:36:09 -07:00
Matthias Bussonnier
2c65ea0416
Merge pull request #6431 from jhamrick/input_ui_focus
...
Register input with keyboard manager
2014-09-18 14:37:51 +02:00
Matthias BUSSONNIER
9d58482944
Expand user home path in template search path.
...
cause that pretty much always what you want to do if you have a `~` ina
path.
2014-09-18 14:35:30 +02:00
Jonathan Frederic
0bd868888e
Make HeadingScrollManager scroll to heading elements, not cells.
2014-09-17 16:31:00 -07:00
Sylvain Corlay
769e7fa108
rename to on_atomic_change
2014-09-17 21:31:55 +00:00
MinRK
d65244d34c
rename webapp_settings to tornado_settings
...
deprecate `webapp_settings`
More informative name to those who would actually use this feature.
It sets overrides for the tornado global `settings` object.
2014-09-17 10:05:19 -07:00
MinRK
4bc339bd95
better log messages when rejecting cross-origin requests
2014-09-16 15:38:41 -07:00
Jonathan Frederic
9831e6ea1b
Make the default the single page scroller.
2014-09-16 13:52:58 -07:00
Jonathan Frederic
c957cbc9c2
Set heading scroll manager as default scroll manager.
2014-09-16 13:49:15 -07:00
Jonathan Frederic
46eb5288bc
Scroll to all heading levels <= target level.
2014-09-16 13:49:15 -07:00
Jonathan Frederic
f6adf3e064
Fixed dumb typo,
...
forgot to update scrollmanager ref to scroll_manager.
2014-09-16 13:49:14 -07:00
Jonathan Frederic
3f9fea0328
Added comments clarifying scroll units
2014-09-16 13:49:14 -07:00
Jonathan Frederic
8c0c04910b
options bug fix
2014-09-16 13:49:14 -07:00
Jonathan Frederic
3ff4d4c16e
Address review comments
2014-09-16 13:49:14 -07:00
Jonathan Frederic
27058f4804
Removed ScrollManager selector combo.
2014-09-16 13:49:14 -07:00
Jonathan Frederic
e843a3d0e4
Fixed rebase indents
2014-09-16 13:48:19 -07:00
Jonathan Frederic
8617696c5b
Added heading and slideshow scroll managers
2014-09-16 13:48:19 -07:00
Jonathan Frederic
7e7683a587
Added scroll mode selector,
...
fixed rebase conflicts.
2014-09-16 13:47:28 -07:00
Jonathan Frederic
62a21b0e6f
Add ScrollManager to global ipy namespace in main.js instead of,
...
in the bottom of the scroll manager js file.
2014-09-16 13:45:30 -07:00
Jonathan Frederic
5c5025f3b6
Added smooth scroll to replace std browser behavior.
2014-09-16 13:45:30 -07:00
Jonathan Frederic
c2d72353a2
Fixed bug
2014-09-16 13:45:29 -07:00
Jonathan Frederic
617f078165
Make slideshow toolbar add classes to modified cells.
2014-09-16 13:45:29 -07:00
Jonathan Frederic
06ad682d68
Add scrollmanager
2014-09-16 13:45:29 -07:00
Min RK
a712e079b4
Merge pull request #6483 from jhamrick/fix-heading-anchors
...
Trim anchor link in heading cells, fixes #6324
2014-09-16 10:57:40 -07:00
Jonathan Frederic
591b2b3ad7
Tabs->Spaces
2014-09-16 10:41:44 -07:00
Jonathan Frederic
02e3a58030
s/fore_color/color
...
s/back_color/background_color
2014-09-16 10:17:59 -07:00
Jonathan Frederic
0acd8daf71
Merge pull request #6438 from SylvainCorlay/model_destroy_message
...
Destroy backbone model on comm:close
2014-09-16 09:47:49 -07:00
Sylvain Corlay
e809fcb545
stop listening
2014-09-16 14:31:26 +00:00
Jessica B. Hamrick
d46606a48b
Trim anchor link in heading cells, fixes #6324
2014-09-16 00:05:14 -07:00
Jonathan Frederic
9c1c4f9f0a
Fix bug in bounded int/float logic.
2014-09-15 22:24:49 -07:00
MinRK
d06e337881
only compare host:port in Websocket.check_origin
...
don't include protocol
- matches tornado's own behavior
- avoids incorrect 403 in http-behind-https proxy situations.
2014-09-15 17:17:08 -07:00
Sylvain Corlay
75cb63fba2
Adding a comment and renaming on_bulk_change to on_change
2014-09-15 22:38:29 +00:00
Sylvain Corlay
06747c1ada
simplification of trigger destroy
2014-09-15 21:32:46 +00:00
Jonathan Frederic
4495fa5246
Merge pull request #6437 from weichm/patch-1
...
"event" is not defined error in Firefox
2014-09-15 13:51:14 -07:00
Jonathan Frederic
78db5dc24e
Merge pull request #6377 from jasongrout/fix-widget-prefix
...
Strip the IPY_MODEL_ prefix from widget IDs before referencing them.
2014-09-15 13:40:09 -07:00
Pierre Gerold
406860fd35
Typo and presentation
2014-09-15 14:58:23 +02:00
Pierre Gerold
98f2d989b6
Modify cells converter funcs to keep metadata through
2014-09-15 12:59:31 +02:00
Min RK
cd8163677a
Merge pull request #6467 from richardeverson/master
...
Stop websocket timeouts when kernel is suspended
2014-09-15 00:50:37 -07:00
Richard Everson
be80e62340
Check time of last ping before timing out a missing pong.
2014-09-14 23:22:05 +01:00
Sylvain Corlay
222dc5fb3e
Destroy backbone model on comm:close
2014-09-14 11:46:12 -04:00
sylvain.corlay
e77b21cb22
optimization of WidgetModel.apply_update
2014-09-13 20:13:08 -04:00
sylvain.corlay
6eea0c37aa
Added on_bulk_change method in WidgetModel
2014-09-13 16:27:52 -04:00
Min RK
5f27bff2da
Merge pull request #6460 from jasongrout/trust
...
Fix several small bugs in the notebook trust framework
2014-09-12 10:42:41 -07:00
Jason Grout
78ae8b36c5
Fix several small bugs in the notebook trust framework
...
1. The trust dialog is not called with the notebook context, so we have to use the closure to bind to a notebook event.
2. Replace != with !==
3. The trust_changed.Notebook event default handler expects the trust value to be value key inside an object. In fact, the event handler is redundant with the code--both seem to set the trust value of the current notebook.
2014-09-12 17:22:03 +00:00
Thomas Kluyver
a6f5ed619f
Preserve symlinks in atomic writing
2014-09-11 17:09:17 -07:00
Thomas Kluyver
9bde43a7fd
Copy file metadata in atomic save
...
Closes gh-6405
2014-09-11 16:47:10 -07:00