Calen Pennington
18d93b00ba
Revert "Switch container factory to webpack"
2018-06-07 13:46:47 -04:00
Qubad786
9f820c9e71
Fix tests
2018-06-07 15:57:45 +05:00
Qubad786
981be5db57
Fix migrations of external video component transcripts and beautify/refatoring
2018-06-07 15:57:45 +05:00
irfanuddinahmad
2146d7219c
fixed migrate command's aws settings issues
2018-06-07 15:57:45 +05: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
Michael Youngstrom
f4dc2ca000
Merge pull request #18314 from edx/youngstrom/remove_django_18_shim
...
Remove temp django upgrade logic
2018-06-06 11:09:17 -04:00
Tyler Hallada
1f42d1b384
Merge pull request #18316 from edx/thallada/PLAT-1524-on-delete
...
PLAT-1524: Add on_delete kwarg to ForeignKey & OneToOneFields
2018-06-06 10:38:15 -04:00
Michael Youngstrom
26b4e30833
Remove django 1.8 shim
2018-06-06 10:34:56 -04:00
Tyler Hallada
1540f9ec72
Add on_delete kwarg to ForeignKey & OneToOneFields
...
Django 2.0 will make this field required for `ForeignKey` and `OneToOneFields`.
In previous versions the option defaulted to `models.CASCADE` when not
specified. This change should make the deprecation warnings in the current
Django version go away.
The migrations where also modified, but the changes should not cause a change in
the database schema since `models.CASCADE` was already the old default.
2018-06-05 17:05:12 -04:00
Eric Fischer
247bb50ed2
s/django.core.urlresolvers/django.urls/g
...
Django 1.10 deprecation fix for Hackathon XIX
Addresses PLAT-1397
2018-06-05 13:59:09 -04:00
Giulio Gratta
56ac149962
Add custom HTML to Course About page sidebar
...
This allows course staff to add arbitrary HTML to the sidebar on the About page.
A waffle switch has been added in the course_experience app to allow enabling and disabling of this feature.
2018-06-01 14:26:05 -04:00
Zia Fazal
90633c0956
Merge pull request #17974 from edx/ziafazal/WL-1239
...
WL-1239: Ability to gate section based on completion percentage
2018-05-30 12:52:43 +05:00
Zia Fazal
53cf5638b6
added radio input fields to pre-requisite selection
...
Initial changes to gate section based on completion percentage
code refactoring and added evaluation of completion milestone
Fixed broken unit tests and added new tests
Fixed broken tests and quality violations
Fixed Pep8 violation
Fixed eslint quality violations
Test changes as suggested by reviewer
changes after feedbacy from reviewer
Update the docstring with suggested changes
excluding chapter from the blocks
Disallow empty values for min score and min completion
Changes afte feedback from UX/Accessibility
removed blank line
2018-05-30 11:25:59 +05:00
Calen Pennington
0f7e2373d0
Revert "Switch container factory to webpack"
2018-05-29 16:01:38 -04:00
Calen Pennington
3315a503b3
Ignore specific non-member pylint errors
2018-05-29 12:28:19 -04:00
Calen Pennington
28166f037c
Delete flakey lettuce tests<
2018-05-29 12:21:47 -04:00
Calen Pennington
2895362718
Retry opening advanced settings if it fails the first time
2018-05-29 12:21:47 -04:00
Calen Pennington
3c85de030d
Wait for js to finish loading before trying to click on advanced settings
2018-05-29 12:21:47 -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
Feanil Patel
82a7106e60
Merge pull request #18259 from edx/feanil/update_rfc6266_parser
...
Feanil/update rfc6266 parser
2018-05-23 13:53:04 -04:00
Feanil Patel
0872d2b591
Move off of our fork onto a published fork of the rfc6266.
...
The published fork seems to be getting updates more regularly than the original project
and has the bugfix we forked for.
2018-05-23 09:28:03 -04:00
Farhanah Sheets
9f0e99d549
Fix test
2018-05-22 09:44:24 -04:00
Douglas Hall
c6ec5edbf7
Add API documentation with django-rest-swagger.
2018-05-08 14:38:33 -04:00
Mushtaq Ali
70dc0eed1c
Merge pull request #18118 from edx/mushtaq/rerun-exclude-video-uploads-token
...
Exclude video upload token
2018-05-07 15:55:09 +05:00
Mushtaq Ali
dd8a9b018e
Exclude video upload token - EDUCATOR-2532
2018-05-07 15:53:12 +05:00
Mushtaq Ali
f4b1da1f42
Merge pull request #17718 from edx/transcripts-phase-2
...
Transcripts phase 2
2018-05-07 12:42:50 +05:00
Stuart Young
1fd2167144
rebalance python unittests onto new shards
2018-05-03 11:16:05 -04:00
Eric Fischer
e18448e27d
Silence deprecation warnings
...
https://docs.djangoproject.com/en/1.11/releases/1.10/#using-user-is-authenticated-and-user-is-anonymous-as-methods
2018-05-02 10:03:50 -04:00
muhammad-ammar
1c53360206
basic tab attach uploads with edx_video_id
...
EDUCATOR-2761
2018-05-02 18:25:43 +05:00
muhammad-ammar
c02955d025
add check transcript ajax for edx_video_id
2018-05-02 18:23:46 +05:00
Muhammad Ammar
16b0070982
Merge pull request #17923 from edx/ammar/remove-video-transcript-enabled-flag
...
remove video transcript enabled flag
2018-04-30 17:35:14 +05:00
muhammad-ammar
aaaafee2b2
remove video transcript enabled flag
2018-04-30 15:59:32 +05:00
Feanil Patel
2c7dd7b97c
Remove these tests because they are flaky.
...
They all rely on modifying the handout which can sometimes fail.
2018-04-27 10:48:04 -04:00
irfanuddinahmad
bfbeeb1d84
added exception decorator
2018-04-26 16:02:09 +05:00
Mushtaq Ali
b181e6bb45
Update the get_transcript util with html5_sources - EDUCATOR-2651
2018-04-25 17:42:36 +05:00
irfanuddinahmad
0195e9720d
added admin site settings
2018-04-23 19:47:40 +05:00
Qubad786
d850fb2078
Refactor download, update, choose, rename and replace handlers to use DS as primary storage. Add/refactor relevent unit/acceptance/jasmine tests.
2018-04-23 17:37:13 +05:00
muhammad-ammar
9d7ed19b64
disable subs field syncying
2018-04-23 17:35:45 +05:00
Qubad786
597566a34f
Upload transcript to basic tab, add/fix unit and acceptance tests
2018-04-23 17:35:44 +05:00
muhammad-ammar
c5a30f8eb5
update check_transcripts handler
...
EDUCATOR-2129
2018-04-23 17:35:44 +05:00
muhammad-ammar
d0cd247d08
Deprecate Contentstore for Video Component Preview LMS/CMS
...
EDUCATOR-1756
2018-04-23 17:35:43 +05:00
Ibrahim Ahmed
5e1cc755d5
Merge pull request #17936 from edx/ibrahimahmed443/WL-1519-duplicate-course-fix
...
catch duplicate course error
2018-04-20 14:03:59 +05:00
Jeremy Bowman
28d291dce7
TE-2527 Move test and dev dependencies out of base.in
2018-04-18 14:44:31 -04:00
Mushtaq Ali
5a9477af30
Import video transcripts - EDUCATOR-2173
2018-04-16 12:05:44 +05:00
Ibrahim
a7e1ddf729
catch duplicate course error
2018-04-13 17:34:27 +05:00
Farhanah Sheets
b613494a0a
Merge pull request #17907 from edx/fsheets/tinymce-align
...
Add alignment options to the TinyMCE platform plugin
2018-04-12 13:16:15 -04:00
irfanuddinahmad
3e426aca91
New command to migrate transcripts to S3
2018-04-12 16:57:23 +05:00
Farhanah Sheets
d8d7e33879
Merge pull request #17905 from edx/fsheets/sfe-search-cleanup
...
Remove Studio Assets Search Waffle & Add test
2018-04-10 17:14:21 -04:00
Farhanah Sheets
752cf12938
Add align buttons to test check
2018-04-10 17:10:05 -04:00