Joshua Zeltser
e32d847ce0
Merge branch 'master' into issues-3998/3971/3968
2019-06-25 15:55:47 +01:00
Joshua Zeltser
11d0409d4d
Added another translation tag
2019-06-25 15:54:11 +01:00
Joshua Zeltser
1915530ee7
Added missing translation tags
2019-06-25 15:52:53 +01:00
Joshua Zeltser
21469201d7
Removed unnecessary url and added translation function
2019-06-25 16:52:43 +02:00
韩韬
0eb567f1cb
Closes #3992
2019-06-25 16:51:53 +02:00
Thomas Kluyver
d62c41a7c8
Merge pull request #4696 from uclixnjupyternbaccessibility/issue-4009
...
Solved issue #4009
2019-06-25 16:43:07 +02:00
Thomas Kluyver
a77c230808
Merge pull request #4677 from uclixnjupyternbaccessibility/issue-4015
...
Solved Issues #4015 and #3951
2019-06-25 16:33:58 +02:00
Thomas Kluyver
60c17ed9a7
Merge pull request #4711 from uclixnjupyternbaccessibility/issue-4006
...
Solved Issue #4006
2019-06-25 16:23:07 +02:00
Thomas Kluyver
566a81a1da
Merge pull request #4695 from uclixnjupyternbaccessibility/issues-3963/3960
...
Solved Issues #3963 and #3960
2019-06-25 16:15:31 +02:00
Joshua Zeltser
4d804be230
#3967 : added more descriptive title for tree page
2019-06-25 15:12:44 +01:00
Joshua Zeltser
3e06d64270
Merge branch 'master' into issue-4009
2019-06-25 14:56:22 +01:00
Thomas Kluyver
1d9d5d7128
Merge pull request #4689 from uclixnjupyternbaccessibility/issue-3970
...
Solved Issue #3970
2019-06-25 15:50:16 +02:00
Joshua Zeltser
1e341838ee
Add semicolon at end of anonymous function
2019-06-25 14:20:33 +01:00
Thomas Kluyver
530a026e2a
Merge pull request #4694 from uclixnjupyternbaccessibility/issue-3997
...
Solved Issue #3997
2019-06-25 15:20:24 +02:00
Thomas Kluyver
7760369e3c
Merge pull request #4685 from uclixnjupyternbaccessibility/issue-3938
...
Solved Issue #3938
2019-06-25 15:16:32 +02:00
Joshua Zeltser
70c9e3db0b
made the numbering of certain menus dymanic
2019-06-25 14:15:30 +01:00
Joshua Zeltser
5da2e45022
Removed unnecessary changes
2019-06-25 13:51:54 +01:00
Thomas Kluyver
2fab244fb6
Merge pull request #4691 from uclixnjupyternbaccessibility/issue-3973
...
Solved Issue #3973
2019-06-25 14:42:11 +02:00
Thomas Kluyver
a6926b237a
Merge pull request #4693 from uclixnjupyternbaccessibility/issue-3996
...
Solved Issue #3996
2019-06-25 14:41:22 +02:00
norah
263b01e7df
#4009 removed the need to tab twice upload button
2019-06-25 13:22:45 +01:00
tao
dd4f59fb18
Update newnotebook.js
2019-06-25 12:36:03 +01:00
Joshua Zeltser
24f1191cfa
fixed bug stopping the edit notebook metadata popup from closing
2019-06-25 12:19:46 +01:00
Joshua Zeltser
5387cabd50
Added translation function call to close button
2019-06-25 12:10:32 +01:00
Joshua Zeltser
d581abaab9
Added translation function call
2019-06-25 12:08:57 +01:00
Joshua Zeltser
b1a97cd01b
added translation function calls to the added aria-labels
2019-06-25 12:07:03 +01:00
Joshua Zeltser
2df70e79e2
Added trans tags for the aria-label of the upload button
2019-06-25 11:57:51 +01:00
Joshua Zeltser
9588b98ec2
Added trans tags to the "Toggle Dropdown" span
2019-06-25 11:49:01 +01:00
ednut15
b341f1217d
#3996 Removed role button attribute from Trusted notificaton as it is not clickable.
2019-06-25 10:59:14 +01:00
Thomas Kluyver
cfb9262338
Merge pull request #4686 from uclixnjupyternbaccessibility/issue-3941
...
Solved Issue #3941
2019-06-25 10:21:15 +02:00
Thomas Kluyver
48445c87d0
Merge pull request #4703 from uclixnjupyternbaccessibility/issue-3957
...
Solved issue 3957
2019-06-25 10:02:03 +02:00
Thomas Kluyver
3c9cad69af
Merge pull request #4674 from asreimer/patch-1
...
bugfix: shutdown_server returns True when pid exists
2019-06-25 09:34:54 +02:00
Thomas Kluyver
2d274295c9
Merge pull request #4713 from saraedum/patch-2
...
Fix typo
2019-06-25 08:57:02 +02:00
Min RK
efc0f0089e
Allow ?no_track_activity=1 to opt-out of activity tracking ( #4235 )
...
* Don't track API requests with `?no_track_activity=1` in the activity counter
allows external idle-culling scripts to avoid updating the activity counter
* Don't track kernel shutdown as kernel activity
this causes idle-kernel shutdowns to restart the idle-shutdown timer
user-requested shutdowns will still be tracked as api activity
* test ?no_track_activity=1 tracking
* Changelog for activity
2019-06-25 08:53:50 +02:00
Kevin Bates
f68e34f198
Add keepalive ping on gateway websocket
2019-06-24 19:35:05 -07:00
Kevin Bates
6939fae22b
Add authorization token to header only if no authorization already
2019-06-24 19:35:05 -07:00
Kevin Bates
191dc333f6
Modify/add various timeout values
...
The connect and request timeout defaults have been updated from 20 to 60
seconds and a default value of 40 has been added for KERNEL_LAUNCH_TIMEOUT.
The code ensures that KERNEL_LAUNCH_TIMEOUT is in the env and that the
value of the request timeout is at least 2 greather than KERNEL_LAUNCH_TIMEOUT.
This PR is port of the NB2KG PRs 35 and 38.
2019-06-24 19:35:05 -07:00
Solaris
83f591b81f
Fix binary message issue when configured to forward to gateway ( #4576 )
...
If the message is bytes, we should set binary=True
This is a port from NB2KG PR jupyter/nb2kg#33
2019-06-24 19:28:36 -07:00
Julian Rüth
973b06610b
Fix typo
2019-06-25 01:08:16 +02:00
Scott Sanderson
8d98489f84
BUG: Pin preact and friends using ~ rather than ^. ( #4681 )
...
The most recent release of preact-compat appears to have broken notebook.
2019-06-24 13:41:52 -07:00
Joshua Zeltser
fc2c46141d
removed merge conflicts
2019-06-24 16:34:08 +01:00
Joshua Zeltser
1a9a096f9c
Solved issue #4006
2019-06-24 16:31:25 +01:00
ednut15
b6ac3d7a6d
Solved issue 3957
2019-06-20 10:51:33 +01:00
ednut15
99ad777942
Solved issue #4009
2019-06-19 16:07:14 +01:00
韩韬
5f04881be4
fix issue #4002
2019-06-19 15:58:55 +01:00
Joshua Zeltser
287f7b6f02
Merge branch 'issue-acc-overwrite' of https://github.com/uclixnjupyternbaccessibility/notebook into issue-acc-overwrite
2019-06-19 15:54:45 +01:00
Norah Abanumay
8cfb5a3435
#3984 Keyboard focus is clearly visible on the Controls(File,Edit,View,Insert,Cell...etc)present on the menubar.
2019-06-19 15:54:27 +01:00
韩韬
7fc284eda0
Solved Issues #3963 and #3960
2019-06-19 15:39:06 +01:00
ednut15
d8df52b267
Solved Issue #3997
2019-06-19 15:31:19 +01:00
ednut15
b5b494d2ad
#3996 Added role attribute with value button to the element
2019-06-19 15:18:11 +01:00
Joshua Zeltser
a76a3e6cce
added new span to new button to cause narrator to mention it is a dropdown
2019-06-19 11:58:31 +01:00