Commit Graph

51562 Commits

Author SHA1 Message Date
Dave St.Germain
2193b21cf6 Merge pull request #20303 from edx/dcs/masters-access
Automatically add master's to the group access of verified content
2019-04-25 11:00:16 -04:00
Zainab Amir
7ff21161d0 Merge pull request #20310 from edx/zamir/LEARNER_1338_firefox_footer_fix
update class to fix footer lang button for firefox
2019-04-25 19:52:48 +05:00
Michael Youngstrom
e3e009df8c Merge pull request #20312 from cocococosti/INCR-162
INCR-162
2019-04-25 10:48:10 -04:00
Michael Youngstrom
2935466408 INCR-120 2019-04-25 10:31:19 -04:00
David Ormsbee
0de369a4e3 Merge pull request #20095 from stvstnfrd/sysadmin/version
Remove unused version from footer
2019-04-25 10:23:42 -04:00
edX cache uploader bot
8d4c7240f1 Updating Bokchoy testing database cache 2019-04-25 10:15:53 -04:00
Dave St.Germain
589bd9b660 Merge pull request #20121 from edx/dcs/add-edx-when
Add edx-when
2019-04-25 10:00:57 -04:00
Waheed Ahmed
7cf236a074 add translations for newly added languages. 2019-04-25 18:49:55 +05:00
Alan Zarembok
30b9692915 PROD-9: Fix badly performing database query for bulk email by using
the union() function to combine multiple querysets together, rather
than the or (|) operator.  This avoids a very inefficient OUTER
JOIN query that reads the entire user table.
2019-04-25 08:55:59 -04:00
Marco Morales
911e108504 updated language list we pull from transifex to support beta language configuration moving forward 2019-04-25 17:18:30 +05:00
Zainab Amir
34c08a4ac2 update class to fix footer lang button for firefox 2019-04-25 15:52:07 +05:00
Guruprasad Lakshmi Narayanan
73ab30e342 Fix the order randomization behaviour of Randomized Content Block
The Randomized Content Block XBlock only randomizes the selection of
the children blocks and has unpredictable randomization of
the order of the selected child blocks due to the usage of sets, which
are unordered, for storing the selected blocks. This becomes apparent
when all the available child blocks in a library are chosen for a
Randomized Content Block, to randomize just the order of the child
blocks and not just the selection of the blocks. The order of the
selected blocks ends up being similar for multiple learners.

