- Apr 15, 2016
-
-
Ayub-khan authored
-Adressed all comments
-
- Apr 14, 2016
-
-
Ayub-khan authored
-Updated method "course_key_from_string_or_404" to raise message too. -Wrote tests for "course_key_from_string_or_404" when exception message is given. -Modified existing methods to use "ddt.data". -Used Splunk logs to find exectly where we were getting "Invalid Key Error" -Updated Views where we were getting "Invalid Key Error" in splunk logs. -Wrote tests for those View End points where we were getting "Invalid Key Error"
-
- Apr 12, 2016
-
-
Robert Raposa authored
TNL-4324: Add check for strings that should be wrapped with HTML()
-
Robert Raposa authored
-
Peter Fogg authored
API request page improvements.
-
Robert Raposa authored
-
Christina Roberts authored
rtl support static pages
-
Ned Batchelder authored
Fix encoding of Django-called Mako files to be safe
-
Peter Fogg authored
ECOM-4024
-
Bound3R authored
remove unnecessary parentheses change css properties for mixins bi-aap in login/register page change css properties for mixins bi-app in about course page change css properties for mixins bi-app in the dashboard change css properties for mixins bi-app in help template change css properties for mixins bi-app in the home page change css properties for mixins bi-app in jobs, press and media pages remove the extra spaces
-
Robert Raposa authored
- Make mako-wrap-html fire when '<' found anywhere in unwrapped string - Fix typo - Fix quality errors - Fix defect found when Python string broken over lines
-
Robert Raposa authored
Also include the following: - new rule for strings that should be wrapped with HTML() - allow expressions to use "| n, unicode" - refactor string parsing into separate class - switch end_index to be the index following the expression
-
Peter Fogg authored
Add a11y test for the course home page.
-
Christina Roberts authored
Allow the "Default Group" to be renamed (automatic cohorting)
-
- Apr 11, 2016
-
-
Robert Raposa authored
TNL-4324: Enhance linter for HTML() and Text()
-
Simon Chen authored
ECOM-3198 Add banner image to the program listing program cards
-
Simon Chen authored
-
Peter Fogg authored
-
Ned Batchelder authored
The old code set the output-encoding to None, which means, I want Unicode strings as output. This made Mako pass markupsafe objects to "unicode()", which applied all the escaping. Then the result would be given to Django, would would html-escape it again, resulting in over-escaping. By setting the output-encoding to utf8, we use filters.encode.utf8 instead, which is aware of Markupsafe, which avoids the over-escaping.
-
Robert Raposa authored
- Add capability to run linter on file or directory - Add rule for HTML() requiring Text() - Add rule for HTML() and Text() being closed before format() - Add rule for Text() unnecessary without HTML() - Enhance expression parsing - Add real arg parser for script - Clean up unit tests
-
Andy Armstrong authored
Introduce Pattern Library test pages (take two)
-
Vedran Karačić authored
Lower padding on header for 320 breakpoint.
-
Vedran Karacic authored
-
Ben Patterson authored
FEDX-88. Marking bok-choy test as flaky.
-
Andy Armstrong authored
FEDX-93 These are developer only pages, so can not be seen in production environment. On devstack, you can access these pages in LMS and Studio at: /template/ux/reference/pattern-library-test.html This is the second attempt to enable the Pattern Library. The first attempt broke Django Templates and didn't work correctly with right-to-left styling.
-
- Apr 10, 2016
-
-
Ben Patterson authored
-
- Apr 08, 2016
-
-
cahrens authored
TNL-4355
-
Andy Armstrong authored
Revert "Introduce Pattern Library test pages"
-
Diana Huang authored
Add configurable name for verified track cohort.
-
Diana Huang authored
-
Eric Fischer authored
Course Updates date validation
-
clrux authored
Adding i18n info for developers
-
Ben Patterson authored
Decreased the flakiness of upload_tar function
-
Brian Jacobel authored
This reverts commit 845e3708.
-
Ned Batchelder authored
Remove unused imports
-
Eric Fischer authored
-
Chris Rodriguez authored
-
Kevin Falcone authored
Submission History safe by default
-
Ned Batchelder authored
-
Eric Fischer authored
TNL-4115. Previously, course updates (which are intended to be posted with dates, for sorting in the LMS) could be authored in studio with a valid date, nothing, or a random string as the "date" for the update. As there is no validation for this in studio, everything succeeded with no warning. However, the LMS has problems parsing some of these values, and barfs when loaded by learners. The fix does two big things: - gracefully handles invalid dates in LMS. These updates are now treated as having a date of today, for sorting purposes. - turns on validation in studio. Now, it is not only impossible to enter invalid dates in studio, but notifications will draw the course author's eye if any invalid updates were previously saved. Test additions for this commit: Adds: - unit test for LMS parsing - Jasmine test to confirm invalid dates cannot be set by the user -also adds event to setAndValidate instead of using a global object - fix for lettuce test -It is no longer valid to enter the string "January 1, 2013" as this test had been doing. Keyed-in entries must use MM/DD/YY format.
-