Commit Graph

10229 Commits

Author SHA1 Message Date
Min RK
70865579a5 Don’t check XSRF token on CSP reports
browsers send these requests, we can’t add xsrf tokens to them.
2017-07-19 11:23:18 +02:00
John Emmons
f81fb46ff6 Preliminary i18n implementation as outlined in JEP 16 (#2140)
setting up internationalization for log and UI messages

See i18n README for details

Squashed to resolve CRLF, tab-indent issues.
2017-07-11 16:34:23 +02:00
Min RK
8fa09260b1 Merge pull request #2472 from ericjperry/fix/IE-terminal
Open terminal tab using a hash rather than undefined for IE compatibility.
2017-07-11 13:36:55 +02:00
Min RK
f707dde238 Merge pull request #2625 from takluyver/i2611
More specific check for missing body data
2017-07-11 10:51:32 +02:00
Min RK
80ca9e9926 Merge pull request #2628 from takluyver/rm-draft76
Remove old websocket draft76 protocol.
2017-07-11 10:50:43 +02:00
Min RK
cbdf9d0f77 Merge pull request #2540 from takluyver/i2539
Handle invalid file timestamps
2017-07-11 10:50:01 +02:00
Min RK
12c952de91 Merge pull request #2641 from takluyver/sort-notebook-list
Improvements to sorting file list
2017-07-11 10:42:22 +02:00
Thomas Kluyver
d12a42e31e Merge pull request #2643 from cancan101/patch-1
Upgrade xterm.js to newly released 2.8.1
2017-07-11 09:21:23 +02:00
Alex Rothberg
5fd70d5a58 Upgrade xterm.js to newly released 2.8.1 2017-07-08 15:05:40 -04:00
Thomas Kluyver
7dc6b26c9f When switching sort field, use ascending sort 2017-07-07 11:20:58 +01:00
Thomas Kluyver
a7e10e9303 Improvements to sorting notebook list
Closes gh-1218
Closes gh-1942
2017-07-07 11:10:51 +01:00
Thomas Kluyver
971e425c72 Merge pull request #2629 from takluyver/fix-modified-column
Fix last-modified column of notebook list
2017-07-06 18:46:00 +01:00
Thomas Kluyver
9873c93d23 Merge pull request #2638 from cancan101/patch-1
Upgrade xterm.js to newly released 2.8.0
2017-07-06 18:42:36 +01:00
Alex Rothberg
09f0e7b40a Upgrade xterm.js to newly released 2.8.0 2017-07-06 13:07:10 -04:00
Thomas Kluyver
0ba6cd70d5 Merge pull request #2624 from takluyver/shutdown-how-many
Log how many kernels need shutting down
2017-07-04 13:17:18 +01:00
Thomas Kluyver
a2ac7967aa Merge pull request #2630 from vidartf/fix-tags-nowrap
Cell tags UI: Ensure close button does not wrap
2017-07-04 13:16:54 +01:00
Vidar Tonaas Fauske
c77b2b76c7 Cell tags UI: Ensure close button does not wrap
Add CSS styling to prevent close button from line-wrapping inside the
cell tag elements.
2017-07-04 13:16:27 +02:00
Thomas Kluyver
624158f851 Fix last-modified column of notebook list
This was showing 'seconds ago' for every file, because it was looking
for the nonexistant 'modified' field. The correct name is 'last_modified'.

I'm not sure how long this has been broken.
2017-07-04 10:58:21 +01:00
Thomas Kluyver
724bdd1570 Remove old websocket draft76 protocol.
Support for this older protocol should no longer be needed with
Phantom JS 2.

Closes gh-2250
2017-07-04 10:40:51 +01:00
Thomas Kluyver
c17eb4ce8e Handle invalid file timestamps
Closes gh-2539
2017-07-03 18:17:07 +01:00
Thomas Kluyver
869fe78611 Merge pull request #2601 from gnestor/upgrade-deps
Upgrade bower dependencies
2017-07-03 18:10:58 +01:00
Thomas Kluyver
937f0ff266 Merge pull request #2618 from rolweber/issue_2565
Capitalization of 'Edit cell Attachments' dialog title
2017-07-03 12:19:13 +01:00
Thomas Kluyver
ec43b45dd5 Merge pull request #2612 from minrk/double-pre
remove redundant pre tags in markdown examples
2017-07-03 11:51:16 +01:00
Thomas Kluyver
4542a514e8 More specific check for missing body data
Closes gh-2611
2017-07-03 11:42:17 +01:00
Thomas Kluyver
f623092b90 Log how many kernels need shutting down 2017-07-03 11:14:51 +01:00
Roland Weber
342ea2650e fixes #2565 - capitalization of 'Edit cell Attachments' dialog 2017-06-29 14:39:53 +02:00
Min RK
d4e7095614 Merge pull request #2615 from mpacer/docs_nbformat_v4
Remove references to header cells
2017-06-28 22:57:20 +01:00
M Pacer
9e9432a7b9 Remove references to heading cells and 'best practices' that better fit the existence of heading cells 2017-06-28 13:41:41 -07:00
Min RK
24835421b4 remove redundant pre tags
Some markdown examples were double-escaped (indent and pre tag),
causing incorrect rendering.
2017-06-28 13:58:58 +01:00
Min RK
6afc1e0e5d Merge pull request #2574 from dhirschfeld/windows-containers
Workaround for Windows Containers
2017-06-27 15:54:35 +01:00
Thomas Kluyver
e224b8f287 Merge pull request #2610 from vharsh/patch-1
Update link of messaging  in Jupyter
2017-06-27 12:41:13 +01:00
Harsh Vardhan
462ed6c01e Update link of messaging in Jupyter
The documentation is for an old version of IPython.
2017-06-27 16:35:52 +05:30
dhirschf
295294e876 Fix test_bad_symlink to conform to the new api 2017-06-25 14:41:18 +10:00
Grant Nestor
4584c240d3 Use codemirror ~5.27 2017-06-23 09:33:00 -07:00
Kyle Kelley
31608ba0e4 Merge pull request #2592 from takluyver/favicon-id
Add id=favicon in templates
2017-06-23 08:53:12 -07:00
Grant Nestor
1e0f371e60 Use fork of CodeMirror@5.27.2 with patch commit vs. bundled patch 2017-06-23 08:09:51 -07:00
Grant Nestor
73f1e949b6 Upgrade codemirror from ~5.22.2 to ~5.27 2017-06-23 07:51:29 -07:00
Grant Nestor
66132f9d32 Upgrade xterm.js from ~2.3.2 to ~2.7 2017-06-23 07:50:55 -07:00
Thomas Kluyver
b4c4ed06e9 Merge pull request #2589 from gnestor/fix-header-flex
Fix logo alignment on dashboard
2017-06-22 10:18:08 +01:00
Grant Nestor
2aba171332 Insert flex-box spacer in tree view header 2017-06-21 11:14:57 -07:00
Thomas Kluyver
36b6c9e5d3 Add id=favicon in templates
The new dynamic favicon-changing code looks for an existing favicon in
the DOM with id 'favicon'. This uses that id in the templates, so we
don't end up with two favicon links in the page.

I was hoping that this would fix some issues I'm having with the favicon
getting stuck, but it doesn't seem to. :-(
2017-06-21 17:30:54 +01:00
Thomas Kluyver
ce5621737f Merge pull request #2449 from gnestor/issue-2404
Open all files with `/files` path except for `.html` and .svg`
2017-06-21 09:49:11 +01:00
Grant Nestor
6a1f807b89 Open all editable files with /edit path 2017-06-20 09:46:35 -07:00
Grant Nestor
3db3e9783e Fix logo alignment on dashboard
Fixes https://github.com/jupyter/notebook/issues/2575
2017-06-20 09:38:44 -07:00
Thomas Kluyver
f75eb99fa3 Merge pull request #2552 from minrk/safe-trigger
catch and log event errors on outputarea.element
2017-06-20 14:33:52 +01:00
Thomas Kluyver
100dbd8154 Merge pull request #2579 from Krista/krista/norobots
added robots.txt
2017-06-20 13:05:48 +01:00
dhirschf
1975bf830f Addressed review comments 2017-06-19 20:25:24 +10:00
dhirschf
6bb89b717a Workaround for Windows Containers
On Windows `os.stat` treats host mapped volumes as broken symlinks
2017-06-18 15:42:04 +10:00
Krista
d3b94fa5f4 added robots.txt
This commit fixes issue #1387 by adding a file `robots.txt`
that makes robots go away.

This commit is also similar to
316665e5d7
as it also adds the `favicon.ico`.
2017-06-15 16:14:55 +02:00
Min RK
2eed68ed4b Merge pull request #2571 from vidriduch/vidriduch/new_single_backtick_markdown
Changes single ` markdown highlighting
2017-06-14 21:09:26 +02:00