This change modifies the XBlock to store the selected child blocks in
a list, instead of a set, after randomly shuffling them.
2019-04-25 10:23:46 +05:30
Nimisha Asthagiri
5acbb10e7c Account API: enforce Enterprise policy on backend 2019-04-24 22:37:26 -04:00
Michael Roytman
6d2e273819 address review 2019-04-24 21:02:35 -04:00
Jolyon Bloomfield
c3717cbf7f INCR-201 Migrate common/djangoapps/terrain/stubs (#20163) 2019-04-24 17:03:21 -04:00
Michael Youngstrom
d0601d3b49 Merge pull request #20294 from edx/youngstrom/INCR-115
INCR-115
2019-04-24 16:38:56 -04:00
Dave St.Germain
42ede57383 Hide edx-when feature behind waffle flag 2019-04-24 16:36:56 -04:00
Dave St.Germain
0e590c0f7e Moved these functions out of helpers because they're not needed elsewhere 2019-04-24 15:53:24 -04:00
Constanza Abarca
f88061a3b3 ran isort 2019-04-24 15:14:34 -04:00
Ana Maria Rodriguez
75cae7ebd2 INCR-174
Run python-modernize on openedx/core/djangoapps/heartbeat and openedx/core/djangoapps/signals
2019-04-24 14:07:32 -05:00
Michael Youngstrom
3b7f588b09 Merge pull request #20313 from edx/testeng/bokchoy_auto_cache_update_800b4f35c750b86e61ac2869d8470404b6821343
Bokchoy Testing DB Cache update
2019-04-24 14:52:57 -04:00
Ana Maria Rodriguez
d2f7acf29c INCR-193
Run python-modernize on openedx/features/course_experience/views and openedx/features/course_experience/tests
2019-04-24 13:52:53 -05:00
Ana Maria Rodriguez
926cb5bb89 INCR-165
Run python-modernize -w openedx/core/djangoapps/plugins
2019-04-24 13:38:12 -05:00
edX cache uploader bot
d2ffe38733 Updating Bokchoy testing database cache 2019-04-24 13:59:35 -04:00
Alex Dusenbery
bf661eaa8d Add unique constraint to ProgramEnrollment model 2019-04-24 13:47:23 -04:00
Constanza Abarca
0abba0e6f8 INCR-162 2019-04-24 13:44:27 -04:00
Dave St.Germain
b4ccd03740 This adds a new django app -- edx-when -- that will copy start and due dates to mysql and allow per-learner overrides in the instructor dashboard, using the existing IDDE interface.
It adds a data migration for existing IDDE data.
2019-04-24 12:26:19 -04:00
Michael Youngstrom
353d006839 INCR-115 2019-04-24 11:07:37 -04:00
Waheed Ahmed
ff07b3057e Merge pull request #20308 from edx/waheed/PROD-225-fix-account-settings-lang-selection
Fix account settings page language selection.
2019-04-24 20:01:03 +05:00
Michael Youngstrom
1dca07a237 Merge pull request #20309 from edx/testeng/bokchoy_auto_cache_update_33892bde4eb35bafb7ab095ab7be63c091630c32
Bokchoy Testing DB Cache update
2019-04-24 10:44:36 -04:00
Matthew Piatetsky
c324b54d58 Merge pull request #20273 from edx/REVMI-152
allow overriding FBE group access restrictions for problems at the unit level
2019-04-24 10:18:23 -04:00
edX cache uploader bot
afc3d097ac Updating Bokchoy testing database cache 2019-04-24 09:58:15 -04:00
Zach Hancock
afe3cdb3ec user lookup util 2019-04-24 09:47:38 -04:00
Michael Youngstrom
03db25bd50 Merge pull request #20278 from edx/youngstrom/INCR-189
INCR-189
2019-04-24 09:36:22 -04:00
Waheed Ahmed
322fca2c6f Fix account settings page language selection.
Fixed generating transifex URL for two character language codes.

PROD-225
2019-04-24 18:25:59 +05:00
Zainab Amir
df5a1b0aae Merge pull request #20307 from edx/zamir/LEARNER_7045_update_compiled_js_and_jsx_strings
LEARNER-7045: Update the compiled js and jsx strings
2019-04-24 14:06:00 +05:00
Zainab Amir
e0296b373c Update the compiled js and jsx strings
Right now pull_translations job does not compile the js and jsx
strings automatically, so manually added them here.

LEARNER-7045
2019-04-24 12:18:20 +05:00
edX Transifex Bot
0228822e5d fix(i18n): update translations 2019-04-24 02:54:25 -04:00
Michael Roytman
14160b919f add LMS endpoint to redirect to identity provider 2019-04-23 17:10:31 -04:00
Stu Young
4347b66d74 Merge pull request #20301 from edx/estute/fix-migrations
add missing course_key to migrations for bokchoy
2019-04-23 16:25:04 -04:00
Dave St.Germain
27437bc03f Ran python-modernize 2019-04-23 15:29:27 -04:00
asadazam93
5a5c3fd79e Don't include invisible, graded subsections in grade reports. 2019-04-23 14:23:29 -04:00
Dave St.Germain
a5e5591262 Automatically add master's to the group access of verified content 2019-04-23 14:14:32 -04:00
Stuart Young
6a8de2b049 add missing course_key to migrations for bokchoy 2019-04-23 13:35:50 -04:00
Matthew Piatetsky
6c2c896ec3 allow overriding FBE group access restrictions for problems at the unit level 2019-04-23 11:31:41 -04:00
Farhanah Sheets
027a45b4f4 Merge pull request #20297 from edx/dsheraz/prod-167
remove mathjax autocollapse feature
2019-04-23 10:07:50 -04:00
edX requirements bot
601d9b326f Updating Python Requirements (#20299) 2019-04-23 09:56:50 -04:00
Ned Batchelder
2171ddb9df URL patterns should be anchored. SEC-367
Some notes:

* The completion API was pulled out into a new repo, but left behind a
  url() entry.  That entry used a different namespace than the
  pulled-out repo, so I had to fix the one place we used the namespace.

* Two urls couldn't be anchored because they broke tests:

    url(r'users/(?P<user_id>\w+)/followed$', views.followed_threads, name='followed_threads'),
    url(r'users/(?P<user_id>\w+)$', views.user_profile, name='user_profile'),
2019-04-23 09:19:23 -04:00
edX Transifex Bot
9bd439e691 fix(i18n): update translations 2019-04-23 07:08:34 -04:00
DawoudSheraz
643db20c74 extra space removed 2019-04-23 12:43:29 +05:00