Commit Graph

173 Commits (b53386b37b3bfdb8a35161bc078cb7b4e023cfb5)

Author SHA1 Message Date
Jonathan Frederic b53386b37b Ran function comment conversion tool
11 years ago
Min RK cf91873644 Merge pull request #6866 from takluyver/nb-texteditor
11 years ago
Matthias Bussonnier 5db4b7a8ee Merge pull request #6668 from Carreau/actions
11 years ago
Thomas Kluyver 6419595371 Use NotificationArea in the text editor
11 years ago
Matthias Bussonnier 9ae62c21b8 Some cleanup unused code and missig use-strict
11 years ago
Jonathan Frederic f9d730d01e Address @takluyver 's review comments
11 years ago
Jonathan Frederic bed3a4cfda use es6
11 years ago
Jonathan Frederic fed878fed9 Don't throw Errors with Objects as the message/
11 years ago
Jonathan Frederic bbcd5cb55f Bug fixes
11 years ago
Jonathan Frederic 3870bb571b Use rsvp.js for Promises
11 years ago
Jonathan Frederic 1d1572421f Add a WrappedError class
11 years ago
Jason Grout f11a51bb77 Dictionary key/value typo
11 years ago
Jason Grout fc94383487 Better error messages with correct stack traces
11 years ago
Jason Grout 686e73dfdf More simplifications due to promises
11 years ago
Jason Grout 4412c12929 Simplify code by using Promises in a better way; try_load -> load
11 years ago
Jonathan Frederic 4beda5d0fb Initial stab at adding promises to the widget framework.
11 years ago
Thomas Kluyver 8c962df79c Load promises polyfill from a script tag
11 years ago
Thomas Kluyver 0295f5a487 Semicolons
11 years ago
Thomas Kluyver 9b2dac3fc1 Infrastructure for AJAX requests returning ES6 promises
11 years ago
Min RK 8407ba3a08 update frontend with path/name changes
11 years ago
Kester Tong 89df330129 Modifies Contents API to return Error objects
11 years ago
Thomas Kluyver 14106cbd66 Move contents API module into services
11 years ago
Thomas Kluyver a10dea4cd5 Add Contents.api_url convenience function
11 years ago
Thomas Kluyver 9538726b16 Don't do UI stuff in contents API module
11 years ago
Thomas Kluyver 478648bde5 Page URL is /notebooks/..., not contents
11 years ago
Thomas Kluyver c661c85abd Add missing semicolon
11 years ago
Jeff Hemmelgarn 47a88f0e1d Remove version
11 years ago
Jeff Hemmelgarn 53463898eb Move contentmanager to contents
11 years ago
jhemmelg 5109be2d28 ContentManager function signatures updated
11 years ago
jhemmelg 496fa1901f Initial interface for javascript contentmanagers
11 years ago
Jeff Hemmelgarn 09e0ff93d8 Fix a few problems with cherry-picked commits
11 years ago
KesterTong 952ac7d0d8 Moves load_notebook to ContentManager and adds new_notebook to Google Drive version
11 years ago
KesterTong e3ef5d3b70 Moves list_notebooks to ContentManager
11 years ago
KesterTong dfcf14f26c Uses events for ContentManager.save_notebook
11 years ago
KesterTong 04fc61285f Use events for rename_notebook
11 years ago
KesterTong 75d7e69fc8 Use $.proxy instead of that
11 years ago
KesterTong 9881d17bb1 Remove unused event
11 years ago
KesterTong 0aada3ac5d Remove deleted notebook from notebook list
11 years ago
KesterTong 077ba397c1 Removes unnecessary parameter from ContentManager.delete_notebook
11 years ago
Jeff Hemmelgarn 99323b1173 Move saving to contentmanager
11 years ago
Jeff Hemmelgarn 5b5e194082 Move notebook.rename to contentmanager
11 years ago
Jeff Hemmelgarn 728c6f005f Move deleting a notebook to contentmanager.js
11 years ago
KesterTong d17ca85f5b Adds dialog on new_notebook failure
11 years ago
KesterTong 5717a3eb10 Make ContentManager stateless
11 years ago
KesterTong 99f2647edd Use IPython style constructor
11 years ago
KesterTong 21a5b5a965 Style and bug fixes
11 years ago
jhemmelg 112a74c566 ContentManager function signatures updated
11 years ago
jhemmelg d5a84bb8a4 Initial interface for javascript contentmanagers
11 years ago
Thomas Kluyver c39939869f Merge pull request #6653 from mattpap/fix_ansispan
11 years ago
Matthias Bussonnier 8aa3815130 Add notion of action that differs from shortcuts.
11 years ago