- Feb 10, 2014
-
-
Ned Batchelder authored
-
Ned Batchelder authored
-
Ned Batchelder authored
We use pybabel to extract strings from third-party apps, put them on Transifex, then merge them into django.po. [LMS-1681]
-
Ned Batchelder authored
Add a second fake translation language
-
Sarina Canelake authored
Add Greek language translations
-
Ned Batchelder authored
Remove unused imports.
-
Dave St.Germain authored
Accessibility improvements to the sequence navigation
-
Dave St.Germain authored
For a11y, modal dialogs and script templates should be hidden...
-
Sarina Canelake authored
-
Dave St.Germain authored
-
Calen Pennington authored
Fix pylint violations
-
Ned Batchelder authored
-
Jay Zoldak authored
Add pycharm helpers to gitignore
-
Calen Pennington authored
-
Mark Hoeber authored
Updated title and template for image modal html component
-
Sarina Canelake authored
i18n word cloud LMS-2197
-
Mark Hoeber authored
LMS-2215
-
- Feb 08, 2014
-
-
Ned Batchelder authored
-
Ned Batchelder authored
-
- Feb 07, 2014
-
-
Feanil Patel authored
-
Feanil Patel authored
Registration HTTP status code fix for release
-
Calen Pennington authored
Enable (and test) xml export of pure XBlocks
-
Sarina Canelake authored
-
Calen Pennington authored
-
Andy Armstrong authored
Add the ability to view templates in a browser in development mode
-
David Baumgold authored
Skip tilde files when importing
-
Jason Bau authored
fix tests that were breaking on dev envs due to TIME_ZONE='UTC'
-
David Baumgold authored
-
Greg Price authored
Avoid requesting unnecessary thread responses
-
Andy Armstrong authored
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
-
Mark Hoeber authored
Remove warning about LTI not working in Preview mode
-
David Baumgold authored
LMS-2203
-
Giulio Gratta authored
Image Modal CMS HTML Block subtype
-
Giulio Gratta authored
- 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
-
Dave St.Germain authored
screen readers. Also, the mathjax message should be wrapped to prevent non-IE browsers from complaining about a feature that is IE-only.
-
Greg Price authored
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 authored
Add acceptance tests for forum response pagination
-
David Baumgold authored
Fix goto_position in sequence coffeescript.
-
Ned Batchelder authored
Make i18n:generate more flexible
-
Mark Hoeber authored
Sylvia/documentation/bld 801
-