- jan. 04, 2017
- déc. 22, 2016
-
-
Min RK a rédigé
-
- déc. 21, 2016
-
-
Min RK a rédigé
Downgrade to CodeMirror 5.16
-
Grant Nestor a rédigé
Closes https://github.com/jupyter/notebook/issues/1967
-
Min RK a rédigé
Add 4.3.1 to changelog
-
Grant Nestor a rédigé
-
Thomas Kluyver a rédigé
rename log.warn to log.warning as log.warn is deprecated
-
Srinivas Reddy Thatiparthy a rédigé
-
Min RK a rédigé
Use attachment:path instead of attachment://path
-
Min RK a rédigé
Further highlight token info in log output
-
- déc. 20, 2016
- déc. 19, 2016
-
-
Min RK a rédigé
Ignore resize events that bubbled up and didn't come from window.
-
Min RK a rédigé
add missing waits for output in display_id tests
-
Min RK a rédigé
add critical-level log statement at the end of startup with token info
-
Jason Grout a rédigé
-
Min RK a rédigé
-
- déc. 18, 2016
-
-
Jason Grout a rédigé
See https://bugs.jquery.com/ticket/9841. In our case, the OutputArea was triggering a ‘resize’ event on its element, which was bubbling up and causing this handler to execute every time an output was appended. This was a pretty big drain on output areas that quickly changed (like for interact widgets), presumably since this function involves a DOM read to get heights.
-
- déc. 16, 2016
-
-
Thomas Kluyver a rédigé
fix carriage return handling
-
Min RK a rédigé
The only real fix is an errant `+` on the final replacement, which would end up skipping sequential replacements. - leaves trailing `\r` on the text, if there is one - use groups to avoid unnecessary replace calls (no change) - includes test
-
- déc. 15, 2016
-
-
Min RK a rédigé
add Authorization to allowed CORS headers
-
- déc. 14, 2016
-
-
Min RK a rédigé
so that CORS requests can be token-authenticated
-
- déc. 13, 2016
-
-
Thomas Kluyver a rédigé
better docs for token auth
-
Min RK a rédigé
-
Min RK a rédigé
-
Min RK a rédigé
-
- déc. 11, 2016
-
-
- déc. 09, 2016
-
-
Min RK a rédigé
Make the font size more robust against fickle browser values.
-
Min RK a rédigé
Add output callback overrides
-
Jason Grout a rédigé
-
Jason Grout a rédigé
-
Jason Grout a rédigé
-
Jason Grout a rédigé
This allows us to override output callbacks to redirect output messages, and is used to implement the Output widget, for example. It does not redirect status messages or messages on other channels.
-
Jason Grout a rédigé
Basically, message processing did not wait for any promises a comm message handler may return to resolve, because comms were not set up to resolve return values of message handlers.
-
- déc. 08, 2016
-
-
Thomas Kluyver a rédigé
Add 4.3 to changelog
-
- déc. 07, 2016
-
-
Jason Grout a rédigé
Also change the line-height multiplier to 1.3, which is closer to what the CSS is (I think it is 1.21 something.) Thanks to @williamstein and @haraldschilly for bringing this to our attention: https://github.com/sagemathinc/smc/issues/1262 We also re-enable auto scrolling for Firefox, since this might have been the issue.
-