Thomas Kluyver
7dc6b26c9f
When switching sort field, use ascending sort
9 years ago
Thomas Kluyver
a7e10e9303
Improvements to sorting notebook list
...
Closes gh-1218
Closes gh-1942
9 years ago
Thomas Kluyver
971e425c72
Merge pull request #2629 from takluyver/fix-modified-column
...
Fix last-modified column of notebook list
9 years ago
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.
9 years ago
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.
9 years ago
Roland Weber
342ea2650e
fixes #2565 - capitalization of 'Edit cell Attachments' dialog
9 years ago
Thomas Kluyver
b4c4ed06e9
Merge pull request #2589 from gnestor/fix-header-flex
...
Fix logo alignment on dashboard
9 years ago
Grant Nestor
2aba171332
Insert flex-box spacer in tree view header
9 years ago
Thomas Kluyver
ce5621737f
Merge pull request #2449 from gnestor/issue-2404
...
Open all files with `/files` path except for `.html` and .svg`
9 years ago
Grant Nestor
6a1f807b89
Open all editable files with `/edit` path
9 years ago
Grant Nestor
3db3e9783e
Fix logo alignment on dashboard
...
Fixes https://github.com/jupyter/notebook/issues/2575
9 years ago
Thomas Kluyver
f75eb99fa3
Merge pull request #2552 from minrk/safe-trigger
...
catch and log event errors on outputarea.element
9 years ago
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`.
9 years ago
Ondrej
533aea11fd
Added padding around gray box of ` markdown
...
Added padding of 1px from top and bottom and 5px from left and right
around gray box of single ` markdown.
Signed-off-by: Ondrej <o.jariabka@gmail.com>
9 years ago
Ondrej
823e1f19d5
Changes single ` markdown highlighting
...
Changes highlighting of text surrounded by single ` in markdown cells by
adding gray background under the text. Highlighting should resemble the
stack-overflow highlighting.
Signed-off-by: Ondrej <o.jariabka@gmail.com>
9 years ago
Thomas Kluyver
31400855f8
Merge pull request #2549 from mscuthbert/nbval-exception-passing
...
allow raises-exception to continue
9 years ago
Michael Scott Cuthbert
4cfa7f65d5
Remove nbval version from code
9 years ago
Min RK
99e4adb928
bump protocol version to 5.2
...
for surrogate pairs fix
9 years ago
Min RK
ff5e64e431
no need to double-check second half of a surrogate pair
9 years ago
Min RK
dbb78b4167
protect against a beautiful future in which javascript handles unicode sensibly
...
We don't need to count surrogate pairs if js stops using them
9 years ago
Min RK
8b14a8d003
check more strictly for surrogate pairs
...
check both surrogates with strict bounds, not just the first, in case of weirdness.
9 years ago
Brian E. Granger
4d9809d659
Allow session of type other than notebook.
9 years ago
Matthias Bussonnier
4b8cc28b26
Merge pull request #2535 from gnestor/issue-2379
...
Remove keymaps that conflict with non-English keyboards
9 years ago
Min RK
bf3de7bd1c
5.1.0.dev
...
5.0.0 has been released
9 years ago
Min RK
fc6bca2c0f
catch and log event errors on outputarea.element
...
we already do this on global events,
but the new events on output_area.element were unsafe,
allowing extension code to prevent actions such as clear_output, etc. from completing.
9 years ago
Michael Scott Cuthbert
81be6c575a
allow raises-exception or nbval-raises-exception to continue
9 years ago
Grant Nestor
af0a7b52e6
Uncomment "toggleComment" keymaps
9 years ago
Grant Nestor
35a9ff7932
Merge branch 'master' into issue-2404
9 years ago
Grant Nestor
226492d1b1
All files are viewable by default, handle notebooks and html differently
9 years ago
Grant Nestor
5c0495d14e
Inspect mimetype in addition to file extension to determine if a file is editable/viewable
9 years ago
Thomas Kluyver
9cd249ef7f
Merge pull request #2532 from gnestor/issue-1129
...
Re: Adjust positioning of filename in save widget
9 years ago
Grant Nestor
6b267b8cd2
Remove keymaps that conflict with non-English keyboards
9 years ago
Grant Nestor
abba580536
Add more HTML-like variants
9 years ago
Grant Nestor
b51e5d59e7
Support "View" and "Edit" for a selection of multiple files
9 years ago
Grant Nestor
7cb2bae6a0
Always display "View" button and display "Edit" button for all editable files
9 years ago
Grant Nestor
f43ac2f928
Fix double url-encoding issue on view file
9 years ago
Grant Nestor
945a973da5
Clean up layout in #header-container
9 years ago
Grant Nestor
c309c8513f
Fix clipping on filename
9 years ago
Matthias Bussonnier
c9d399ace6
Merge pull request #2500 from takluyver/cmd-palette-emptytemplate-func
...
Use function to construct empty message in command palette
9 years ago
Thomas Kluyver
8d1c94853c
Tweak formatting of 'no results' message
9 years ago
Min RK
2da75c37bd
handle surrogate pairs in tooltip cursor_pos
9 years ago
Min RK
a5e64e10b7
handle surrogate pairs
...
CodeMirror / javascript use utf16 code unit offsets,
but Jupyter protocol expects unicode *character* offsets,
so we need to translate back and forth.
9 years ago
Thomas Kluyver
560aa49884
Spelling correction
9 years ago
Min RK
8413ba9592
don’t start output areas collapsed
...
this sets metadata.collapsed = true metadata on cells with no output
causing churn in notebook files
9 years ago
Thomas Kluyver
6f05e770d8
Use function to construct empty message in command palette
...
This takes care of correctly escaping user input so it doesn't become
HTML.
9 years ago
Matthias Bussonnier
c50b47af12
Merge pull request #2477 from takluyver/i2476
...
Avoid double-encoding item path for view button
9 years ago
Grant Nestor
c43d258aa2
Update list of editable extensions
9 years ago
Grant Nestor
6871dc81db
Use `is_viewable` vs. `is_not_safe`
9 years ago
Grant Nestor
9d839d5052
Fix text baseline alignment in save widget
9 years ago
Thomas Kluyver
0d124e054e
Catch trying to rename to an empty filename
...
Act as if the OK button is diabled.
Closes gh-2475
9 years ago