Commit Graph

4434 Commits

Author SHA1 Message Date
Jessica B. Hamrick
2ce77e945f Add javascript tests for placeholder feature 2014-04-17 16:51:02 -04:00
Jessica B. Hamrick
4818549bb4 Update widget basics with some information about the placeholder 2014-04-17 11:06:43 -04:00
Jessica B. Hamrick
95fc7167dd Add placeholder to textarea as well as text 2014-04-17 11:06:11 -04:00
Jessica B. Hamrick
1f8253898c Make sure to update the placeholder on render as well 2014-04-17 11:06:00 -04:00
Jessica B. Hamrick
e436850582 Add placeholder attribute to text widgets 2014-04-17 10:56:30 -04:00
Thomas Kluyver
dfe3056b95 Merge pull request #5500 from minrk/check-3.3
check for Python 3.2
2014-04-16 14:24:32 -07:00
Matthias Bussonnier
9f9f9abca8 Merge pull request #5630 from onceuponatimeforever/4012
Fixed Issue #4012 Added Help menubar link to Github markdown doc
2014-04-16 17:09:06 +02:00
Matthias Bussonnier
f24e802bac Merge pull request #5613 from nilenoether/fix-5607
Fixing bug #5607 - Some shortcut missing from help reference.
2014-04-16 15:45:54 +02:00
Min RK
5476c5f028 Merge pull request #5633 from ahmadia/improve_no_lessc_error
Provide more help if lessc is not found.
2014-04-15 20:58:48 -07:00
Aron Ahmadia
d073f614ed Better lessc detection/handling.
* lessc@1.5.0 now invalid
* more help if lessc not found
2014-04-15 23:56:46 -04:00
Susan Tan
abaec7694b Fixed Issue #4012 Added Help menubar link to Github Flavored Markdown doc 2014-04-15 20:47:07 -04:00
Nile Geisinger
0a702ff718 Fixing bug #5607
Changed the method from extends to merge which merges the two arrays as
desired - With Freyert
2014-04-14 12:01:55 -04:00
Brian E. Granger
36f34aff97 Merge pull request #5592 from minrk/browser-alias
add missing `browser` to notebook_aliases list
2014-04-11 11:27:48 -07:00
MinRK
551f534d92 add missing browser to notebook_aliases list 2014-04-11 11:25:31 -07:00
Min RK
4ee5df3f50 Merge pull request #5478 from cowlicks/git-hooks
Add git-hooks install script. Update README.md
2014-04-09 16:03:16 -07:00
Min RK
c9438bdfcd Merge pull request #5546 from renaud/master
do not shutdown notebook if 'n' is part of answer
2014-04-09 16:02:17 -07:00
Min RK
ae61228994 Merge pull request #5527 from jdfreder/i5518
Don't remove upload items from nav tree unless explicitly requested.
2014-04-09 16:01:40 -07:00
MinRK
78ee21e533 master is 3.0.0-dev 2014-04-09 13:42:45 -07:00
Min RK
2f0448351a Merge pull request #5497 from takluyver/rm-octavemagic
Remove the octavemagic extension.
2014-04-09 13:38:15 -07:00
Min RK
ef6d3b43e9 Merge pull request #5501 from minrk/wheel-tags
remove inappropriate wheel tag override
2014-04-09 13:37:34 -07:00
Min RK
6ee70be691 Merge pull request #5548 from pankajp/notebook-rename-cross-device-link
FileNotebookManager: Use shutil.move() instead of os.rename()
2014-04-09 13:36:29 -07:00
Paul Ivanov
934f1527ae Merge pull request #5524 from minrk/no-in-array
never use `for (var i in array)`
2014-04-08 21:30:32 -07:00
Paul Ivanov
9bb9652348 one more place 2014-04-08 20:38:18 -07:00
MinRK
4bc14c1154 never use for (var i in array)
because javascript is terrible
2014-04-08 20:38:16 -07:00
Thomas Kluyver
9a037d02e9 Merge pull request #5459 from jdfreder/ff_animhop
Fix interact animation page jump FF
2014-04-08 14:23:28 -07:00
Thomas Kluyver
b32df07e2c Merge pull request #5507 from adrn/doc-fix
Fix typo in interactive widgets examples index notebook
2014-04-08 09:12:38 -07:00
Paul Ivanov
f407dccfbb Merge pull request #5535 from minrk/nbconvert-debug
fix n^2 performance issue in coalesce_streams preprocessor
2014-04-07 17:30:40 -07:00
MinRK
857c243434 output_type should not be optional in new_output
and fix bug that this would have revealed
2014-04-07 11:19:00 -07:00
Jonathan Frederic
6ed0bf975b Don't remove upload items unless explicitly requested. 2014-04-07 10:53:41 -07:00
Pankaj Pandey
195ca091c5 FileNotebookManager: Use shutil.move() instead of os.rename()
`os.rename()` fails in case the new path is on a different
filesystem. For example if a file in `/tmp` is tried to save
to home, it causes following error:

