- 07 Nov, 2016 3 commits
-
-
Update New Relic Agent to avoid bug
mikedikan committed -
ECOM-6312
Mike Dikan committed -
The Django 1.9.11 security update changed the default value of ALLOWED_HOSTS. This commit restores the default as we will never use local.py in production. ECOM-6274
Clinton Blackburn committed
-
- 04 Nov, 2016 8 commits
-
-
Ingest LMS hidden courses into catalog
Matthew Piatetsky committed -
Matthew Piatetsky committed
-
ECOM-6269
Clinton Blackburn committed -
ECOM-6269
Clinton Blackburn committed -
ECOM-6269
Clinton Blackburn committed -
ECOM-6269
Clinton Blackburn committed -
ECOM-6269
Clinton Blackburn committed -
The two migrations negate each other, so there is no need to squash them. Operators should run the following command to clean migration history for this app: ./manage.py migrate --fake api zero ECOM-6269
Clinton Blackburn committed
-
- 03 Nov, 2016 5 commits
-
-
This field is now identified as deprecated to avoid user confusion. ECOM-6238
Clinton Blackburn committed -
Revert "Revert "Merge pull request #403 from edx/ECOM-6122""
Matthew Piatetsky committed -
This reverts commit 8fbdb286.
Matthew Piatetsky committed -
Sort CourseRunViewSet queryset by start date [SOL-1975]
Ivan Ivic committed -
Ivan Ivic committed
-
- 02 Nov, 2016 4 commits
-
-
query updated in CourseQuerySet
Tasawer Nawaz committed -
ECOM-6168
tasawernawaz committed -
Revert "Merge pull request #403 from edx/ECOM-6122"
Matthew Piatetsky committed -
This reverts commit 5c62f8a3, reversing changes made to 32e3b68b.
Matthew Piatetsky committed
-
- 01 Nov, 2016 8 commits
-
-
ECOM-6274
Clinton Blackburn committed -
ECOM-5777 Squash migrations
Matthew Piatetsky committed -
Matthew Piatetsky committed
-
Matthew Piatetsky committed
-
ECOM-6252 Ensure data loader does not violate null constraint for mobile available flag
Matthew Piatetsky committed -
Matthew Piatetsky committed
-
Fixed bug on program admin page
Renzo Lucioni committed -
The previous override of save_model() was largely unnecessary and broke because it attempts to set m2m fields on unsaved models. The override now relies on the super method (which performs the correct behavior) and simply does error handling. Our use of Select2 has also been cleaned up to make our monkey patching clearer. ECOM-6238
Clinton Blackburn committed
-
- 31 Oct, 2016 4 commits
-
-
- Displaying included course runs on individual lines - Moved import to correct position ECOM-6238
Clinton Blackburn committed -
Fix the LMS example URL
Ned Batchelder committed -
Ned Batchelder committed
-
Implement the emails for course run change states.
Awais Qureshi committed
-
- 28 Oct, 2016 1 commit
-
-
Adding templates and email functionality. ECOM-6004
Awais committed
-
- 27 Oct, 2016 2 commits
-
-
Implement the super admin for publisher app using django groups.
Awais Qureshi committed -
ECOM-5950
Clinton Blackburn committed
-
- 26 Oct, 2016 2 commits
-
-
Implementing emails sending functionality.
Awais Qureshi committed -
On each comment send the email to course-related group users. Adding test cases and methods. ECOM-5929
Awais committed
-
- 25 Oct, 2016 3 commits
-
-
ECOM-5040 Search in Mobile
Matthew Piatetsky committed -
ECOM-5040
Matthew Piatetsky committed -
Line numbers in PO files are noisy in pull requests. This commit updates the Makefile to use edx-i18n-tools to extract translations and remove line numbers. Additionally, a few uses of `blocktrans` have been updated to use the `trimmed` argument to remove surrounding whitespace. ECOM-5175
Clinton Blackburn committed
-