- 28 Oct, 2013 7 commits
-
-
Improve forum error handling
Greg Price committed -
Add explicit wait to JS transcript tests
Will Daly committed -
CommentClientError now has sane subclasses that are meaningfully distinct, and each subclass is handled appropriately. Errors raised by the requests library are no longer handled by turning them into CommentClientErrors, since there is no meaningful handling we can do, and this way we will get more visibility into why errors are occurring. Also, HTTP status codes from the comments service indicating client error are correctly passed through to the client.
Greg Price committed -
Cheatsheet modal is accessible. LMS-1303
Ned Batchelder committed -
Will Daly committed
-
Add css mode to the compressed file.
Christina Roberts committed -
Commit/rollback transaction after rendering response to prevent TransactionManagementErrors due to db access in templates.
Usman Khalid committed
-
- 25 Oct, 2013 14 commits
-
-
Fix for static path parsing
dcadams committed -
Use the leanModal stuff to show the cheatsheet dialog in the wiki. LMS-1303
Ned Batchelder committed -
When a url contains a query parameter it gets incorrectly parsed when replacing the /static portion. This fix handles urls with query parameters.
David Adams committed -
STUD-833
cahrens committed -
David Baumgold committed
-
test bucket existence before creation
Jason Bau committed -
Prevent unbounded nesting of lms field_datas
David Baumgold committed -
Previously, whenever a XModule was created from a XDescriptor, we created another level of nesting of FieldData objects. This change prevents that nesting. [TKTS-393]
Calen Pennington committed -
Also let xml import work on modulestores that don't use write signaling
Carlos Andrés Rocha committed -
Jason Bau committed
-
Jason Bau committed
-
student.views.confirm_email_change: commit/rollback transaction after rendering response instead of before
Usman Khalid committed -
student.tests: Added db access in mock_render_to_response() to test any issues with @transaction.commit_manually
Usman Khalid committed -
Add masked input back into RequireJS
Diana Huang committed
-
- 24 Oct, 2013 19 commits
-
-
thedeadparrot committed
-
Add skip links to both CMS and LMS
Diana Huang committed -
Diana Huang committed
-
Bug: LMS-1311
Diana Huang committed -
Brian Talbot committed
-
LMS-1311
Diana Huang committed -
Brian Talbot committed
-
LMS-1311
Diana Huang committed -
* add HTML for links * hide links when they are not focused * when focused, show link (as recommended) * move accessibility tools to common LMS-1311
Diana Huang committed -
Upgrade newrelic so that we can use the new histogram and percentile features
Calen Pennington committed -
Update URLs for assets
Christina Roberts committed -
Added explicit wait to failing JS test
Will Daly committed -
cahrens committed
-
A11Y changes: better :focus styling, increased contrast, and added image alt texts
Giulio Gratta committed -
- Doubled up :hover and :focus styling to improve a11y - Increase contrast of certain UI elements for improved a11y - Added some image alt text for a11y - Changed video caption styling to blue and made them underline on hover and added a skip link before video for screenreaders. Fixes Bugs: - LMS-1336
Giulio Gratta committed -
Certificates: Add regeneration command
Joe Blaylock committed -
Calen Pennington committed
-
Will Daly committed
-
Pull modal cover and date utils into their own files.
Christina Roberts committed
-