Min RK
|
28edb94897
|
Merge pull request #6488 from jhamrick/lock-cells
Proof of concept for preventing cell deletion via metadata
|
11 years ago |
Jessica B. Hamrick
|
6f49f4b78e
|
Add tests for notification area and widgets
|
11 years ago |
Jessica B. Hamrick
|
756d4063c3
|
Fix tests
|
11 years ago |
Jessica B. Hamrick
|
a018cb4299
|
Add tests for undeletable cells
|
11 years ago |
MinRK
|
6cee444630
|
make default cell type configurable
- adds IPython.notebook.default_cell_type
- default is 'code' (matching IPython 2.0)
- special heuristic values include:
- 'selected': default to selected cell (current master behavior)
- 'above': default to cell above
- 'below': default to cell below
|
12 years ago |
Paul Ivanov
|
fd53a306c4
|
Merge pull request #6197 from ivanov/set-text-rendered
changing text of cell should reset rendered status
|
12 years ago |
Paul Ivanov
|
b67aac5aef
|
Merge pull request #6119 from minrk/global-events
return global events from require(['base/js/events']).
|
12 years ago |
Paul Ivanov
|
781702febf
|
test: changing text of cell resets rendered status
|
12 years ago |
Thomas Kluyver
|
d9850e1ab4
|
Merge pull request #6144 from minrk/show-js-errors
add some debugging output to js tests
|
12 years ago |
MinRK
|
41e482d47a
|
fix interrupt test revealed by new output
the shortcut test wasn’t running at all,
due to a ReferenceError.
There was no indication of this fact
because javascript is awesome like that.
|
12 years ago |
MinRK
|
957fb42680
|
use global events in js tests
|
12 years ago |
MinRK
|
a643de41d8
|
test coalesced output in js
|
12 years ago |
Thomas Kluyver
|
6efbe46b73
|
Update JS for kernels and sessions APIs
|
12 years ago |
Jonathan Frederic
|
2478fac032
|
More requirejs fixes
|
12 years ago |
Jonathan Frederic
|
22812d36b3
|
Use waits instead of sleeps.
|
12 years ago |
Jonathan Frederic
|
5acb525c43
|
Wait for keyboard help fadein and fadeout.
|
12 years ago |
Thomas Kluyver
|
82e2ea7e47
|
Merge pull request #5323 from jdfreder/slimerjs
Add support for Firefox JS testing
|
12 years ago |
jon
|
19cf386a20
|
Address comments
|
12 years ago |
Jonathan Frederic
|
f6e7312b5b
|
Add slimerjs flag to test engine.
|
12 years ago |
Jonathan Frederic
|
edbaff8400
|
Moved is_cell_rendered into base
|
12 years ago |
Jonathan Frederic
|
359d7342d2
|
Make a nice assert function for properly testing locale specific colors.
|
12 years ago |
Jonathan Frederic
|
7dfa8fbe79
|
Some cleanup
|
12 years ago |
Jonathan Frederic
|
04c66666e9
|
Fix for xvfb SlimerJS environment.
|
12 years ago |
Jonathan Frederic
|
fb6bb02b26
|
Make notebook tests play nicely with SlimerJS
- notebook/dualmode_markdown.js
- notebook/safe_append_output.js
|
12 years ago |
Jonathan Frederic
|
85e1dafe6c
|
Fix isolated svg color tests so 'rgb()' colors are accepted
|
12 years ago |
Jonathan Frederic
|
f6da79e1e1
|
Update JS markdown tests.
|
12 years ago |
Paul Ivanov
|
9631028c1e
|
add tests for cell_type preserving insertion
|
12 years ago |
MinRK
|
378223e791
|
fix safe_append_output test
|
12 years ago |
MinRK
|
de0b7f140c
|
move pyout/execute_result and pyerr/error transforms to to/fromJSON
like the mime-type maps
|
12 years ago |
MinRK
|
38c76aa913
|
pyout -> execute_result
nbformat and nbconvert are not affected
|
12 years ago |
Jonathan Frederic
|
744f057cab
|
get_text() before returning results
|
12 years ago |
Jonathan Frederic
|
af03114ef6
|
s/set_cell_text/set_cells_text
|
12 years ago |
Jonathan Frederic
|
42fa583172
|
Fix split shortcut
|
12 years ago |
Jonathan Frederic
|
b80e11d3ce
|
Plus to minus shortcuts rebase fixes
|
12 years ago |
Jonathan Frederic
|
9c6d904f71
|
Set cursor pos in edit mode before attempting to jump cells.
|
12 years ago |
Jonathan Frederic
|
ca71afc5ea
|
Note to self
|
12 years ago |
Jonathan Frederic
|
1754e3291a
|
Call trigger_keydown in merge_cells_api test
|
12 years ago |
Jonathan Frederic
|
baa28a0b81
|
Final fixes?
|
12 years ago |
Jonathan Frederic
|
ae2b0800cf
|
Partial fix of problems b/c keydown move
|
12 years ago |
Jonathan Frederic
|
1f4db77aec
|
Cleaned up test names and locations.
|
12 years ago |
Jonathan Frederic
|
0262b724fc
|
Move validate notebook state into utils
|
12 years ago |
Jonathan Frederic
|
b9872db82b
|
HUGE speed improvements to dual mode tests
|
12 years ago |
Jonathan Frederic
|
a7dcdddd54
|
Fixed problem with split tests,
added new function that sets the codemirror instance cursor coords
|
12 years ago |
Jonathan Frederic
|
daf40e9ec5
|
Moved util functions into util.js
|
12 years ago |
Jonathan Frederic
|
c73bef017d
|
Added split merge tests
|
12 years ago |
Jonathan Frederic
|
23ca387dd7
|
cutcopyandpaste
|
12 years ago |
Jonathan Frederic
|
ddc2161817
|
Added ctrl+(j&k), a, and b tests
|
12 years ago |
Jonathan Frederic
|
26e3d14f81
|
Fixed state type for new markdown cell
|
12 years ago |
Jonathan Frederic
|
1094299934
|
Added up/down and markdown tests
|
12 years ago |
Jonathan Frederic
|
13908b60a4
|
Fixed typo in dd test
|
12 years ago |