Michael Youngstrom
adb426d56f
Merge pull request #20327 from edx/youngstrom/INCR-120
...
INCR-120
2019-04-25 14:00:51 -04:00
David Ormsbee
cf42c67e52
Initial README for Track app
2019-04-25 13:53:55 -04:00
Constanza Abarca
bf0c109b66
INCR-191
2019-04-25 13:51:23 -04:00
Feanil Patel
ff4a39a0db
An initial breakdown of our areas of the monolith.
...
Right now there are no owners associated but this should clarify what is
considered part of the core and core extensions. This is not a full
list so things will have to be added as we find that they need an owner
and don't have one. This list was taken by looking at the parts of our
codebase that is most executed for edx.org and so should represent the
most important things that should probably have owners.
2019-04-25 13:47:12 -04:00
Alan Zarembok
475262a516
Merge pull request #20326 from edx/azarembok/fix-bulk-email-query
...
PROD-9: Fix badly performing database query for bulk email by using
2019-04-25 13:41:58 -04:00
David Ormsbee
67cbc02411
Initial README for Student app
2019-04-25 13:39:12 -04:00
Nimisha Asthagiri
dd94ae7e37
Refactor per Scouts rule
2019-04-25 13:33:30 -04:00
Alex Dusenbery
4d6458284c
Fix the program_enrollments admin classes.
2019-04-25 13:06:06 -04:00
Marco Morales
68862789bd
Merge pull request #20304 from edx/marco/language-configuration
...
updated language list we pull from transifex to support beta languages
2019-04-25 12:48:55 -04:00
Stu Young
492d4eee34
Merge pull request #20315 from eduNEXT/anmrdz/INCR-165
...
INCR-165
2019-04-25 12:21:34 -04:00
Douglas Hall
d54a7109a6
Merge pull request #20323 from edx/douglashall/order_history_site_check
...
Add site configuration check to order history MFE toggle.
2019-04-25 12:10:53 -04:00
Feanil Patel
7b807c6eb6
Initial README for the courseware djangoapp.
2019-04-25 12:06:10 -04:00
Stu Young
73578845ae
Merge pull request #20317 from eduNEXT/anmrdz/INCR-174
...
INCR-174
2019-04-25 12:04:13 -04:00
Stu Young
9f97039a6a
Merge pull request #20328 from edx/testeng/bokchoy_auto_cache_update_d6d93178bf4109db7076fddb53b123df530412ae
...
Bokchoy Testing DB Cache update
2019-04-25 11:31:12 -04:00
Douglas Hall
9880676e6a
Add site configuration check to order history MFE toggle.
2019-04-25 11:10:08 -04:00
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