Commit Graph

5967 Commits

Author SHA1 Message Date
Min RK
1af60e08b6 fix binary websocket test
buffers are memoryviews now
2015-03-30 11:07:14 -07:00
Matthias Bussonnier
bceab630e7 Merge pull request #8062 from minrk/max-width-again
another stab at confining images to page width
2015-03-29 16:32:47 -07:00
Matthias Bussonnier
5002c9a584 Merge pull request #8190 from minrk/sticky-tooltip-description
update description of sticky tooltip
2015-03-29 16:31:11 -07:00
Min RK
1f8cccbecc update description of sticky tooltip
> Tooltip will linger for 10 seconds while you type
2015-03-29 16:08:29 -07:00
Min RK
0e42f2dad0 update traitlets test import in widgets
don't need to shim out private things like test modules
2015-03-29 15:33:49 -07:00
Min RK
1d48f8fbe6 iptest config runs traitlets tests 2015-03-29 15:33:48 -07:00
Min RK
b1d70df578 Merge pull request #8142 from SylvainCorlay/slider_validation
Using the early validation hook for IntSlider and FloatSlider
2015-03-29 14:07:51 -07:00
Min RK
0e6aa1b2fb scroll overflow-x on rendered markdown
treat markdown the same as output
2015-03-29 14:06:13 -07:00
Min RK
c52b70561c dblclick to unconfine on images in html output 2015-03-29 14:01:34 -07:00
Min RK
dd41d9fd5c calc max-width for Firefox
account for prompt width
2015-03-29 14:01:33 -07:00
Min RK
597208a50a set max-width on output_subarea
for Firefox
2015-03-29 14:01:33 -07:00
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
2015-03-29 14:01:32 -07:00
Matthias Bussonnier
38585a1257 Merge pull request #8174 from minrk/notification-pad
add 4px between notification areas
2015-03-28 17:49:38 -07:00
Brian Drawert
7b856fb21d Fix for CVE-2014-3566 'POODLE' SSL attack, original commit '22c4922f4796078c5613de9e07e66b8764549cad' 2015-03-28 13:22:08 -07:00
Min RK
db08a5e8e5 remove ipython_kernel.zmq sub-pkg 2015-03-27 17:46:25 -07:00
Min RK
20a3f1c07b finish kernel shims 2015-03-27 17:46:25 -07:00
Sylvain Corlay
5ee07346dd Hold validation with context manager and validate slider 2015-03-27 20:40:55 -04:00
Min RK
35465ebcfe Merge pull request #8107 from SylvainCorlay/instance_type_allow_none
allow_none=False by default for Instance and Type
2015-03-27 17:38:49 -07:00
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
2015-03-27 17:36:28 -07:00
Sylvain Corlay
fa1fce83db remove unnecessary allow_none=True 2015-03-27 20:03:45 -04:00
Sylvain Corlay
1dbd95c4bc allow_none=False by default for Type and Instance 2015-03-27 19:34:59 -04:00
Min RK
7673c151a3 Merge pull request #8159 from Carreau/no-action-icon
Fix action do not provide icon.
2015-03-27 15:50:19 -07:00
RickWinter
81a912fbb9 Fixes bug that would show "null" as a message in the don't leave dialog 2015-03-27 15:49:56 -07:00
Min RK
b424166841 add 4px between notification areas 2015-03-27 15:25:59 -07:00
Min RK
4ab4ee120e Merge pull request #8164 from Carreau/open-window
replace undefined by empty string to get aroung bug in ie
2015-03-27 12:53:16 -07:00
Min RK
2810bcd17a Merge pull request #8124 from jdfreder/dynamic
Dynamic traits.
2015-03-27 12:40:31 -07:00
Matthias Bussonnier
65d50451da missing one undefined 2015-03-27 12:35:15 -07:00
Min RK
52bd09952a Merge pull request #7718 from jdfreder/widecontents
Disable output contents from overflowing page width.
2015-03-27 12:24:00 -07:00
Min RK
5786346bde Merge pull request #8168 from quantopian/stop-delete-root
BUG: Don't allow ContentsManager to delete root.
2015-03-26 21:31:36 -07:00
Scott Sanderson
f2825fdcad BUG: Don't allow ContentsManager to delete root.
Doing so leaves the notebook app in a bad state.
2015-03-26 22:54:13 -04:00
Min RK
02739afa42 use >= instead of > when comparing dates
fast test runners can result in equal values.
2015-03-26 17:15:54 -07:00
Matthias Bussonnier
7d90525799 replace undefined by empty string to get aroung bug in ie 2015-03-26 15:07:56 -07:00
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
2015-03-26 12:36:07 -07:00
Min RK
a2691564b4 shim nbconvert 2015-03-26 11:21:04 -07:00
Min RK
168de8b8a5 don't specify kernel profile in notebook
to have a kernel in a particular profile,
create a kernelspec
2015-03-25 16:54:39 -07:00
Thomas Kluyver
182639b05e Merge pull request #8127 from minrk/rename-last-modified
update last_modified on rename
2015-03-25 16:12:42 -07:00
Min RK
849e752d3d more profile awareness from config.manager to IPython subclass
also enables specifying profile by name,
instead of full path.
2015-03-25 10:23:18 -07:00
Min RK
5d65feecef Merge pull request #8139 from minrk/split-parallel
Big Split: IPython.parallel -> ipython_parallel
2015-03-25 10:21:24 -07:00
Min RK
191185c84d Merge pull request #8126 from quantopian/test-modified-date
TEST: Add test for handling of last_modified.
2015-03-24 18:55:20 -07:00
Min RK
14bcd6ca32 add shim names to iptest
needed for test exclusions
2015-03-24 18:18:01 -07:00
Thomas Kluyver
e6ce39ba32 Split the Qt console files to new jupyter_qtconsole package 2015-03-24 15:20:16 -07:00
Thomas Kluyver
0a0fe081d1 Merge pull request #6662 from minrk/dependencies
Proposal: remove dependencies from IPython.external
2015-03-24 14:26:07 -07:00
Min RK
1eb795ba67 Merge pull request #8098 from rsmith31415/remove-resizer
Remove image resizer
2015-03-24 13:52:58 -07:00
Scott Sanderson
e8fd4ba9c2 TEST: Allow greater or equal modified_date on rename. 2015-03-24 13:17:24 -04:00
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.
2015-03-23 17:44:21 -07:00
Min RK
8454ae087b update last_modified on rename
some storage backends may update the last_modified date on rename
2015-03-23 16:07:36 -07:00
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.
2015-03-23 18:59:14 -04:00
Min RK
4b0553ae45 Merge pull request #8120 from jasongrout/arraybuffers
Make it possible for msg.buffers in javascript to be either ArrayBuffers or views
2015-03-23 14:14:09 -07:00
Jason Grout
94724fdee1 Typecheck the .buffer attribute before assuming it is an ArrayBuffer 2015-03-23 20:16:40 +00:00
Jonathan Frederic
4a7466b9e8 Dynamic traits. 2015-03-23 12:58:20 -07:00