Jonathan Frederic
b0fb5df3ad
Add source maps, chunks, and remove previous build tool
2016-02-22 07:30:56 -08:00
Jonathan Frederic
638c9d2a4b
Update ancient node and npm
2016-02-22 07:30:56 -08:00
Jonathan Frederic
c3e4def82c
Add JS building step to setupbase
2016-02-22 07:30:56 -08:00
Jonathan Frederic
8dba4eccdd
Add unit tests for deprecated requirejs API
2016-02-22 07:30:56 -08:00
Jonathan Frederic
41246fcc9d
Add an info blurb that prints if the notebook is a dev install
...
Checks to see if the notebook is part of a git repo, if so
suggest to the user `npm run build:watch`
2016-02-22 07:30:56 -08:00
Jonathan Frederic
18edcd3fb4
Allow old style imports, but deprecate them
2016-02-22 07:30:56 -08:00
Jonathan Frederic
03ceccf7a1
Re-add ignore_minified_js
2016-02-22 07:30:56 -08:00
Jonathan Frederic
acb2b51051
Allow jquery-ish imports, but log a deprecation warning to the user console.
2016-02-22 07:30:56 -08:00
Jonathan Frederic
964ba151dc
Don't redefine global namespace again and again...
2016-02-22 07:30:55 -08:00
Jonathan Frederic
f75f648f5e
Remove require logging statements
2016-02-22 07:30:55 -08:00
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