Ned Batchelder
fee0c41ce0
XBlock fields with formatted-in values can now translate properly
2017-08-19 15:37:12 -04:00
Sofiya Semenova
ffd72c1051
Merge pull request #15705 from edx/ssemenova/ed-526
...
EDUCATOR-526 Update view certificate button
2017-08-16 15:52:54 -04:00
Sofiya Semenova
76f1df6b0e
EDUCATOR-526 Update view cert button to only appear after availability
...
date has passed
2017-08-15 11:57:28 -07:00
cahrens
b26b41b9fc
Replace deprecated_string methods.
2017-08-15 14:21:45 -04:00
cahrens
819a56fee3
Remove usages of deprecated SlashSeparatedCourseKey.
2017-08-14 11:01:00 -04:00
cahrens
6446f6111e
Log courses with improper end dates.
...
EDUCATOR-1134
2017-08-11 14:37:16 -04:00
cahrens
2135195e17
Force hint notification to take up entire width.
...
EDUCATOR-1136
2017-08-11 11:41:08 -04:00
Christina Roberts
98dd14f21d
Merge pull request #15770 from edx/christina/slash-the-slash
...
Remove usages of deprecated SlashSeparatedCourseKey.
2017-08-08 16:36:49 -04:00
cahrens
fd62164563
Remove usages of deprecated SlashSeparatedCourseKey.
2017-08-08 12:32:58 -04:00
Christina Roberts
4f5b033c27
Merge pull request #15750 from edx/christina/slash-the-slash
...
Remove SlashSeparatedCourseKey from tests
2017-08-07 15:53:08 -04:00
cahrens
6f71706b17
Remove SlashSeparatedCourseKey from tests.
2017-08-07 14:49:30 -04:00
Giulio Gratta
2ad885b726
Fix attrib check code for library_content import
...
Attributes come in as a list of dicts with strings as keys and values.
Implicitly casting each result as a tuple causes the code to split the key string into it's characters.
This yields a list of characters, the first two of which are placed into the variables "attr_name" and "attr_value".
This is not only wrong, but because keys tend to be more than 2 characters, the net result is:
"ValueError: too many values to unpack"
2017-08-04 10:47:05 -07:00
Jillian Vogel
d0cfa7fa5a
Merge pull request #15431 from open-craft/jill/studio-filter-archived-courses
...
Separate Archived courses into a separate list in Studio
2017-08-02 10:42:09 +09:30
Sofiya Semenova
18bd532013
Educator-9 Remove comment
2017-07-27 18:54:51 +00:00
Jillian Vogel
8087a1d165
Adds settings.FEATURES.ENABLE_SEPARATE_ARCHIVED_COURSES
...
Separates archived courses into a different tab on the Studio index page.
Data is rendered synchronously, but tests are added to ensure that no new sql
or mongo queries were required.
2017-07-26 14:44:08 +09:30
Eric Fischer
d4943c5337
Use bulk_operations when loading items
...
This has been causing a huge memory leak, wrapping the call in this
context manager properly cleans up the 'records' entries.
EDUCATOR-274
2017-07-25 12:40:15 -04:00
Eric Fischer
bc6d7980a4
Revert "Merge pull request #15593 from edx/efischer/edu-274_logging"
...
This reverts commit 2d6b477e83 , reversing
changes made to 7799c4adf4 .
2017-07-25 10:38:29 -04:00
Christina Roberts
eadc099512
Merge pull request #15597 from edx/christina/revert-ed-60
...
Restore more specific error messages.
2017-07-19 11:03:38 -04:00
Eric Fischer
2d6b477e83
Merge pull request #15593 from edx/efischer/edu-274_logging
...
Add ActiveBulkThread record logging; CMS memory leak debug
2017-07-18 15:45:03 -04:00
cahrens
4e3ed8b5c6
Restore more specific error messages.
...
EDUCATOR-929
2017-07-18 15:21:00 -04:00
Eric Fischer
f7613819a0
Add ActiveBulkThread record logging; CMS memory leak debug
2017-07-18 14:56:53 -04:00
sanfordstudent
07ad189b9d
Merge pull request #15263 from edx/sstudent/grade-override
...
Learner grade override
2017-07-18 14:33:27 -04:00
Sanford Student
932776159c
EDUCATOR-165 instructor task and UI for overriding learner grades.
2017-07-18 13:51:56 -04:00
edx-pipeline-bot
b97f593402
Merge pull request #15573 from edx/release-mergeback-to-master
...
Merge release back to master
2017-07-14 12:56:04 -04:00
muhammad-ammar
edcd64e90f
edx-videoi-id strip fix
...
LEARNER-1871
2017-07-14 19:17:16 +05:00
Diana Huang
6f24c5a234
Deprecate the Course Home Sidebar setting.
2017-07-13 14:09:26 -04:00
Qubad786
c9bbc0b68a
Dont fetch caption on getting translations
...
This fixes the endless loop of fetchCaptions ajax requests. fetchCaption on error calls fetchAvailableTranslations which again calls fetchCaption on success and so on. We don't see any significance for calling fetchCaption in fetchAvailableTranslations.
2017-07-12 16:45:17 +05:00
Andy Armstrong
a815003b3b
Handle anonymous and unenrolled users on the new course home page
...
LEARNER-1696
2017-07-10 17:52:28 -04:00
George Song
487895fb21
Merge pull request #14862 from replaceafill/default_discussion_topic
...
Default discussion topic
2017-07-06 05:25:43 -07:00
muhammad-ammar
626f2896a0
add video poster support
...
EDUCATOR-44
2017-07-06 12:35:05 +05:00
Muhammad Ammar
dca12d65c2
Save or update course video image - TNL-6762
2017-07-06 12:35:00 +05:00
Douglas Cerna
eacc4bc138
Allow to set the default topic for new Discussion posts
2017-07-05 20:26:32 -06: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
Qubad786
acfa80a663
Override video's youtube_id_1_0 with val yt id on save.
2017-07-05 14:58:13 +05:00
Jeremy Bowman
353b4c4f67
PLAT-1499 Use appropriate default settings in Docker devstack
2017-07-03 12:04:27 -04:00
Robert Raposa
a864b450a8
Merge pull request #15436 from edx/robrap/rename-xss-linter
...
Rename xss linter.
2017-06-30 16:22:38 -04:00
Robert Raposa
b370fe2314
Part II: Rename xss linter.
2017-06-30 13:20:23 -04:00
Jeff LaJoie
a45ac2f45d
Merge pull request #15437 from edx/jlajoie/EDUCATOR-793
...
EDUCATOR-793: converts TypeError,NotFoundError logging to debug only
2017-06-29 16:12:08 -04:00
Jeff LaJoie
5160909d3b
EDUCATOR-793: converts TypeError,NotFoundError logging to debug only
2017-06-29 15:17:45 -04:00
Robert Raposa
2e80c1e66b
Refactor, enhance, and adjust unified_course_view flag.
...
This includes several general enhancement in addition
to the fixes for unified_course_view:
1. Add support for default when no waffle flag defined.
2. Add support for table_blacklist to assertNumQueries.
3. Rename flag to 'course_experience.course_outline_page'.
4. Change flag default to True when it is not defined.
2017-06-29 11:04:35 -04:00
Muhammad Ammar
4622b24ab4
Merge pull request #15385 from edx/ammar/fix-video-flaky-test
...
fix video flaky test
2017-06-23 17:10:15 +05:00
muhammad-ammar
4d609f80ea
fix video flaky test
...
EDUCATOR-607
2017-06-23 15:57:27 +05:00
Alex Dusenbery
fb36c7df6c
EDUCATOR-514 | Add certificate_available_date field to CourseFields
2017-06-21 11:57:38 -04:00
Peter Pinch
b9e768410f
return only error value to students when codejail raises an exception
...
remove comment for translators
inst.args[0] is more reliable than inst.message
consistent escaping
2017-06-13 21:17:00 -04:00
Brandon Baker
7d2d0657fe
Merge pull request #15290 from edx/bbaker/educator-344
...
Bbaker/educator 344
2017-06-13 10:42:35 -04:00
Brandon Baker
6b62bf9b4b
EDUCATOR-344
...
Removed extraneous instances of track_function
2017-06-12 14:45:37 +00:00
Brandon Baker
f4c9044d2e
EDUCATOR-344
...
Removed instances of track function
2017-06-09 18:51:10 +00:00
Muhammad Ammar
e748652840
Merge pull request #15199 from edx/ammar/edu-211-html5-player-overlay-play-button
...
show play button overlay
2017-06-08 11:46:41 +05:00
Albert (AJ) St. Aubin
27b0dc9fd1
Merge pull request #15037 from edx/christina/ed11-simplification
...
Feature branch: dividing discussions by enrollment tracks
2017-06-07 13:22:13 -04:00
muhammad-ammar
e89c08d84d
show play button overley
...
EDUCATOR-211
2017-06-07 17:04:37 +05:00