Thomas Kluyver
2530a940c9
Merge pull request #2042 from clarka34/patch-2
...
Update button icon.
2017-01-16 09:37:37 +00:00
clarka34
85aedbf5c0
Update button icon.
...
Changed button icon so it displays properly. Previously, it displayed an empty icon.
2017-01-15 23:48:28 -08:00
Min RK
d0c955388a
back to dev
2015-10-09 14:10:32 +02:00
Min RK
b55157282a
release 4.0.6
2015-10-09 13:53:40 +02:00
Min RK
6efb1145da
note changes in 4.0.6
2015-10-09 13:53:40 +02:00
Min RK
1c47294bcf
catch errors in app_initialized callbacks
...
avoids bad custom.js preventing initialization.
2015-10-09 13:52:40 +02:00
Min RK
f5e3844787
use events.one for notebook first-load
...
rather than reimplementing with on/off.
2015-10-09 13:52:40 +02:00
Matthias Bussonnier
de0360d7d9
Fix bad message break notebook
...
Would need a test, and probably a way to display the message to the user
if it ever happen.
2015-10-09 13:52:40 +02:00
Matthias Bussonnier
729f9bb54e
include mathjax extensions that are dynamically loaded
...
Allow to render binomial and other things
2015-10-09 13:37:08 +02:00
Matthias Bussonnier
131bdd55cf
Fix overzealous auto escape
2015-10-09 13:33:52 +02:00
Min RK
0350c7f124
CVE-2015-7337 assigned
2015-09-24 11:59:49 +02:00
Min RK
3ccd254907
formatting for long_description
2015-09-22 20:16:06 +02:00
Min RK
c9937f8b38
use more conservative rule to pull in setuptools
...
setuptools shouldn't be used for 'sdist upload'
2015-09-22 20:03:54 +02:00
Min RK
bf19b3cd0b
4.0.6.dev
2015-09-22 10:00:26 +02:00
Min RK
ce8ccf168c
note CVEs in 4.0.5
2015-09-22 09:52:52 +02:00
Min RK
9e63dd89b6
Merge edit-redirect fix into 4.0.x
2015-09-16 12:18:31 +02:00
Safia Abdalla
9ed5848e82
Added long_description to setup.py
2015-09-10 09:19:35 +02:00
Safia Abdalla
b05293408a
Added description text to setup.py
2015-09-10 09:19:29 +02:00
Min RK
23162fd289
Don't redirect from /edit/ to /files/
...
show failure to decode, instead
2015-09-09 10:30:32 +02:00
Min RK
4f0b3b8c10
only redirect to editor for text documents
...
treat unidentified mime-types as text
2015-09-09 10:30:32 +02:00
Min RK
f64aa490e3
set model mimetype, even when content=False
2015-09-09 10:30:32 +02:00
Min RK
1bec1b9808
Merge pull request #375 from Carreau/4.0.5
...
Update version number to 4.0.5
2015-09-01 18:24:57 +02:00
Matthias Bussonnier
0259d3df08
Update version number to 4.0.5
...
(4.0.4 was found, this is Method Not Allowed)
2015-09-01 16:55:35 +02:00
Matthias Bussonnier
dd9876381f
Fix XSS reported on Security list
...
No CVE-ID yet
August 18, 2015
-----
Reported to Quantopian by Juan Broullón <thebrowfc@gmail.com>...
If you create a new folder in the iPython file browser and set
Javascript code as its name the code injected will be executed. So, if I
create a folder called "><img src=x onerror=alert(document.cookie)> and
then I access to it, the cookies will be prompted.
The XSS code is also executed if you access a link pointing directly at
the folder.
jik
------
2015-09-01 16:34:49 +02:00
Min RK
0600d6a5e6
4.0.4
2015-08-20 21:11:29 -07:00
Min RK
caea335a73
install mathjax safe extension
2015-08-20 21:10:48 -07:00
Min RK
930415df3b
release 4.0.3
2015-08-20 16:29:11 -07:00
Min RK
d055356ebe
install MathJax safe config
...
MathJax safe mode is enabled, but a full (non-dev) install omits the Safe.js config file
2015-08-20 16:29:11 -07:00
Min RK
3e2bde6472
release 4.0.2
2015-08-14 15:17:38 -07:00
Min RK
c1c66c0021
note nbextension-install fix
2015-08-14 15:10:44 -07:00
Min RK
8080a798e0
relative import of ConfigManager
...
avoids wrong import on Python 2
2015-08-14 14:32:34 -07:00
Min RK
42bea203dc
add changelog
2015-08-13 22:33:55 -07:00
Min RK
8ef21fc474
enable MathJax safe mode
...
forward-port from IPython 3.2
2015-08-13 21:49:37 -07:00
Thomas Kluyver
d404af9d16
Use entry points for scripts
...
To make Windows exe launchers, see jupyter/jupyter#15
2015-08-13 21:45:43 -07:00
Min RK
68759c84d0
leave empty commit hash when none found
...
avoids `4.0.1-<none found>` message for stable releases in About panel
2015-08-13 21:45:32 -07:00
Min RK
4cb2b78828
Merge pull request #262 from takluyver/docs-4.x-misc
...
Browser compatibility info & misc cleanup
2015-08-11 09:46:10 -07:00
Matthias Bussonnier
735bd7ee36
Merge pull request #267 from minrk/mathjax-component
...
use mathjax component
2015-08-10 17:30:16 -07:00
Min RK
d2b3aa314d
Merge pull request #266 from takluyver/multicell-selection
...
Multi-cell selection
2015-08-10 17:24:17 -07:00
Min RK
4d4fed2e98
use mathjax component
...
which lacks the png fonts
for quicker installs, etc.
2015-08-10 16:56:18 -07:00
Thomas Kluyver
0cde7269a5
JSdoc for merge_cells method
2015-08-10 13:47:08 -07:00
Thomas Kluyver
eb5e82f295
Fix cell merge tests
2015-08-09 18:55:31 -07:00
Thomas Kluyver
dcd676d499
Clear selected range on entering edit mode
2015-08-09 18:19:48 -07:00
Thomas Kluyver
92e266f4e2
Merge cells based on range selection
2015-08-09 18:09:53 -07:00
Thomas Kluyver
792f928578
Multi-cell selection based on a selection anchor cell
...
I'm happier with this mechanism
2015-08-09 17:23:48 -07:00
Thomas Kluyver
450597d754
First attempt at multi-cell selection
...
It works, but I'm not quite happy with how it works
2015-08-09 16:26:00 -07:00
Thomas Kluyver
89c4defaf2
Miscellaneous doc updates and warning-squashing
2015-08-06 10:51:51 -07:00
Thomas Kluyver
b9c88fdf84
Add browser compatibility info
...
Moved from IPython docs
2015-08-06 10:38:25 -07:00
Min RK
6992965967
Merge pull request #258 from ebenolson/completer-z-index
...
increase completer z-index to be in front of pager
2015-08-04 11:36:22 -07:00
Thomas Kluyver
3bcce96dd8
Merge pull request #259 from minrk/cm-5.5
...
specify codemirror dependency more precisely
2015-08-04 11:08:29 -07:00
Min RK
482906e76d
specify codemirror dependency more precisely
...
We are shipping notebook 4.0 with CM 5.5
2015-08-04 09:54:04 -07:00