[Errno 18] Invalid cross-device link using os.rename
2014-04-07 21:07:55 +05:30
Renaud Richardet
13c6303010 do not shutdown notebook if 'n' is part of answer
this prevents commands like 'yesn' to shut down the notebook server
2014-04-07 11:17:11 +02:00
Jonathan Frederic
46602a00a0 Merge pull request #5493 from jdavidheiser/master
made a minor fix to one of the widget examples
2014-04-04 09:11:23 -07:00
jdavidheiser
e0a40d54cb Update widget_selection.py 2014-04-03 18:45:25 -07:00
jdavidheiser
52e58dce6d Update widget_selection.py 2014-04-03 18:31:30 -07:00
jon
2c1f9790db Don't send \r characters in zmqshell clear_ourput 2014-04-03 16:38:00 -07:00
jdavidheiser
9810033988 widget_selection update
Fix for the fact that dictionary randomization sometimes switches the order of the arguments passed to the class on initialization.  This means that, potentially, 'value' can be updated BEFORE 'values', and since the method to update 'value' checks to see whether it exists in 'values', this breaks things.
2014-04-03 16:26:43 -07:00
Jonathan Frederic
d4d4b2ac73 Cleanup 2014-04-03 12:19:17 -07:00
Jonathan Frederic
ccdb1b2d25 Make sure to not call old load events 2014-04-03 12:19:16 -07:00
Jonathan Frederic
7cc8211c6d A couple of fixes,
- Fix missing `type` from png/jpeg check
- Don't resize on weird chr(13) stand alone stream msgs
2014-04-03 12:19:16 -07:00
jon
955c419f24 Try removing the callbacks 2014-04-03 12:19:15 -07:00
jon
eebae30bd1 Use .load() to resize 2014-04-03 12:19:15 -07:00
jon
45d69b5f25 Move append_output animation height lock release into timeout. 2014-04-03 12:19:15 -07:00
Min RK
388cb8910a Merge pull request #5512 from takluyver/i5510
Update tooltips to refer to shift-tab
2014-04-03 09:57:52 -07:00
Thomas Kluyver
a90ee73a80 Update tooltips to refer to shift-tab
Closes gh-5510
2014-04-03 09:39:20 -07:00
Adrian Price-Whelan
ec497da5d2 fix typo 2014-04-02 18:11:18 -04:00
MinRK
5b75a7992d remove inappropriate wheel tag override
I misunderstood how these tags are interpreted.
We do not want `py2` and `py3`, we want `py27` and `py33`,
which indicate >= matching in the minor version.

This means we should build wheels with the minimum supported Python.
2014-04-02 12:45:29 -07:00
MinRK
c8a701e0f8 check for Python 3.2
in setup.py and init

treats unsupported 3.x < 3.3 like unsupported 2.x
2014-04-02 12:27:26 -07:00
Min RK
fd461fbb0f Merge pull request #5495 from takluyver/docs-fixing-broken-stuff
Fix various broken things in docs
2014-04-02 10:46:00 -07:00
Thomas Kluyver
c6de836564 Remove the octavemagic extension.
It is part of oct2py, so we can stop testing and documenting it now.
2014-04-02 10:42:43 -07:00
Thomas Kluyver
f1e615cbf8 Disambiguate conflicting label 2014-04-02 10:11:12 -07:00