- 14 Apr, 2016 8 commits
-
-
Adam Palay committed
-
Adam Palay committed
-
Merge pull request #12104 from edx/tasawer/story/ecom-3201-handle-empty-list-of-courses-and-programs Updated dashboard UI for empty list of courses and programs
Zubair Afzal committed -
MA-1982 and MA-1991 version-based mobile app upgrade
wajeeha-khalid committed -
Updated dashboard UI for empty list of courses and programs
Tasawer committed -
wajeeha-khalid committed
-
jia/MA-1815 retrieve count for child comments
wajeeha-khalid committed -
Improved OAuth client credentials support
Clinton Blackburn committed
-
- 13 Apr, 2016 9 commits
-
-
Email notification
Bill DeRusha committed -
- Updated django-oauth2-provider libraries - Added test ensuring issued access tokens have the basic scopes needed to get user info ECOM-4197
Clinton Blackburn committed -
Bill DeRusha committed
-
TNL-3818: fixed recent activity mapping in thread-list sort
wajeeha-khalid committed -
[SOL-1668] Coupon codes application is not available for a user who has just activated his account
Vedran Karačić committed -
wajeeha-khalid committed
-
Disallow free verified course modes (second attempt)
Simon Chen committed -
When a user tries to purchase a verified certificate for the first time or upgrade to verified, if the ecommerce checkout is enabled redirect the user to the ecommerce checkout basket.
Vedran Karacic 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 12 commits
-
-
TNL-4324: Add check for strings that should be wrapped with HTML()
Robert Raposa committed -
Robert Raposa committed
-
API request page improvements.
Peter Fogg committed -
Robert Raposa committed
-
rtl support static pages
Christina Roberts committed -
Fix encoding of Django-called Mako files to be safe
Ned Batchelder committed -
ECOM-4024
Peter Fogg committed -
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
Bound3R committed -
- 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 committed -
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
Robert Raposa committed -
Add a11y test for the course home page.
Peter Fogg committed -
Allow the "Default Group" to be renamed (automatic cohorting)
Christina Roberts committed
-
- 11 Apr, 2016 11 commits
-
-
TNL-4324: Enhance linter for HTML() and Text()
Robert Raposa committed -
ECOM-3198 Add banner image to the program listing program cards
Simon Chen committed -
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 -
- 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
Robert Raposa committed -
Introduce Pattern Library test pages (take two)
Andy Armstrong committed -
Lower padding on header for 320 breakpoint.
Vedran Karačić committed -
Vedran Karacic committed
-
FEDX-88. Marking bok-choy test as flaky.
Ben Patterson 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
-