- Mar 20, 2015
-
-
Ned Batchelder authored
-
- Mar 18, 2015
-
-
Max Rothman authored
-
- Mar 13, 2015
-
-
Clinton Blackburn authored
This new endpoint is intended to replace enrollment API call used on the login+registration page. Instead of directly enrolling students, the view will contact the external e-commerce API (Oscar) to create a new order. Oscar will be responsible for completing the order and enrolling the student. This behavior will only apply to course modes with associated SKUs. All other course mode enrollments will be processed directly by LMS.
-
- Mar 03, 2015
-
-
Lee Newton authored
-
- Feb 27, 2015
-
-
Ben Patterson authored
-
- Feb 26, 2015
-
-
Braden MacDonald authored
This is compatible with Django > 1.5, and allows us to re-enable the ProfilingDebugPanel
-
Nimisha Asthagiri authored
-
- Feb 24, 2015
-
-
Christine Lytwynec authored
-
Christine Lytwynec authored
-
- Feb 17, 2015
-
-
Xavier Antoviaque authored
xblock-external-ui: Alternate referer check for CORS requests xblock-external-ui: Allow to disable httponly on session cookies xblock-external-ui: Add a unit test for CorsCSRFMiddleware
-
- Feb 13, 2015
-
-
Clinton Blackburn authored
- Added tests - Updated model field specification - Fixed issue of multiple event emission - Updated admin page - Added management command to manually generate course structures
-
- Feb 12, 2015
-
-
muzaffaryousaf authored
TNL-1125
-
- Feb 02, 2015
-
-
Calen Pennington authored
-
Calen Pennington authored
-
- Jan 29, 2015
-
-
Davorin Sego authored
-
- Jan 21, 2015
-
-
John Eskew authored
-
- Jan 20, 2015
-
-
Ben Patterson authored
-
- Jan 15, 2015
-
-
Afzal Wali authored
Added receipts_pdf.py Used Paragraph for displaying a large body of text. added the table Line breaks in the para text. font size adjusted. Improved the main table (alignments) and totals (converted to a table as well) Converted the footer into a table, and allowed for pagination. Added pagination to item data table. Handled wrapping of long descriptions into multiple lines. email attachment for both invoice and receipt added the currency from the settings Removed magic numeric literals and added meaningful variables. Added initial set of substitutions from configuration add defining logo paths via configuration Removed font dependencies. Will use the system default fonts which appear good enough to me. Alignment adjustments as per suggestions. Fixed the pep8 violations. Added comments to styling added the decimal points to the price values Cleanup. Docstrings. i18n the text in the pdf file fix pep8/pylint issues Changed the amounts from string to float. Overrode the 'pdf_receipt_display_name' property in the OrderItem subclass Donation. used the PaidCourseRegistration instead of the parent OrderItem to avoid course_id related exceptions. quality fixes added the test cases for the pdf made the changes in the pdf suggested by griff updated the pdf tests to assert the pdf content used the pdfminor library fix quality issues made the changes suggested by Will added the text file that says "pdf file not available. please contact support" in case pdf fails to attach in the email
-
- Jan 14, 2015
-
-
Tim Babych authored
-
- Jan 10, 2015
-
-
Will Daly authored
-
Greg Price authored
The endpoint returns an Excel-dialect CSV file for download.
-
- Jan 08, 2015
-
-
David Baumgold authored
-
- Jan 05, 2015
-
-
David Baumgold authored
-
- Dec 24, 2014
-
-
Carlos Andrés Rocha authored
- Set EDX_PLATFORM_REVISION to unknown if not in a git repo. - Use the path of the configuration file to determine where the repository is.
-
- Dec 17, 2014
-
-
Jesse Zoldak authored
-
- Dec 16, 2014
-
-
Jesse Zoldak authored
-
- Dec 11, 2014
-
-
David Baumgold authored
-
- Dec 05, 2014
-
-
Carson Gee authored
Move to github.txt and make editable
-
- Dec 01, 2014
-
-
David Baumgold authored
-
- Nov 26, 2014
-
-
stv authored
-
- Nov 05, 2014
-
-
Greg Price authored
-
- Nov 04, 2014
-
-
John Eskew authored
sort order, etc. https://openedx.atlassian.net/browse/PLAT-74
-
- Oct 23, 2014
-
-
Tim Babych authored
-
- Oct 20, 2014
-
-
polesye authored
-
- Oct 14, 2014
-
-
Will Daly authored
-
- Oct 09, 2014
-
-
Don Mitchell authored
LMS-11437
-
- Sep 29, 2014
-
-
David Baumgold authored
And move from base.txt to github.txt
-
Calen Pennington authored
-
- Sep 23, 2014
-
-
David Ormsbee authored
Note that the features in this release are opt-in, and course and video behavior will remain the same unless a course explicitly opts in. Major pieces of functionality with this commit: Allows the listing of a user's enrollments, course videos, and updates. In order to make a course available for mobile use, course staff must explicitly set the Course Advanced Setting "Mobile Course Available" to true. Course staff will always see their own courses through the Mobile API regardless of this setting, but students will only be allowed to see a course through the Mobile API if this setting is set to "true". By default, a Course will *not* be available for mobile use. This is a Django app for video resource management. It is completely optional, and is intended to allow video and operations teams to create new encodings of videos (e.g. low res for mobile) and change CDNs without having to edit course data directly. Course teams can now use a "EdX Video ID" setting for Videos, which will leverage VAL. Video units that do not fill in an "EdX Video ID" will behave exactly as they always have. * The Mobile API is enabled with the ENABLE_MOBILE_REST_API feature flag. * VAL is enabled with the ENABLE_VIDEO_ABSTRACTION_LAYER_API feature flag. * VAL and the Mobile API both require ENABLE_OAUTH2_PROVIDER). * The Mobile API is a read-only API, but VAL requires database migrations. * Applications that make use of either the Mobile API or VAL must be registered with the OAuth2 provider app in Django Admin.
-
- Sep 18, 2014
-
-
David Baumgold authored
-