Kaushik Chaubal
7d4965abc0
fix of uploading large files crashes the browser #96 + adding unit tests
9 years ago
Thomas Kluyver
c03c133bbd
Merge pull request #2229 from ellisonbg/edit-view-buttons
...
Edit view button behavior change
9 years ago
Matthias Bussonnier
e751e1ca1e
Implement discussed behavior:
...
- replace regexes they were not matching at the end of files.
- hide edit/view for multiple, they where not working
From the Pr comments that should closely match the following
Observations:
- "View" is handled by the browser so in most case it's something
"safe". I think that (A) all items we don't know what to do with
should have the _possibility_ to be viewed. (example `config.yaml`,
`cat.gifv`).
- "Edit" make sens only on text files only. In general (B) "edit"
should not be the default action for most files.
- Though (C) "Edit" should be triggerable by advanced users (unless
we know we should not). Example `foo.zorblax`, `conf.toml`
- (D) "Edit" does not make sens for some filetypes, thus should not be
available (`'png`, `.jpeg`)
Question (E):
- If the default action is X {in edit/view} should the X button be shown ?
Proposition:
- if ipynb:
- default link edit
- no button in toolbar.
- If known type, editable (txt, json, yaml, py, rb):
- default link open edit,
- button in toolbar show view
- if known type not editable: (, png, gif, zip)
- default link open view
- no button in toolbar
- if unknown type ('.zorblax, toml, cson, ')
- default link open "view"
- button in the toolbar show "Edit".
9 years ago
Thomas Kluyver
7a82ae4857
Merge pull request #2233 from louise-davies/contributing-docs
...
Updated docs on installed phantomjs
9 years ago
Louise Davies
8014f1c15f
Updated docs on installed phantomjs
9 years ago
Thomas Kluyver
5fe331e77e
Merge pull request #2232 from parente/changelog-5.0-api-adds
...
Note bundler API, kernel activity additions
9 years ago
Peter Parente
7816203665
Note bundler API, kernel activity additions
9 years ago
Brian E. Granger
2472e89b01
Merge pull request #2231 from jorisvandenbossche/table-style
...
Adjust HTML table style (GH2209)
9 years ago
Joris Van den Bossche
de26378f1c
Adjust HTML table style (GH2209)
9 years ago
Brian E. Granger
c9a4455cb5
Merge pull request #2230 from ellisonbg/cell-tag-design
...
Super minor style fixes for the cell tag UI.
9 years ago
Matthias Bussonnier
2e0d44b5d4
retab with spaces.
9 years ago
Matthias Bussonnier
0736356a2f
Merge pull request #2224 from takluyver/doc-nbserver-extensions
...
Update docs on enabling notebook server extensions
9 years ago
Brian E. Granger
9415f89776
Super minor style fixes for the cell tag UI.
9 years ago
Brian E. Granger
6846deec7a
Fixing notebook behavior of Edit.
...
In the future I would like to show the Edit button for notebooks
but have it open them in the text editor. Right now, there isn't
any way for a user to do this. Thus hiding Edit on notebooks for
now.
9 years ago
Brian E. Granger
5974cbe2ad
Don't show Edit button on files we know we can't edit or ipynb
...
This removes the showing of the Edit button when:
* We know we can't edit the file (pdf, doc, xls, jpeg, png, etc.)
* Or a notebook - looking at this again though...
9 years ago
Brian E. Granger
2f266d3183
Only show View button for HTML files.
9 years ago
Carol Willing
e51a4688f6
Merge pull request #2226 from nickylimjj/nbserver-ext_changelog
...
updated changelog for nbextensions
9 years ago
nickylimjj
0d595f323c
keep within 80 cols, fix typos
9 years ago
nickylimjj
0be70718a5
updated changelog for nbextensions
9 years ago
Thomas Kluyver
a38eadbfef
Fix spelling
9 years ago
Thomas Kluyver
e3b89c3910
Update docs on enabling notebook server extensions
9 years ago
Matthias Bussonnier
98b07e7057
Merge pull request #2210 from vidartf/tags-ui-review
...
Adjust tags UI styling
9 years ago
Vidar Tonaas Fauske
2b4145e506
[TagsUI] Prevent highlighting of tagbar input box
9 years ago
Matthias Bussonnier
9dd3818a00
Merge pull request #2134 from Carreau/rtl-prompt
...
Better handeling or RTL prompts
9 years ago
Thomas Kluyver
076f4e9301
Merge pull request #2211 from minrk/data-selector
...
Don't use jquery-ui data selector
9 years ago
Min RK
2d42e62e85
Don't use jquery-ui data selector
...
since jquery-ui isn't available
iterate over list items instead (result is the same)
9 years ago
Vidar Tonaas Fauske
1f11cd1abf
[Tags UI] Style input controls according to review
...
Fixes most of style review in #2205 .
9 years ago
Vidar Tonaas Fauske
1e3eb0e0e7
[Tags UI] Replace <a>X</a> with FA icon
9 years ago
Min RK
b683d6f607
Merge pull request #2208 from takluyver/fix-view-html
...
Fix viewing HTML in sandboxed iframe
9 years ago
Thomas Kluyver
f384662df4
Fix viewing HTML in sandboxed iframe
...
See gh-2203
The URL calculation was going wrong, so it was using a URL starting with
//files. This uses url_path_join() to get the separators right.
9 years ago
Thomas Kluyver
c305d8fda3
Merge pull request #2198 from michaelpacer/keybinding_docs
...
More complete & accurate keybinding editor documentation
9 years ago
michaelpacer
1f93cb6b54
Clarify prefix exclusion
9 years ago
michaelpacer
240186ab48
Add Cmdtrl description
9 years ago
michaelpacer
8543b4e9f6
Put short description at top, longer at bottom
9 years ago
michaelpacer
b91c9218c0
Add line breaks
9 years ago
michaelpacer
6b08b86cb8
Some polishing, variable name change, etc.
9 years ago
michaelpacer
c5711ebc09
Large structural changes to the keybinding help interface.
9 years ago
Thomas Kluyver
747fcf0d6a
Back to development
9 years ago
Thomas Kluyver
ebb1f74172
release 5.0.0b1
9 years ago
Thomas Kluyver
088dabfc6e
Merge pull request #2188 from michaelpacer/enter_keybinding
...
Use form not div so that enter can submit changes
9 years ago
Grant Nestor
6f1ef4a973
Merge pull request #2189 from Carreau/notebook-first
...
UX: Put notebook first on new menu
9 years ago
michaelpacer
1a412fc6c2
Use form not div so that enter can submit changes
9 years ago
Matthias Bussonnier
23d55207d9
UX: Put notebook first on new menu
...
See #2182
9 years ago
Grant Nestor
a1dca237fc
Merge pull request #2173 from jasongrout/clearoutput-5
...
Add a clear_output code cell event
9 years ago
Jason Grout
971c63d780
Update codecell.js
9 years ago
Thomas Kluyver
a33d136cb0
Merge pull request #2186 from tonycpsu/master
...
Support underline and inverse in ANSI escape codes
9 years ago
Tony Cebzanov
d3cd8583a2
Fix ANSI bold/underline/inverse test to reset after each line.
9 years ago
Thomas Kluyver
0e453e750c
Merge pull request #2175 from gnestor/left-cell-border
...
Fix the left cell border
9 years ago
Tony Cebzanov
aadb343296
Add unerline and inverse to ANSI test notebook.
9 years ago
Tony Cebzanov
cb247590c7
Support ANSI underline and inverse properties.
...
* Parse underline and inverse in ANSI escape codes
* Add CSS classes for same, using a subtle outline for inverse
9 years ago