Min RK
1f0f8c4d57
remove extraneous focus_cell from actions.js
11 years ago
Matthias Bussonnier
bceab630e7
Merge pull request #8062 from minrk/max-width-again
...
another stab at confining images to page width
11 years ago
Matthias Bussonnier
5002c9a584
Merge pull request #8190 from minrk/sticky-tooltip-description
...
update description of sticky tooltip
11 years ago
Min RK
1f8cccbecc
update description of sticky tooltip
...
> Tooltip will linger for 10 seconds while you type
11 years ago
Min RK
0e42f2dad0
update traitlets test import in widgets
...
don't need to shim out private things like test modules
11 years ago
Min RK
b1d70df578
Merge pull request #8142 from SylvainCorlay/slider_validation
...
Using the early validation hook for IntSlider and FloatSlider
11 years ago
Min RK
0e6aa1b2fb
scroll overflow-x on rendered markdown
...
treat markdown the same as output
11 years ago
Min RK
c52b70561c
dblclick to unconfine on images in html output
11 years ago
Min RK
dd41d9fd5c
calc max-width for Firefox
...
account for prompt width
11 years ago
Min RK
597208a50a
set max-width on output_subarea
...
for Firefox
11 years ago
Min RK
4efc68542d
another stab at confining images to page width
...
- double-click toggles 'raw' size for large image output
- uses max-width on both markdown and output images
- `height: auto` fixes aspect ratio problems caused by using max-width alone
- img.unconfined disables max-width confinement
11 years ago
Matthias Bussonnier
38585a1257
Merge pull request #8174 from minrk/notification-pad
...
add 4px between notification areas
11 years ago
Brian Drawert
7b856fb21d
Fix for CVE-2014-3566 'POODLE' SSL attack, original commit '22c4922f4796078c5613de9e07e66b8764549cad'
11 years ago
Sylvain Corlay
5ee07346dd
Hold validation with context manager and validate slider
11 years ago
Min RK
35465ebcfe
Merge pull request #8107 from SylvainCorlay/instance_type_allow_none
...
allow_none=False by default for Instance and Type
11 years ago
Min RK
2f2a0fcbcb
Merge pull request #8176 from gilbertw/master
...
Fixes bug that would show "null" as the reason in the don't leave dialog
11 years ago
Sylvain Corlay
fa1fce83db
remove unnecessary allow_none=True
11 years ago
Sylvain Corlay
1dbd95c4bc
allow_none=False by default for Type and Instance
11 years ago
Min RK
7673c151a3
Merge pull request #8159 from Carreau/no-action-icon
...
Fix action do not provide icon.
11 years ago
RickWinter
81a912fbb9
Fixes bug that would show "null" as a message in the don't leave dialog
11 years ago
Min RK
b424166841
add 4px between notification areas
11 years ago
Jason Grout
cdf1d39ff7
Update widget test for new custom serialization changes
11 years ago
Jason Grout
15c29f685c
Change custom serialization to use custom models, rather than transmitting the serializer name across the wire
...
This separates the kernel and the js much more cleanly, and doesn't use as much space on the wire as well!
11 years ago
Min RK
4ab4ee120e
Merge pull request #8164 from Carreau/open-window
...
replace undefined by empty string to get aroung bug in ie
11 years ago
Min RK
2810bcd17a
Merge pull request #8124 from jdfreder/dynamic
...
Dynamic traits.
11 years ago
Matthias Bussonnier
65d50451da
missing one undefined
11 years ago
Min RK
52bd09952a
Merge pull request #7718 from jdfreder/widecontents
...
Disable output contents from overflowing page width.
11 years ago
Jason Grout
d6def13dbd
Fix serialization of models from js -> kernel
11 years ago
Jason Grout
2193a21fc6
Delete unnecessary comment
11 years ago
Jason Grout
a0ea58f768
Delete unused custom serializer
11 years ago
Jason Grout
5e83876fc7
Convert some test code to python2/3 (add parens for print)
11 years ago
Jason Grout
b2f775549d
Correct documentation
11 years ago
Jason Grout
b7a0163810
Make quoting consistent in the new tests
11 years ago
Min RK
5786346bde
Merge pull request #8168 from quantopian/stop-delete-root
...
BUG: Don't allow ContentsManager to delete root.
11 years ago
Scott Sanderson
f2825fdcad
BUG: Don't allow ContentsManager to delete root.
...
Doing so leaves the notebook app in a bad state.
11 years ago
Min RK
02739afa42
use >= instead of > when comparing dates
...
fast test runners can result in equal values.
11 years ago
Jason Grout
50a0cd57ef
Handle case when pixel values are undefined or null
11 years ago
Jason Grout
115536874d
Write tests for custom serialization
11 years ago
Matthias Bussonnier
7d90525799
replace undefined by empty string to get aroung bug in ie
11 years ago
Matthias Bussonnier
9c085a9273
Fix action do not provide icon.
...
action might be undefined then button will get no icon.
Prevent throwing an uncatched error and insert warning sign on button
Will do better one I allow text instead of icon
11 years ago
Min RK
168de8b8a5
don't specify kernel profile in notebook
...
to have a kernel in a particular profile,
create a kernelspec
11 years ago
Thomas Kluyver
182639b05e
Merge pull request #8127 from minrk/rename-last-modified
...
update last_modified on rename
11 years ago
Jason Grout
f283d3d1e9
Add the outline of a few new tests for the custom serialization
11 years ago
Min RK
849e752d3d
more profile awareness from config.manager to IPython subclass
...
also enables specifying profile by name,
instead of full path.
11 years ago
Jason Grout
5c797f9672
Simplify error handling for errors in sending sync messages from js
11 years ago
Min RK
191185c84d
Merge pull request #8126 from quantopian/test-modified-date
...
TEST: Add test for handling of last_modified.
11 years ago
Jason Grout
18ff9c5e1c
Fix two calls to utils.reject (misplaced parens)
11 years ago
Jason Grout
c70f687c0e
Increment the pending_msgs counter immediately to avoid race conditions that send more messages
11 years ago
Jason Grout
c9f3c8e073
Make message throttling test easier to debug
11 years ago
Min RK
1eb795ba67
Merge pull request #8098 from rsmith31415/remove-resizer
...
Remove image resizer
11 years ago
Scott Sanderson
e8fd4ba9c2
TEST: Allow greater or equal modified_date on rename.
11 years ago
Jason Grout
5ee06cd27c
Delete the packing/unpacking tests, since we just use generic json now
11 years ago
Jason Grout
4ef0a23839
work-in-progress for custom js serializers
11 years ago
Min RK
b3839d7e7a
handle undefined when sorting quick help
...
since undefined is neither less than nor greater than
anything in Javascript,
the sort function was treating it as equal to everything, causing inconsistent behavior,
depending on the sort algorithm of the browser.
This ensures undefined elements are sorted last in the sequence.
11 years ago
Min RK
8454ae087b
update last_modified on rename
...
some storage backends may update the last_modified date on rename
11 years ago
Scott Sanderson
72aeb78aaf
TEST: Add test for handling of last_modified.
...
Saving should increment last_modified. Renaming should not. Noticed
because incrementing last_modified on rename results in a scary error
message from the frontend.
11 years ago
Min RK
4b0553ae45
Merge pull request #8120 from jasongrout/arraybuffers
...
Make it possible for msg.buffers in javascript to be either ArrayBuffers or views
11 years ago
Jason Grout
94724fdee1
Typecheck the .buffer attribute before assuming it is an ArrayBuffer
11 years ago
Jonathan Frederic
4a7466b9e8
Dynamic traits.
11 years ago
Jason Grout
aa8e36064c
Make it possible for msg.buffers in javascript to be either ArrayBuffers or views
11 years ago
Sylvain Corlay
55246125e4
Adding readout for Valid widget
11 years ago
Sylvain Corlay
c1a3e7f389
Valid widget
11 years ago
Sylvain Corlay
5c0a797813
inherit from Unicode
11 years ago
Sylvain Corlay
19768ba7a3
Move color trait type to the widget package
11 years ago
Sylvain Corlay
7262de2216
Using the Color trait type for styling widgets
11 years ago
Scott Sanderson
7971a5ffc7
TEST: Also test deletion.
11 years ago
Scott Sanderson
fdcbd02ffb
TEST: Add test for renaming files with checkpoint.
...
The checkpoint name should follow the file rename.
11 years ago
Matthias Bussonnier
265c1d8a28
Merge pull request #7933 from jdfreder/buttonmove
...
Move dynamic buttons to the left and upload button to the right.
11 years ago
Matthias Bussonnier
166595686c
Merge pull request #8059 from minrk/deselect-click
...
deselect all when clicking partial checkbox
11 years ago
Jonathan Frederic
dfa2804887
invoke css
11 years ago
Jonathan Frederic
a840383a38
Add tooltip on the upload button.
11 years ago
Jonathan Frederic
a6ceb828aa
Add dynamic instructions
11 years ago
Jonathan Frederic
f283754df0
invoke css
11 years ago
Jonathan Frederic
94a8d09dfc
Move upload to the right and dynamic buttons to the left.
11 years ago
Min RK
1c09425838
Merge pull request #8000 from mathieu1/dashboard-nb-rename-dialog
...
Fix rename issues in dashboard
11 years ago
Robert Smith
e539734f5a
Remove image resizer.
11 years ago
Min RK
0fa751b894
Merge pull request #7798 from jasongrout/buffer-memoryview
...
Extract session buffers as memoryviews
11 years ago
Min RK
9ded491c97
Merge pull request #7708 from SylvainCorlay/allow_none
...
allow_none=False for all trait types but Instance and Type
11 years ago
Min RK
b9f5a43ebd
`setup.py jsversion`
11 years ago
Min RK
b8bbc958a4
Merge pull request #8091 from quantopian/move-test
...
TEST: Move test_escape_root to TestFileContentsManager
11 years ago
Matthias Bussonnier
b64389a1b5
Merge pull request #8092 from Carreau/log-erros
...
log error when there is one.
11 years ago
Scott Sanderson
e21b99900d
MAINT: Remove unused import.
11 years ago
Matthias Bussonnier
1a377f8a44
log error when there is one.
...
Otherwise it's a pain to debug
11 years ago
Scott Sanderson
257c7296c9
TEST: Move test_escape_root to TestFileContentsManager
...
`root_dir` is specific to the FileContentsManager implementation.
11 years ago
Matthias Bussonnier
8c69b4c376
Merge pull request #8082 from minrk/output-z-index
...
set z-index on output_wrapper
11 years ago
Min RK
090c847aa4
Merge pull request #8084 from Carreau/delete-duplicate
...
Bad code duplication, I suppose duplicate was meant.
11 years ago
Matthias Bussonnier
657dffe20f
Bad code duplication, I suppose duplicate was meant.
11 years ago
Min RK
63f120db45
set z-index on output_wrapper
...
avoids scrolled output overlaying input in some strange circumstances
11 years ago
Thomas Kluyver
f4e25f5d77
Merge pull request #8058 from Carreau/css-v-ch
...
fix css checkbox vertical align, closes #8065
11 years ago
Thomas Kluyver
05d5b586e5
Merge pull request #8045 from Carreau/cmconfigmerge
...
Merge codemirror config with user config.
11 years ago
Matthias Bussonnier
bfc45392f8
remove Stray .c
11 years ago
Min RK
71fcc3375a
deselect all when clicking partial checkbox
...
stores state in `data('indeterminate')` instead of `prop('indeterminate')`
because the property is cleared before the event handler is called
11 years ago
Matthias Bussonnier
14ab9854c6
fix css checkbox vertical align, closes #8065
11 years ago
Matthias Bussonnier
3b338cb424
Not critical, and more color as warning is orange
11 years ago
Matthias Bussonnier
025ec6df77
Rename local variable to avoid confusion.
11 years ago
Matthias Bussonnier
63a4a764f2
Merge codemirror config with user config.
...
Simplify customisation of codemirror without duplicating the all
codecell configuration.
Closes #8038
11 years ago
Min RK
676da764fe
scroll quickhelp dialog if large
...
using `calc(100vh-padding)` for max-height
11 years ago
Thomas Kluyver
cf6925ce7a
Merge pull request #8005 from minrk/files-as-file
...
Get /files/ unmodified from contents
11 years ago
Min RK
c6e440c1f9
Merge pull request #7992 from Carreau/falsejs
...
remove false info in custom.js
11 years ago
Min RK
0e4417326f
Merge pull request #8027 from bollwyvl/fix-select-multiple
...
Don't re-implement option.click to trigger select.change
closes #8012
11 years ago