Commit Graph

1453 Commits

Author SHA1 Message Date
Gordon Ball
08895738f2 Merge master 2014-08-20 16:44:58 +02:00
Jonathan Frederic
ed593f02f1 Merge pull request #6171 from tarzzz/slider-value-validate
Validate slider value, when limits change
2014-08-18 20:03:14 -07:00
Tarun Gaba
258b888835 added 'var' 2014-08-15 02:59:28 +05:30
Tarun Gaba
dda92ff7ea Removed another stray alertO 2014-08-15 02:21:53 +05:30
Tarun Gaba
825186c868 Removed alert statement! 2014-08-15 02:19:26 +05:30
Tarun Gaba
539596bcdd adressed @jdfrederer's concern! 2014-08-15 02:18:38 +05:30
MinRK
6d542013a4 add utils.ajax_error_msg for extracting the JSON error message. 2014-08-13 14:40:51 -07:00
MinRK
cb3da26e61 display JSON error message on failed notebook load
if there is one (escaped for safety).
2014-08-13 14:27:12 -07:00
Gordon Ball
ff3f952b18 Merge branch 'master' into interact-range-widgets
Conflicts:
	IPython/html/static/style/ipython.min.css
	IPython/html/static/style/style.min.css
	IPython/html/static/widgets/js/widget_int.js
2014-08-07 17:11:06 +02:00
Jonathan Frederic
6026ef45d2 Merge pull request #6266 from Carreau/fix-lgw-css
fix loginwidget css
2014-08-06 10:56:41 -07:00
Jonathan Frederic
ba0a805404 Merge pull request #6226 from jasongrout/css-top-default
Remove $el_to_style from the widget javascript code; '' now defaults to this.$el
2014-08-04 13:46:01 -07:00
Matthias BUSSONNIER
d1dc31c9de fix loginwidget css 2014-08-03 18:09:35 +02:00
Thomas Kluyver
c15284d716 Merge pull request #6238 from ivanov/cm-heading-fonts
proportional font-size when editing heading cells
2014-08-01 10:03:42 -07:00
Thomas Kluyver
b95de43b97 Merge pull request #6253 from jasongrout/highlighting-bug
Copy codemirror mode configuration instead of changing it
2014-07-31 14:46:55 -07:00
Jason Grout
c80709e5a3 Copy codemirror mode configuration instead of changing it
If we change it, the modified (wrong) mode is saved in the notebook, which
wrecks havoc on highlighting once the notebook is saved and reopened.
2014-07-31 21:25:34 +00:00
MinRK
3e79eea46b update contents per further review
- fix is_hidden always returning True on nonexistent files
- create hidden dir fails with 400
- don't read binary files twice
- logging improvements
- dialog on invalid notebook upload
- warn about disabled `--save`
2014-07-31 11:57:38 -07:00
MinRK
fb89646a29 various upload fixes
- recognize 201 as success (dataType must not be 'json')
- support uploading non-notebook files (b64-encoded)
2014-07-31 11:57:38 -07:00
MinRK
3c26b079f0 updates per review
- clarified docstrings and errors
- still more notebook/file renames
- configurable untitled names
- copy_from can be full path
- fix running, upload, new-tab behaviors in dashboard

Yay, review!
2014-07-31 11:57:38 -07:00
MinRK
8c4069cc00 add support and tests for uploading and saving regular files 2014-07-31 11:57:36 -07:00
MinRK
3674958b70 teach tree view about non-notebook files 2014-07-31 11:57:36 -07:00
MinRK
0c0eb43719 teach contents service about non-notebook files 2014-07-31 11:57:36 -07:00
MinRK
6cce477e07 rename notebooks service to contents service
minimal functional changes, committing because tests are passing.
2014-07-31 11:57:36 -07:00
Min RK
d093237f2f Merge pull request #6216 from SylvainCorlay/comm-unregister
Unregistering comms in Comm Manager
2014-07-30 22:18:11 -07:00
Paul Ivanov
fd53a306c4 Merge pull request #6197 from ivanov/set-text-rendered
changing text of cell should reset rendered status
2014-07-30 17:39:59 -07:00
Paul Ivanov
9cafcaa421 fix more style consistencies 2014-07-30 17:31:00 -07:00
Paul Ivanov
5e018bba0d match font family when editing heading cells 2014-07-30 17:24:47 -07:00
Paul Ivanov
468e568ea7 appropriate heading level when loading from JSON 2014-07-30 17:23:58 -07:00
Min RK
a2a70b40e2 Merge pull request #6145 from Carreau/style-cleanup
JS/CSS Style cleanup
2014-07-30 13:36:04 -07:00
Matthias BUSSONNIER
2899c766a1 remove var 2014-07-30 18:13:31 +02:00
Paul Ivanov
66733621de proportional font-size when editing heading cells
@MinRK @takluyver and I had the idea to do this when we were discussing #6225.
2014-07-29 19:28:20 -07:00
Thomas Kluyver
4fc8af546b Merge pull request #5859 from watercrossing/addPageUpDown
add page-up and page-down functionality to the autocomplete dropdown
2014-07-29 17:46:52 -07:00
Paul Ivanov
86f38a8f3b call unrender() when setting text of cells 2014-07-29 16:24:53 -07:00
Min RK
254d372522 Merge pull request #6227 from Carreau/cellt-g-event
Use global event for celltoolbar
2014-07-29 15:32:43 -07:00
Sylvain Corlay
2c648fe4d0 bad call and missing call to unregister_comm 2014-07-29 20:11:34 +00:00
Thomas Kluyver
274cfb3af2 Merge pull request #6225 from ivanov/split-merge-heading-cells
allow splitting and merging of heading cells
2014-07-29 11:32:46 -07:00
Matthias BUSSONNIER
aad51f9527 rename ipevents to events for consistency 2014-07-29 15:57:07 +02:00
Matthias BUSSONNIER
2c4f2f98a6 Use global event for celltoolbar 2014-07-29 15:57:06 +02:00
Jonathan Frederic
0ee948efca Merge pull request #6200 from SylvainCorlay/widget-changes
Partial update of DOMWidgetView styling and simplification of containers.
2014-07-28 15:58:35 -07:00
Sylvain Corlay
c03a3eb6d2 making the use of options explicit 2014-07-28 22:22:11 +00:00
Matthias BUSSONNIER
d54e2c95af rebuild css 2014-07-28 21:44:14 +02:00
Matthias BUSSONNIER
5e48b538b2 remove empty style methods of LoginWidget 2014-07-28 21:43:58 +02:00
Matthias BUSSONNIER
70eb95d04c remove call to jquery-ui useless button() 2014-07-28 21:43:58 +02:00
Matthias BUSSONNIER
21222fe302 remove empty style function in page.js 2014-07-28 21:43:58 +02:00
Matthias BUSSONNIER
a72bd4f52e use dataformat module explicitely 2014-07-28 21:43:57 +02:00
Matthias BUSSONNIER
b63cb1f34f remove unused dependecy and css class 2014-07-28 21:43:57 +02:00
Matthias BUSSONNIER
8506e2c257 remove empty style function of save widget 2014-07-28 21:43:57 +02:00
Matthias BUSSONNIER
04088c9559 remove empty style function 2014-07-28 21:43:57 +02:00
Matthias BUSSONNIER
4d9611a9ff add TODO 2014-07-28 21:43:56 +02:00
Matthias BUSSONNIER
3b5b32f27b move login widget style to css 2014-07-28 21:43:56 +02:00
Matthias BUSSONNIER
c468caeb19 add extra var for local variable 2014-07-28 21:43:56 +02:00