Ayub
3f2bd0a020
Merge pull request #21229 from edx/BOM-70
...
BOM-70
2019-08-06 18:48:42 +05:00
Ayub khan
c9080e257e
-fixed tests
2019-08-06 15:31:41 +05:00
Calen Pennington
f319d20d6d
Fix publishing for access control experiment
2019-08-05 14:53:56 -04:00
Ayub khan
9b3960ed90
-added zendesk api endpoints
2019-08-05 13:38:46 +05:00
Calen Pennington
7bbf4ad15c
Switch courseware.masquerade_as_student over to using a StaffAccessRule with query checking
2019-08-02 15:06:35 -04:00
Christie Rice
bf414335cc
REVMI-354 Add edit_bookmark permission ( #21254 )
2019-08-02 11:01:43 -04:00
Christie Rice
1c9904859b
REVMI-354 Add view_xqa permission ( #21255 )
2019-08-02 11:01:21 -04:00
Christie Rice
c146f82e84
REVMI-354 REVMI-356 Revert more masquerade code ( #21278 )
...
* REVMI-354 REVMI-356 Revert more masquerade code
* Fix quality
2019-08-01 13:17:52 -04:00
Christie Rice
a9ebf91c4d
REVMI-354 Revert masquerade changes ( #21276 )
2019-08-01 12:05:59 -04:00
David Ormsbee
b3614f3a00
Merge pull request #20954 from open-craft/symbolist/html-block
...
HtmlModule to HtmlBlock [SE-1089]
2019-08-01 11:36:23 -04:00
Christie Rice
0426446549
REVMI-354 Add view_courseware permission ( #21237 )
2019-08-01 09:12:48 -04:00
Christie Rice
3d062aab62
REVMI-354 Add enroll_in_course permission ( #21243 )
...
* REVMI-354 Add enroll_in_course permission
* Fix test
2019-08-01 08:37:41 -04:00
Calen Pennington
136f58cb2d
Add a staff-access specific bridgekeeper rule with full query support
2019-07-31 13:07:52 -04:00
Ayub
69b647ae08
Merge pull request #21104 from edx/INCR-432
...
INCR-432 python3 compatibility
2019-07-31 12:29:26 +05:00
Calen Pennington
c00b60ffa5
Merge pull request #21244 from cpennington/check-permissions-view-course-home
...
Check permissions view course home
2019-07-30 13:06:13 -04:00
Calen Pennington
2d1eb9923f
Convert a has_access check into a bridgekeeper rule
...
This reverts commit 5e8f90caa1 .
2019-07-30 12:02:24 -04:00
Ayub khan
ffc9e14635
INCR-432 python3 compatibility
2019-07-30 15:12:56 +05:00
Ayub khan
7ca32f9197
INCR-433 python3 compatibility
2019-07-30 12:21:56 +05:00
Calen Pennington
5e8f90caa1
Revert "Convert a has_access check into a bridgekeeper rule"
2019-07-29 11:38:26 -04:00
Calen Pennington
7fba761050
Convert a has_access check into a bridgekeeper rule
2019-07-26 11:41:30 -04:00
Ayub
b035c2f10b
Merge pull request #21105 from edx/INCR-434
...
INCR-434 python3 compatibility
2019-07-26 13:05:43 +05:00
Usman Khalid
8dfc8e5fda
Convert AboutModule, CourseInfoModule, HtmlModule and StaticTabModule to XBlocks.
2019-07-24 20:19:44 +05:00
uzairr
9276aac8d2
Restrict grading endpoints in LMS
...
Cuurently, grading endpoints in capa module are vulnerable as they
are not restricted.To avoid it, changes have been made so that
they are available only for logged-in users.
LEARNER-3761
2019-07-24 19:20:13 +05:00
adeelehsan
9fb1b53aa7
Translation removed from constants in financial form
...
PROD-410
2019-07-23 17:31:10 +05:00
Ayub khan
af2e7705b1
INCR-434 python3 compatibility
2019-07-16 15:54:54 +05:00
aarif
64bd86c12c
ran python-modernize and isort on files mentioned in INCR-435
2019-07-12 15:29:19 +05:00
Matt Tuchfarber
b1998e202e
Merge pull request #20945 from edx/tuchfarber/remove_journals
...
Remove all references to Journals
2019-07-11 11:08:24 -04:00
Amit
a1b5f6fe73
INCR-431: Updates on Python 3.x ( #21056 )
2019-07-11 10:47:15 -04:00
Matt Tuchfarber
2583d317db
Remove all references to Journals
2019-07-09 14:19:25 -04:00
Cory Lee
1b4d66fe69
Removing another FK needed for CSM id exhaustion migrations ( #20971 )
...
* Removing FK because it is needed to deal with CSM key exhaution migration
2019-07-09 12:36:01 -04:00
Cory Lee
09bc3c0714
Add CSM drop FK migration
2019-07-05 11:02:09 -04:00
Cory Lee
6ee9b0bcab
Drop CSM FK on history
2019-07-05 11:02:09 -04:00
Usman Khalid
0b27c62ca6
Convert VideoModule to VideoBlock.
...
Some deprecated functionality has been removed:
- Reading data field and transforms being applied in the init() method.
- The source field.
- The source_visible attribute.
2019-06-20 22:12:39 +05:00
Diana Huang
6604cf104e
Remove more microsites code.
2019-06-14 15:22:32 -04:00
David Ormsbee
68905ef4aa
Merge pull request #19165 from EDUlib/cert-translate-2
...
Message related to certificate on courseware progress page are translated to platform language only. Part 2 of 2.
2019-06-12 13:04:46 -04:00
Truong David
9dd5cb86c1
Fix translation issue related to message showed on courseware progress
...
page related to certification and course mode. Part 2 of 2.
Use ugettext_lazy instead of ugettext to ensure the strings shown are in
the language the user chose. Otherwise the strings are in the platform
language.
Keep the original ugettext for function financial_assistance_form.
The test for that function fails if the text is not in english.
2019-06-12 12:20:16 -04:00
tanyaxp
a7bc22eb9c
Remove the course name from the enroll button. ( #20635 )
...
Remove the course name from the enroll button.
Replace the course name and change the button text to ‘Enroll Now’. The course name appears above this button.
Use case: The Threat of Nuclear Terrorism course team would prefer "Enroll Now” instead of "Enroll in Nuclear Terrorism" because of various interpretations of what "enrolling in nuclear terrorism" could mean.
2019-06-11 15:59:22 -04:00
alangsto
4a1346b068
INCR-265 Run python-modernize on lms/djangoapps/courseware/management and lms/djangoapps/courseware/tests ( #20716 )
...
* updated files according to INCR-265
* fixed docstring and line-length problems from quality test
* Revert "fixed docstring and line-length problems from quality test"
This reverts commit d050f55a4ecfaa38f46b80ec4bb85ff399a79a8c.
* fixed errors reported in quality report
* had error, fixed it
* reversed change
* fixed over/under indentation, and added line to import.py that Ned had suggested
* tried disabling pylint for this line
* testing new email
* testing email in different window
* re-added symlink and docstring
2019-05-31 14:07:18 -04:00
Dave St.Germain
49b5b88a30
Bumped edx-when
2019-05-30 10:48:38 -04:00
Nimisha Asthagiri
6e214a85b0
Move common/djangoapps/enrollment to openedx/core/djangoapps/enrollments
2019-05-28 11:20:53 -04:00
Jeremy Bowman
f9929f32b5
Update quality threshold counts ( #20681 )
2019-05-24 08:27:54 -04:00
Calen Pennington
ff73f7d746
Merge pull request #20397 from cpennington/revmi-34-attempt-2
...
Revmi 34 attempt 2
2019-05-20 10:35:39 -04:00
Waheed Ahmed
137be4bf79
Merge pull request #20537 from edx/waheed/revert-LEARNER-4117
...
Revert "Making honor code not eligible for Certificate"
2019-05-20 14:29:02 +05:00
Waheed Ahmed
2c80a76f8e
Add feature flag to disable honor mode certificates.
...
Added a feature flag to disable honor mode certificates for
edx.org, by default set to false to allow honor mode certificates
for open community.
PROD-269
2019-05-20 12:53:22 +05:00
Calen Pennington
755a5c7db6
Augment content_type_gating tests to detect the failure case from the original REVMI-34 implementation
2019-05-16 15:17:33 -04:00
Matthew Piatetsky
85f0720c50
fix broken FBE banner dates in firefox
2019-05-16 09:33:24 -04:00
Calen Pennington
7eeff8bf9a
Re-resolve REVMI-34 to allow any access error to put a message in the courseware
2019-05-15 11:29:00 -04:00
Calen Pennington
8c0ad119ec
Revert "Revert "Merge pull request #20272 from cpennington/revmi-34-recheck-access""
...
This reverts commit b64664932d .
2019-05-15 11:29:00 -04:00
Waheed Ahmed
98c286a009
Revert "Making honor code not eligible for Certificate"
...
This reverts commit 25130ae3c8 .
2019-05-13 15:39:35 +05:00
Christie Rice
6db32a36bc
REVEM-239 Add audit access expiration deadline to user-metadata
2019-05-08 08:53:21 -04:00