Thomas Kluyver
57cbbe21ee
Merge pull request #4688 from uclixnjupyternbaccessibility/issue-3961
...
Closes #3961
7 years ago
Thomas Kluyver
f3775fe999
Merge pull request #4690 from uclixnjupyternbaccessibility/issues-3998/3971/3968
...
Solved issues #3998 , #3971 and #3968
7 years ago
Matthias Geier
8a2d97dc58
Remove deprecated ANSI CSS styles ( #3286 )
...
The new CSS styles have been released with notebook 5.0.0
in March 2017.
7 years ago
Joshua Zeltser
2c239b591b
changed way translation functions called for non string literals
7 years ago
Joshua Zeltser
33e989d34d
Removed trailing space
7 years ago
Thomas Kluyver
a088ec7658
Merge pull request #4719 from takluyver/i3992
...
Add title for link to root folder
7 years ago
Thomas Kluyver
f1081c9036
Merge pull request #4679 from uclixnjupyternbaccessibility/issue-acc-overwrite
...
Solved colour contrast issues
7 years ago
Thomas Kluyver
36524e0da5
Merge pull request #4718 from uclixnjupyternbaccessibility/issue-3967
...
Solved Issue #3967 : added more descriptive title for tree page
7 years ago
Joshua Zeltser
babea16d4d
Added accidentally deleted roles
7 years ago
Joshua Zeltser
e32d847ce0
Merge branch 'master' into issues-3998/3971/3968
7 years ago
Joshua Zeltser
11d0409d4d
Added another translation tag
7 years ago
Joshua Zeltser
1915530ee7
Added missing translation tags
7 years ago
Joshua Zeltser
21469201d7
Removed unnecessary url and added translation function
7 years ago
韩韬
0eb567f1cb
Closes #3992
7 years ago
Thomas Kluyver
d62c41a7c8
Merge pull request #4696 from uclixnjupyternbaccessibility/issue-4009
...
Solved issue #4009
7 years ago
Thomas Kluyver
a77c230808
Merge pull request #4677 from uclixnjupyternbaccessibility/issue-4015
...
Solved Issues #4015 and #3951
7 years ago
Thomas Kluyver
60c17ed9a7
Merge pull request #4711 from uclixnjupyternbaccessibility/issue-4006
...
Solved Issue #4006
7 years ago
Thomas Kluyver
566a81a1da
Merge pull request #4695 from uclixnjupyternbaccessibility/issues-3963/3960
...
Solved Issues #3963 and #3960
7 years ago
Joshua Zeltser
4d804be230
#3967 : added more descriptive title for tree page
7 years ago
Joshua Zeltser
3e06d64270
Merge branch 'master' into issue-4009
7 years ago
Thomas Kluyver
1d9d5d7128
Merge pull request #4689 from uclixnjupyternbaccessibility/issue-3970
...
Solved Issue #3970
7 years ago
Joshua Zeltser
1e341838ee
Add semicolon at end of anonymous function
7 years ago
Thomas Kluyver
530a026e2a
Merge pull request #4694 from uclixnjupyternbaccessibility/issue-3997
...
Solved Issue #3997
7 years ago
Thomas Kluyver
7760369e3c
Merge pull request #4685 from uclixnjupyternbaccessibility/issue-3938
...
Solved Issue #3938
7 years ago
Joshua Zeltser
70c9e3db0b
made the numbering of certain menus dymanic
7 years ago
Joshua Zeltser
5da2e45022
Removed unnecessary changes
7 years ago
Thomas Kluyver
2fab244fb6
Merge pull request #4691 from uclixnjupyternbaccessibility/issue-3973
...
Solved Issue #3973
7 years ago
Thomas Kluyver
a6926b237a
Merge pull request #4693 from uclixnjupyternbaccessibility/issue-3996
...
Solved Issue #3996
7 years ago
norah
263b01e7df
#4009 removed the need to tab twice upload button
7 years ago
tao
dd4f59fb18
Update newnotebook.js
7 years ago
Joshua Zeltser
24f1191cfa
fixed bug stopping the edit notebook metadata popup from closing
7 years ago
Joshua Zeltser
5387cabd50
Added translation function call to close button
7 years ago
Joshua Zeltser
d581abaab9
Added translation function call
7 years ago
Joshua Zeltser
b1a97cd01b
added translation function calls to the added aria-labels
7 years ago
Joshua Zeltser
2df70e79e2
Added trans tags for the aria-label of the upload button
7 years ago
Joshua Zeltser
9588b98ec2
Added trans tags to the "Toggle Dropdown" span
7 years ago
ednut15
b341f1217d
#3996 Removed role button attribute from Trusted notificaton as it is not clickable.
7 years ago
Thomas Kluyver
cfb9262338
Merge pull request #4686 from uclixnjupyternbaccessibility/issue-3941
...
Solved Issue #3941
7 years ago
Thomas Kluyver
48445c87d0
Merge pull request #4703 from uclixnjupyternbaccessibility/issue-3957
...
Solved issue 3957
7 years ago
Thomas Kluyver
3c9cad69af
Merge pull request #4674 from asreimer/patch-1
...
bugfix: shutdown_server returns True when pid exists
7 years ago
Thomas Kluyver
2d274295c9
Merge pull request #4713 from saraedum/patch-2
...
Fix typo
7 years ago
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
7 years ago
Kevin Bates
f68e34f198
Add keepalive ping on gateway websocket
7 years ago
Kevin Bates
6939fae22b
Add authorization token to header only if no authorization already
7 years ago
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.
7 years ago
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
7 years ago
Julian Rüth
973b06610b
Fix typo
7 years ago
Scott Sanderson
8d98489f84
BUG: Pin preact and friends using ~ rather than ^. ( #4681 )
...
The most recent release of preact-compat appears to have broken notebook.
7 years ago
Joshua Zeltser
fc2c46141d
removed merge conflicts
7 years ago
Joshua Zeltser
1a9a096f9c
Solved issue #4006
7 years ago