MinRK
aec9331c83
use components jquery-ui
13 years ago
MinRK
24abe87de1
bootstrap tree
13 years ago
MinRK
9da648b4d0
bootstrap menubar
13 years ago
MinRK
7de8d3debb
jquery-ui.custom has been renamed
13 years ago
MinRK
1ee1ce3b3c
bootstrap base, auth
13 years ago
MinRK
bebc1a0460
start using bootstrap
13 years ago
Matthias Bussonnier
6938e76ccc
Merge pull request #3364 from Carreau/requirejs
...
Inject requirejs in notebook and start using it.
Mainly because the behavior of Marked change when require is injected.
So only apply the modification needed for marked to behave.
13 years ago
Matthias BUSSONNIER
9f229a8e1c
Use {{static_url}} as require search root
13 years ago
Matthias BUSSONNIER
66ff7dde48
de-require-config
13 years ago
Samuel Ainsworth
9bdeaee734
Reenable bracket matching
13 years ago
Matthias BUSSONNIER
fafb84e83c
Inject requirejs in notebook and start using it.
13 years ago
Brian E. Granger
5db6f60336
Removing one level uf subdirs in static/custom.
13 years ago
Brian E. Granger
747dd7ab2b
Creating services directory under static for kernels and friends.
13 years ago
Brian E. Granger
7e0bd8f960
Creating override.css for each page.
...
This css file should only have temporary hack until we fix
out global styles. Don't add anything new to these files.
13 years ago
Brian E. Granger
6b8c543fae
Renaming notebooks->notebook in less and templates.
13 years ago
Brian E. Granger
f079104b8a
Renaming notebooks->notebook on client side.
13 years ago
Brian E. Granger
1a74c2c0a6
Moving static/user to static/custom to prevent future conflicts.
13 years ago
Brian E. Granger
50b8059093
Finishing conversion of templates to use single style.*.
13 years ago
Brian E. Granger
baef1892b0
Updating fabfile and templates for global style.min.css.
13 years ago
Brian E. Granger
7140e3045e
Renaming main JS files.
13 years ago
Brian E. Granger
81d5049705
Putting custom.css/custom.js in static/user.
13 years ago
Brian E. Granger
222f8b1848
Adding link to new location of favicon.ico.
13 years ago
Brian E. Granger
6d39d633b6
More work on the less setup.
13 years ago
Brian E. Granger
267be96a2e
Changes to templates.
13 years ago
Brian E. Granger
a35b7a7e81
More movign around of things in notebook and js/less.
13 years ago
Brian E. Granger
e1c3f81349
Renaming templates to match other names.
13 years ago
MinRK
8df01f22aa
finish removing prettify
13 years ago
MinRK
796fb5d0a8
unify highlight.js / codemirror style
13 years ago
MinRK
6ac2bdf086
use highlight.js to highlight markdown code blocks
13 years ago
MinRK
b6c390db06
use marked for markdown
13 years ago
MinRK
e1f4d0a85f
fix a few URLs from previous PR
...
some of the URLs in the submodules PR were not updated
13 years ago
Brian E. Granger
4a654d1c29
Merge pull request #3240 from minrk/submodules
...
remove js components from the repo
13 years ago
MinRK
8b5e5a5e09
restore checkpoints in a sub-list
...
minor styling update to the restore dialog as well
13 years ago
MinRK
a3c99d94bb
add checkpoint status to notebook header
...
autosave is also there, but once the dirty flag is an event,
this should stop having the date, and just become 'autosaved / unsaved changes'
13 years ago
MinRK
1f82c03dd2
Save and Checkpoint
13 years ago
MinRK
e119a6469b
add Revert to the menu bar
13 years ago
MinRK
db413fadbf
expose notebook checkpoints in html/js
...
- cmd-S does a plain save
- ^M-s does checkpoint
- add save checkpoint to File menu
- save button in bar does checkpoint
13 years ago
MinRK
1390270968
use components from external submodule
13 years ago
Brian E. Granger
68dd1370ac
Fixing broken URLs to CM assets.
13 years ago
Brian E. Granger
137a40ac96
Fixing typo in ntoebook.html.
13 years ago
Brian E. Granger
d2460ee0c5
Add components to static URLs.
13 years ago
Matthias BUSSONNIER
e4cbf5e717
move CM IPython theme out of codemirror folder
13 years ago
MinRK
b7fe08c91c
add disabled state to undo-delete-cell when unavailable.
13 years ago
MinRK
7566379d14
add menu item for undo delete cell
...
closes #2920
13 years ago
Matthias BUSSONNIER
3ba80dd0ac
use super in templates
13 years ago
Matthias BUSSONNIER
023a53e3f5
re-fix cluster list
13 years ago
Matthias BUSSONNIER
a19c9c2ed6
propagate use_less flag in all pages
13 years ago
Matthias BUSSONNIER
3b4a92742c
replace tab by space comment print view action
13 years ago
Matthias BUSSONNIER
3665ce85dc
fix body overflow on dashboard
13 years ago
Matthias BUSSONNIER
0996bfffd3
change to cluster list
...
fix css and make engine input of type number
13 years ago