Commit Graph

8807 Commits

Author SHA1 Message Date
Safia Abdalla
e30c28eeba Updated same_file to check for same device 2016-02-25 02:06:15 -06:00
Safia Abdalla
7a8aa92b73 Add same_file check in rename_file 2016-02-25 01:36:34 -06:00
Safia Abdalla
3f4a2cb00b Add same_file utility function 2016-02-25 01:34:14 -06:00
Jonathan Frederic
4b8f19e5e7 Merge pull request #1127 from minrk/read-only-download
Don't force save before download if notebook isn't writable
2016-02-23 16:50:24 -08:00
Min RK
95bd8c3c76 Merge pull request #940 from Carreau/enable-warnings
show warnings during tests
2016-02-23 10:19:58 +01:00
Min RK
7472fc0458 Don't force save before download if notebook isn't writable 2016-02-23 09:10:32 +01:00
Matthias Bussonnier
6ab2cd0dd6 Show warnings during tests 2016-02-22 21:52:14 -08:00
Matthias Bussonnier
cc8b3be283 Merge pull request #1055 from minrk/mathjax-mathml
Allow all MathJax output formats
2016-02-22 17:15:42 -08:00
Thomas Kluyver
6c87dd9246 Merge pull request #1128 from minrk/check-for-geteuid
only check for AttributeError on os.geteuid
2016-02-22 15:39:44 +00:00
Min RK
88a0b832a6 only check for AttributeError on os.geteuid
and respect NotebookApp.allow_root flag
2016-02-22 15:17:56 +01:00
Min RK
b0fa952a82 Merge pull request #1115 from secant/refuse-root
refuse to run as root user
2016-02-22 15:09:25 +01:00
Min RK
b0772dd3c7 include SVG mathjax output
we now ship all mathjax output formats

We still strip down to a single font (STIX-Web)
2016-02-22 11:24:09 +01:00
Thomas Kluyver
eeef56be32 Merge pull request #1125 from minrk/distutils.log.warn
distutils.log has no warning
2016-02-22 10:15:01 +00:00
Min RK
204d907df7 distutils.log has no warning
overzealous find/replace for deprecated `logging.warn`.
`distutils.log.warn` is not deprecated and their is no `distutils.log.warning`.
2016-02-22 10:04:17 +01:00
Carol Willing
ab4a740509 Merge pull request #1113 from minrk/min-width-0
Fix long lines escaping from the cell container
2016-02-21 08:31:00 -08:00
Min RK
cc91abf77d Merge pull request #1119 from bjlange/fix-split-kbd-shortcut-help
Clarify keyboard shortcut help for "split cell"
2016-02-21 09:15:02 +01:00
Min RK
7934f29917 set min-width: 0
Fixes what we thought was a Firefox bug,
but Chrome devs have pointed out Firefox was doing it right all along,
and all the other browsers were wrong.
2016-02-21 09:11:48 +01:00
Kyle Kelley
6acd14fe8f Merge pull request #1117 from tfors/js_throw_error
Change all js throw string to throw error in notebook/static
2016-02-20 14:53:01 -08:00
Kyle Kelley
020d629e7e Merge pull request #1120 from Corvids/fix_notebook_basic
Removed misplaced docs
2016-02-20 14:51:54 -08:00
Vivian Fang
a11f81a1a9 removing windows check, changing error message wording 2016-02-20 13:31:21 -08:00
Vivian Fang
43ff953502 adding windows user check 2016-02-20 12:46:45 -08:00
Vivian Fang
349a7f062e changing OSError to be AttributeError (for windows) 2016-02-20 12:40:41 -08:00
Brian Lange
a1acd448ed Replace 'subtract' with '-' in existing tests 2016-02-20 14:35:52 -06:00
joonnifer
c53badb454 Removed misplaced docs 2016-02-20 14:30:11 -06:00
Thomas Fors
8d68bdcf25 Change all js throw string to throw error in notebook/static 2016-02-20 13:03:48 -06:00
Brian Lange
7fa84b2fdb Map '-' in non-OSX to text 'Minus' 2016-02-20 12:04:27 -06:00
Brian Lange
d840f72b00 Remove duplicate listing for split-cell-at-cursor 2016-02-20 12:03:55 -06:00
Brian Lange
5830139d23 Widen kbd shortcuts so that long shortcuts don't break over 2 lines 2016-02-20 11:55:00 -06:00
Vivian Fang
1d01627cec making allow-root a valid flag 2016-02-19 20:13:27 -08:00
Vivian Fang
3ce8d95ba1 refuse to run as root user 2016-02-19 14:39:22 -08:00
Min RK
620fb29192 Merge pull request #1088 from NHDaly/MultiMove
Expands "Move" button to support moving multiple files together.
2016-02-16 15:12:25 +01:00
Min RK
0f111e0a9b Merge pull request #1086 from VladMironov/master
Add download button to the tree template
2016-02-16 15:06:21 +01:00
Nathan Daly
a595e4338b fixed typo: s/durring/during/g in notebooklist.js 2016-02-15 12:51:58 -08:00
Min RK
602b5c945d Merge pull request #1091 from willingc/swag
Fixed reference that was erroring in validator
2016-02-15 15:17:10 +01:00
Carol Willing
40d0833869 Fixed reference that was erroring in validator 2016-02-14 19:42:04 -08:00
Nathan Daly
50c388ae5a Expands "Move" button to support moving multiple files together.
"Move" button now displays for 1 or more selected items, and attempts to
move all of them to the entered destination. For each move that fails,
an error is displayed, but the other items are still moved.

Addresses Issue #942.
2016-02-13 11:46:39 -08:00
Thomas Kluyver
6e55046744 Merge pull request #1087 from NHDaly/MoveDialogButtonConsistency
Updated Move Dialog's buttons per #744 for #742.
2016-02-13 10:03:35 +00:00
Thomas Kluyver
4632e0ff37 Merge pull request #1084 from willingc/tweak-travis
Refresh travis.yml and ~~coveralls~~ codecov to better handle stalled builds
2016-02-13 09:54:45 +00:00
Nathan Daly
fe478a0ff3 Updated Move Dialog's buttons per #744 for #742.
Changes "OK" -> "Move" and sets "Cancel" as default button.
2016-02-12 21:44:34 -08:00
VladMironov
75cba936aa Add download button at /tree 2016-02-13 06:31:38 +03:00
Carol Willing
a2feb35f14 Remove fast finish and replace coveralls with codecov 2016-02-12 16:21:32 -08:00
Carol Willing
0066bdf365 Update coverage and coveralls 2016-02-12 14:21:06 -08:00
Thomas Kluyver
f19d68a331 Merge pull request #1085 from diego898/updating-depracted-warning
updating `log.warn` to `log.warning`
2016-02-12 22:15:47 +00:00
Diego Mesa
482ed8a5a3 updating log.warn to log.warning 2016-02-12 13:53:21 -08:00
Carol Willing
90a5baef41 Temporarily removing nosetests since they seem to cause the timeouts 2016-02-12 13:28:49 -08:00
Carol Willing
e9eeaf6641 Update matix combinations 2016-02-12 13:06:19 -08:00
Carol Willing
a800e5ce08 Remove edge and default python 2016-02-12 12:51:23 -08:00
Carol Willing
6db1ea75b2 Upgrade nose before installing travis-wheels 2016-02-12 11:59:09 -08:00
Carol Willing
0d6e25113a Change Python 3.5 to 3.5.1 for Travis 2016-02-12 11:34:38 -08:00
Carol Willing
0a3551de0f Upgrade pip as the first preinstall step 2016-02-12 09:49:27 -08:00