- 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 18 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 -
Remove warning about LTI not working in Preview mode
Mark Hoeber committed -
LMS-2203
David Baumgold committed -
Image Modal CMS HTML Block subtype
Giulio Gratta committed -
- Added YAML file for the HTML template code for the modal to work - Added CSS and JS code for modal to look and function properly - Updated code to take comments into account. - Simplified HTML template and expanded JS to set up image modal on load. - Added preliminary drag script. - Converted jQuery UI draggable to Draggabilly
Giulio Gratta committed -
screen readers. Also, the mathjax message should be wrapped to prevent non-IE browsers from complaining about a feature that is IE-only.
Dave St.Germain committed -
The front-end code for rendering a thread always makes an AJAX request for the resopnses, regardless of how the thread was accessed (directly by URL or by selecting it from the thread list). Previously, when a user accessed a thread directly by URL, the LMS would initially request the thread from the comments service with responses, but that response data was never actually used. Now, the responses are not fetched with that initial query.
Greg Price committed -
Add acceptance tests for forum response pagination
Greg Price committed
-