hdtee1
9daeffb668
Update CONTRIBUTING.rst
7 years ago
Vibhanshu
70d74d21ac
changed default filename for a copied notebook ( #4618 )
7 years ago
Min ho Kim
bd66c18b4f
Fix typos ( #4760 )
...
* Fix typos
* Revert trimming whitespaces
* Revert trimming whitespaces
* Revert trimming whitespaces
* Revert trimming whitespaces
* Revert trimming whitespaces
7 years ago
Babatunde Adeola
59619978b9
Fixed issue #3983 : Return focus to Not trusted notification when modal is closed ( #4745 )
...
* Resolvedg merge conflicts
* removed strig comparison
* #3983 Removed unnecessary lines
* Add if statement to focus button
7 years ago
tao
3e2ee045d4
Solve issue #4206 : The contrast of font color of code comment in code cell is lower than 4.5:1 ( #4746 )
...
Fix issue #4206 - increase contrast of comments in code cells
7 years ago
Thomas Kluyver
c8de32f376
Merge pull request #4735 from uclixnjupyternbaccessibility/issue-#3939
...
Label is missing for form textarea element on notebook page: issue #3939
7 years ago
Thomas Kluyver
f48caac104
Merge pull request #4740 from uclixnjupyternbaccessibility/issue-3987
...
Narrator focus is not in logical order for running notebook links: issue #3978
7 years ago
Thomas Kluyver
416b7d78ec
Merge pull request #4734 from uclixnjupyternbaccessibility/issue-#3217
...
Added main/navigation tags to meet DAP requirements: issue #3217
7 years ago
fabihaahmed
76c39dcb83
Made some changes as requested in the PR
7 years ago
Thomas Kluyver
dba4ed86d0
Add back extra line
7 years ago
Thomas Kluyver
7d1444900f
Revert newline changes
7 years ago
Thomas Kluyver
bcc56515ca
Revert random indentation changes
7 years ago
Thomas Kluyver
431288498a
Merge pull request #4737 from uclixnjupyternbaccessibility/issue-#3995
...
Missing label for textbox in move popup: Issue #3995
7 years ago
Thomas Kluyver
563593af75
Merge pull request #4744 from uclixnjupyternbaccessibility/issue-3977
...
Name of the "EditTextbox" is missing: #3977
7 years ago
Sylvain Corlay
7ea809d6d5
Merge pull request #4756 from SylvainCorlay/update-jupyter-client
...
Update jupyter_client
7 years ago
Sylvain Corlay
3ae4fae322
Update jupyter_client
7 years ago
fabihaahmed
f986bf7b0a
Made a small change as requested in the PR
7 years ago
Sylvain Corlay
10318a9827
Merge pull request #4672 from JohanMabille/control
...
Added control channel to ZMQChannelsHandler
7 years ago
Joshua Zeltser
6f79465d7a
Added missing translation tags
7 years ago
Johan Mabille
93304180d7
Bumped the required version of jupyter_client
7 years ago
fabihaahmed
ab56f9db4f
Fixes issue#3977 by adding the aria-label attribute
7 years ago
Joshua Zeltser
3173ab4caf
Fixed issue 3987 by adding a div around the links to change the focus order
7 years ago
ednut15
d919e2ec52
#3995 Added label to textbox on move popup
7 years ago
fabihaahmed
70b0c73344
Fixed a bug
7 years ago
fabihaahmed
3991a39ef6
Fixes issue #3939 , #3958
7 years ago
Joshua Zeltser
5c80a9bbc8
Fixed Issue #3217
...
added main and navigation tags to tree and page.html
7 years ago
Min RK
7223fdf817
Merge pull request #4725 from kevin-bates/cleanup-debug
...
Remove verbose debug statement in gateway mode
7 years ago
Min RK
4311e104dd
Merge pull request #4726 from gnestor/react
...
Switch from preact to react
7 years ago
Grant Nestor
c6030778ec
Upgrade requirejs
7 years ago
Grant Nestor
55724a8c8e
Pin bower to specific version
7 years ago
Grant Nestor
cf9891f970
Use react vs. preact
7 years ago
Kevin Bates
7e50cdc856
Remove verbose debug statement in gateway mode
...
I removed the mirroring 'Receiving' debug statement previously and
didn't realize there's a 'Sending' statement. This change removes
that statement.
This should be part of the 6.0 release, just not signficant enough
to warrant include in rc1.
7 years ago
Luciano Resende
a44a367c21
Back to development version
7 years ago
Luciano Resende
e771c9d1c8
Release 6.0.0rc1
7 years ago
Luciano Resende
3f5de7ab25
Build Python 3.x wheel distro
7 years ago
Kevin Bates
f6e3c23089
Missing yield statement on WebSocketChannelsHandler ( #4724 )
...
We were missing a yield statement in the deferral of `get()` to
the superclass. This issue was occurring only when Tornado 6+
was deployed.
Also removed a debug message producing way too much information.
7 years ago
Luciano Resende
ac68763c94
Changelog for Release 6.0 ( #4709 )
...
Populate changelog based on commit history and some
new functionality described on 5.x release notes including
a section for security fixes.
7 years ago
mtd91429
40da1aaf61
altered tooltip and pager button
...
- increased `smalltooltip` height to 85px to account for padding in `tooltiptext`
- reduced `ui-button` dimensions in tooltip and pager
7 years ago
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