Calen Pennington
8091b7d45b
Allow debugging collect static during paver update_assets
2020-01-07 09:32:30 -05:00
Feanil Patel
6e3fe00fff
Fix all E303 pep8 errors.
2019-12-30 12:25:38 -05:00
Feanil Patel
9cf2f9f298
Run 2to3 -f future . -w
...
This will remove imports from __future__ that are no longer needed.
https://docs.python.org/3.5/library/2to3.html#2to3fixer-future
2019-12-30 10:35:30 -05:00
Brittney Exline
6e2887f851
Add enterprise portal links to user dropdown menu and dashboard alerts. ( #21833 )
2019-10-09 16:01:41 -04:00
arbisoft
0726356d7c
Fixing python-modernize issues.
2019-07-10 18:35:47 +05:00
Matthew Piatetsky
6cf44a0467
fix unicode strings in pavelib/
2019-02-05 09:14:20 -05:00
Alex Dusenbery
174d80ed25
Revert "Add extesion engine gradebook ui in under the mastersGradebook route"
...
This reverts commit 0c8d66bb2a .
2018-11-20 14:54:34 -05:00
Rick Reilly
0c8d66bb2a
Add extesion engine gradebook ui in under the mastersGradebook route
2018-10-19 12:56:16 -04:00
Jeremy Bowman
1beb1c95fa
Merge pull request #18430 from openfun/allow-using-development-settings-other-than-devstack
...
Allow using dev settings other than DEVSTACK
2018-07-26 11:08:08 -04:00
Calen Pennington
07a15c681f
Reapply the XBlock RequireJS -> Webpack changes
...
This reverts commit 105db2cf59 , reversing
changes made to 447457594f .
2018-06-27 22:27:07 -04:00
Samuel Paccoud - FUN MOOC
8bc26d5aa6
usability(assets) allow using dev settings other than DEVSTACK
...
The commands related to building assets with webpack were assuming
that we are using devstack for development and were hardcoding
references to the devstack settings. We should be able to use
another settings file for development and let devstack be the
default.
2018-06-22 16:48:03 +02:00
Eric Fischer
e72549cdbe
Revert "Merge pull request #18340 from cpennington/fix-studio-xblock-rendering"
...
This reverts commit 9a70ca78a5 , reversing
changes made to efd5b9abbd .
Hopefully fixes EDUCATOR-3053
2018-06-15 13:18:27 -04:00
Calen Pennington
be3c7e05c5
Reapply "Switch container factory to webpack"
...
This reverts commit 18d93b00ba .
2018-06-07 15:52:05 -04:00
Calen Pennington
18d93b00ba
Revert "Switch container factory to webpack"
2018-06-07 13:46:47 -04:00
Calen Pennington
0abe75a7c6
Re-apply the changes to convert XBlocks to Webpack
...
Reapplies edx/edx-platform#17509
This reverts commit 0f7e2373d0 .
2018-06-06 12:52:12 -04:00
Calen Pennington
0f7e2373d0
Revert "Switch container factory to webpack"
2018-05-29 16:01:38 -04:00
Calen Pennington
d08e199f79
Load XBlocks with webpack rather than RequireJS
2018-05-29 12:19:05 -04:00
Michael Terry
a34c8c8233
Drop remaining coffee use
...
This basically commits the transpiled CoffeeScript JS (with minor
cleanup) and removes coffee build support.
A tiny amount of support for xblocks exists, because external users
may have xblocks with coffee. But no coffee in our tree anyway.
2018-04-13 14:10:40 -04:00
Michael Youngstrom
d4d9a113c1
Revert "Watch assets on specific system."
2018-03-26 16:07:54 -04:00
Vedran Karacic
7c44c1f08e
Watch assets on specific system.
2018-03-15 08:37:43 +01:00
Tyler Hallada
400c81d4b8
Fix pylint error
2018-02-15 13:20:20 -05:00
Tyler Hallada
ff8ca65763
Allow copying whole vendor library folder
2018-02-15 13:20:19 -05:00
Tyler Hallada
73cffad5ce
Dev in sfe container & prod use /dist of sfe
2018-02-15 13:20:18 -05:00
bmedx
40951a28cf
Fixing some violations to assuage pylint and get a bit of overhead
2018-01-24 11:26:43 -05:00
Ari Rizzitano
f64b04f4d8
temporarily include pattern library node modules for sass builds [FEDX-498]
...
temporarily include pattern library node modules for sass builds [FEDX-498]
fixup tests
2018-01-10 14:24:36 -05:00
David Ormsbee
4029ee1837
Ignore certain patterns during collectstatic.
...
There are symlinks and file types that are not necessary to copy over
to the actual static files output, either because they are source files
that get compiled out, or because they exist only for tests. FEDX-448.
With themes enabled, this reduces the unoptimized static asset build
size from 343M to 212M. The optimized version goes from 838M to 500M.
2017-12-28 15:05:54 -05:00
Harry Rein
54734841a2
Remove dependency on Popper.js
2017-12-13 12:45:08 -05:00
David Ormsbee
f883aa9487
Fix watch_assets call from paver update_assets.
...
The paver task arg unwrapper expects it to come in a list.
2017-12-04 17:20:27 -05:00
Calen Pennington
c0638ca9d3
Use file watches rather that polling for asset watching
2017-12-01 13:06:20 -05:00
Eric Fischer
3fc342e6e8
Webpack config prod/dev split
...
EDUCATOR-1448
Modifies paver webpack task to use production configuration in all
non-devstack environments, and a development config in devstack.
2017-10-26 14:03:53 -04:00
Eric Fischer
45a5e7853f
Correctly install and load webpacked studio-frontend
2017-10-23 11:50:36 -04:00
Andy Armstrong
fc3af68e3b
Add RTL support for Bootstrap CSS
...
LEARNER-1705
2017-10-13 00:15:01 -04:00
Matthew Piatetsky
c741bcbee7
Implement local currency in lms
...
LEARNER-2412
2017-10-11 14:37:18 -04:00
Andy Armstrong
374cdb0a3d
Convert course home page to Bootstrap
...
LEARNER-1694
Fix a11y failure
Fix header styling
Fix layout issues
Further layout fixes
2017-10-10 20:18:27 -04:00
Eric Fischer
ac80183343
Add studio-frontend to studio, if waffle flag set
2017-09-21 16:45:12 -04:00
Brian Beggs
0971a2784a
Allow watch_assets observer to use custom timeout value
...
This has the effect of making the observer poll less regularly, which
allows developers to choose between rapid asset updates and resource
usage.
2017-09-20 14:38:41 -04:00
Andy Armstrong
6e10d2a556
Update to use Bootstrap beta release
...
FEDX-375
2017-09-06 22:49:05 -04:00
Jeremy Bowman
e4c8ff3aa4
Merge pull request #15445 from edx/jmbowman/PLAT-1499
...
PLAT-1499 Use appropriate default settings in Docker devstack
2017-07-05 13:22:14 -04:00
Harry Rein
7ea3b013ad
Style LMS header, footer and nav for Bootstrap.
2017-07-04 17:24:12 -04:00
Jeremy Bowman
353b4c4f67
PLAT-1499 Use appropriate default settings in Docker devstack
2017-07-03 12:04:27 -04:00
Andy Armstrong
93235d118d
Reorder imports using isort (except lms and cms)
2017-05-30 16:04:54 -04:00
Brian Jacobel
9c6d94ada0
Require and Webpack can eat the same files
2017-05-12 14:40:31 -04:00
Brian Jacobel
480a3ca60b
Move course import JS to Webpack
2017-05-12 14:40:31 -04:00
Ben Patterson
b10c71d890
Let settings flow through.
2017-05-01 17:09:32 -04:00
Brian Jacobel
a2323797f5
Work on sandbox bundling for webpack
2017-05-01 17:09:32 -04:00
Brian Jacobel
3b43fb38a4
Paver runs Webpack (incl watcher) in dev and test
2017-05-01 17:09:32 -04:00
muhammad-ammar
6f2a2b445f
add HLS playback support in video player
...
TNL-6513
2017-04-13 14:20:47 +05:00
Renzo Lucioni
31f5c8ddcb
Remove the program admin tool from Studio
...
All programs are now managed using the Django admin on the catalog service. This is the first in a series of commits removing use of the old programs service from edx-platform.
ECOM-4422
2017-01-27 19:33:06 -05:00
Brian Jacobel
f7d2b8db68
Add deps brought in by UITK as top-level deps (peerDeps, eventually)
2016-12-03 12:15:00 -05:00
noraiz-anwar
d632fa8672
removed bug related to theme assets
2016-11-29 14:25:59 +05:00