Thomas Kluyver
dc73f9a9be
Back to development
8 years ago
Thomas Kluyver
3b84442f21
release 5.5.0
8 years ago
Lucas Oshiro
8e5601370a
Firefox media query for touch devices
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
Lucas Oshiro
5eea1b1f59
Media query for touchscreen devices, fixed input prompt HTML
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
Lucas Oshiro
c4e443c3b9
"Run this cell" button in each code cell
8 years ago
Lucas Oshiro
9471f2b73f
Executing cell when clicking its prompt
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
Thomas Kluyver
e2ee7c6297
Javascript lint in notebooklist.js
8 years ago
Thomas Kluyver
c1c7d3df59
Merge pull request #3373 from forbxy/fix-file-upload
...
fix:when upload large file,we cant stop
8 years ago
bxy007
191be80e83
fix spell error
8 years ago
Ashley Teoh
978e16a12a
whitespace
8 years ago
Ashley Teoh
078d3f5be6
add title attributes to widgets and disable clicking trusted button
8 years ago
Thomas Kluyver
2aac713937
Merge pull request #3294 from takluyver/notebook-js-syntax-fixes
...
Some Javascript syntax fixes
8 years ago
bxy007
4a3885d3e2
fix:when upload large file,we cant stop
8 years ago
Mac Knight
b5932ad058
sets notebook to dirty after change to metadata
8 years ago
Thomas Kluyver
25c628c1f5
Merge pull request #3336 from hendrixet/color_contrast
...
fixed color contrast issue in tree.less
8 years ago
Ethan
23aa0d8076
fixed color contrast issue in tree.less
8 years ago
Thomas Kluyver
4285574b96
Merge pull request #3189 from cancan101/patch-2
...
Upgrade xterm.js to 3.1.0
8 years ago
Alex Rothberg
91794ecb18
dont rely on css calc
8 years ago
Alex Rothberg
2baa5d3acd
revert deletion and add comments
8 years ago
Gabriel Ruiz
331a7a2dda
Editor - Prompt warning when overwriting a file that is modified on disk ( #2783 )
...
* added overwrite prevention to saving
* rearranging order of require variables and edit to rename
* added documentation, and fixed reload button
* followed suggestion by tom, started tests
* Revert "followed suggestion by tom, started tests"
This reverts commit 4d45ec7c1b6da51d3e1d4140b174b6f237ea2133.
* added back in reverted changes to editor.js
* Fix broken reference to 'this'
8 years ago
Alex Rothberg
2d5cd359e5
dead code
8 years ago
Alex Rothberg
bb7dd0a85e
calc height
8 years ago
Alex Rothberg
a770f83487
cleanup old
8 years ago
Michael Droettboom
198d74aeda
Add any extra installed nbconvert exporters to the "Download as" menu
8 years ago
Alex Rothberg
e5d393aea1
use fit addon
8 years ago
Mac Knight
f5d59ca004
connect close_and_halt via id_actions_dict
8 years ago
Mac Knight
8888fa4e07
fixed removed ';'
8 years ago
Mac Knight
6162ca9570
Added close and halt to the action menu and exposed function
8 years ago
Thomas Kluyver
364cd032c4
Merge pull request #3273 from gnestor/issue-484
...
Make buffer time between last modified on disk and last modified on last save configurable
8 years ago
Thomas Kluyver
3fce87d60a
Fix name of config option in comment
8 years ago
Thomas Kluyver
1d806da2b9
Some Javascript syntax fixes
8 years ago
Thomas Kluyver
a812581d43
Merge pull request #3287 from damianavila/add_slides_export
...
Add slides exportation/download to the menu
8 years ago
Thomas Kluyver
7445be5943
Merge pull request #3236 from takluyver/i3235
...
Fix output prompt when execution_count missing.
8 years ago
Damian Avila
4dc3221194
Add slides exportation/download to the menu
8 years ago
Peter Parente
386b3a248a
Update page / tab title when navigating
8 years ago
Peter Parente
611762b255
Fix modified clicking of dirs, crumbs
...
All the default browser behavior when the user is holding any modifier
key while clicking on a folder or breadcrumb in the fileview.
8 years ago
Grant Nestor
798d29bda8
Change config value name and use seconds vs. milliseconds
8 years ago
Thomas Kluyver
3de5e501f3
Back to development
8 years ago
Thomas Kluyver
ba5ea511a5
release 5.4.0
8 years ago
Grant Nestor
c2701a8fb0
Make buffer time between last modified on disk and last modified on last save configurable
8 years ago
Matthias Bussonnier
b96d75846d
Merge pull request #3264 from takluyver/i3263
...
Change the path to create notebooks in when navigating directories
8 years ago
Thomas Kluyver
ae7d39af1e
Merge pull request #3243 from minrk/less-shouty
...
make js-generated UUIDs lowercase
8 years ago
Thomas Kluyver
51acfb61ad
Use event.preventDefault() on links creating new files & folders
8 years ago
Thomas Kluyver
1d84d839f3
Change the path to create notebooks in when navigating directories
...
Closes gh-3263
Closes gh-3248
8 years ago
yuvipanda
194a84a324
Remove duplicate setting of this.notebook
...
Should be a noop
8 years ago
Min RK
44c99143e9
make js-generated UUIDs lowercase
...
so it's less shouty when debugging messages
We don't ever need official UUIDs as specified, just sufficiently random strings.
8 years ago
Thomas Kluyver
31215b857c
Merge pull request #3195 from areading314/ar/limit_autcomplete_elements
...
Limit length of GUI autocomplete to 1000
8 years ago
Thomas Kluyver
8657d99d9f
Fix output prompt when execution_count missing.
...
Closes gh-3235
8 years ago
Thomas Kluyver
fe2502d81e
Back to development
8 years ago
Thomas Kluyver
e3a8cf0b83
update JS version number as well
8 years ago
Thomas Kluyver
3b069e3c0a
Replace symlinked favicon with a copy
...
Closes gh-3215
8 years ago
Thomas Kluyver
4179d60e49
Back to development
8 years ago