Commit Graph

5292 Commits

Author SHA1 Message Date
Thomas Kluyver
b2737e668e Add tests and fix some issues
Tests taken from #6360
2014-09-05 10:16:37 -07:00
Thomas Kluyver
0e109ee4be Correct comment 2014-09-05 09:40:02 -07:00
Matthias Bussonnier
a855d3c96d Merge pull request #6413 from minrk/default-uri
make the default url customizable
2014-09-04 17:54:04 -07:00
MinRK
dbe65d0cd5 remove unused TreeRedirectHandler 2014-09-04 17:40:48 -07:00
MinRK
379374b5d9 make the default url customizable
this is the page redirected to from `/`,
which defaults to `/tree`.

also changes the redirect code to 302 from 301,
which should cause less grumbling about caching.
2014-09-04 17:40:48 -07:00
Thomas Kluyver
7e681c1c53 Merge pull request #6302 from minrk/ws-heartbeat-timeout
close websocket connections on ping/pong timeout
2014-09-04 15:21:25 -07:00
Matthias Bussonnier
df67bd1720 Merge pull request #6406 from minrk/celltoolbar-rendered
don't hide cell toolbar on rendered text cells
2014-09-04 15:19:59 -07:00
Thomas Kluyver
ca8dabf705 Fix 404 error when accessing nonexistant session 2014-09-04 15:13:59 -07:00
Thomas Kluyver
4c4af25734 Fix failure message for tests 2014-09-04 15:13:59 -07:00
Thomas Kluyver
76b05b24af Handle sessions where the kernel has been killed 2014-09-04 15:13:59 -07:00
Thomas Kluyver
81b06d81a1 Merge pull request #6358 from minrk/contents-missing
fix directory listing with broken symlinks
2014-09-04 14:43:45 -07:00
MinRK
78fdc1ebb4 move mergeopt to utils
from Cell
2014-09-04 11:15:45 -07:00
MinRK
6038612732 don't hide cell toolbar on rendered text cells
because it annoys @Carreau
2014-09-03 17:08:55 -07:00
Matthias Bussonnier
9e8cf39956 Merge pull request #6258 from patricktokeeffe/patch-1
Update custom.js
2014-09-03 10:53:24 -07:00
Min RK
aaa027f503 Merge pull request #6267 from Carreau/less-jq-ui
Remove some jquery-UI classes.
2014-09-02 19:35:45 -07:00
Matthias BUSSONNIER
7752320295 get rid of some jq-ui- style 2014-09-02 17:47:59 -07:00
Min RK
8a0773fd84 Merge pull request #6290 from takluyver/deprecate-rmagic
Deprecate rmagic
2014-09-02 17:16:13 -07:00
Min RK
fbae96f9cb Merge pull request #6269 from takluyver/atomic-save
Implement atomic save
2014-09-02 10:59:38 -07:00
Paul Ivanov
f530a3b56e Merge pull request #6388 from minrk/requests-2.4
catch any exception while waiting for server to start
2014-09-02 10:37:35 -07:00
MinRK
58ecfc2376 catch any exception while waiting to connect
requests 2.4 changed the exception type for a failed connection
2014-08-31 21:50:16 -07:00
Brian E. Granger
a67c7e83a6 Adding tests and limiting CM mode to python 3. 2014-08-29 09:55:40 -04:00
Brian E. Granger
2dfd4079ec Cleaning up and only doing latex completion for python 3. 2014-08-28 21:50:26 -04:00
Brian E. Granger
27f2f6baaa Adding regexp for unicode identifers to CM mode. 2014-08-28 21:42:04 -04:00
Jason Grout
2acee4a269 Strip the IPY_MODEL_ prefix from widget IDs before referencing them. 2014-08-28 19:52:20 +00:00
Jonathan Frederic
2f9dcb852c Fab CSS 2014-08-28 11:15:35 -07:00
Jonathan Frederic
cb9014e42c Fixed rebase bugs and other bugs. 2014-08-28 11:15:35 -07:00
Jonathan Frederic
13aa65facc Remove references to add/remove_class methods. 2014-08-28 11:15:35 -07:00
Jonathan Frederic
fa1c6f93f1 Added bootstrap3 progress bar classes 2014-08-28 11:15:35 -07:00
Jonathan Frederic
9b4d19bad7 Added Bootstrap specific classes,
and fixed a few bugs here and there...
2014-08-28 11:15:35 -07:00
Jonathan Frederic
a0e70e350f Fix some bugs found by the widget examples,
add margin and padding base traits,
add overflow traits to box base.
2014-08-28 11:15:24 -07:00
Jonathan Frederic
ee102706f9 Updated widget examples for recent changes and,
renames from earlier PRs
2014-08-28 11:11:16 -07:00
Jonathan Frederic
834fe2d044 Fab CSS 2014-08-28 11:11:16 -07:00
Jonathan Frederic
42cc27e1f5 Finished style attributes. 2014-08-28 11:09:55 -07:00
Jonathan Frederic
fdcf263965 Partial implementation of styles 2014-08-28 11:09:55 -07:00
Jonathan Frederic
9af77a6374 Initial crack at using specific traits for styling. 2014-08-28 11:09:55 -07:00
Jonathan Frederic
1797243f7a Fix tests 2014-08-28 11:09:55 -07:00
Jonathan Frederic
f85a01041c Remove add/remove class methods,
Remove helper set/get css methods
2014-08-28 11:09:55 -07:00
Paul Ivanov
78918ba827 Merge pull request #6359 from minrk/build-css
build css
2014-08-28 10:35:02 -07:00
Paul Ivanov
583fc21488 Merge pull request #6371 from minrk/dashboard-test-quickfix
minor fixes in dashboard tests
2014-08-28 10:34:01 -07:00
Min RK
509eed56d7 Merge pull request #6370 from minrk/handle-no-checkpoint
fix handling of no-checkpoint-defined
2014-08-28 09:30:43 -07:00
MinRK
fb0421107c minor fixes in dashboard tests
events and regular expressions weren't quite right, which could cause occasional test failures.
2014-08-27 13:51:49 -07:00
MinRK
6345b6c874 fix handling of no-checkpoint-defined
a few typos and missing handling of undefined checkpoint

regression introduced in #6205
2014-08-27 13:17:19 -07:00
Min RK
89f5ec3677 Merge pull request #6306 from coderforlife/master
Minor improvements to file upload.
2014-08-26 17:22:45 -07:00
MinRK
318d46d647 build css
looks like a recent PR didn't have a final render of the LESS
2014-08-26 09:33:14 -07:00
MinRK
819c3c326c fix directory listing with broken symlinks
directory listing would 404 if any listed file doesn't exist
(e.g. symlink to missing target).

Previously-failing test included.
2014-08-26 09:12:54 -07:00
Gordon Ball
859e9f5261 Change from on_demand kwarg to interact_choose function 2014-08-26 10:37:32 +02:00
Gordon Ball
8296f24904 Merge master 2014-08-26 10:25:38 +02:00
Jonathan Frederic
cf0ca9d4a5 Merge pull request #6050 from chronitis/interact-range-widgets
Range widgets
2014-08-25 21:40:21 -07:00
Jonathan Frederic
1b29be13c6 Merge pull request #6332 from jasongrout/widget-property-lock
Widget property lock should compare json states, not python states
2014-08-25 10:12:04 -07:00
Gordon Ball
9383822d7a Clean up validation in __init__ 2014-08-24 12:26:56 +02:00