- Feb 10, 2014
-
-
David Baumgold authored
Fix pylint/pep8 warnings, use JsonResponse instead of HttpResponse where useful, put in TODOs to change HTTP status codes to be more accurate.
-
Dave St.Germain authored
For a11y, modal dialogs and script templates should be hidden...
-
Calen Pennington authored
Fix pylint violations
-
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 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
-
Sylvia Pearce authored
Change order of tags (now alphabetical); add link list at beginning of document
-
David Baumgold authored
-
David Baumgold authored
-
Dave St.Germain authored
Added an alt tag to the footer logo; added charset meta tag; moved
-
Jay Zoldak authored
-
Brian Talbot authored
Add '' default to bodyclass in courseware templates
-
David Baumgold authored
Prepend theme template paths
-
Jason Bau authored
-
- Feb 06, 2014
-
-
John Jarvis authored
Jarv/db env override
-
Greg Price authored
-
Mark Hoeber authored
Add periodic table and molecule editor to Additional Tools
-