Diana Huang
c6a89b03b9
Remove Diff Paid experimental features.
2019-05-03 15:09:20 -04:00
Josh McLaughlin
4d4b040517
Add dashboard announcements feature
...
- Add announcements view using JSX to the dashboard sidebar
- Create a new maintenance interface to edit and manage announcements
- Adds an override to main.html template to include new skip links
- Add plugins required for announcements to TinyMCE
This is motivated by a desire to have system wide messages for students
that show on the dashboard. Enabled with FEATURES['ENABLE_ANNOUNCEMENTS'].
Global staff are allowed to edit from the studio maintenance view.
2019-03-10 19:25:13 -07:00
Matt Hughes
19265ad6e4
apply babel more liberally to webworker js
2018-12-21 11:16:28 -05:00
Dave St.Germain
b3a85aeb38
Webpack config will pull in available workers dynamically from edx-proctoring
2018-12-21 11:16:27 -05:00
Matt Hughes
72a2e191fd
Set up new proctoring service JS
...
also move mockprock (dev only proctoring service)'s JS to
devDependencies
2018-12-21 11:14:37 -05:00
Matt Hughes
6264d75f49
Fix some eslint errors on touched files
...
Also package lock was tricky in how specifically it wanted to be
updated
2018-12-21 11:07:58 -05:00
Matt Hughes
0a33fb6bb6
Fixed karma setup bug with new webpack config
2018-12-21 10:54:51 -05:00
Matt Hughes
6430dc42a6
[WIP]: reverse order of npm dependencies
...
also ensures that our proctoring JS will run through babel, even while
we have npm dependencies installed on a local-only basis
2018-12-21 10:54:51 -05:00
Matt Hughes
658fd6c139
Consolidate worker-targetting webpack config in common
...
This changes the production config. Spooky scary!
2018-12-21 10:54:51 -05:00
Michael Youngstrom
4feaee2bd8
Fix some eslint warnings
2018-12-18 12:52:45 -05:00
noraiz-anwar
ce41896deb
add babel-polyfill in commons
2018-11-12 18:13:51 +05:00
Calen Pennington
9c32073e9b
fixup! Load all webpack chunks into fragments as correctly-typed resources
2018-09-11 13:56:05 -04:00
Kshitij Sobti
bf6af13ed1
Add UI to browse and browse course structure and select the course/chapter/section... to generate a report of
2018-07-18 00:37:29 +05:30
Calen Pennington
df67288a3b
Use the tinymce from vendor without modification
2018-06-27 22:27:07 -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
Usman Khalid
8b1aad080a
Add complete on view support to render_xblock view.
2018-06-22 14:46:03 -04: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
b9a72a4dc9
Remove hard-coded codemirror script tags from LMS XBlock pages
2018-06-06 12:52:12 -04:00
Calen Pennington
5487230b54
Load CodeMirror from an external
2018-06-06 12:52:12 -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
b03f1422a0
Move word_cloud webpack build back into standard XModule configuration
2018-05-29 12:39:28 -04:00
Calen Pennington
8a3ad0ee4d
Pull AjaxPrefix into any webpack page that uses it
2018-05-29 12:28:19 -04:00
Calen Pennington
667dbf1687
Clean up eslint failures
2018-05-29 12:28:19 -04:00
Calen Pennington
61855b2b30
Extract a new webpack-based suite of cms javascript tests
2018-05-29 12:28:19 -04:00
Calen Pennington
79cd02b001
Convert edit_tabs factory to webpack
2018-05-29 12:21:46 -04:00
Calen Pennington
ee6360543b
Convert webpackified factories to es6 modules with global exports, and remove the invoke_page_factory pattern
2018-05-29 12:21:46 -04:00
Calen Pennington
12a082cf83
Convert xblock_validation.js to webpack
2018-05-29 12:19:05 -04:00
Calen Pennington
f166ee2592
Convert the Studio Library view to webpack
2018-05-29 12:19:05 -04:00
Calen Pennington
d08e199f79
Load XBlocks with webpack rather than RequireJS
2018-05-29 12:19:05 -04:00
Calen Pennington
389f4fcec9
Switch container.js to bundle using webpack
2018-05-29 12:19:05 -04:00
AlasdairSwan
bfda33da5d
LEARNER-4880 added confirmation modal for account deletion
2018-04-24 15:22:00 -04:00
jaebradley
fab388ad6b
add cookie policy banner with feature flag
2018-04-17 16:48:52 -04:00
Waheed Ahmed
544f7faa0d
Fix program type logos.
...
file-loader just providing the file name and underscore printing it's
name instead of content.
LEARNER-4965
2018-04-16 12:54:56 +05: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 Terry
c19d01a994
Add live validation to password reset
...
Adds a new React factory for that page to handle the logic. Also
cleans up the UI a little (centers it, stops using serif font, etc).
2018-04-05 11:59:26 -04:00
Alex Dusenbery
a996822094
Revert "Revert "Track viewing of individual blocks.""
...
This reverts commit e2675f57b5f747b6a9e21067c75911fbd0341943.
2018-03-22 10:37:40 -04:00
Michael LoTurco
3b928e3e99
Adds EntitlementSupportView, Template, and base react element
2018-03-09 14:01:12 -05:00
Ari Rizzitano
c5b199a1a2
fix linting errors and un-vendor backbone-associations
...
remove erroneous asset_index listing
remove indirect define
remove pageFactoryArguments index
max length seems excessive for this file
lintfix
un-vendor backbone associations
2018-03-06 15:35:47 -05:00
Calen Pennington
970bc6a50d
Move the context course and sock into require_page compatible forms
2018-03-06 15:35:46 -05:00
Calen Pennington
52e7af4148
Move pattern-replacement file lists into a separate file
...
Move pattern-replacement file lists into a separate file
punt the react stuff for now
2018-03-06 15:35:23 -05:00
Calen Pennington
c8e1e14479
Fix all text!*.underscore import issues in webpack
2018-03-06 15:35:23 -05:00
Rabia Iftikhar
3be942bf8f
upgrade backbone-associations, fix tests
...
Merge pull request #17559 from edx/ri/EDUCATOR-2231-remove-enrollment-dates-references
EDUCATOR-2231 remove course run enrollment dates references from studio
add NoTextbooks component
make backbone-associations work
webpackify context course
test fixup
2018-03-06 15:30:56 -05:00
Michael Terry
c9318c3e51
Convert learner_dashboard to es2015
2018-03-02 08:57:34 -05:00
Calen Pennington
c45de5c32b
Revert "Revert "Revert "Merge pull request #17325 from cpennington/switch-ass…"
2018-02-28 11:06:39 -05:00
Calen Pennington
b1c9ad175d
Revert "Revert "Merge pull request #17325 from cpennington/switch-asset-index-factory-to-webpack""
...
This reverts commit 67177ac72d .
The original PR cause a breakage on production due to webpack building two different
copies of the asset_index.js bundle. However, it is unclear whether that was a
transitory issue or not. This commit restores the original PR to validate whether
the problem is reproducible.
2018-02-27 16:18:27 -05:00
Calen Pennington
67177ac72d
Revert "Merge pull request #17325 from cpennington/switch-asset-index-factory-to-webpack"
...
This reverts commit 1c46bd89c3 , reversing
changes made to eb6064e333 .
2018-02-22 14:12:32 -05:00
Calen Pennington
cb5ae11b13
Move pattern-replacement file lists into a separate file
2018-02-21 10:52:43 -05:00