Steven Silvester
98085dcb84
Merge pull request #3744 from PraneetMokkapati/master
...
Disabled Tags and Slide Types for non editable cells
8 years ago
Min RK
b94cc449db
Merge pull request #3712 from forbxy/master
...
fix:can't choose same file twice when in upload file
8 years ago
Grant Nestor
75d2744eb4
Fix uneven input prompt width for markdown cells
8 years ago
Grant Nestor
43bd70b246
Fix uneven input prompt width
8 years ago
Grant Nestor
3c4bc0ef62
Display inline run button on same line as input prompt
8 years ago
Grant Nestor
f54e4355e8
Only display inline run button on mobile
8 years ago
Thomas Kluyver
2dd46b16c9
back to development
8 years ago
Thomas Kluyver
7674331e3d
release 5.6.0
8 years ago
Mokkapati, Praneet(ES)
b3457a068e
Disabling Slide Type changes, when a cell is not editable
8 years ago
Mokkapati, Praneet(ES)
24dd9d67d7
Disabling Adding or Removing Tags, when a cell is not editable
8 years ago
bxy007
c339a34605
fix:can't choose same file
8 years ago
Thomas Kluyver
b8b66332e2
Back to development
8 years ago
Thomas Kluyver
b428d2d40a
release 5.6.0rc1
8 years ago
Thomas Kluyver
5766341360
Merge pull request #3289 from Madhu94/add-save-as-menu-option
...
Add save as menu option
8 years ago
Min RK
0c81fc3f06
Remove ES6 syntax from save_notebook_as
...
ES6 syntax is not available to us
8 years ago
madhu94
81c6eed3d7
Don't get entire contents of the notebooks, while checking
...
if it exists
Don't get entire contents of the notebooks, while checking
if it exists
8 years ago
M Pacer
dd282f6970
add el & update css in output_area to match run button in In from #3535
...
Without this change the output and Input areas become unaligned.
This still isn't an ideal fix, but it'll make a release possible without
making the styling problematic.
8 years ago
Thomas Kluyver
702b67d15e
Merge pull request #3630 from arovit/add_find_replace_test
...
[WIP: 838] Add find replace test
8 years ago
arovitn
b22994eb47
renamed the ids, removed the replace_all parameter and changed the name of the testcase as mentioned in the comments
8 years ago
arovitn
33c1dea080
add 'ids' to the form_and_replace form and address other review comments
8 years ago
Thomas Kluyver
374da5a451
Merge pull request #3535 from lucasoshiro/clickable-prompt
...
[WIP] Executing cell when clicking its prompt
8 years ago
Lucas Oshiro
40cf1ab912
Click instead of mouseup
8 years ago
madhu94
eab1e709eb
Add basic selenium test case
8 years ago
madhu94
84e565c5c0
More UI changes
8 years ago
madhu94
9b18d079a4
Switch sessions instead of opening in new window
8 years ago
madhu94
ee79a7f505
UI changes
8 years ago
madhu94
fd25ae1fd2
Add 'Save As' option to the menu
8 years ago
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