Commit Graph

4157 Commits (f81d88aebff9099fe3beb940bb6aef348b5bf64a)

Author SHA1 Message Date
Jonathan Frederic 0aca365718 Address Sylvain's comments.
12 years ago
Tarun Gaba 258b888835 added 'var'
12 years ago
Tarun Gaba dda92ff7ea Removed another stray alertO
12 years ago
Tarun Gaba 825186c868 Removed alert statement!
12 years ago
Tarun Gaba 539596bcdd adressed @jdfrederer's concern!
12 years ago
Jonathan Frederic 690059f8f8 Merge pull request #6296 from jasongrout/sync-hold
12 years ago
Jeffrey Bush f141a6926a File list refreshes no longer move the upload filename boxes.
12 years ago
Jeffrey Bush 1f68e22486 Fixed many edge cases in file uploads.
12 years ago
MinRK 0909694b50 avoid race condition when deleting/starting sessions
12 years ago
Jeffrey Bush 305c734830 Uploading a file with a name that already exists asks the user if they want to overwrite.
12 years ago
MinRK bd5a88e954 handle undefined or closed zmq_stream in on_message
12 years ago
Jeffrey Bush 5fff038965 Added ESC keep to upload textbox to cancel.
12 years ago
Jeffrey Bush defabcc772 Minor improvements to file upload.
12 years ago
MinRK 6d542013a4 add utils.ajax_error_msg for extracting the JSON error message.
12 years ago
MinRK cb3da26e61 display JSON error message on failed notebook load
12 years ago
MinRK e3696996be JS: close WebSockets when killing kernels
12 years ago
Jonathan Frederic 2db702fa57 Filenames s/container/box
12 years ago
Jonathan Frederic d985ee86c6 s/Container/Box
12 years ago
Jonathan Frederic 865fb20c00 Merge pull request #6284 from jasongrout/patch-6
12 years ago
Jason Grout 5cd46788f9 Before syncing a widget's state, check first for the property lock, then for the widget state lock
12 years ago
Jason Grout af26d9cc24 Add a new context manager, Widget.hold_sync(), which holds any syncing until the manager exits
12 years ago
Thomas Kluyver e60f8bdda1 Merge pull request #6228 from jdfreder/eventful-list-dict
12 years ago
Sylvain Corlay f9fa4ada06 allowing widet id to be set externally
12 years ago
Jason Grout 8513f673e3 Make the widget comm attribute more straigtforward
12 years ago
Jason Grout 16c366d1b5 Automatically open a comm on creation of widgets
12 years ago
Jonathan Frederic 848c223785 Rebase cleanup
12 years ago
Jonathan Frederic 36721c73c6 Added some doc strings on the widgets.
12 years ago
Jonathan Frederic dbb88f95cd Make HBox and VBox helper functions
12 years ago
Sylvain Corlay c9ed512d54 adding hbox and vbox
12 years ago
Jonathan Frederic 170b13102e Fix interact tests for rename
12 years ago
Jonathan Frederic ba3033971e Renamed *Widget to *,
12 years ago
Jonathan Frederic 37f00f73d7 Added baseline and stretch
12 years ago
Jonathan Frederic 6faf86ee77 Embrace flexible box model
12 years ago
Gordon Ball 8c5218b581 Default to 25-75% of min-max if no value is set instead of 0-1
12 years ago
Jason Grout d64627380b Default view should be the base widget view class
12 years ago
Gordon Ball ff3f952b18 Merge branch 'master' into interact-range-widgets
12 years ago
Paul Ivanov 6162c99028 nbconvert requires mistune
12 years ago
Jonathan Frederic 6026ef45d2 Merge pull request #6266 from Carreau/fix-lgw-css
12 years ago
Jonathan Frederic cffe958e4c s/this/self
12 years ago
Jonathan Frederic d31655f50a kwarg on_events and hardcoded callbacks
12 years ago
Jonathan Frederic e4860ae075 Use ternary operator for callback registration
12 years ago
Jonathan Frederic 22e210e981 Added on_events convinience method
12 years ago
Jonathan Frederic 3d6fcc6a60 Address review comments @takluyver
12 years ago
Jonathan Frederic 71ea1459ab Add EventfulList and EventfulDict trait types.
12 years ago
Jonathan Frederic ba0a805404 Merge pull request #6226 from jasongrout/css-top-default
12 years ago
Jonathan Frederic fd50a3228e Merge pull request #6250 from minrk/double-free-widget
12 years ago
Matthias BUSSONNIER d1dc31c9de fix loginwidget css
12 years ago
Thomas Kluyver c15284d716 Merge pull request #6238 from ivanov/cm-heading-fonts
12 years ago
Thomas Kluyver b95de43b97 Merge pull request #6253 from jasongrout/highlighting-bug
12 years ago
Jason Grout c80709e5a3 Copy codemirror mode configuration instead of changing it
12 years ago
Thomas Kluyver 4db6295fba Merge pull request #6249 from minrk/always-https-mathjax
12 years ago
MinRK 09c1354ea7 avoid unregistering widget model twice
12 years ago
MinRK b47ddffd42 always use HTTPS getting mathjax from CDN
12 years ago
MinRK fae77bd133 remove unused project_dir
12 years ago
MinRK 3e79eea46b update contents per further review
12 years ago
MinRK fb89646a29 various upload fixes
12 years ago
MinRK 3c26b079f0 updates per review
12 years ago
MinRK d4fe081fe5 move `/files/` redirect to base handlers
12 years ago
MinRK bec995aa63 updates per review
12 years ago
MinRK 2ea31b5ee0 use contents manager to handle redirect of /notebooks -> /files
12 years ago
MinRK 93b300adda support deleting empty directories
12 years ago
MinRK 260afd76ae contents service review
12 years ago
MinRK accf0878ae test creating a directory with PUT
12 years ago
MinRK 8c4069cc00 add support and tests for uploading and saving regular files
12 years ago
MinRK 3674958b70 teach tree view about non-notebook files
12 years ago
MinRK 0c0eb43719 teach contents service about non-notebook files
12 years ago
MinRK 6cce477e07 rename notebooks service to contents service
12 years ago
MinRK b73aa2b9f9 mv services/notebooks services/contents
12 years ago
Min RK d093237f2f Merge pull request #6216 from SylvainCorlay/comm-unregister
12 years ago
Sylvain Corlay 1bbc915ac0 setting _comm to None
12 years ago
Paul Ivanov fd53a306c4 Merge pull request #6197 from ivanov/set-text-rendered
12 years ago
Paul Ivanov 9cafcaa421 fix more style consistencies
12 years ago
Paul Ivanov 5e018bba0d match font family when editing heading cells
12 years ago
Paul Ivanov 468e568ea7 appropriate heading level when loading from JSON
12 years ago
Matthias BUSSONNIER 8b20aee32e use momentjs for nice dates
12 years ago
Min RK a2a70b40e2 Merge pull request #6145 from Carreau/style-cleanup
12 years ago
Jonathan Frederic 083671a572 Fix js-tests for new default selector logic.
12 years ago
Thomas Kluyver 9e2363a657 Merge pull request #6237 from jasongrout/iptest-profile-dir
12 years ago
Matthias BUSSONNIER 2899c766a1 remove var
12 years ago
Jason Grout 35c3095da0 Explicitly set the current working directory when running tests
12 years ago
Paul Ivanov 66733621de proportional font-size when editing heading cells
12 years ago
Thomas Kluyver 4fc8af546b Merge pull request #5859 from watercrossing/addPageUpDown
12 years ago
Sylvain Corlay ea52ef8704 del Widget.widgets[seld.model_id] in close rather than in __del__
12 years ago
Paul Ivanov 86f38a8f3b call unrender() when setting text of cells
12 years ago
Min RK 254d372522 Merge pull request #6227 from Carreau/cellt-g-event
12 years ago
Sylvain Corlay 2c648fe4d0 bad call and missing call to unregister_comm
12 years ago
Thomas Kluyver 274cfb3af2 Merge pull request #6225 from ivanov/split-merge-heading-cells
12 years ago
Thomas Kluyver a7abca5a9f Merge pull request #6233 from Carreau/fix-6232
12 years ago
Matthias BUSSONNIER aad51f9527 rename ipevents to events for consistency
12 years ago
Matthias BUSSONNIER 2c4f2f98a6 Use global event for celltoolbar
12 years ago
Matthias BUSSONNIER 0adc3603c6 Fix doc, CodeMirror is installed via bower
12 years ago
Jonathan Frederic 0ee948efca Merge pull request #6200 from SylvainCorlay/widget-changes
12 years ago
Sylvain Corlay c03a3eb6d2 making the use of options explicit
12 years ago
Matthias BUSSONNIER d54e2c95af rebuild css
12 years ago
Matthias BUSSONNIER 5e48b538b2 remove empty style methods of LoginWidget
12 years ago
Matthias BUSSONNIER 70eb95d04c remove call to jquery-ui useless button()
12 years ago
Matthias BUSSONNIER 21222fe302 remove empty style function in page.js
12 years ago
Matthias BUSSONNIER a72bd4f52e use dataformat module explicitely
12 years ago
Matthias BUSSONNIER b63cb1f34f remove unused dependecy and css class
12 years ago
Matthias BUSSONNIER 8506e2c257 remove empty style function of save widget
12 years ago