3253 Commits (e890122c3e9f140c2be61427d77811ee819e7cf2)

Author SHA1 Message Date
Min RK 928c81df9d setting an option to null sets the default in CodeMirror
12 years ago
Min RK c8a1f06179 fixup keyMap
12 years ago
Min RK 54324633ca fixup
12 years ago
Min RK 0c42d3659e add File/New in editor
12 years ago
Min RK ab7b35afdb link to /edit/ on files
12 years ago
Min RK 85b6b280b2 allow selecting codemirror keymap in menu
12 years ago
Min RK 9a504dd7c3 basic LESS for editor
12 years ago
Min RK 776c9a0316 track dirty state in editor for onbeforeunload
12 years ago
Min RK 0efd335553 editor progress
12 years ago
Min RK 0b46e2aff2 remove some custom css
12 years ago
Thomas Kluyver 11f089aedb Handle nbserver info files without pid, from IPython 2.x
12 years ago
Bussonnier Matthias affdb6a8ff fix test
12 years ago
Nicholas Bollweg (Nick) d3601f90ef checking in css
12 years ago
Nicholas Bollweg (Nick) c72ad2754c more fidgeting before starting over
12 years ago
Nicholas Bollweg (Nick) 5858350cc3 handling explicitly provided modes from kernelspec.language_info
12 years ago
Nicholas Bollweg (Nick) eef949eda9 fixing tests
12 years ago
Nicholas Bollweg (Nick) 8f5b447eaf removing monkeypatch, importing rest of codemirror default theme
12 years ago
Nicholas Bollweg (Nick) 68c4714338 using codemirror mode/meta for detection
12 years ago
Matthias Bussonnier a9fffc41ab Merge pull request #6950 from minrk/new-new-dropdown
12 years ago
Thomas Kluyver 615f5dd13a Merge pull request #7118 from minrk/script-dispatch
12 years ago
Min RK 93bbf6d52e remove nbconvert_exporter handling from frontend
12 years ago
Min RK befb16ebe3 Merge pull request #6948 from bollwyvl/graceful-mathjax-widgets
12 years ago
Min RK b10ebdad4b s/current_selection/default_kernel/
12 years ago
Min RK 6a1cebe4c0 minor reflow of tree header
12 years ago
Min RK 371b031f40 informative hover text for current selection
12 years ago
Min RK d1bda196b7 remove some weird tabs
12 years ago
Min RK fbaae651ad remove UI for setting default kernel
12 years ago
Min RK 8eb6ec00d8 store current kernel selection in frontend config
12 years ago
Min RK 11ef669ec6 kernelspecs is a dict
12 years ago
Min RK d9767e8c94 separate selecting default kernel from new notebook with specified kernel
12 years ago
Min RK 0cfd8731a0 include current kernel name in new notebook dropdown
12 years ago
Min RK d312486840 Add kernel-select dropdown to new notebook button
12 years ago
Min RK f94e482478 handle undefined settings in promising_ajax
12 years ago
Min RK 4fc163812a change kernel spec placeholder name to 'Kernel'
12 years ago
Min RK 696394e27d allow kernel_name to be specified in url parameter
12 years ago
Min RK 9e809126e4 add utils.get_url_param
12 years ago
Thomas Kluyver c3cb2164f6 Clear output after replacing cell contents
12 years ago
Thomas Kluyver 90817ccb1f Machinery to replace the current cell instead of adding a new one
12 years ago
Matthias Bussonnier b12ac2cb15 Merge pull request #7011 from jdfreder/killthelayout
12 years ago
Jonathan Frederic e519371402 Merge pull request #7093 from jasongrout/model-views
12 years ago
Kyle Kelley dbf11e02fd Merge pull request #7107 from jdfreder/import_warning
12 years ago
Jonathan Frederic 5e7d1cfa9f Add dark lower border to pager handle
12 years ago
Nicholas Bollweg (Nick) 83757b6a0e moving typeset to utils, usage in cell and outputarea
12 years ago
Jonathan Frederic e7330f5e22 Address @carreau 's review comments
12 years ago
Jonathan Frederic 80bfe779f5 Add warning to widget namespace import.
12 years ago
Nicholas Bollweg (Nick) c95a9aaf80 accept node or selection
12 years ago
Nicholas Bollweg (Nick) b17a40d950 moving typeset to DOMWidgetView
12 years ago
Nicholas Bollweg (Nick) 57f05c4a2b reversing order of arguments, as text may already exist
12 years ago
Nicholas Bollweg (Nick) 00fc31b0a8 also setting text in widget.typset
12 years ago
Nicholas Bollweg (Nick) 9cd878cf0f moving, checking MathJax typesetting to WidgetView
12 years ago
Matthias Bussonnier de52775797 Merge pull request #7078 from takluyver/kernelpath
12 years ago
Jason Grout 155381072c Make the favicon a template block
12 years ago
Jonathan Frederic c0f01d65e8 Increase pager handle size.
12 years ago
Jonathan Frederic ebb6e818a7 Fix, prevent notebook from having its height set on pager display
12 years ago
Jonathan Frederic e79a43e867 Fix scroll/resize handle missing behavior.
12 years ago
Jonathan Frederic a7d54cd512 Fix scrolling for large outputs
12 years ago
Jonathan Frederic 353a9afd34 Kill the layout manager
12 years ago
Jonathan Frederic 5a9e4d7986 Manual fixes
12 years ago
Jonathan Frederic b53386b37b Ran function comment conversion tool
12 years ago
Jason Grout 13c1b95fbd Make the model.views dict a dict of promises for views
12 years ago
Jonathan Frederic 91524a1379 Merge pull request #7057 from Carreau/jsdoc
12 years ago
Thomas Kluyver 3cad1f4b4d Expose ConfigManager one level up the hierarchy
12 years ago
Min RK 6ba1584b4a Merge pull request #7016 from rgbkrk/csp
12 years ago
Jason Grout 63f8566c6f Wait for any promises returned by a view's render method before considering the view created
12 years ago
Kyle Kelley a6d3d6a93e Log warning directly.
12 years ago
Kyle Kelley 858d153bff Remove extraneous pass
12 years ago
Kyle Kelley 7a48687929 Update CSP tests for new default.
12 years ago
Kyle Kelley 219ca3046a Clean up default content security policy setup
12 years ago
Kyle Kelley 17d1c2d488 Report CSP violations as warnings.
12 years ago
Kyle Kelley 5343787e9d Remove CSP reporting since it fills console.
12 years ago
Kyle Kelley 0c22c140c3 Turn x-frame-options tests into CSP tests
12 years ago
Kyle Kelley 392118d536 One unified CSP report URI
12 years ago
Kyle Kelley 5065429bfd Clean up logs, enable debug log for header except
12 years ago
Kyle Kelley bd85ff25df Restrict frame-ancestors to 'self' in CSP
12 years ago
Kyle Kelley 7fb8cd94ec Load the security service handlers.
12 years ago
Kyle Kelley 3068733c46 Log reporter policy to debug
12 years ago
Kyle Kelley cb19f07c9a csp_report_uri caused a cyclic dependency
12 years ago
Kyle Kelley 5b53d2db45 Set default policy to nothing, only report.
12 years ago
Kyle Kelley 23b9f09177 Log CSP violations via report
12 years ago
Kyle Kelley 1f03954dd8 Handle CSP Reports
12 years ago
Kyle Kelley a00d6930f2 Adapt headers to using Content Security Policy
12 years ago
Thomas Kluyver d273b56044 Clean up get_kernel_path logic
12 years ago
Kyle Kelley a19f345170 Merge pull request #7007 from Carreau/less-update
12 years ago
Thomas Kluyver 1929f5702c Merge pull request #6945 from minrk/kernel-info-lang
12 years ago
Jonathan Frederic 139dca277b Merge pull request #7059 from silviav12/widget_docstring
12 years ago
silviav12 a803717c5d Removed the two empty lines of dosctring in widget_float.py.
12 years ago
Bussonnier Matthias a2b35cb869 use less variable for rounded corner
12 years ago
Min RK 0a36fb6cdc Merge pull request #7068 from Carreau/close-pager
12 years ago
Min RK 9a4de7b78d Merge pull request #7041 from takluyver/nbconfig-manager
12 years ago
Matthias Bussonnier e1c4595743 Merge pull request #7070 from rgbkrk/pin_less_docker
12 years ago
Thomas Kluyver eb14a13843 Merge pull request #6991 from minrk/unhandled-types
12 years ago
Kyle Kelley 0bd8d84a6d Update package name in error prompt.
12 years ago
silviav12 6b7399c8e6 Added changes to dosctring documentation in widget_float.py (previous docstring written by me).
12 years ago
Matthias Bussonnier ed7bcb5359 close pager on escape on command mode
12 years ago
Osada Paranaliyanage bc55f3c16e Refresh terminal list. closes #7018 .
12 years ago
Min RK 88219df674 Preserve nbformat_minor from the future
12 years ago
Silvia b41a9c9586 Add docstring documentation for widget_float
12 years ago
Matthias Bussonnier 684b31bea1 Merge pull request #6990 from jasongrout/viewlists
12 years ago
Matthias Bussonnier 480beffd7b Move js donc into function themselves.
12 years ago
Matthias Bussonnier 0bb4e55ff6 Merge pull request #7055 from foogunlana/codemirror_bug_fix
12 years ago