- 01 Nov, 2016 1 commit
-
-
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 5 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 -
ECOM-5765
Clinton Blackburn committed -
The UserFactory now generates an email address and name—full, first, and last—for every user. ECOM-5929
Clinton Blackburn committed
-
- 24 Oct, 2016 4 commits
-
-
Awais786/ecom 6003 course cleanup
Awais Qureshi committed -
Add taggit field for keywords. ECOM-6003
Awais committed -
Try again to fix migrations
Matthew Piatetsky committed -
Matthew Piatetsky committed
-
- 21 Oct, 2016 4 commits
-
-
Fix migrations issue
Matthew Piatetsky committed -
Matthew Piatetsky committed
-
Added email notification ON/OFF switch.
Waheed Ahmed committed -
ECOM-5408
Waheed Ahmed committed
-
- 20 Oct, 2016 5 commits
-
-
Small fixes to weeks to complete PR
Matthew Piatetsky committed -
Matthew Piatetsky committed
-
ECOM-5946 Allow course length in program to be represented as a range of weeks
Matthew Piatetsky committed -
ECOM-5946,ECOM-6019,ECOM-6020,ECOM-6021,ECOM-6024
Matthew Piatetsky committed -
Update Search Indexer to exclude unpublished programs
mikedikan committed
-
- 19 Oct, 2016 4 commits
-
-
ECOM-5729
Simon Chen committed -
Exclude when nested unpublished programs are under course runs on course run search endpoint. ECOM-6147
Mike Dikan committed -
Ecom 5435 django ses
Awais Qureshi committed -
Integrating django-ses for sending emails Installing the django-ses from production.py. Updating the required authentication variable for sending emails ( using discovery configuration ). Add an example of required credentials in private.py.example.
Awais committed
-
- 18 Oct, 2016 6 commits
-
-
Addressing PR comments
mikedikan committed -
Comments about testing query counts and view perspective on functionality added. ECOM-6145
Mike Dikan committed -
ECOM-5680 Sortable organizations in admin program form
Matthew Piatetsky committed -
Matthew Piatetsky committed
-
ECOM-5680
Matthew Piatetsky committed -
Exclude unpublished programs from the course run endpoint
mikedikan committed
-
- 17 Oct, 2016 2 commits
-
-
We currently include unpublished programs on the course run endpoint by default. This change will change that default behavior so that unpublished programs aren't presented unless the 'include_unpublished_programs' flag is set as a query string parameter. ECOM-6013
Mike Dikan committed -
Add swagger comments for the get call view as well
Simon Chen committed
-