Commit Graph

7996 Commits

Author SHA1 Message Date
Min RK
b9c27a461a run js tests with base URL
bug in phantomjs prevents testing with escaped base URL,
but this still tests inappropriate escaping
because @ *would* be escaped, but it does not need to be
2015-09-22 15:10:56 +02:00
Min RK
460643ed90 urlencode urls,paths in body-data in templates 2015-09-22 15:10:44 +02:00
Min RK
8de725a8de server-side fixes for double-escaped base_url 2015-09-22 15:10:33 +02:00
Min RK
164c3b6c1a test with url-escaped base_url
should ensure sanity
2015-09-22 15:10:33 +02:00
Min RK
a8b15bc709 avoid double-encoding base_url
base_url should already be url-encoded.
2015-09-22 15:10:33 +02:00
Min RK
a7721ed341 Merge pull request #475 from jupyter/Carreau-patch-1
don't overwrite file
2015-09-21 22:08:26 +02:00
Matthias Bussonnier
c9a9b5b50e don't overwrite file
closes https://github.com/ipython/ipython/issues/8796
2015-09-21 11:22:27 -07:00
Matthias Bussonnier
1295683539 Merge pull request #470 from minrk/set-dirty-kernelspec
set dirty flag on kernelspec/language_info changes
2015-09-21 11:17:46 -07:00
Min RK
86b9b0b92a set dirty flag on kernelspec/language_info changes 2015-09-21 11:13:33 +02:00
Min RK
577300fcd9 Merge pull request #468 from willingc/fix-pickle
Fix documentation links to notebook examples
2015-09-21 10:40:09 +02:00
Min RK
94ad3f50f2 Merge pull request #403 from seanson/master
Replace double URL escaping with concats as the base URLs are already…
2015-09-21 10:38:33 +02:00
Carol Willing
1fb22882e7 Edit see also box in doc 2015-09-20 22:28:41 -07:00
Carol Willing
cb9961a030 Add comment for future devs 2015-09-20 20:55:21 -07:00
Carol Willing
65224302de Revert html_static_path setting 2015-09-20 20:33:42 -07:00
Sean Johnson
085d584393 Replace double URL escaping with concats as the base URLs are already escaped. Fix for #402 2015-09-21 09:44:21 +10:00
Min RK
ebe1a7ca20 Merge pull request #329 from Carreau/action-menu
Working on using actions for menu.
2015-09-19 21:51:01 +02:00
Matthias Bussonnier
552a5a0244 make sure to loop only on dict keys 2015-09-18 15:58:27 -07:00
Min RK
1423eb501f Merge pull request #460 from willingc/doc-idx
Add captions to documentation table of contents
2015-09-18 14:37:54 +02:00
Carol Willing
687e844fb3 Update doc index with captions 2015-09-18 05:25:45 -07:00
Min RK
dce01c0695 Merge pull request #459 from willingc/del-ipynb
Remove the duplicate ipynb for public server doc
2015-09-18 14:15:55 +02:00
Min RK
460d13e13e Merge pull request #458 from willingc/doc-pubserver
Add review changes to public server doc
2015-09-18 14:04:28 +02:00
Carol Willing
956509029e Remove ipynb and update indices 2015-09-18 05:02:26 -07:00
Carol Willing
ea6993703e Add review changes to public server doc 2015-09-18 03:22:43 -07:00
Matthias Bussonnier
c2fc31a702 Bind menu click to actions
And deprecate private, unused thing.
2015-09-17 10:35:26 -07:00
Matthias Bussonnier
3602a86873 Merge pull request #447 from captainsafia/search-replace-menu-item
Added view and logic for search and replace menu item
2015-09-17 10:30:17 -07:00
Safia Abdalla
d791a7379e Moved logic for showing search/replace dialog 2015-09-17 10:08:23 -07:00
Matthias Bussonnier
3c437e73e2 Merge pull request #443 from willingc/doc-security
Update the 'Securing your server' section of public server security document
2015-09-17 09:17:07 -07:00
Min RK
0e8c71b4f2 Merge pull request #445 from Carreau/ignore_minified_tree
Acknowledge ignore_minified on tree
2015-09-17 11:18:39 +02:00
Min RK
0945e5d878 Merge pull request #442 from Carreau/git-hooks
Update githooks and description
2015-09-17 11:18:13 +02:00
Min RK
2f0f3987b1 Merge pull request #444 from Carreau/strip-ansi
Strip more ANSI escape sequence.
2015-09-17 11:18:04 +02:00
Min RK
35a0a0bb57 Merge pull request #439 from zischwartz/websocket-check-origin
Added cross origin websocket handling for terminal
2015-09-17 11:15:40 +02:00
Safia Abdalla
5e07c2bca4 Added action.call for search and replace 2015-09-16 16:21:50 -07:00
Safia Abdalla
22c405847a Added on-click handler to menu bar element 2015-09-16 16:19:11 -07:00
Carol Willing
88554a003e Fix formatting on ipynb note 2015-09-16 15:40:27 -07:00
Carol Willing
64ae031488 Add note and link to RTD in old ipynb doc 2015-09-16 15:34:22 -07:00
Carol Willing
ce6ecb730b Edit content on running a public notebook server 2015-09-16 15:14:55 -07:00
Carol Willing
de9781dcba Update doc on securing a notebook server 2015-09-16 15:14:55 -07:00
Carol Willing
2179be6843 Edit public server security doc 2015-09-16 15:14:55 -07:00
Matthias Bussonnier
336b3b7db6 Merge pull request #446 from dwillmer/keyboard-manager
Add F10 key.
2015-09-16 14:57:01 -07:00
Matthias Bussonnier
a9576ba96e forgot octal prefix 2015-09-16 14:51:31 -07:00
Dave Willmer
57cc23349e Add F10 key. 2015-09-16 22:41:38 +01:00
Matthias Bussonnier
1ff9504bf1 Acknowledge ignore_minified on tree 2015-09-16 14:28:57 -07:00
Matthias Bussonnier
e5ed972467 Strip more ANSI escape sequence.
`?` can be found in ANSI escape sequence. ( `[?25l` hide cursor,
`[25k`show cursor)

Closes #95
2015-09-16 13:48:39 -07:00
Matthias Bussonnier
eaa3c0ac36 Update githooks and description
closes #18
2015-09-16 11:47:53 -07:00
Safia Abdalla
1f95016512 Added search and replace menu item to template 2015-09-16 11:46:24 -07:00
Matthias Bussonnier
2a902c2cd6 Merge pull request #441 from willingc/doc-server
Fix small docs errors and add hidden index for clean doc builds
2015-09-16 11:19:01 -07:00
Carol Willing
67740f8014 Fix small docs errors and add hidden index for clean doc builds 2015-09-16 10:45:30 -07:00
Zach Schwartz
2e16713e32 moved check_origin to IPythonHandler 2015-09-16 13:31:23 -04:00
Zach Schwartz
9f0537d373 added cross origin websocket handling for terminal, resolves jupyter/notebook#432 2015-09-16 11:10:55 -04:00
Min RK
cc32f165e8 Merge edit-redirect fix 2015-09-16 12:17:48 +02:00