2371 Commits (834fe2d044dc59e2704e89c69bbbd2e762a985e4)

Author SHA1 Message Date
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
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
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
Jonathan Frederic 6026ef45d2 Merge pull request #6266 from Carreau/fix-lgw-css
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
Matthias BUSSONNIER 2899c766a1 remove var
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
Matthias BUSSONNIER 04088c9559 remove empty style function
12 years ago
Matthias BUSSONNIER 4d9611a9ff add TODO
12 years ago
Matthias BUSSONNIER 3b5b32f27b move login widget style to css
12 years ago
Matthias BUSSONNIER c468caeb19 add extra var for local variable
12 years ago
Matthias BUSSONNIER 233ef2180d remove unused variable
12 years ago
Matthias BUSSONNIER 4f7f90dca8 comment typo
12 years ago
Matthias BUSSONNIER 660ddf76af move tolbar styling to css
12 years ago
Matthias BUSSONNIER 72c0e4446f command_mode_icon typos (dash instead of underscore)
12 years ago
Matthias BUSSONNIER 1f0ef5dc97 more cleanup
12 years ago
Matthias BUSSONNIER d732098ee1 remove uselessrandom id, and move styling to css
12 years ago
Matthias BUSSONNIER 5b9f518513 move styling from js to css
12 years ago
Matthias BUSSONNIER 01a0d038d4 move styling from js to css
12 years ago
Matthias BUSSONNIER c261f45ea3 movestyling from js to css + deprecation warnign
12 years ago
Matthias BUSSONNIER f3cbb8a0c7 remove js styling, already done in css in logoutmain
12 years ago
Matthias BUSSONNIER a97f4f69cc move styling from js to css
12 years ago
Matthias BUSSONNIER 09e866a750 remove js styling, already done in css + deprecate warning
12 years ago
Matthias BUSSONNIER 0b092b4199 movestyling from js to css
12 years ago
Matthias BUSSONNIER b8d98e9d81 move border-box-sizing from js to css
12 years ago
Matthias BUSSONNIER 52309fba7c Transfer of border-box-sizing from js to css
12 years ago
Matthias BUSSONNIER d7cc8dcf8d a few todo
12 years ago
Jason Grout eccc20ce1a Remove $el_to_style from the widget javascript code; '' now defaults to this.$el
12 years ago
Min RK c007debe3a Merge pull request #6084 from tomspur/fontawesome4
12 years ago