Olivier Verdier
a7a73c4285
fix time format to international time format
...
use the ISO 8601 standard
see http://en.wikipedia.org/wiki/ISO_8601#Times
13 years ago
Matthias BUSSONNIER
e383eb10bf
remove useless classes
13 years ago
Matthias BUSSONNIER
bcc9081444
remove update_url occurences
14 years ago
MinRK
ace8c72c9c
increase duration of save messages
...
and write permanent 'failed' message to the save status area on failed save.
14 years ago
Min RK
f75497d930
Merge pull request #1815 from ellisonbg/nbsavebug
...
Make : invalid in filenames in the Notebook JS code.
This only prevents : in the filenames on the JavaScript side of things. Handling this on the server side will be a separate issue that is related to other open issue. I will update those to reflect this.
closes #1781
14 years ago
Brian Granger
fc096c7232
Using IPython.utils.keycodes in the nb rename dialog.
14 years ago
Brian Granger
010c35b130
Making the input text area watch for `ENTER` in nb renames.
14 years ago
Brian Granger
4dc94e29c8
ENTER submits the rename notebook dialog.
14 years ago
Brian Granger
4c2e42e9db
Make : invalid in filenames in the Notebook JS code.
14 years ago
Brian Granger
e59f95376d
Major refactoring of saving, notification.
...
* Refactored the save widget so that the notebook doesn't depend
on it. Now the notebook emits events and the save widget
observes those events.
* Created a new event system for all IPython events (events.js).
We should start to use this to allow our classes to be loosely
coupled.
* Created a new notification widget that should be used for all
notifications. Uses new event system.
* Removed the kernel status widget.
* All kernel status message use new event/notification system.
* The print notebook view works again.
14 years ago
Andrew Straw
c706d6ed99
bugfix: use baseProjectUrl when re-writing URL in address bar
14 years ago
Brian Granger
c94e6f34d7
Disallow empty notebook names.
14 years ago
Brian Granger
76f500b3c3
Improving the save notification.
...
* Added last saved with time/date display.
* Reimplemented save widget status updates.
14 years ago
Brian Granger
2a7666639c
Fixing bug in dialog closing, drafting print css.
14 years ago
Brian Granger
531cfee407
Remove Rename dialog from the DOM upon closing it.
14 years ago
Brian Granger
1f1132c5a4
More minor theme/styling changes.
14 years ago
Brian Granger
10a76e8537
Solid first go at jquery-ui based menus.
14 years ago
Brian Granger
be8f252e78
Finishing work on "Make a Copy" functionality.
14 years ago
Brian Granger
8cd495c38f
Beginning work on notebook duplication.
14 years ago
Brian Granger
52a2600c87
Improved notebook renaming.
...
There is not a rename dialog that is available in the File menu and
when you click on the notebook name.
14 years ago
Brian Granger
33f5cea94b
Implemented menu based UI using Wijmo.
14 years ago
Stefan van der Walt
6ffc2ffd4b
Clean up javascript based on js2-mode feedback.
14 years ago
Brian E. Granger
c900979a80
Misc changes to the notebook.
...
* IPythonNotebookApp->NotebookApp.
* Cleaned up html templates of unused stylesheets.
14 years ago
Brian E. Granger
66d5c9f8a6
Adding base_project_url and base_kernel_url as HTML data attribs.
...
* Also saving the notebook_id using that as well.
14 years ago
MinRK
033c9d9848
Add tooltips to the notebook via 'title' attr.
...
All buttons, show/hide clickable areas, etc. should have some tooltip describing
what they do. There are jQuery plugins for enhanced tooltips, but this gets
the lightest version working.
closes #436
14 years ago
Felix Werner
a4bec7e65d
Fixed testing of new notebook name before saving.
14 years ago
Felix Werner
f5b52442aa
Notify the user of errors when saving a notebook.
14 years ago
Felix Werner
a89d947322
Update document title and last_saved_name only after a successful save.
14 years ago
MinRK
ba1df9be55
underline keyboard shortcut letter on buttons
15 years ago
Brian E. Granger
d3e67106a1
Adding keyboard shortcuts.
15 years ago
Brian E. Granger
4d15c8b8e5
Fixing logic for rename behavior.
15 years ago
Brian E. Granger
cbe3563d8d
Save button becomes Rename when the notebook name changes.
15 years ago
Brian E. Granger
f35f9323e6
Better tabindex support.
15 years ago
Brian E. Granger
69d2e18f7a
Merge branch 'htmlnotebook_publish' of https://github.com/stefanv/ipython into stefanv-htmlnotebook_publish
15 years ago
Stefan van der Walt
823124215c
Refactor static printing.
15 years ago
Brian E. Granger
e176318797
More review changes.
...
* Favicon.ico is served.
* Test suit now passes.
* Help links work for for me.
* Other changes made to address inline comments.
* The printing of long lines is an extremely subtle issue and I will open an issue for it.
* zmqws.py is completely gone so the naked print is not an issue.
* ipython-notebook removed from scripts.
* Updated copyright and authors of files.
* Fixed missing docstrings in IPython.nbformat.
15 years ago
Stefan van der Walt
201999642f
Implement static publishing of HTML notebook.
15 years ago
Brian E. Granger
e911393836
Browser window title follows the name of the notebook.
15 years ago
Brian E. Granger
24a3464921
Disabling auto-save at exit.
15 years ago
Brian E. Granger
188e6271e1
Using beforeunload to save at exit and kill the kernel.
15 years ago
Brian E. Granger
b11824ef1b
Massive work on the notebook document format.
...
* Finished nbformat work and debugged the versioning API.
* Integrated the nbformat with the notebook. Save/New/Open/Export
are all now working.
15 years ago
Brian E. Granger
5fb6787570
Work on save widget, kernel status widget and notebook section.
15 years ago
Brian E. Granger
41e20d3f3e
Minors fixes and initial work on save widget.
...
* Fixed width of buttons in left panel.
* Started to create a save widget for the header.
15 years ago