- 03 Jun, 2015 1 commit
-
-
David Baumgold committed
-
- 02 Jun, 2015 2 commits
-
-
Diana Huang committed
-
Andy Armstrong committed
-
- 06 Jan, 2015 1 commit
-
-
* updating vendor files * updating class syntax (to new FA-based classes) for all UI elements * correcting broken tests
Chris committed
-
- 15 Nov, 2014 1 commit
-
-
Kevin Luo committed
-
- 19 Sep, 2014 1 commit
-
-
add tests for static tabs
Adam Palay committed
-
- 07 May, 2014 1 commit
-
-
This commit updates lms/templates. These keys are now objects with a limited interface, and the particular internal representation is managed by the data storage layer (the modulestore). For the LMS, there should be no outward-facing changes to the system. The keys are, for now, a change to internal representation only. For Studio, the new serialized form of the keys is used in urls, to allow for further migration in the future. Co-Author: Andy Armstrong <andya@edx.org> Co-Author: Christina Roberts <christina@edx.org> Co-Author: David Baumgold <db@edx.org> Co-Author: Diana Huang <dkh@edx.org> Co-Author: Don Mitchell <dmitchell@edx.org> Co-Author: Julia Hansbrough <julia@edx.org> Co-Author: Nimisha Asthagiri <nasthagiri@edx.org> Co-Author: Sarina Canelake <sarina@edx.org> [LMS-2370]
Calen Pennington committed
-
- 08 Apr, 2014 2 commits
-
-
Sarina Canelake committed
-
Signup modal Just translate discussion sr text Markdown editor help Help modal and reverify dash
Sarina Canelake committed
-
- 21 Mar, 2014 1 commit
-
-
Changed "Status Page" -> "Page". UX: support for displaying built-in tabs restored drag and drop on Studio Pages additional styling for fixed state on Studio Pages add a new page action added to bottom of Studio Pages Dev changes for viewing tabs in studio, refactored the tab code, decoupled the code from django layer. is_hideable flag on tabs get_discussion method is needed to continue to support external_discussion links for now since used by 6.00x course. override the __eq__ operator to support comparing with dict-type tabs. Test moved test code to common, added acceptance test for built-in pages added additional unit tests for tabs. changed test_split_modulestore test to support serializing objects that are fields in a Course. Env: updated environment configuration settings so they are consistent for both cms and lms.
Nimisha Asthagiri committed
-
- 11 Mar, 2014 2 commits
-
-
Giulio Gratta committed
-
Giulio Gratta committed
-
- 28 Feb, 2014 1 commit
-
-
Chris Dodge committed
-
- 27 Feb, 2014 2 commits
-
-
Frances Botsford committed
-
Sarina Canelake committed
-
- 14 Feb, 2014 1 commit
-
-
Brian Talbot committed
-
- 14 Jan, 2014 1 commit
-
-
Introduction of the Microsite feature which allows for limited multi-tenant branding on a subdomain basis, e.g. foo.edx.org and bar.edx.org fix errorenous logic when running a microsite that could reside in a hosting environment with a marketing site in front of it pep8/pylint fixes address PR feedback, remove underscore from test hostname more pep8/pylint cleanup. Skip test_microsites test, it works on localdev, not on Jenkins. Need to talk with QA team manually add Ned's single-to-double quote fix change aws.py runtimes so that the microsite_dir that is read from configuration is changed to a python path Conflicts: lms/templates/help_modal.html
Chris Dodge committed
-
- 10 Jan, 2014 1 commit
-
-
Ned Batchelder committed
-
- 09 Jan, 2014 1 commit
-
-
[LMS-1680]
David Ormsbee committed
-
- 03 Dec, 2013 1 commit
-
-
David Baumgold committed
-
- 16 Oct, 2013 1 commit
-
-
Brian Talbot committed
-
- 25 Sep, 2013 2 commits
-
-
Adam Palay committed
-
Adam Palay committed
-
- 17 Sep, 2013 2 commits
-
-
Adam Palay committed
-
Adam Palay committed
-
- 09 Sep, 2013 5 commits
-
-
Users should be able to close the modal with the "escape" key.
Xavier Antoviaque committed -
Modal dialogs should manage keyboard focus, ensuring that users can't tab out of the modal dialog and back into the page itself (effectively moving “behind” the dimmed modal). On the last focusable element of the dialog, return focus back to the first focusable element. Also move the close button to the start of the dialog's section, making it the first focusable URL, to ensure focus matches the visual representation of the dialog.
Xavier Antoviaque committed -
The close button for the modal dialog was marked up as a paragraph, containing a graphical text character, inside two div elements, with an associated click event. This made the button unusable for keyboard users. Replaced <divs> with a link element (<a role="button"), adapted the CSS accordingly, and updated the existing <a> modal close buttons.
Xavier Antoviaque committed -
Added a 'aria-hidden="true"' attribute to the modal initially, then toggle the value of that attribute to "false" when the modal is shown. Also remove the attribute when the modal is closed, whether it's through a click on the close button or on the overlay.
Xavier Antoviaque committed -
> To make this change explicit to assistive technology, focus should be > moved programmatically to this div after it has been made visible. To > allow the div to be focused via scripting (without adding it to the > regular focus order that keyboard users cycle through), a tabindex=”-1” > should be added. > In addition, the invalid fields should be given a an > aria-invalid="true" attribute.
Xavier Antoviaque committed
-
- 19 Aug, 2013 1 commit
-
-
Adam Palay committed
-
- 14 Aug, 2013 2 commits
-
-
Adam Palay committed
-
Adam Palay committed
-
- 13 Aug, 2013 2 commits
-
-
Adam Palay committed
-
Adam Palay committed
-
- 02 Aug, 2013 1 commit
-
-
Adam Palay committed
-
- 01 Aug, 2013 1 commit
-
-
syntax fix
Adam Palay committed
-
- 31 Jul, 2013 2 commits
-
-
fixes template errors keep tos untranslated formatting fixes
Adam Palay committed -
Calen Pennington committed
-
- 10 Jun, 2013 1 commit
-
-
Greg Price committed
-