Waheed Ahmed
146c19405a
Remove View Archived Course button from unfulfilled entitlements.
...
Remove View Archived Course button from unfulfilled entitlements
if there is no session availabe to join.
PROD-580
2019-11-08 16:36:10 +05:00
Alex Dusenbery
923452514b
Revert "Upgrade ORA2 to 2.4.0"
...
This reverts commit 31a3a6cb5c .
2019-11-07 19:21:10 -05:00
Stu Young
e229279f3c
fix invalid choices in toggle annotations ( #22266 )
2019-11-07 15:22:46 -05:00
Stu Young
9ec9d45bc4
remove backfill history management command ( #22267 )
2019-11-07 15:03:31 -05:00
Alex Dusenbery
31a3a6cb5c
Upgrade ORA2 to 2.4.0
2019-11-07 14:39:22 -05:00
Matthew Piatetsky
8e54125e96
Merge pull request #22223 from edx/REV-693-step3
...
[REV-693] Delete old holdback code
2019-11-07 14:12:05 -05:00
Zainab Amir
62de1f20d1
Add logs to verify audit cert cutoff date ( #22265 )
...
Users were awareded audit certificate recently. Adding logs to verify
that cutoff date for awarding certificate is correct
PROD-978
2019-11-07 22:19:21 +05:00
Feanil Patel
ff60c71fe6
Merge pull request #22268 from edx/feanil/fix_flaky_video_test
...
The type of the attrib object wasn't actually a dict.
2019-11-07 11:34:29 -05:00
Dave St.Germain
60f7c40be0
Merge pull request #22232 from edx/dcs/outline-edit
...
Add in-context display name editor for units on the course outline.
2019-11-07 11:11:59 -05:00
Feanil Patel
1a3f21080e
The type of the attrib object wasn't actually a dict.
...
It was an internal class that we can't easily compare to. So I'm opting
to just make the xml output be more consistent and ordered. I was
hoping to avoid this since the order shouldn't matter but the juggling
we have to do to validate the unorderd data is more complication than
it's worth.
2019-11-07 10:33:36 -05:00
Matthew Piatetsky
bd76a71019
delete old holdback code
2019-11-07 09:51:39 -05:00
adeelehsan
08877db858
Merge pull request #22243 from edx/aehsan/prod-612/allow_certificate_regenration_for_exisiting
...
Allow certification regenration for existing honor certificates
2019-11-07 16:41:28 +05:00
adeelehsan
1adc01b45c
Allow certification regenration for existing honor certificates
...
staff should be able to regenerate certificates for the students
who have already earned the certificate using honor mode
Prod-612
2019-11-07 14:08:20 +05:00
edx-transifex-bot
9543f4c16f
geoip2: update maxmind geolite country database ( #22259 )
2019-11-07 10:59:13 +05:00
Kyle McCormick
4f3262a40b
Remove most references to old teams config scheme ( #22238 )
...
This is a follow up from MST-16, which was commited
in 3858036a4e .
Changes:
* Enrich course teams_configuration from a plain Dict
to a custom XBlock field that uses the new TeamsConfig
wrapper class.
* Remove teams_conf property from course, as the previous
change made it redundant.
* Update teams_enabled implementation.
* Remove teams_max_size field from course, which is
no longer semantically correct, as max team size
is now defined on a teamset level.
* Remove teams_topics in order to discourage use of raw
teams config dict.
* Add convenience properties teamsets and teamsets_by_id
to course.
* Allow periods and spaces in teamset IDs to avoid breaking
existing course teams.
Some parts of the code still use the old raw config data
(identifiable by searching "cleaned_data_old_format"),
which we expect to be slowly factored away as we build
new teams features. MST-40 has been created to remove any
remaining references if necessary.
MST-18
* fix: bokchoy test
* fix: remove pdb break
2019-11-06 20:43:32 -05:00
Feanil Patel
d6099e08fd
Merge pull request #22254 from edx/feanil/fix_flaky_video_xml_bug
...
Parse transcripts json to compare logically.
2019-11-06 13:36:38 -05:00
Feanil Patel
0078a6c1ca
Parse transcripts json to compare logically.
...
This is to deal with a special issue in the video descriptor xml output.
The value of the transcript attribute of the video tag is a serialized
json string. This can have comparison problems in python3 where the order
of the dictionary output is not gauranteed to be the same. So the strings
don't match equally. We convert the parsed json instead so that the
comparison can be correct.
2019-11-06 11:37:06 -05:00
Dave St.Germain
37aafb3fe6
Add in-context display name editor for units on the course outline.
...
For TNL-6938
2019-11-06 11:08:42 -05:00
Syed Muhammad Dawoud Sheraz Ali
17bb331a4d
Merge pull request #22251 from edx/dsheraz/PROD-860
...
added conditional logs for RCA
2019-11-06 20:06:27 +05:00
DawoudSheraz
3787dcd7fb
added conditional logs for RCA
2019-11-06 18:35:06 +05:00
Syed Muhammad Dawoud Sheraz Ali
7f4af7eeda
Merge pull request #22249 from edx/dsheraz/PROD-762
...
enable video url re-write flag for all the courses
2019-11-06 14:23:31 +05:00
DawoudSheraz
4970e3d7e3
enable video url re-write flag for all the courses
2019-11-06 12:21:08 +05:00
Manjinder Singh
79c9231128
Revert "ENT-2437 | get_enterprise_customer_for_learner method replaced with e…" ( #22248 )
2019-11-05 16:51:44 -05:00
edX requirements bot
dd5d5acd66
Updating Python Requirements ( #22244 )
2019-11-05 15:15:48 -05:00
edX cache uploader bot
153bb9e908
Updating Bokchoy testing database cache ( #22246 )
2019-11-05 15:03:58 -05:00
Matthew Piatetsky
49bbd6ab4a
Merge pull request #22222 from edx/REV-693-step2
...
Create data migration to populate FBEEnrollmentExclusion Table
2019-11-05 12:41:24 -05:00
Diana Huang
e5ee4408e3
Merge pull request #22233 from edx/diana/move-password-reset
...
Move password reset logic and code to user_authn.
2019-11-05 11:47:17 -05:00
Matthew Piatetsky
ca8ab76d68
create data migration to populate FBEEnrollmentExclusion table
2019-11-05 11:34:01 -05:00
Diana Huang
c9323abd0e
Move password reset logic and code to user_authn.
2019-11-05 10:03:22 -05:00
Alex Dusenbery
db1ef846d5
Upgrade ORA2 to 2.3.8
2019-11-05 07:49:36 -05:00
Jeremy Bowman
c1274ba765
Fix the last bok-choy shard in Python 3 ( #22221 )
2019-11-04 15:24:29 -05:00
edX cache uploader bot
c7eece3cbb
Updating Bokchoy testing database cache ( #22234 )
2019-11-04 15:22:36 -05:00
Ned Batchelder
d825656613
Merge pull request #22226 from danialmalik/fix_pdf_viewer_not_fount_error
...
Fix static urls in pdf_viewer.html to correctly display pdf viewer fo…
2019-11-04 15:18:20 -05:00
Matthew Piatetsky
6eb5466ee5
Merge pull request #22198 from edx/REV-693
...
[REV-693] Create table to keep track of FBE holdback experiment enrollments
2019-11-04 14:40:26 -05:00
Aarif
0ab8bd7d55
Merge pull request #22220 from edx/BOM-993
...
updated the csv DictReader to make the csv output compatible across both python versions -BOM-993
2019-11-04 21:29:50 +05:00
julianajlk
afae1f1d2a
a11y: add role to FPD banner ( #22225 )
...
REV-705
2019-11-04 10:46:53 -05:00
Manjinder Singh
565abfae87
Upgraded dependencies ( #22217 )
...
* Upgraded dependencies
2019-11-04 10:04:43 -05:00
Manjinder Singh
cb186d94d3
Fixing test by using six.assertCountEqual ( #22219 )
...
* using six.assertCountEqual
* Fix type mismatches in css migrations
2019-11-04 09:29:32 -05:00
Feanil Patel
918209137a
Merge pull request #22230 from edx/jenkins/upgrade-python-requirements-368eb66
...
Python Requirements Update
2019-11-04 08:57:38 -05:00
Waheed Ahmed
5122229461
Merge pull request #22231 from edx/waheed/PROD-748-fix-program-card
...
Fix program card for smaller screens like ipad.
2019-11-04 17:01:43 +05:00
Waheed Ahmed
a0fe9f3c7a
Fix program card for smaller screens like ipad.
...
Text was overflowing from card on screens containing resolution
between 768 to 810 pixels.
PROD-748
2019-11-04 16:15:15 +05:00
edX requirements bot
855cb22000
Updating Python Requirements
2019-11-04 05:48:16 -05:00
Hasnain Naveed
6820b20059
Merge pull request #22207 from edx/hasnain-naveed/ENT-2437
...
ENT-2437 | get_enterprise_customer_for_learner method replaced with e…
2019-11-04 15:45:26 +05:00
aarif
8c4a31bf3a
updated the csv reader to make the csv output compatible across both python versions
...
updated the csv reader to make the csv output compatible across both python versions
added the encoding argument to unicodecsv.DictReader method
updated the csv file read process to accomodate different input types
changes made to fix issues with UniversalNewLineIterator
changes made as suggested
changes made as suggested
changes made to fulfill quality check requirement to pass quality check
minor changes
2019-11-04 15:09:12 +05:00
Syed Muhammad Dawoud Sheraz Ali
368eb669e0
Merge pull request #22194 from edx/dsheraz/PROD-870
...
add encoded video key check in video transformer
2019-11-04 14:20:09 +05:00
Waheed Ahmed
7313a1927f
Merge pull request #22229 from edx/transifex-bot-update-translations2019-11-03
...
fix(i18n): update translations
2019-11-04 12:44:31 +05:00
DawoudSheraz
169349d57e
add encoded video key check in video transformer
2019-11-04 12:23:58 +05:00
edX Transifex Bot
a10aca20af
fix(i18n): update translations
2019-11-03 20:53:46 +00:00
Nimisha Asthagiri
1bcaa945d9
Merge pull request #22216 from edx/diana/registration-form-factory-move
...
Move RegistrationFormFactory from user_api to user_authn
2019-11-02 17:57:59 -04:00
danial
0ec1850c21
Fix static urls in pdf_viewer.html to correctly display pdf viewer for course text books
2019-11-02 10:03:14 +05:00