- 21 Apr, 2016 2 commits
-
-
This should make it easier to test programs-related features. Preface to ECOM-3200.
Renzo Lucioni committed -
Muddasser committed
-
- 20 Apr, 2016 4 commits
-
-
Dmitry Viskov committed
-
Adam Palay committed
-
remove CertificateStatuses.regenerating
Adam Palay committed -
Adam committed
-
- 19 Apr, 2016 2 commits
-
-
Sanford Student committed
-
Adam committed
-
- 18 Apr, 2016 2 commits
-
-
Updated dashboard UI for empty list of courses and programs
tasawernawaz committed -
Ayub-khan committed
-
- 16 Apr, 2016 1 commit
-
-
Dmitry Viskov committed
-
- 15 Apr, 2016 6 commits
-
-
Ben Patterson committed
-
Includes a11y coverage. ECOM-3980.
Renzo Lucioni committed -
Adam committed
-
-Adressed all comments
Ayub-khan committed -
Updated dashboard UI for empty list of courses and programs
tasawernawaz committed -
Resolves conflicts between reverts of pattern library test pages and multi-site comprehensive theming, and the re-introduction of pattern library test pages. Fixes a pipeline rendering test which relied on other tests updating assets. The test now ensures that static assets are available before running.
Andy Armstrong committed
-
- 14 Apr, 2016 8 commits
-
-
We've already audited this for responsiveness. Just need to turn it on. JIRA: https://openedx.atlassian.net/browse/MA-1809
Akiva Leffert committed -
* tests for dragging * icon location reference updates * pattern library usage
Chris Rodriguez committed -
Simon Chen committed
-
This reverts commit 628843f6.
tasawernawaz committed -
Muddasser committed
-
wajeeha-khalid committed
-
-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"
Ayub-khan committed -
Updated dashboard UI for empty list of courses and programs
Tasawer committed
-
- 13 Apr, 2016 2 commits
-
-
wajeeha-khalid committed
-
The verification workflow assumes that all verified courses will have a price. Free verified course modes cause a 404 when the user attempts to enroll or upgrade.
Omar Khan committed
-
- 12 Apr, 2016 3 commits
-
-
This reverts commit 4c83a2f0.
Diana Huang committed -
This reverts commit 09586d8a.
Toby Lawrence committed -
This reverts commit a796b563. Conflicts: lms/envs/common.py openedx/core/djangoapps/theming/models.py pavelib/assets.py pavelib/paver_tests/test_assets.py
Matt Drayer committed
-
- 11 Apr, 2016 5 commits
-
-
Simon Chen committed
-
Peter Fogg committed
-
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.
Ned Batchelder committed -
MA-2258
Nimisha Asthagiri committed -
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.
Andy Armstrong committed
-
- 10 Apr, 2016 1 commit
-
-
Ben Patterson committed
-
- 08 Apr, 2016 4 commits
-
-
This reverts commit 845e3708.
Brian Jacobel committed -
This reverts commit 845e3708.
Brian Jacobel committed -
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.
Eric Fischer committed -
Ned Batchelder committed
-