David Wyde
|
b566c71dfd
|
Add tests for Markdown toolbar and menubar entries.
|
12 years ago |
David Wyde
|
95873c65da
|
Wrap CasperJS tests in a helper function to reduce boilerplate.
|
12 years ago |
David Wyde
|
fce51827e0
|
Use keycode constants from jQuery UI and improve message in test.
|
12 years ago |
David Wyde
|
6e7cd60cb5
|
Add a test to demonstrate errors when up/down arrow keys are
pressed in an empty notebook.
|
12 years ago |
David Wyde
|
7f9aecc2d9
|
Add a README for CasperJS tests.
|
12 years ago |
David Wyde
|
f5000f416e
|
Add CasperJS utility functions, and tests for code and
Markdown cell execution.
Code cell test is based on https://gist.github.com/ellisonbg/3329929.
|
12 years ago |
MinRK
|
cf726d6a40
|
mv IPython.html.notebook -> IPython.html
|
13 years ago |
Fernando Perez
|
20a015c1e6
|
Move frontend/html directory to top level.
|
13 years ago |
Min RK
|
5a193bead5
|
Merge pull request #3456 from ivanov/noscript
Add notice for users who disable javascript
|
13 years ago |
Paul Ivanov
|
df02517c93
|
use less.css for the style of the noscript message
|
13 years ago |
Paul Ivanov
|
d57d6da8f0
|
Notice for users who disable javascript
|
13 years ago |
Paul Ivanov
|
b76f839a9b
|
fix cell execution in firefox, closes #3447
location.origin is specific to WebKit only. The fix is to use a
combination of location.protocol and location.host
|
13 years ago |
Brian E. Granger
|
cfcc56b139
|
Merge pull request #3393 from minrk/bootstrap
[WIP] bootstrapify
|
13 years ago |
MinRK
|
7f3f064067
|
compress menubar a few pixels vertically
|
13 years ago |
MinRK
|
bff456dd49
|
menubar not full-width
let it hang from the header
match inner shadow on menubar container for symmetry
|
13 years ago |
MinRK
|
5a932602b6
|
fix cell alignment by a few pixels
|
13 years ago |
MinRK
|
d4a9cade35
|
reduce height of notification_widget by a few pixels
|
13 years ago |
MinRK
|
3761f6270e
|
add break between prompt and input in Rename dialog
|
13 years ago |
MinRK
|
dea453be98
|
reduce horizontal padding for pager-container
|
13 years ago |
MinRK
|
25f2f7406d
|
use IPython border color for tree view
|
13 years ago |
MinRK
|
2a063c6f5b
|
process escapes in mathjax
allows to enter dollar signs in markdown.
|
13 years ago |
MinRK
|
9c755781ce
|
tweak quick-help
- increase maximum height of dialogs
- toggle display of the help dialog, only create it once.
|
13 years ago |
MinRK
|
427a4806cb
|
specify end-space height in less
|
13 years ago |
MinRK
|
236bbc8325
|
remove extra console.log
|
13 years ago |
MinRK
|
df2b86d39c
|
don't color delete buton
|
13 years ago |
MinRK
|
1afda874eb
|
fix cell toolbar
|
13 years ago |
MinRK
|
41ff201dca
|
fix raw_input
double-focus, size, and use `val()` instead of `attr("value")`
|
13 years ago |
MinRK
|
a3dbdfeb52
|
bootstrapify notification widget
|
13 years ago |
MinRK
|
76062a3940
|
use named tabs in tree
|
13 years ago |
MinRK
|
a01f5590f8
|
fix tab hash / url behavior
clicking tabs sets hash, loading hash url implies tabs
|
13 years ago |
MinRK
|
a453f8219b
|
don't remove nav-tab border
|
13 years ago |
MinRK
|
8a4e398b75
|
fix Invalid Password message location
|
13 years ago |
MinRK
|
5ac293bb97
|
fix select alignment on FF
|
13 years ago |
MinRK
|
f2b045b14d
|
remove console.log
|
13 years ago |
MinRK
|
167a734964
|
bootstrapify quickhelp
|
13 years ago |
MinRK
|
b2d9b9beb8
|
bootstrapify delete dialog
|
13 years ago |
MinRK
|
d1416665dc
|
use row-fluid for cluster list
|
13 years ago |
MinRK
|
7f3995eded
|
use row-fluid for tree_list
|
13 years ago |
MinRK
|
e5891be78c
|
pager styling
fixes occasional hiding of top 16px of the header
|
13 years ago |
MinRK
|
c4ad524cef
|
inherit bootstrap properly
need *both* bootstrap and responsive in style.less, neither in page.html.
|
13 years ago |
MinRK
|
638b30ff90
|
shrink navbars a little
|
13 years ago |
MinRK
|
864ef914ae
|
fight with bootstrap a little less in tree view
|
13 years ago |
MinRK
|
0beb0a7828
|
add missing cell_type = "code";
|
13 years ago |
MinRK
|
265a8e7edb
|
only put the notebook in a container
allows pager to be full-width
|
13 years ago |
MinRK
|
116a461bce
|
fix bad `$(body)`
|
13 years ago |
MinRK
|
b67fff1d39
|
tweak header styling
use nabbers, so they are internally consistent
|
13 years ago |
MinRK
|
0d94351fd5
|
disabile bootstrap's capitalized nav-header
|
13 years ago |
MinRK
|
3d233ff22f
|
fix wrong arrow direction
|
13 years ago |
MinRK
|
9f2e3975b3
|
add missing dialog.js
|
13 years ago |
MinRK
|
78199220da
|
hide save status as it shrinks
|
13 years ago |