- 07 Apr, 2015 40 commits
-
-
cahrens committed
-
cahrens committed
-
course TNL-1012
Don Mitchell committed -
cahrens committed
-
Chris Rodriguez committed
-
Brian Talbot committed
-
TNL-1137
Brian Talbot committed -
Andy Armstrong committed
-
TNL-1097
Andy Armstrong committed -
cahrens committed
-
Andy Armstrong committed
-
Chris Rodriguez committed
-
cahrens committed
-
Andy Armstrong committed
-
cahrens committed
-
TNL-653
Andy Armstrong committed -
Andy Armstrong committed
-
cahrens committed
-
Chris committed
-
Don Mitchell committed
-
Brian Talbot committed
-
Brian Talbot committed
-
TNL-652
Andy Armstrong committed -
Brian Talbot committed
-
TNL-651
Andy Armstrong committed -
Marco Morales committed
-
jsa committed
-
jsa committed
-
Co-Authored-By: Christina Roberts <christina@edx.org> Co-Authored-By: Daniel Friedman <dfriedman@edx.org> Co-Authored-By: Don Mitchell <dmitchell@edx.org>
jsa committed -
Mark Hoeber committed
-
David Baumgold committed
-
instead of a 500 error. Add 404 test.
John Eskew committed -
It's a problem for accessibility
Bertrand Marron committed -
Awais committed
-
Syed Hassan Raza committed
-
Course and Library keys cannot contiain !'()* special characters, but the JS validation on the new course/library failed to detect these characters. `encodeURIComponent` is used to check the string for special characters, but `encodeURIComponent` does not encode these characters: -_!~*'(). (see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/encodeURIComponent) The -_~ characters are allowed in course keys, but !'()* are not, so add an explicit check for these characters to make sure a field containing these characters does not pass the validation.
Matjaz Gregoric committed -
- Increase maximum focused logs to 5 - Import logs render for all entries in the focused gitlog view - `+`/`-` toggle buttons for collapsible gitlogs
Brandon DeRosier committed -
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 -
Carol Tong committed
-
- Make the correct (latest) gitlog show up instead of the second - Show gitlogs for each entry when viewing detailed information for single course
Brandon DeRosier committed
-