Calen Pennington
ccd0e344c4
Merge pull request #18572 from cpennington/fix-educator-3160
...
Configure MathJax when it's loaded by XBlocks in studio
2018-07-12 15:54:45 -04:00
Calen Pennington
dedcd05910
Configure MathJax when it's loaded by XBlocks in studio
...
When using RequireJS, MathJax was configured in an `init` function
in the RequireJS config. With the switch to Webpack and $script,
that configuration needed to be moved to the dynamic loading done by
$script.
[EDUCATOR-3160]
2018-07-12 11:47:03 -04:00
Michael Roytman
92c816966d
change course_validation endpoint to support option to get data for only graded assignments and add ability to scroll to elements on the course outline page
2018-07-12 11:03:55 -04:00
Calen Pennington
19e6c992c9
Import factories/base.js when using webpack to fix nav
...
factories/base.js is the library responsible for enabling the Studio nav
menu. When using webpack, we need to be sure to import it specifically,
because the webpack imports override the React code that pulls it in
on most pages.
[EDUCATOR-3150]
2018-07-12 10:32:32 -04:00
Qubad786
68e760ff29
Move transcript migrations tasks to low priority queue
2018-07-10 19:00:47 +05:00
ayub-khan
bab3802137
updated-translations
2018-07-10 12:56:47 +05:00
Kshitij Sobti
c1e3e59771
Basic bulk stylelint fixes
2018-07-10 02:27:11 +05:30
Kshitij Sobti
4d48a59f3f
Make stylelint fixes to get over quality threshold
2018-07-10 02:21:02 +05:30
Kshitij Sobti
491532c2db
Update report generation code to include old state for backwards compatibility
...
Include report data generated by blocks as columns instead of a json dict
2018-07-09 23:56:51 +05:30
Nimisha Asthagiri
8ac2dea0c2
Merge pull request #18501 from edx/arch/remove-course-structures-part3
...
Remove course_structures app (part 3)
2018-07-06 15:14:07 -04:00
Jeremy Bowman
d2f442e19b
Merge pull request #18523 from edx/jmbowman/TE-2631
...
TE-2631 Fix notes bok-choy tests in devstack
2018-07-06 12:50:13 -04:00
Kshitij Sobti
842612b8ea
Only use export_output_handler if artifact storage is explicitly FileSystemStorage
...
Use StreamingHttpResponse to support larger file downloads
2018-07-06 13:08:12 +05:30
Nimisha Asthagiri
73e8828f65
course_structures: Remove app completely
2018-07-05 13:08:31 -04:00
Jeremy Bowman
c962e7914c
TE-2631 Fix notes bok-choy tests in devstack
2018-07-05 11:55:24 -04:00
Jeremy Bowman
b74131a726
TE-2630 Fix discussions bok-choy tests in devstack
2018-07-03 14:33:54 -04:00
Nimisha Asthagiri
4a9063d83b
course_structures: remove usages
2018-07-02 12:36:34 -04:00
aghaawais01
f4e4f7c96f
bokchoy conversion of advanced settings
2018-07-02 13:56:01 +00:00
ayub-khan
0ba3d602a1
-updated js translations
2018-07-02 11:33:58 +05:00
Kevin Falcone
9aff2fdf9f
Merge pull request #18476 from edx/jibsheet/make-DATA_DIR-configurable
...
This resolves VPC-122 and OPS-56
2018-06-29 12:59:57 -04:00
Calen Pennington
b85d6f031c
Merge pull request #18417 from cpennington/cale/fix-ora-webpack
...
Cale/fix ora webpack
2018-06-28 12:47:53 -04:00
Douglas Hall
2a77710e10
Merge pull request #18429 from edx/douglashall/oauth_scopes_part2
...
ARCH-116 OAuth2 Scopes Implementation
2018-06-28 11:17:17 -04:00
Michael Roytman
41f6bbbb97
Merge pull request #18466 from edx/mroytman/EDUCATOR-3026-add-links-to-course-checklist
...
pass relevant links to studio-frontend checklist
2018-06-28 10:37:08 -04:00
Douglas Hall
db22939193
Add OAuth2 Scopes and Filters to JWTs.
2018-06-28 10:30:09 -04:00
Qubad786
c444a51af8
Resolve transcript migrations issues resulted from running it on stage
2018-06-28 18:47:40 +05: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
Kevin Falcone
ae39e6fa85
This resolves VPC-122 and OPS-56
...
I'll put it in configuration later, but why didn't we allow this years
ago? The goal is to store the data dir in /edx/var/edxapp not in
/edx/app/edxapp.
2018-06-27 15:26:51 -04:00
bmedx
f3a9e508a0
Refactor retirement endpoints to isolate Sailthru and respect boundaries
...
- Change retire mailings endpoint to use new USER_RETIRE_THIRD_PARTY_MAILINGS signal, currently only used by Sailthru retirement
- Move USER_RETIRE_MAILINGS signal firing to the LMS misc endpoint
- Remove duplicate clearing of UserOrgTags
- Remove LMS imports in openedx/core and update usage to use new USER_RETIRE_LMS_CRITICAL and USER_RETIRE_LMS_MISC signals
- Add testing for new signal handlers and app registration for the LMS survey app
2018-06-27 10:23:49 -04:00
Michael Roytman
d6a3ce9b67
pass relevant links to studio-frontend checklist
2018-06-26 15:34:25 -04:00
rabiaiftikhar
c6ce34314c
EDUCATOR-3055 clear the enrollment date fields for the rerun of the course
2018-06-26 15:27:02 +05:00
Michael Roytman
7748a0fbd4
Merge pull request #18460 from edx/mroytman/fix-missing-checklist-stylesheets
...
add missing stylesheets from studio-frontend
2018-06-25 17:38:22 -04:00
Michael Roytman
c25faeb660
add missing stylesheets from studio-frontend
2018-06-25 16:50:26 -04:00
Qubad786
aa2afd8c0b
Video status improvements
2018-06-25 20:43:21 +05:00
Qubad786
c7c2f808e7
Add a field to transcript migration data model to track number of runs
...
include command run tracking information in logging
2018-06-25 20:42:23 +05:00
Qubad786
5b49f17dfe
migrate video transcripts for both published and draft structure
2018-06-25 16:16:59 +05:00
Qubad786
6f5fa33d97
Fix celery chord issues, improve logging for splunk reports generations.
2018-06-25 16:16:59 +05:00
Michael Roytman
f0b18a7a2d
first attempt at adding checklists to tools dropdown in studio
2018-06-21 17:17:30 -04:00
J Eskew
df16836a8f
Merge pull request #18427 from edx/jeskew/fix_some_deprecation_warnings
...
Fix some deprecation warnings.
2018-06-21 12:24:19 -04:00
John Eskew
b94ea6b4b1
Import XBlockMixin from the correct location.
2018-06-21 11:41:06 -04:00
Farhanah Sheets
f4ebe13015
Merge pull request #18422 from edx/fsheets/sfe-headings-fix
...
Fix for header level in new SFE pages
2018-06-21 10:58:54 -04:00
Robert Raposa
59d0ada7aa
Use EnsureJWTAuthSettingsMiddleware middleware.
2018-06-21 09:30:15 -04:00
Farhanah Sheets
9087cd4a09
Fix for header level in new SFE pages
2018-06-20 15:28:16 -04:00
Ayub-khan
aa4fcdd84f
Merge pull request #18418 from edx/update-translations-20-june
...
translations update
2018-06-20 22:12:30 +05:00
ayub-khan
17e78d85c1
-updated-translations
2018-06-20 21:32:16 +05:00
Dennis Jen
9b228ada89
Add Checklists to new page and to course outline view
2018-06-19 17:25:41 -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
Nimisha Asthagiri
62266fd936
Merge pull request #18325 from edx/hack/course-validation-api
...
Course Validation and Course Quality APIs
2018-06-13 21:33:22 -04:00
Nimisha Asthagiri
8db2dd47dd
Course Validation and Course Quality APIs
2018-06-13 20:33:45 -04:00
Calen Pennington
9a70ca78a5
Merge pull request #18340 from cpennington/fix-studio-xblock-rendering
...
Fix studio xblock failing renders (due to asset hashing loop)
2018-06-13 15:58:34 -04:00
Sylvia Pearce
02b29d4bde
Update export page to have same text as import page
2018-06-13 12:04:22 -04:00
Calen Pennington
b735a127b9
Fix assorted linting errors
2018-06-13 10:00:13 -04:00