- 13 Feb, 2014 2 commits
-
-
Calen Pennington committed
-
- 12 Feb, 2014 5 commits
-
-
Fix for STUD-1311
Calen Pennington committed -
Calen Pennington committed
-
STUD-1311
zubiar-arbi committed -
Video: Revert Download transcript button behavior.
Anton Stupak committed -
polesye committed
-
- 11 Feb, 2014 2 commits
-
-
Video: Fix for Download Video link.
Anton Stupak committed -
polesye committed
-
- 10 Feb, 2014 18 commits
-
-
Don't internationalize strings we use for enrollment.
Diana Huang committed -
LMS-2218
Diana Huang committed -
Refactor student views
David Baumgold committed -
Add a second fake translation language
Ned Batchelder committed -
Add Greek language translations
Sarina Canelake committed -
Remove unused imports.
Ned Batchelder committed -
Accessibility improvements to the sequence navigation
Dave St.Germain committed -
Fix pylint/pep8 warnings, use JsonResponse instead of HttpResponse where useful, put in TODOs to change HTTP status codes to be more accurate.
David Baumgold committed -
For a11y, modal dialogs and script templates should be hidden...
Dave St.Germain committed -
Sarina Canelake committed
-
Dave St.Germain committed
-
Fix pylint violations
Calen Pennington committed -
Ned Batchelder committed
-
Add pycharm helpers to gitignore
Jay Zoldak committed -
Calen Pennington committed
-
Updated title and template for image modal html component
Mark Hoeber committed -
i18n word cloud LMS-2197
Sarina Canelake committed -
LMS-2215
Mark Hoeber committed
-
- 08 Feb, 2014 2 commits
-
-
Ned Batchelder committed
-
Ned Batchelder committed
-
- 07 Feb, 2014 11 commits
-
-
Feanil Patel committed
-
Registration HTTP status code fix for release
Feanil Patel committed -
Enable (and test) xml export of pure XBlocks
Calen Pennington committed -
Sarina Canelake committed
-
Calen Pennington committed
-
Add the ability to view templates in a browser in development mode
Andy Armstrong committed -
Skip tilde files when importing
David Baumgold committed -
fix tests that were breaking on dev envs due to TIME_ZONE='UTC'
Jason Bau committed -
David Baumgold committed
-
Avoid requesting unnecessary thread responses
Greg Price committed -
This adds a simple mechanism to view any template file directly in a browser. The intention is that we can use this to build up reference HTML files which illustrate common UX patterns. We can then view the resulting pages without having to have a working implementation. In development mode, the URL is /template followed by the path to the template file. For example, you can view the 404 page at: /template/404.html You can also supply string parameters to the template by specifying them as query parameters in the URL. e.g. /template/my_template?name=Foo
Andy Armstrong committed
-