Commit Graph

4113 Commits

Author SHA1 Message Date
Matthias Bussonnier
7d90525799 replace undefined by empty string to get aroung bug in ie 2015-03-26 15:07:56 -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
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
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
Jason Grout
aa8e36064c Make it possible for msg.buffers in javascript to be either ArrayBuffers or views 2015-03-23 19:37:35 +00:00
Sylvain Corlay
55246125e4 Adding readout for Valid widget 2015-03-23 19:20:56 +00:00
Sylvain Corlay
c1a3e7f389 Valid widget 2015-03-23 19:20:56 +00:00
Sylvain Corlay
5c0a797813 inherit from Unicode 2015-03-21 14:45:28 -04:00
Sylvain Corlay
19768ba7a3 Move color trait type to the widget package 2015-03-21 12:49:10 -04:00
Sylvain Corlay
7262de2216 Using the Color trait type for styling widgets 2015-03-21 00:57:42 -04:00
Scott Sanderson
7971a5ffc7 TEST: Also test deletion. 2015-03-20 21:12:08 -04:00
Scott Sanderson
fdcbd02ffb TEST: Add test for renaming files with checkpoint.
The checkpoint name should follow the file rename.
2015-03-20 20:42:42 -04:00
Matthias Bussonnier
265c1d8a28 Merge pull request #7933 from jdfreder/buttonmove
Move dynamic buttons to the left and upload button to the right.
2015-03-20 13:18:57 -07:00
Matthias Bussonnier
166595686c Merge pull request #8059 from minrk/deselect-click
deselect all when clicking partial checkbox
2015-03-20 13:12:22 -07:00
Jonathan Frederic
dfa2804887 invoke css 2015-03-20 12:14:29 -07:00
Jonathan Frederic
a840383a38 Add tooltip on the upload button. 2015-03-20 12:14:29 -07:00
Jonathan Frederic
a6ceb828aa Add dynamic instructions 2015-03-20 12:14:29 -07:00
Jonathan Frederic
f283754df0 invoke css 2015-03-20 12:13:17 -07:00
Jonathan Frederic
94a8d09dfc Move upload to the right and dynamic buttons to the left. 2015-03-20 12:13:17 -07:00
Min RK
1c09425838 Merge pull request #8000 from mathieu1/dashboard-nb-rename-dialog
Fix rename issues in dashboard
2015-03-20 15:00:37 -04:00
Robert Smith
e539734f5a Remove image resizer. 2015-03-20 10:41:29 -06:00
Min RK
0fa751b894 Merge pull request #7798 from jasongrout/buffer-memoryview
Extract session buffers as memoryviews
2015-03-20 09:49:27 -04:00
Min RK
9ded491c97 Merge pull request #7708 from SylvainCorlay/allow_none
allow_none=False for all trait types but Instance and Type
2015-03-20 09:48:40 -04:00
Min RK
b9f5a43ebd setup.py jsversion 2015-03-20 09:46:07 -04:00
Min RK
b8bbc958a4 Merge pull request #8091 from quantopian/move-test
TEST: Move test_escape_root to TestFileContentsManager
2015-03-20 09:06:22 -04:00
Matthias Bussonnier
b64389a1b5 Merge pull request #8092 from Carreau/log-erros
log error when there is one.
2015-03-19 17:44:53 -07:00
Scott Sanderson
e21b99900d MAINT: Remove unused import. 2015-03-19 18:35:02 -04:00
Matthias Bussonnier
1a377f8a44 log error when there is one.
Otherwise it's a pain to debug
2015-03-19 15:27:30 -07:00
Scott Sanderson
257c7296c9 TEST: Move test_escape_root to TestFileContentsManager
`root_dir` is specific to the FileContentsManager implementation.
2015-03-19 18:13:08 -04:00
Matthias Bussonnier
8c69b4c376 Merge pull request #8082 from minrk/output-z-index
set z-index on output_wrapper
2015-03-19 10:59:49 -07:00
Min RK
090c847aa4 Merge pull request #8084 from Carreau/delete-duplicate
Bad code duplication, I suppose duplicate was meant.
2015-03-18 23:20:49 -04:00
Matthias Bussonnier
657dffe20f Bad code duplication, I suppose duplicate was meant. 2015-03-18 16:30:10 -07:00
Min RK
63f120db45 set z-index on output_wrapper
avoids scrolled output overlaying input in some strange circumstances
2015-03-18 19:04:49 -04:00
Thomas Kluyver
f4e25f5d77 Merge pull request #8058 from Carreau/css-v-ch
fix css checkbox vertical align, closes #8065
2015-03-17 11:40:43 -07:00
Thomas Kluyver
05d5b586e5 Merge pull request #8045 from Carreau/cmconfigmerge
Merge codemirror config with user config.
2015-03-16 14:40:45 -07:00
Matthias Bussonnier
bfc45392f8 remove Stray .c 2015-03-16 14:23:04 -07:00
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
2015-03-14 16:04:06 -06:00
Matthias Bussonnier
14ab9854c6 fix css checkbox vertical align, closes #8065 2015-03-14 14:34:59 -07:00
Matthias Bussonnier
3b338cb424 Not critical, and more color as warning is orange 2015-03-13 15:37:48 -07:00
Matthias Bussonnier
025ec6df77 Rename local variable to avoid confusion. 2015-03-13 14:37:38 -07:00
Matthias Bussonnier
63a4a764f2 Merge codemirror config with user config.
Simplify customisation of codemirror without duplicating the all
codecell configuration.

Closes #8038
2015-03-13 13:40:44 -07:00
Min RK
676da764fe scroll quickhelp dialog if large
using `calc(100vh-padding)` for max-height
2015-03-13 13:16:13 -07:00