Commit Graph

7983 Commits

Author SHA1 Message Date
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
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
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