Commit Graph

4635 Commits (a2f3e23fd8a0cf6bcf4477c8b353cc8bcd7a904e)

Author SHA1 Message Date
Thomas Kluyver a2f3e23fd8 Add copy_file to contents JS API
11 years ago
Thomas Kluyver 1ae6be218d Fix require config
11 years ago
Thomas Kluyver b8f9dc07e2 Fix error callback when deleting file
11 years ago
Kester Tong 9797a6b7c0 typo fix
11 years ago
Kester Tong 89df330129 Modifies Contents API to return Error objects
11 years ago
Thomas Kluyver e1cbaf3d3c Fix spelling
11 years ago
Thomas Kluyver f8ec8d4abe Various minor fixes from review
11 years ago
Thomas Kluyver ea314a2a86 Rename callback parameters to success/error
11 years ago
Thomas Kluyver 060dd1305c Miscellaneous JS fixes
11 years ago
Thomas Kluyver c1c591336e Some more event cleanup
11 years ago
Thomas Kluyver cf828ccf4e Cut out some superfluous events
11 years ago
Thomas Kluyver c9bd254735 Make contents JS API consistent
11 years ago
Thomas Kluyver 29d88a91a6 Standardise JS checkpointing API, use it for notebooks
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 dab99c599f Remove unnecessary backwards compatibility code
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 3994d4d56a Adds configuration options to use Google Drive content manager
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 61a911fc0c Fix constructor comments
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 7043aa1b9e switch notebook.delete to use contentmanager
11 years ago
Jeff Hemmelgarn 728c6f005f Move deleting a notebook to contentmanager.js
11 years ago
KesterTong 993833d018 Replace other methods with ContentManager.new_notebook
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 a16a3d0270 Merge pull request #6045 from minrk/nbformat4
11 years ago
Min RK 196b91e73b Merge pull request #6828 from takluyver/terminal-list
11 years ago
Min RK 525f6a7561 fix backward `f, nb` args for nbformat.write
11 years ago
MinRK 7cf53c998c restore ability to sign v3 notebooks
11 years ago
MinRK 53ef8e1e1e remove unused OuptutArea.rename_keys
11 years ago