- 17 Mar, 2015 1 commit
-
-
Replaces some PLATFORM_* settings with a more general setting for specifying social media URLs in the footer. Adds icons and titles for new social media sites (Tumblr, Reddit, Youtube) to match EdX.org.
Will Daly committed
-
- 11 Mar, 2015 2 commits
-
-
Fixed ID bug in China CDN experiment, added default, changed graphite metric name, and exposed CDN monitoring ENVs.
alawibaba committed -
When configured, set an additional cookie with the CSRF token for use by subdomains. The cookie can have a different name than the default CSRF cookie, preventing conflicts between cookies from different domains (e.g. ".edx.org", "courses.edx.org", and "edge.edx.org"). The new cookie is included only on the enrollment API views so that the scope of this change is limited to the end-points that require cross-domain POST requests.
Will Daly committed
-
- 09 Mar, 2015 1 commit
-
-
When configured, set an additional cookie with the CSRF token for use by subdomains. The cookie can have a different name than the default CSRF cookie, preventing conflicts between cookies from different domains (e.g. ".edx.org", "courses.edx.org", and "edge.edx.org"). The new cookie is included only on the enrollment API views so that the scope of this change is limited to the end-points that require cross-domain POST requests.
Will Daly committed
-
- 05 Mar, 2015 1 commit
-
-
E. Kolpakov committed
-
- 03 Mar, 2015 1 commit
-
-
Lee Newton committed
-
- 24 Feb, 2015 1 commit
-
-
Will Daly committed
-
- 17 Feb, 2015 1 commit
-
-
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
Xavier Antoviaque committed
-
- 29 Jan, 2015 1 commit
-
-
Davorin Sego committed
-
- 22 Jan, 2015 1 commit
-
-
stephensanchez committed
-
- 16 Jan, 2015 1 commit
-
-
path.py objects report themselves as class objects, which confuses the heck out of pylint. It tries to match variable names using the class-rgx regular expression instead of the constant-rgx regular expression, and it doesn't match, so it throws an error. Not sure how to fix pylint, so we'll just ignore these errors.
David Baumgold committed
-
- 15 Jan, 2015 1 commit
-
-
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
Afzal Wali committed
-
- 13 Jan, 2015 1 commit
-
-
Allow configuration to override links to mobile app stores
AlasdairSwan committed
-
- 07 Jan, 2015 1 commit
-
-
ECOM-248 Course Info API. Basic functionality implemented. ECOM-248 adding factory for about descriptor and test cases for course info api ECOM-248 adding test cases for couse info api. ECOM-248 re-factoring code. updating test cases. Tests for course_about data module ECOM-248 Adding test cases for the exceptions. ECOM-248 re-factoring code. fixing quality issues. ECOM-248 fixing test cases and moved parse video method into utils. added github username in authors ECOM-248 removed merging issue of test_data ECOM-248 removed unused files
stephensanchez committed
-
- 09 Dec, 2014 1 commit
-
-
Move app-generated context back into properties. Ignore BI events through segment's webhook. Ignore events without Data in Properties.
Nimisha Asthagiri committed
-
- 01 Dec, 2014 2 commits
-
-
Sarina Canelake committed
-
Sarina Canelake committed
-
- 21 Nov, 2014 1 commit
-
-
changed the finance_email in the common.py file added the test for the FiNANCE_EMAIL settings
Muhammad Shoaib committed
-
- 13 Nov, 2014 1 commit
-
-
stephensanchez committed
-
- 03 Nov, 2014 1 commit
-
-
This PR addresses the following issues: 1) All requests return a 200 OK unless there is an authorization failure. This is deliberate in case the secret key is compromised. 2) Push all of the nasty logic necessary to generate compatible video events into the LMS instead of trying to do that mapping on the mobile devices. 3) Stop using the deprecated "action" field in the segment.io event. According to their support team this field should not be used anymore and is just around for backwards compatibility reasons. Fixes: AN-3818
Gabe Mulley committed
-
- 27 Oct, 2014 1 commit
-
-
Jason Zhu committed
-
- 14 Oct, 2014 1 commit
-
-
Renzo Lucioni committed
-
- 24 Sep, 2014 2 commits
-
-
Clinton Blackburn committed
-
remove extra lines conditionalize address line 2
Chris Dodge committed
-
- 23 Sep, 2014 1 commit
-
-
Clinton Blackburn committed
-
- 22 Sep, 2014 1 commit
-
-
Carlos Andrés Rocha committed
-
- 17 Sep, 2014 1 commit
-
-
Carlos Andrés Rocha committed
-
- 12 Sep, 2014 1 commit
-
-
Piotr Mitros committed
-
- 09 Sep, 2014 2 commits
-
-
Upgrades to latest pyfs to support auth not through environment variables
Piotr Mitros committed -
Gabe Mulley committed
-
- 08 Sep, 2014 1 commit
-
-
Upgrades to latest pyfs to support auth not through environment variables
Piotr Mitros committed
-
- 02 Sep, 2014 2 commits
-
-
Ben Patterson committed
-
Piotr Mitros committed
-
- 29 Aug, 2014 1 commit
-
-
Will Daly committed
-
- 27 Aug, 2014 1 commit
-
-
Stephen Sanchez committed
-
- 20 Aug, 2014 1 commit
-
-
Clean up shopping cart processor API. Fix UUID JSON serialization bug in CyberSource2 implementation. Update test suite to use new CyberSource2 implementation. Fix i18n messages in CyberSource2 Enable CyberSource2 implementation by default.
Will Daly committed
-
- 14 Aug, 2014 1 commit
-
-
Renzo Lucioni committed
-
- 12 Aug, 2014 1 commit
-
-
Renzo Lucioni committed
-
- 07 Aug, 2014 2 commits
-
-
Clinton Blackburn committed
-