Feanil Patel
085b6b9468
Fix runtime error where dict is modified during iteration.
2019-08-19 11:16:29 -04:00
jinder1s
e7fb13a74f
Added validation to discussion topic input in studio
2019-08-15 16:13:37 -04:00
Kyle Mulka
d4cbcfd5d5
INCR-229 ran modernize and isort on some files ( #20463 )
...
* INCR-229 ran modernize on common/lib/xmodule/xmodule/[a-g]*.py except for graders.py
* fix a couple xss-commit-linter issues
2019-05-09 00:57:09 -04:00
Jeremy Bowman
47292e5f92
Update StringIO usage for Python 3 ( #20462 )
2019-05-08 12:13:22 -04:00
Ned Batchelder
1d3f062d05
Add some clarifying translator comments.
2019-01-10 13:50:04 -05:00
Michael Roytman
23fcb7e7bb
Removed course-run exam rule configuration
2018-12-21 11:14:58 -05:00
Michael Roytman
ecabcf90dd
Enable course run level overrides for proctoring configuration.
2018-12-21 10:54:51 -05:00
Paulo Viadanna
c4fc4b5df6
Adds CouseModule.course_visibility and XBlock.public_view() for unenrolled users access to courses.
...
The course_visiblity field can have one of three values:
1. private (default): This keeps the standard access rules.
2. public_outline: Allows unenrolled and anonymous users access to the outline.
3. public: Allows unenrolled and anonymous users access to both outline and
course content.
When an unenrolled user accesses course content, instead of student_view(),
public_view() is used. A default implementation is provided for XBlocks
which do not implement this view. The public_view() must not have any
functionality which assumes the presence of a valid User and should show
a readonly only interface for the XBlock content.
2018-12-07 22:17:36 +05:00
Awais Jibran
194c6bacb6
Revert "Merge pull request #18720 from open-craft/paulo/anonymous-views"
...
This reverts commit f9ae594dfe , reversing
changes made to 7c08e50fde .
2018-11-09 22:49:14 +05:00
Paulo Viadanna
e6e0a02e0a
Adds CouseModule.course_visibility and XBlock.public_view() for unenrolled users access to courses.
...
The course_visiblity field can have one of three values:
1. private (default): This keeps the standard access rules.
2. public_outline: Allows unenrolled and anonymous users access to the outline.
3. public: Allows unenrolled and anonymous users access to both outline and
course content.
When an unenrolled user accesses course content, instead of student_view(),
public_view() is used. A default implementation is provided for XBlocks
which do not implement this view. The public_view() must not have any
functionality which assumes the presence of a valid User and should show
a readonly only interface for the XBlock content.
2018-11-07 16:18:39 +05:00
Daniel Clemente Laboreo
1e2a69e22e
Add CourseFields.other_course_settings to store custom fields
2018-08-03 15:40:06 +03:00
Michael Roytman
edd4bed081
Merge pull request #18695 from edx/mroytman/course-validation-default-grading-policy
...
mroytman/course validation default grading policy
2018-08-02 12:53:20 -04:00
Michael Roytman
6083a11a5e
add has_grading_policy to course validation API
2018-08-02 12:17:58 -04:00
Awais Jibran
cab6c9fcbd
Fix discussion blackout date pasrsing.
...
EDUCATOR-3260
2018-08-01 16:31:11 +05:00
Bill DeRusha
d4b57bc218
Removed self-paced feature flag from code
2018-02-26 13:44:53 -05:00
Jeremy Bowman
5289c7e828
PLAT-1915 Stop using deprecated BaseException.message
2018-01-31 17:22:01 -05:00
Sanford Student
e2becea8cb
deprecate html setting for web certs and set to true by default
2018-01-24 15:02:44 -05:00
Jose Antonio Gonzalez
cd2a31aacc
set default course visibility in catalog
2018-01-22 08:35:57 +02:00
Jeremy Bowman
65472399df
PLAT-1861 Upgrade to pyfilesystem2
2017-12-22 14:44:24 -05:00
Qubad786
dc335a2215
EDUCATOR-1628
...
Enable Video Uploads by default with course rollout flag.
2017-11-29 12:27:20 +05:00
Nimisha Asthagiri
8b0693f229
Add highlights_enabled_for_messaging course field
2017-11-17 14:42:46 -05:00
Jose Antonio Gonzalez
f38e5ab939
add DEFAULT_MOBILE_AVAILABLE flag
2017-11-16 16:50:37 +02:00
Noraiz Anwar
d13928559a
Revert "remove try/catch block and associated test for EDUCATOR-1134 followin…"
2017-08-29 19:43:01 +05:00
Alex Dusenbery
9009a5b0d3
may_certify_for_course checks if course is self_paced.
2017-08-25 14:37:53 -04:00
Michael Roytman
21113eb835
remove try/catch block and associated test for EDUCATOR-1134 following verification that no stage or production courses have issues related to dates
2017-08-23 16:00:51 -04:00
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
6446f6111e
Log courses with improper end dates.
...
EDUCATOR-1134
2017-08-11 14:37:16 -04: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
Diana Huang
6f24c5a234
Deprecate the Course Home Sidebar setting.
2017-07-13 14:09:26 -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
Douglas Cerna
eacc4bc138
Allow to set the default topic for new Discussion posts
2017-07-05 20:26:32 -06:00
Alex Dusenbery
fb36c7df6c
EDUCATOR-514 | Add certificate_available_date field to CourseFields
2017-06-21 11:57:38 -04:00
John Eskew
3b57542ab0
Revert "Merge pull request #15170 from edx/jeskew/PLAT_1316_partitions_inheritance"
...
This reverts commit f97f052591 , reversing
changes made to 800bcd8e20 .
2017-05-30 12:42:54 -04:00
John Eskew
e30e44cb9a
Run isort on files touched in LicenseMixin move.
2017-05-25 16:24:57 -04:00
John Eskew
f1369b912e
Move LicenseMixin and accompanying code to openedx/core/lib.
2017-05-25 16:17:31 -04:00
John Eskew
76389d8678
Run all files touched in inheritance/partition work through isort.
2017-05-25 13:24:08 -04:00
John Eskew
66f3aa5ccf
Move fields.py, inheritance.py, and partitions to openedx/core.
2017-05-25 13:24:08 -04:00
cahrens
121078eb67
Change default value for "always cohort".
...
TNL-6815
2017-04-07 13:02:25 -04:00
cahrens
e5035746bf
Introduce EnrollmentTrackUserPartition.
...
TNL-6674
2017-03-30 12:24:48 -04:00
Nimisha Asthagiri
54d938cab5
Fix grading for Entrance Exams
...
TNL-6227
2017-03-17 17:32:36 -04:00
Gregory Martin
1b2fbbd61d
delete datetext functions, implement dateutils
2017-01-03 10:18:26 -05:00
Calen Pennington
47e21ca5b0
Revert "Merge pull request #14078 from edx/yro_remove-datetimetext-functions"
...
This reverts commit 8c0098812d , reversing
changes made to 5b6e2dd5ee .
2016-12-22 09:29:33 -05:00
Gregory Martin
b0bf19a741
delete datetext functions, implement dateutils
2016-12-20 11:10:06 -05:00
Andy Armstrong
afee725fb1
Allow authors to remove option for unproctored exams
...
TNL-5084
2016-10-31 16:58:15 -04:00
Sanford Student
d54a784a43
creating django admin settings for subsection grades
2016-09-02 09:32:33 -04:00
Nimisha Asthagiri
be5940e6f4
Robust Grades refactor
...
Adds ENABLE_SUBSECTION_GRADES_SAVED feature flag to both lms and cms. Also
installs the wiring that will allow robust grades to be used for courses
that enable it. This functionality is still gated by the feature flag
and should not be used until the remaining robust grades work is finished.
2016-08-03 15:47:16 -04:00
cahrens
d4cc7b8ffd
Support level support for Studio xblock creation.
...
TNL-4670
2016-07-21 15:44:59 -04:00
Adam Palay
a19d2e76ff
quiet some noisy logs
2016-07-06 16:32:27 -04:00