Min RK
2450d308e2
Merge pull request #498 from gramster/magicmode
...
use codemirror overlay instead of multiplexing for cell magic modes
10 years ago
Min RK
a5a737805e
add '-dialog' suffix to restart actions with dialogs
...
instead of -no-confirm on those without.
i.e. `restart-run-all` has no dialog, `restart-run-all-dialog` has a dialog.
10 years ago
Min RK
ef64f743c4
make restart-clear-output a discrete action
...
- no more multi-button restart dialog
- Restart & Clear Output added to Kernel menu
10 years ago
Min RK
1c786d74ee
rework restart-run-all dialog
...
- give Restart & Run All action its own dialog
- add Restart & Run All button to regular restart dialog
- add `-no-confirm` version of both restart and restart-run-all actions
10 years ago
Min RK
9f501ab5cd
get kernelspec info from kernelspecs
...
instead of adding display_name to the sessions model
10 years ago
Min RK
66242b9a70
Merge pull request #503 from julienr/kernel_name
...
Adds kernel name to running notebooks list
10 years ago
Julien Rebetez
4925097006
Use kernel display_name instead of name in running kernels list
10 years ago
Julien Rebetez
91d42c9600
Adds display_name to MappingKernelManager's kernel_model
10 years ago
Jonathan Frederic
1c4daeb137
Merge pull request #491 from minrk/copystat-can-fail
...
allow copystat to fail in atomic_writing
10 years ago
Jonathan Frederic
831b2a523b
Merge pull request #472 from minrk/base-url-always-encoded
...
avoid double-encoding base_url
10 years ago
Julien Rebetez
78c6ca7e21
Adds kernel name to running notebooks list
10 years ago
Min RK
c87c5ffd1f
add comment about base URL prefixes in tests
10 years ago
Min RK
033247b039
protect against copystat failure in copy2
...
we already had this in `self._copy`, but copy2 was still used in atomic_writing.
10 years ago
Safia Abdalla
e8fd94260e
Renamed search and replace div ID
10 years ago
Graham Wheeler
bb7c232b8f
Fix the broken multiplexor mode for cell magic format overrides.
10 years ago
Safia Abdalla
e93db3ec22
Replaced 'Search and Replace' with 'Find and Replace'
10 years ago
Min RK
92502b5186
Merge pull request #495 from minrk/not-actually-api-handler
...
Don't re-use APIHandler name for serving yaml spec
10 years ago
Min RK
66d15ce304
Don't re-use APIHandler name for serving yaml spec
10 years ago
Steven Silvester
65eb248209
Add the method to the correct base class
10 years ago
Steven Silvester
1f6a3700a2
Fix signature
10 years ago
Steven Silvester
88c067ff27
Clean up allowed methods
10 years ago
Steven Silvester
f2b42ae72c
Allow cross-origin patches for config
10 years ago
Safia Abdalla
c46a60a96c
Updated search/replace keyboard shortcut to f
10 years ago
Safia Abdalla
6b5a142a7c
Added keyboard shortcut for search and replace
10 years ago
Min RK
9b514b1406
Merge pull request #449 from vext01/unicode_listing_fix
...
Don't crash if a filename contains invalid unicode.
10 years ago
Min RK
f52c66268e
handle non-empty base URL in dashboard test
10 years ago
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
10 years ago
Min RK
460643ed90
urlencode urls,paths in body-data in templates
10 years ago
Min RK
8de725a8de
server-side fixes for double-escaped base_url
10 years ago
Min RK
164c3b6c1a
test with url-escaped base_url
...
should ensure sanity
10 years ago
Min RK
a8b15bc709
avoid double-encoding base_url
...
base_url should already be url-encoded.
10 years ago
Jeffiy
ac509bc613
fix login page UI problem
10 years ago
Min RK
86b9b0b92a
set dirty flag on kernelspec/language_info changes
10 years ago
Min RK
94ad3f50f2
Merge pull request #403 from seanson/master
...
Replace double URL escaping with concats as the base URLs are already…
10 years ago
Sean Johnson
085d584393
Replace double URL escaping with concats as the base URLs are already escaped. Fix for #402
10 years ago
Matthias Bussonnier
552a5a0244
make sure to loop only on dict keys
11 years ago
Matthias Bussonnier
c2fc31a702
Bind menu click to actions
...
And deprecate private, unused thing.
11 years ago
Matthias Bussonnier
3602a86873
Merge pull request #447 from captainsafia/search-replace-menu-item
...
Added view and logic for search and replace menu item
11 years ago
Safia Abdalla
d791a7379e
Moved logic for showing search/replace dialog
11 years ago
Edd Barrett
1deb96999f
Don't crash if a filename contains invalid unicode.
11 years ago
Min RK
0e8c71b4f2
Merge pull request #445 from Carreau/ignore_minified_tree
...
Acknowledge ignore_minified on tree
11 years ago
Min RK
2f0f3987b1
Merge pull request #444 from Carreau/strip-ansi
...
Strip more ANSI escape sequence.
11 years ago
Min RK
35a0a0bb57
Merge pull request #439 from zischwartz/websocket-check-origin
...
Added cross origin websocket handling for terminal
11 years ago
Safia Abdalla
5e07c2bca4
Added action.call for search and replace
11 years ago
Safia Abdalla
22c405847a
Added on-click handler to menu bar element
11 years ago
Matthias Bussonnier
a9576ba96e
forgot octal prefix
11 years ago
Dave Willmer
57cc23349e
Add F10 key.
11 years ago
Matthias Bussonnier
1ff9504bf1
Acknowledge ignore_minified on tree
11 years ago
Matthias Bussonnier
e5ed972467
Strip more ANSI escape sequence.
...
`?` can be found in ANSI escape sequence. ( `[?25l` hide cursor,
`[25k`show cursor)
Closes #95
11 years ago
Safia Abdalla
1f95016512
Added search and replace menu item to template
11 years ago