Matthias Bussonnier
1ce46a8723
Merge pull request #7481 from minrk/toggle-buttons-indicate
...
don't set bootstrap toggle on ToggleButtonsWidget
11 years ago
Min RK
99faeddf36
wait for new-notebook button to arrive
...
before clicking it.
Race condition was causing intermittent test failures.
11 years ago
Min RK
0dc618102e
fix stop-on-error test
11 years ago
Juergen Hasch
eb7d0b7e07
Use stop_on_error instead of skip_exceptions
11 years ago
Juergen Hasch
2f50bf9980
Skip exceptions
11 years ago
Min RK
9d78b0dae6
toggle-buttons test
11 years ago
Min RK
3228719b26
fix highlight test for failed highlighting
...
not sure how this ever succeeded, but it's failing now
11 years ago
Min RK
f3da69c38d
allow system-wide paths for nbextensions
...
like kernel specs, default install is `/usr/local/share/jupyter/nbextensions`
add `--user` for .ipython/nbextensions path
11 years ago
Matthias Bussonnier
87b7f7599c
Merge pull request #7278 from minrk/nb-file-ext
...
don't enforce .ipynb extension in URLs
11 years ago
Juergen Hasch
5e641876da
fix insert_cell_at_index call in tests
11 years ago
Juergen Hasch
2fbf8835e1
fix insert_cell_at_index call in tests
11 years ago
Matthias Bussonnier
4e2dfe2527
Some code cleanup in javascript and python
...
change patern that are prone to error, like function redifinition
and other.
11 years ago
Jonathan Frederic
09b289d932
Merge pull request #7274 from Carreau/global-command
...
make global css change on command/edit mode
11 years ago
Matthias Bussonnier
b003b62de4
Actually test that the j-nth cell.
11 years ago
Jonathan Frederic
6e86c7645b
Fix JS test new button selector
11 years ago
Min RK
979eb2d281
don't enforce .ipynb extension in URLs
...
let ContentsManager decide what's a notebook
11 years ago
Bussonnier Matthias
9c959ce6b1
correct variable name
11 years ago
Bussonnier Matthias
15ab64e884
make global css change on command/edit mode
11 years ago
Min RK
c166a05f5d
abstract some methods in contents service tests
...
should allow re-use for ContentsManager subclasses
11 years ago
Matthias Bussonnier
031252d44f
Merge pull request #7207 from takluyver/rm-nb-user-config
...
WIP: Remove js user_config module
11 years ago
Thomas Kluyver
95e60a544c
Update test to modify class config for default_cell_type
11 years ago
Min RK
7c8f2fd0f5
fix widget-import-warning test
...
wasn't updated with warning changes
11 years ago
Min RK
982a742112
Merge pull request #6700 from Carreau/actions-2
...
Use notebook actions in toolbar
11 years ago
Min RK
cadd5a14fe
Merge pull request #6747 from jdfreder/combofix
...
Make Selection widgets respect values order.
11 years ago
Bussonnier Matthias
8fc6d2ff1f
saving notebook does not run cell.
...
Thus running cell instead of saving notebook
11 years ago
Bussonnier Matthias
7a3a61fe81
make pseudo action in their own dcit.
...
make test more reliable by adding data-attributes to buttons.
11 years ago
Matthias Bussonnier
2d51cec3c8
adresses Min comments x2
11 years ago
Bussonnier Matthias
e292a82dff
Fix comments
...
move humanize-map out of function call to have only one instance
11 years ago
Matthias Bussonnier
f43d8585d1
Add notion of actions to celltoolbar
...
modify toolbar.js to be able to deal with actions.
modify maintoolbar to deal with the new action architecture
add a way to triger notification widget hiding
11 years ago
Min RK
f0181836b2
run test server in thread
...
instead of subprocess
11 years ago
Thomas Kluyver
8160308bb2
Merge pull request #7120 from Carreau/fix-widget-load
...
lazy load widgets
11 years ago
Bussonnier Matthias
affdb6a8ff
fix test
11 years ago
Nicholas Bollweg (Nick)
eef949eda9
fixing tests
11 years ago
Nicholas Bollweg (Nick)
8f5b447eaf
removing monkeypatch, importing rest of codemirror default theme
11 years ago
Nicholas Bollweg (Nick)
68c4714338
using codemirror mode/meta for detection
11 years ago
Jonathan Frederic
2969de609d
Selection test fix
11 years ago
Matthias Bussonnier
5db4b7a8ee
Merge pull request #6668 from Carreau/actions
...
Add notion of action to keyboard manager.
11 years ago
Jonathan Frederic
907bde3b25
Address review comments
11 years ago
Jonathan Frederic
eb319c8aab
Promise logic is infectious like a disease
11 years ago
Jonathan Frederic
0d591619c6
Make all tests async display safe
11 years ago
Jonathan Frederic
56c5020a84
bool_test passing with slimerjs
11 years ago
Jonathan Frederic
8c149c9112
Current state with lots and lots of debugging junk
11 years ago
Jonathan Frederic
6ee932f298
Add rsvp to setupbase
11 years ago
Jonathan Frederic
26d012b3b7
Add comment clarifying new hook function,
...
Refined Page Error output.
11 years ago
Jonathan Frederic
17108fed3b
Make errors clearer!
11 years ago
Jonathan Frederic
66caa322c5
Make Page Error output clearer
11 years ago
Jonathan Frederic
77789daa12
Test fixes
11 years ago
Jonathan Frederic
4beda5d0fb
Initial stab at adding promises to the widget framework.
11 years ago
Sylvain Corlay
2a026ed45b
Test packing/unpacking instances of Date and String
11 years ago
Min RK
ba370731a5
fix and test path regexes
...
- require leading `/`
- match empty string
- disallow consecutive `//`
This means that path_regex should be included as `/api/whatever%s`, not `/api/whatever/%s`
11 years ago