- 01 Jun, 2016 3 commits
-
-
The Catalog model is unmanaged, meaning no corresponding table exists in the database. When dumpdata tries to dump this model, it chokes because there's no table to read from.
Renzo Lucioni committed -
Christina/icons
Sofiya Semenova committed -
Make templates safer
Mushtaq Ali committed
-
- 31 May, 2016 10 commits
-
-
ECOM-4502
Clinton Blackburn committed -
Clinton Blackburn committed
-
TNL-4651
ssemenova committed -
Refactor staff preview menu logic out of template
Andy Armstrong committed -
Mushtaq Ali committed
-
File doesn't do anything
Brian Jacobel committed -
Andy Armstrong committed
-
Christina/tnl 4561
Christina Roberts committed -
Brian Jacobel committed
-
Add missing file.
Christina Roberts committed
-
- 30 May, 2016 2 commits
-
-
It is needed by both Studio and LMS. TNL-4642 x
cahrens committed -
Upgrade edx-platform's paging collection with new edx-ui-toolkit's paging collection
Ehtesham Kafeel committed
-
- 29 May, 2016 1 commit
-
-
TNL-4561
cahrens committed
-
- 27 May, 2016 9 commits
-
-
LMS Online Contextual Help
Peter Desjardins committed -
Fix false positives on javascript_contact_html.
Robert Raposa committed -
Robert Raposa committed
-
Nimisha Asthagiri committed
-
Merge pull request #12525 from edx/afzaledx/sol-1802_zendesk_tickets_for_suspicious_proctored_attempts (WIP) SOL-1802 Create Zendesk ticket when "Suspicious" proctored exam reviews are received from the proctoring provider
Douglas Hall committed -
Include raw program data on the detail page
Renzo Lucioni committed -
Add transformer to collect grades data
Cliff Dyer committed -
Afzal Wali committed
-
Define CMS management command for research course exports
brianhw committed
-
- 26 May, 2016 15 commits
-
-
Ehtesham committed
-
This moves the functionality of the 'export_course' management command from lms/djangoapps/courseware over to the Studio codebase. This reflects its use going forward to be run with cms settings, to export the content of the Studio modulestore instead of the LMS modulestore. The management command is used by an analytics workflow to output course content for researchers.
Brian Wilson committed -
TNL-4449
J. Clifford Dyer committed -
This will allow API servers to limit access based on scopes.
Clinton Blackburn committed -
Uses the view's ID argument to retrieve and drop unmodified programs API data on the details page. Future work will supplement with CourseOverviews data. Part of ECOM-4415.
Renzo Lucioni committed -
TNL-4356 Allows multiple bulk email targets to be specified at once. -The previous "All" option has been split into "Staff" and "Learners" -The backend changes made here lay the groundwork for cohort emailing -The data migration, 0005, is somewhat large and requires deploy attention -Tests have been updated -Numerous safe-commit-linter fixes are included
Eric Fischer committed -
Adjust program detail page URL routing
Renzo Lucioni committed -
Update translations (autogenerated message)
Ned Batchelder committed -
The new URL pattern expects a program ID and allows a program name to be included, if desired. It will match paths like 'programs/123/' and 'programs/123/foo/', but not 'programs/123/foo/bar/'. The given ID is passed to the view, where it will be used to retrieve program data. Part of ECOM-4415.
Renzo Lucioni committed -
Extend edX API utility to support retrieval of specific resources
Renzo Lucioni committed -
Ned Batchelder committed
-
ECOM-4218 Draft 1 for Course Cards on program details page
Simon Chen committed -
Simon Chen committed
-
This will be used to retrieve data for the program detail page. Part of ECOM-4415.
Renzo Lucioni committed -
Upgrade radon to repair import issue.
Ben Patterson committed
-