Thomas Kluyver
dc73f9a9be
Back to development
8 years ago
Thomas Kluyver
3b84442f21
release 5.5.0
8 years ago
Thomas Kluyver
5cfba9cb24
Back to development
8 years ago
Thomas Kluyver
0f31d59c97
release 5.5.0rc1
8 years ago
Hari
0875d5602b
Fix for reload button no longer works Issue
8 years ago
Thomas Kluyver
9a3e8ca7d9
Merge pull request #3561 from takluyver/i3549
...
Allow defining keyboard shortcuts for missing actions
8 years ago
Thomas Kluyver
bb1c547e7d
Fix some linter warnings in keyboard.js
8 years ago
Thomas Kluyver
20f1b74ce9
Allow defining keyboard shortcuts for missing actions
...
When users bind custom shortcuts to actions coming from extensions, the
shortcuts can be loaded before the extensions, so we need to allow
defining a shortcut for an action that doesn't exist yet.
Closes gh-3549
Closes gh-2954
8 years ago
Philipp Rudiger
8a9afb4f58
Add a output_updated.OutputArea event
8 years ago
Thomas Kluyver
fc24f31be8
Merge pull request #3500 from gnestor/issue-2518
...
Prevent default on pageup/pagedown when completer is active
8 years ago
Thomas Kluyver
58752355b9
Merge pull request #3539 from nyu-ossd-s18/filesize
...
Adding file size to views
8 years ago
Celina Kilcrease
192e3fe9d8
remove es6 syntax
8 years ago
Celina Kilcrease
174e724174
get file size in base model
8 years ago
Ashley Teoh
dee58e0a08
use text() not html()
8 years ago
Ashley Teoh
dd608ad2bd
add MIT licence
8 years ago
Ashley Teoh
d35ac8bc3a
right align file size column
8 years ago
Celina Kilcrease
06214aea0a
remove inline css
8 years ago
Thomas Kluyver
fcf5f39606
Merge pull request #3507 from nyu-ossd-s18/improve-accessibility
...
Fixes to improve web accessibility
8 years ago
Ashley Teoh
2e9ba4a1ac
use pretty-bytes
8 years ago
Celina Kilcrease
acc2056e05
fixed filesize
...
fixed typo
8 years ago
Celina Kilcrease
13933f396a
converting filesize to readable format
8 years ago
Ashley Teoh
abe05dea42
change column width, flip order
8 years ago
Celina Kilcrease
ff8e1cc983
only get filesize for files and notebooks
...
adding sort function
add file size text
8 years ago
danagilliann
46f481448d
remove token_input focus
8 years ago
Rosa Swaby
72bedfc36d
added classes to html and removed add class lines from main.js file
8 years ago
Leo Gallucci
27710b9324
jQuery attribute selector value MUST be surrounded by quotes
8 years ago
Thomas Kluyver
ca3e7a3668
Merge pull request #3511 from nyu-ossd-s18/cookies
...
Displays Warning Message if Cookies Not Enabled
8 years ago
Celina Kilcrease
9bc3f99865
added wikihow link
8 years ago
Celina Kilcrease
d73c45147f
added wikihow link
8 years ago
Celina Kilcrease
2cdee92760
adjusted warning and got rid of OK button
8 years ago
Celina Kilcrease
e1d8bbbc07
edited without stripping whitespace
8 years ago
Celina Kilcrease
6f52c39617
edited without stripping whitespace
8 years ago
Celina Kilcrease
06ba8dfd06
updated formatting, error appears in modal body
8 years ago
Ashley Teoh
6b7983866b
correctly set language dynamically
8 years ago
Ashley Teoh
aafd8dbf41
dynamically set language in meta tags
8 years ago
Rosa Swaby
40558fbcdc
fixing notebook.js file
8 years ago
Celina Kilcrease
4f45bdc3dc
added labels and changed ids according to accessibility guidelines, added new event handlers for new ids
8 years ago
Grant Nestor
a69ad5073c
Prevent default on pageup/pagedown when completer is active
8 years ago
Thomas Kluyver
3980d815b3
Prevent default event handling on new terminal
...
Avoid resetting the directory navigation when you create a new terminal.
Closes gh-3496
8 years ago
Thomas Kluyver
2fb47162d7
Merge pull request #3494 from danagilliann/master
...
solved waiting asterisk
8 years ago
danagilliann
e4334e631c
empty space to cell
8 years ago
Thomas Kluyver
9d4a2da362
Merge pull request #3004 from gnestor/issue-1530
...
Add shutdown button option
8 years ago
danagilliann
51e910b7ca
solved waiting asterisk
8 years ago
Thomas Kluyver
9359a73788
Allow translation of shutdown dialog
8 years ago
Thomas Kluyver
8a97003a6a
New module for shutdownbutton
8 years ago
Grant Nestor
86e45ab9f4
Add shutdown button option
8 years ago
Thomas Kluyver
9e72e054c0
Convert native for loop to Array forEach()
...
This fixes a problem with variable scoping and closures.
Closes gh-3473
8 years ago
Thomas Kluyver
4e79ebb49a
Disable jQuery prefilter specifically to parse sanitized HTML ( #29 )
...
* Add and use sanitize_html_and_parse() function
* Describe return type in doc comment
* Reset htmlPrefilter even if parsing HTML fails
* Return directly from try block
* Move toinsert to inner scope
8 years ago
Thomas Kluyver
276474afe5
Merge pull request #3411 from takluyver/notebooklist-back-to-start
...
Fix going back to root directory with history in notebook list
8 years ago
Thomas Kluyver
0c28482de0
Fix going back to root directory with history in notebook list
...
Bug found during pair programming with @mpacer
8 years ago