Min RK
0dc618102e
fix stop-on-error test
2015-01-18 13:23:20 -08:00
Juergen Hasch
eb7d0b7e07
Use stop_on_error instead of skip_exceptions
2015-01-18 13:23:18 -08:00
Juergen Hasch
2f50bf9980
Skip exceptions
2015-01-18 13:22:04 -08:00
Min RK
3228719b26
fix highlight test for failed highlighting
...
not sure how this ever succeeded, but it's failing now
2015-01-10 11:05:45 -08:00
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
2015-01-09 14:15:31 -08:00
Matthias Bussonnier
87b7f7599c
Merge pull request #7278 from minrk/nb-file-ext
...
don't enforce .ipynb extension in URLs
2015-01-06 12:42:54 +01:00
Juergen Hasch
5e641876da
fix insert_cell_at_index call in tests
2015-01-05 11:21:30 +01:00
Juergen Hasch
2fbf8835e1
fix insert_cell_at_index call in tests
2015-01-05 11:18:41 +01:00
Matthias Bussonnier
4e2dfe2527
Some code cleanup in javascript and python
...
change patern that are prone to error, like function redifinition
and other.
2014-12-27 21:39:07 +01:00
Jonathan Frederic
09b289d932
Merge pull request #7274 from Carreau/global-command
...
make global css change on command/edit mode
2014-12-23 18:20:19 -08:00
Matthias Bussonnier
b003b62de4
Actually test that the j-nth cell.
2014-12-23 22:29:51 +01:00
Jonathan Frederic
6e86c7645b
Fix JS test new button selector
2014-12-23 12:15:06 -08:00
Min RK
979eb2d281
don't enforce .ipynb extension in URLs
...
let ContentsManager decide what's a notebook
2014-12-19 12:42:28 -08:00
Bussonnier Matthias
9c959ce6b1
correct variable name
2014-12-19 15:50:48 +01:00
Bussonnier Matthias
15ab64e884
make global css change on command/edit mode
2014-12-19 15:20:16 +01:00
Min RK
c166a05f5d
abstract some methods in contents service tests
...
should allow re-use for ContentsManager subclasses
2014-12-17 11:38:44 -08:00
Matthias Bussonnier
031252d44f
Merge pull request #7207 from takluyver/rm-nb-user-config
...
WIP: Remove js user_config module
2014-12-15 17:17:04 +01:00
Thomas Kluyver
95e60a544c
Update test to modify class config for default_cell_type
2014-12-14 15:21:38 -08:00
Min RK
7c8f2fd0f5
fix widget-import-warning test
...
wasn't updated with warning changes
2014-12-13 16:03:03 -08:00
Min RK
982a742112
Merge pull request #6700 from Carreau/actions-2
...
Use notebook actions in toolbar
2014-12-12 12:39:46 -08:00
Min RK
cadd5a14fe
Merge pull request #6747 from jdfreder/combofix
...
Make Selection widgets respect values order.
2014-12-12 10:59:01 -08:00
Bussonnier Matthias
8fc6d2ff1f
saving notebook does not run cell.
...
Thus running cell instead of saving notebook
2014-12-12 16:14:21 +01:00
Bussonnier Matthias
7a3a61fe81
make pseudo action in their own dcit.
...
make test more reliable by adding data-attributes to buttons.
2014-12-11 09:58:04 +01:00
Matthias Bussonnier
2d51cec3c8
adresses Min comments x2
2014-12-10 20:58:01 +01:00
Bussonnier Matthias
e292a82dff
Fix comments
...
move humanize-map out of function call to have only one instance
2014-12-10 20:51:01 +01:00
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
2014-12-10 20:51:01 +01:00
Min RK
f0181836b2
run test server in thread
...
instead of subprocess
2014-12-08 15:50:02 -08:00
Thomas Kluyver
8160308bb2
Merge pull request #7120 from Carreau/fix-widget-load
...
lazy load widgets
2014-12-08 11:52:53 -08:00
Bussonnier Matthias
affdb6a8ff
fix test
2014-12-06 22:13:04 +01:00
Nicholas Bollweg (Nick)
eef949eda9
fixing tests
2014-12-06 14:18:05 -05:00
Nicholas Bollweg (Nick)
8f5b447eaf
removing monkeypatch, importing rest of codemirror default theme
2014-12-06 14:18:05 -05:00
Nicholas Bollweg (Nick)
68c4714338
using codemirror mode/meta for detection
2014-12-06 14:18:04 -05:00
Jonathan Frederic
2969de609d
Selection test fix
2014-12-03 10:52:25 -08:00
Matthias Bussonnier
5db4b7a8ee
Merge pull request #6668 from Carreau/actions
...
Add notion of action to keyboard manager.
2014-11-22 12:23:16 +01:00
Jonathan Frederic
907bde3b25
Address review comments
2014-11-15 08:49:45 -08:00
Jonathan Frederic
eb319c8aab
Promise logic is infectious like a disease
2014-11-15 08:49:44 -08:00
Jonathan Frederic
0d591619c6
Make all tests async display safe
2014-11-15 08:49:44 -08:00
Jonathan Frederic
56c5020a84
bool_test passing with slimerjs
2014-11-15 08:49:44 -08:00
Jonathan Frederic
8c149c9112
Current state with lots and lots of debugging junk
2014-11-15 08:48:35 -08:00
Jonathan Frederic
6ee932f298
Add rsvp to setupbase
2014-11-15 08:48:35 -08:00
Jonathan Frederic
26d012b3b7
Add comment clarifying new hook function,
...
Refined Page Error output.
2014-11-15 08:48:35 -08:00
Jonathan Frederic
17108fed3b
Make errors clearer!
2014-11-15 08:48:35 -08:00
Jonathan Frederic
66caa322c5
Make Page Error output clearer
2014-11-15 08:48:35 -08:00
Jonathan Frederic
77789daa12
Test fixes
2014-11-15 08:48:35 -08:00
Jonathan Frederic
4beda5d0fb
Initial stab at adding promises to the widget framework.
2014-11-15 08:48:33 -08:00
Sylvain Corlay
2a026ed45b
Test packing/unpacking instances of Date and String
2014-11-13 18:50:21 +00:00
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`
2014-11-10 14:02:21 -08:00
Min RK
5c2ae3e92c
fix link-following logic in directory nav
...
avoid infinite recursion by recording which links have been visited
2014-11-10 14:02:20 -08:00
Min RK
81764cc1e0
update save test
...
fix some event waiting while there
2014-11-10 14:02:20 -08:00
MinRK
3ada0c2c27
Remove separate 'path', 'name' in Contents API
...
- path is full path (including name)
- name is only used for read-only convenience, and plays no role in any API
- remove 'untitled upload' (POST with content and no path)
2014-11-10 14:02:18 -08:00