Commit Graph

8123 Commits

Author SHA1 Message Date
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
Edd Barrett
1deb96999f Don't crash if a filename contains invalid unicode. 2015-09-17 12:42:02 +01: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
Matthias Bussonnier
dcc8555778 Merge pull request #435 from jdfreder/removebs
Remove bootstrap dependency in menubar.js
2015-09-15 15:49:10 -07:00
Jonathan Frederic
2fcf9fcd76 Remove bootstrap dependency 2015-09-15 14:39:59 -07:00
Jonathan Frederic
1fe6dbb4e4 Merge pull request #431 from Carreau/fix-58
Fix bad message break notebook
2015-09-15 13:54:39 -07:00
Matthias Bussonnier
7d3be593a8 Fix bad message break notebook
Would need a test, and probably a way to display the message to the user
if it ever happen.
2015-09-15 13:31:51 -07:00
Min RK
009ae06e66 Merge pull request #433 from captainsafia/title-double-backslash
Strip trailing slash from notebook_dir
2015-09-15 21:55:02 +02:00
Safia Abdalla
84f1f6fc3d Replace backslash with slash 2015-09-15 12:22:42 -07:00
Safia Abdalla
36d5131a4b Added notebook_dir validations to _validate function 2015-09-15 11:58:51 -07:00
Safia Abdalla
292ba6fd1b Added tests for notebook path with backslash 2015-09-15 10:59:31 -07:00
Matthias Bussonnier
8ec8a520e8 Merge pull request #404 from minrk/rjs-timeout
bump requirejs waitSeconds to 30
2015-09-15 10:48:55 -07:00
Safia Abdalla
9969cce177 Added rstrip on notebook_dir to resolve #411 2015-09-15 10:17:44 -07:00
Min RK
8f1b2e9fd9 Merge pull request #427 from Carreau/fix-245
Deprecate duplicate functions from utils.
2015-09-15 08:28:23 +02:00
Min RK
5162a9ed48 Merge pull request #426 from Carreau/fix-100
Only hide top-level-header.
2015-09-15 08:24:45 +02:00
Matthias Bussonnier
c3edf61bef Fix typos. 2015-09-14 16:30:16 -07:00
Matthias Bussonnier
5fadb67dda Deprecate duplicate functions from utils.
Closes #245
2015-09-14 11:20:12 -07:00
Matthias Bussonnier
b521d76ebb Merge pull request #424 from minrk/custom-js-safe
catch errors in app_initialized callbacks
2015-09-14 10:16:01 -07:00
Matthias Bussonnier
937b42fda4 Only hide top-level-header.
closes jupyter/nbconvert#100
2015-09-14 09:35:21 -07:00
Min RK
e33741f93f catch errors in app_initialized callbacks
avoids bad custom.js preventing initialization.
2015-09-14 14:45:21 +02:00
Min RK
49f8eaf7b8 use events.on for notebook first-load
rather than reimplementing with on/off.
2015-09-14 14:42:35 +02:00
Min RK
172c6e272f Merge pull request #423 from Carreau/ignore-min-edit
Acknowledge "ingnore_minified" on editor page.
2015-09-14 08:25:38 +02:00
Matthias Bussonnier
c4f2c5ac23 Acknowledge "ingnore_minified" on editor page.
a few typo and consistency also.
2015-09-13 18:49:24 -07:00
Min RK
7d331cbbc9 Merge pull request #421 from germ13/patch-1
Add examples of latex expressions
2015-09-12 22:07:52 +02:00
Min RK
f493ed924f Merge pull request #420 from Jeffiy/master
add a style for password input
2015-09-12 17:30:28 +02:00
juan serrano
f9280708b2 Add examples of latex expressions 2015-09-12 04:02:34 -07:00