Commit Graph

8809 Commits

Author SHA1 Message Date
Jonathan Frederic
c4c16a76b8 Disallow dynamic loading of jquery and friends
Because it is a very bad idea.  Don't  do it.  Seriously!
2016-02-22 07:30:55 -08:00
Jonathan Frederic
79489de7c8 Fix content variable conflict - rename to contentModule 2016-02-22 07:30:55 -08:00
Jonathan Frederic
378732e9f3 Get the terminal working 2016-02-22 07:30:55 -08:00
Jonathan Frederic
20b95f9297 Re-add moment 2016-02-22 07:30:55 -08:00
Jonathan Frederic
3750a6a803 Log requirejs usage 2016-02-22 07:30:55 -08:00
Jonathan Frederic
c6ccdb31d5 Fix namespace so it is webpacked 2016-02-22 07:30:55 -08:00
Jonathan Frederic
d340a794fc Compile services/contents 2016-02-22 07:30:55 -08:00
Jonathan Frederic
3fb25c5915 Explicitly use requirejs where requirejs should be used 2016-02-22 07:30:55 -08:00
Jonathan Frederic
e5e8db3670 Load contents dynamically and load jquery-typeahead globally 2016-02-22 07:30:55 -08:00
Jonathan Frederic
a83f18255b Use npm to install moment 2016-02-22 07:30:55 -08:00
Jonathan Frederic
1ae63ce185 Load jquery and friends globally 2016-02-22 07:30:55 -08:00
Jonathan Frederic
e409dd1a2c Install webpack and configure scripts for execution of webpack 2016-02-22 07:30:55 -08:00
Jonathan Frederic
afc90de3d1 Ignore built folders 2016-02-22 07:30:55 -08:00
Jonathan Frederic
e32adbe912 Add base webpack config 2016-02-22 07:30:55 -08:00
Jonathan Frederic
508804153a Remove ignore minified 2016-02-22 07:30:55 -08: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
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