Commit Graph

2500 Commits

Author SHA1 Message Date
MinRK
a060056e36 remove unused dateformat
we are using moment.js for dates now
2014-09-29 14:28:29 -07:00
Jonathan Frederic
b5195e1b17 Merge pull request #6548 from SylvainCorlay/widget_views_by_id
Make WidgetModel.views be an object indexed by view id
2014-09-29 07:51:11 -04:00
Matthias Bussonnier
2d490858e5 Merge pull request #6544 from jhamrick/notification-widget
Clean up notification widget
2014-09-29 09:00:43 +02:00
sylvain.corlay
60925f0a1a hasOwnProperty 2014-09-28 23:40:27 -04:00
Doug Blank
6c3d40bbcd Update documentation for functions that can return null 2014-09-28 14:01:35 -04:00
Doug Blank
3997769def Fixed off by one error in get_prev_cell
Not sure why this was a TODO. Maybe `find_cell_index()` returned zero at one time, but in the browsers I tested, it always returns null if not found.
2014-09-27 15:57:01 -04:00
Jessica B. Hamrick
9c1e7fa2eb Clarify stickiness of warning/danger notifications 2014-09-26 00:12:24 -07:00
Sylvain Corlay
d8635fc1cc on_atomic_change -> on_some_change 2014-09-26 01:59:11 +00:00
Sylvain Corlay
b6a0f60d3f Make Widget.views be an object indexed by view id 2014-09-26 01:51:24 +00:00
Jessica B. Hamrick
6f49f4b78e Add tests for notification area and widgets 2014-09-25 16:33:05 -07:00
Jessica B. Hamrick
e68f6e585a Small changes to notification widget 2014-09-25 16:33:05 -07:00
Jessica B. Hamrick
2c5a10a6e0 Add documentation to notification area 2014-09-25 16:33:05 -07:00
Jessica B. Hamrick
5769a5bd97 Add documentation to NotificationWidget methods 2014-09-25 16:33:05 -07:00
Jessica B. Hamrick
180dd71e81 Allow timeout and click callback 2014-09-25 16:33:04 -07:00
Thomas Kluyver
3cb8c5a0a1 Merge pull request #6532 from SylvainCorlay/barewidgetmodels
Fix Issue #6530
2014-09-25 12:10:00 -07:00
Matthias Bussonnier
4609465161 Merge pull request #6472 from parleur/master
Keep metadata through celltype changes
2014-09-25 09:16:59 +02:00
Sylvain Corlay
a9fca81e95 Set default view to None and never display widget with no view 2014-09-24 23:10:41 -04:00
Matthias Bussonnier
684d739d92 Merge pull request #6520 from minrk/comm-default
avoid copious warnings in interact tests
2014-09-24 13:44:58 +02:00
Sylvain Corlay
fb336de4ed register bare views 2014-09-23 21:11:39 -04:00
Brian E. Granger
4ec1a3b41e Merge pull request #6235 from jdfreder/addclass
Remove add/remove_class and set/get_css.
2014-09-23 16:28:50 -07:00
Jonathan Frederic
9f3dfbc56c Fix slidercolor on widget construction 2014-09-23 16:15:13 -07:00
Jonathan Frederic
d4d554052e Address problems found in in-person review 2014-09-23 15:18:00 -07:00
Brian E. Granger
1e8b4ee586 Merge pull request #6051 from chronitis/interact-widget-on-demand
Interact on_demand option
2014-09-23 14:02:12 -07:00
Matthias Bussonnier
56d48e2892 codemirror rempo moved, update links in comments 2014-09-23 19:50:39 +02:00
Matthias Bussonnier
633dbc8131 Merge pull request #5844 from jdfreder/scrollmanager
'Paul' scroll feature
2014-09-23 17:10:29 +02:00
Jonathan Frederic
f81d88aebf fab css 2014-09-22 16:34:26 -07:00
Jonathan Frederic
a7e7f95ef1 Remove forgotten hreadout 2014-09-22 16:33:57 -07:00
Jonathan Frederic
b1c1e3533a fab css 2014-09-22 16:27:34 -07:00
Jonathan Frederic
02d7039a00 Cleaned up hbox and vbox widget div styles,
removed 5px margin
2014-09-22 16:23:26 -07:00
Jonathan Frederic
6637b768cc Merge pull request #6463 from SylvainCorlay/bulk_update
Bulk update of widget attributes
2014-09-22 13:49:16 -07:00
Min RK
bfdb098d76 Merge pull request #6495 from Carreau/expandpath
Expand user home path in template search path.
2014-09-22 13:40:05 -07:00
MinRK
ec4d3597c7 avoid copious warnings in interact tests
comm was mocked out, but in a way that makes traitlets complain
2014-09-22 13:21:19 -07:00
Sylvain Corlay
cd782c916d state_lock loop 2014-09-22 19:40:07 +00:00
Gordon Ball
48e1a0b2bc s/choose/manual/g 2014-09-22 21:23:51 +02:00
Jonathan Frederic
46cefe28a9 Merge pull request #6497 from SylvainCorlay/_ws_opened
status_started.Kernel was never triggered
2014-09-22 12:09:30 -07:00
MinRK
979b8dd9db actually use new tornado_settings
instead of deprecated webapp_settings
2014-09-21 12:44:45 -07: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