Matthias BUSSONNIER
73ff1c5cde
fix upload button selection by class
...
superseed #1676 #1658 (and correct bug in 1676 where one con't upload
notebook because of refresh)
14 years ago
Matthias BUSSONNIER
1eae6f060a
do not expose enable/disable autorefresh
14 years ago
Matthias BUSSONNIER
13cf61912b
prevent autorefresh when pending upload
...
don't clear list if 'upload' button are present to avoid clearing the
list and the upload form
14 years ago
Matthias BUSSONNIER
fc59441dda
dashboard autorefresh
...
refresh notebook list and cluster list when :
- page get focus
- every 60 sec when page is on focus
stop refreshing every 60 sec when page loose focus
14 years ago
Matthias BUSSONNIER
ca089cc7cf
alternate notebook upload methods
...
fixes #1562
14 years ago
Brian Granger
dbefa745fd
On tab select, the URL is updated.
14 years ago
Brian Granger
34d784a5ab
Draft of the cluster list UI.
...
Not functional yet, but the idea is there.
14 years ago
Brian Granger
b819fbfe8f
Initial try at adding tabs to project dashboard.
14 years ago
Brian Granger
6dc7b078b9
Refactoring templates and top level js/css organization.
14 years ago
Stefan van der Walt
52a2f081fe
Split read-only logic into three functions: read_only, logged_in, and login_available. Move display logic from javascript into templates.
15 years ago
MinRK
218a88a47b
move drag_info show/hide to page.ready, to avoid flouc
15 years ago
Matthias BUSSONNIER
16946ef7bb
unhide on not read-only instead of inverse
15 years ago
MinRK
65a6cb3b1c
move read_only flag to page-level
...
contents of LPanel are not drawn until after collapse
read_only is in a <meta> tag
15 years ago
MinRK
a6de5947de
add read-only view for notebooks
...
When using a password, read-only mode allows unauthenticated users
read-only access to notebooks. Editing, execution, etc. are not
allowed in read-only mode, but save/print functions are available.
No kernels are started until an authenticated user opens a notebook.
15 years ago
Brian E. Granger
2318fe4ef5
Renaming things in the notebook.
...
* nbbrowser -> projectdashboard.
* Getting rid of underscores on .js filenames.
15 years ago