Matt Drayer
5062d49562
Merge pull request #16475 from edx/mattdrayer/ENT-686-3
...
mattdrayer/ENT-686: Enhanced logging for SuccessFactors exceptions
2017-11-09 11:51:01 -05:00
Matt Drayer
6027e5fc1d
mattdrayer/ENT-686: Enhanced logging for SuccessFactors exceptions
2017-11-09 10:00:17 -05:00
John Eskew
80d70f6ecb
Run all touched files through isort.
2017-11-09 09:25:19 -05:00
John Eskew
6672f64188
Add commerce AppConfig and use to register signals. Move imports.
...
Add explicit 'lms.djangoapps' prefix to all commerce imports, as another
commerce Django app exists at openedx.core.djangoapps.commerce
2017-11-09 09:24:37 -05:00
Muzaffar yousaf
690ddceb83
Merge pull request #16489 from edx/revert-16479-revert-16201-transcript-secure-credentials
...
Revert "Revert "Transcript secure credentials""
2017-11-09 15:57:36 +05:00
muzaffaryousaf
7de3871f67
Fix the makemigration test temporary.
2017-11-09 13:20:29 +05:00
Albert (AJ) St. Aubin
43d6cc209b
Merge pull request #16359 from edx/aj/LEARNER-2661
...
Added Entitlement API
2017-11-08 12:25:58 -05:00
Albert St. Aubin
113e0af104
Added Entitlement API
...
The Entitlement API will allow for GET, POST, DELETE(Revoke), and
variations of these methods of managing and retrieving data about
Learner Entitlements.
[LEARNER-2661]
2017-11-08 10:03:38 -05:00
Matjaz Gregoric
9566b7a5f6
Ability to set HOMEPAGE_COURSE_MAX via SiteConfiguration.
...
The setting controls the number of courses displayed on the homepage.
2017-11-08 15:57:32 +01:00
John Eskew
3d884d6cc0
Merge pull request #16428 from edx/jeskew/email_mkting_lti_prov_to_appconfig_ready
...
Move lti_provider/email_marketing startup to AppConfig ready.
2017-11-07 15:15:56 -05:00
Brian Mesick
333e1ccb96
Merge pull request #16433 from edx/bmedx/django111_urls_common
...
common urls cleanup for Django 1.11
2017-11-07 14:46:15 -05:00
bmedx
ffc2a0eb7c
common urls cleanup for Django 1.11
...
- Remove usage of django.urls.patterns
- Change urls tuples to lists
- Make all string view names callables
2017-11-07 11:27:20 -05:00
Clinton Blackburn
69eeca61d8
Opening courseware to anonymous users
...
Anonymous users may now view units in the courseware. This access is limited to units that are not considered problems/graded (e.g. homework, exams).
2017-11-06 16:42:06 -05:00
Eric Fischer
ae0854b09f
Merge pull request #16468 from edx/efischer/edu-1635
...
Log Role Creation
2017-11-06 14:45:52 -05:00
Eric Fischer
93877890fc
EDUCATOR-1635 Log Role Creation
2017-11-06 13:56:27 -05:00
Matt Drayer
828c53cb64
SuccessFactors OData: Support null exception object scenarios
2017-11-06 10:13:47 -05:00
John Eskew
6e7cba2803
Add doctrings to module/class.
2017-11-03 13:57:38 -04:00
Troy Sankey
c19eaef075
Move settings validation out of startup.py
...
This also creates a new app common_initialization in order to provide a
place to run initialization code common to both the LMS and CMS.
2017-11-03 12:23:54 -04:00
Gabe Mulley
15c2a828b7
set a custom course_id metric on enrollment
2017-11-03 08:46:25 -04:00
John Eskew
a711fb816b
Merge pull request #16369 from edx/jeskew/remove_microsites_from_startup
...
Remove microsite configuration from LMS startup.py.
2017-11-02 15:37:49 -04:00
John Eskew
2808bad0c9
Merge pull request #16416 from edx/jeskew/edxmako_startup_py_remove
...
Move edxmako startup to AppConfig::ready.
2017-11-02 15:08:18 -04:00
Clinton Blackburn
0162b3708b
Fixed CourseMode admin search
...
Searching by course run key no longer raises an exception.
2017-11-02 14:44:38 -04:00
John Eskew
ba07dec4c5
Move edxmako startup to AppConfig::ready.
2017-11-02 09:40:05 -04:00
Gabe Mulley
7fd643faa4
Add tests for experience types, ensure courses have a verified mode
2017-11-01 16:51:10 -04:00
John Eskew
1a1c93e5e8
Remove orphaned pre-startup code and tests.
2017-11-01 14:04:31 -04:00
John Eskew
a36eb51a64
Move microsite config from startup.py to settings and AppConfig.ready.
2017-11-01 14:04:31 -04:00
Matt Drayer
e9625aa75d
mattdrayer/ENT-686: Log SuccessFactors error response headers
2017-11-01 13:16:33 -04:00
Brian Mesick
6939a5816c
Merge pull request #16384 from edx/bmedx/django111_student_mgmt_cmds
...
Student management command cleanup for Django 1.11
2017-11-01 12:34:33 -04:00
John Eskew
94ec96e258
Merge pull request #16396 from edx/jeskew/more_startup_removal_to_appconfig
...
Move signal registering to AppConfig's ready from startup.py
2017-11-01 11:08:49 -04:00
bmedx
ce50c9e620
Student management command cleanup for Django 1.11
2017-11-01 10:24:23 -04:00
Eric Fischer
783dba1c75
Merge pull request #16358 from edx/dahlia/EDU-1529
...
Pass contextual data to studio-frontend
2017-10-31 17:31:59 -04:00
Eric Fischer
27258425d2
Send contextual data through to studio-frontend
...
EDUCATOR-1529
2017-10-31 16:04:02 -04:00
Bill Filler
f9f4876bee
Add 'View Consent' button to dashboard when required
...
Enterprise customers can require user to agree to Data Sharing Consent
form before they can access a course. We now add it conditionally to
Course Dashboard when it's required so it's apparent to user and they
have a way to revist the consent form if they've previously declined or
the course has not yet started.
WL-1281
2017-10-31 15:40:02 -04:00
John Eskew
e2060b60c3
Move signal registering to AppConfig's ready from startup.py
2017-10-31 14:25:27 -04:00
Saleem Latif
896da1020b
Activation email received when skip_email_verification flag is 'True'
2017-10-30 14:13:42 +05:00
Brian Beggs
3608b86273
Merge pull request #16309 from edx/bbeggs/PLAT-1411
...
Replace SubfieldBase functionality PLAT-1411
2017-10-27 10:41:32 -04:00
Brian Beggs
ca92ffe21d
Remove SubfieldBase metaclass
2017-10-26 16:59:51 -04:00
Tyler Hallada
52897d5808
Merge pull request #16346 from edx/thallada/ret-org-opt-out
...
Org-level schedule upgrade deadline opt-out
2017-10-26 13:31:21 -04:00
Tyler Hallada
806114a3ef
Check org before course deadline config w/ tests
2017-10-25 17:54:47 -04:00
Matthew Piatetsky
2cb2e5e3eb
Merge pull request #16344 from edx/LEARNER-2412
...
Fix request to currency endpoint
2017-10-25 16:41:45 -04:00
Matthew Piatetsky
e1c24084e9
Fix request to currency endpoint
2017-10-25 15:38:10 -04:00
Hasnain Naveed
b9cd1043df
Merge pull request #16320 from edx/hasnain-naveed/WL-1060
...
WL-1060 | Made the dashboard social sharing site aware.
2017-10-25 16:01:41 +05:00
Albert (AJ) St. Aubin
93c3ff2a98
Merge pull request #16273 from edx/aj/LEARNER-1733
...
Implement Entitlement Model for Course Centric Architecture
2017-10-25 07:00:32 -04:00
Albert St. Aubin
a9011fde58
Implement Entitlement Model for Course Centric Architecture
...
[LEARNER-1733]
2017-10-24 19:12:55 -04:00
Gabe Mulley
e6abdf7e63
Merge pull request #16328 from edx/mulby/fix-course-sock
...
Merge PR 16260 back into master with a fix for the course sock
2017-10-24 15:08:05 -04:00
Harry Rein
ed2e6dc889
Merge pull request #16306 from edx/HarryRein/responsive-dashboard
...
Harry rein/responsive dashboard
2017-10-24 12:33:12 -04:00
Gabe Mulley
44e5afba1e
Revert "Revert "Merge pull request #16260 from edx/mulby/dynamic-deadline-upgrade-messaging""
...
This reverts commit b541dfa3fd .
2017-10-24 11:18:06 -04:00
Harry Rein
889e9880f5
Responsive dashboard and learner profile.
2017-10-24 11:08:35 -04:00
Hasnain
2277aaca3f
WL-1060 | Made the dashboard social sharing site aware.
2017-10-24 16:35:44 +05:00
Sanford Student
fd8a9fdb02
EDUCATOR-1511: credit users added to verified user partition irrespective of upgrade deadline
2017-10-23 13:14:47 -04:00