- 10 Feb, 2014 1 commit
-
-
Dave St.Germain committed
-
- 05 Feb, 2014 3 commits
-
-
Removed inappropriate section tags. Because screen readers announce each section, they should not be used unless they are actually defining meaningful sections.
Dave St.Germain committed -
LMS-2156
Dave St.Germain committed -
Brian Talbot committed
-
- 04 Feb, 2014 1 commit
-
-
Dave St.Germain committed
-
- 30 Jan, 2014 1 commit
-
-
- Added note to instructors on Forum Admin page of Instructor Dashboard. - Made Role Info divs permanently displayed, but under the user list.
Giulio Gratta committed
-
- 14 Jan, 2014 1 commit
-
-
Greg Price committed
-
- 02 Dec, 2013 1 commit
-
-
polesye committed
-
- 25 Nov, 2013 1 commit
-
-
All the dialogs in the wiki are now accessible to screen readers. Also, the "Switch to selected version" button did the odd thing of reloading the page with the new version selected, but inside a dialog. That is now fixed. The merge dialog has a warning that looks kind of funky still, but you can read it, unlike the previous code. LMS-1337
Ned Batchelder committed
-
- 22 Nov, 2013 2 commits
-
-
Restrict grade report generation to 'is_superuser' users (can be overridden with feature flag ALLOW_COURSE_STAFF_GRADE_DOWNLOADS); all staff users can download generated files. LMS-58
Sarina Canelake committed -
polesye committed
-
- 15 Nov, 2013 1 commit
-
-
into beta dashboard. Also includes new functionality, in both legacy and beta dashboard, to include appropriate email text for a Shibboleth course.
David Adams committed
-
- 01 Nov, 2013 1 commit
-
-
LMS-1244
Sarina Canelake committed
-
- 30 Oct, 2013 1 commit
-
-
Add testing coverage LMS-1242 Add "Edit This Course In Studio" link for studio courses LMS-1291
Sarina Canelake committed
-
- 25 Oct, 2013 1 commit
-
-
Use the leanModal stuff to show the cheatsheet dialog in the wiki. LMS-1303
Ned Batchelder committed
-
- 24 Oct, 2013 2 commits
-
-
- 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 -
Sarina Canelake committed
-
- 22 Oct, 2013 1 commit
-
-
with vision impairments * bold text when active * add in some extra text for screen readers LMS-1306
Diana Huang committed
-
- 16 Oct, 2013 7 commits
-
-
Julia Hansbrough committed
-
Julia Hansbrough committed
-
Julia Hansbrough committed
-
Julia Hansbrough committed
-
Responses to Adam's comments; reset common.py, i18n compliance, deleted extraneous email.html file, fixed an HttpResponse, deleted unnecessary commented-out code, some small style tweaks
Julia Hansbrough committed -
Julia Hansbrough committed
-
polesye committed
-
- 10 Oct, 2013 6 commits
-
-
Julia Hansbrough committed
-
Julia Hansbrough committed
-
Julia Hansbrough committed
-
Julia Hansbrough committed
-
Responses to Adam's comments; reset common.py, i18n compliance, deleted extraneous email.html file, fixed an HttpResponse, deleted unnecessary commented-out code, some small style tweaks
Julia Hansbrough committed -
Julia Hansbrough committed
-
- 07 Oct, 2013 1 commit
-
-
LMS: adds message styling to the separate instructor_2 Sass file
Brian Talbot committed
-
- 27 Sep, 2013 2 commits
-
-
- Changed save OE message text - Fix ICE legend positioning and content - Add space to "offensive" checkbox - Change tracker variable in undo to correct one
Giulio Gratta committed -
Usman Khalid committed
-
- 26 Sep, 2013 1 commit
-
-
- Change wording when done with peer grading ("evals" -> "assessments") - Added ICE legend item for comment syntax - Added conditionals to display human readable 'grader_type' to alleviate confusion - Rename 'Show/Hide Prompt' to 'Show/Hide Question' - Reworded grading flags - Make ICE grading container larger to more easily allow users to read and edit larger texts - Adjusted lots of text and word choices to make them more user friendly - Disable previous arrow on first grader feedback and next arrow on last grader feedback - hide ORA instructions and ICE legend when calibrating so students don't feel like they need to write feedback Changes after comments: - Renamed instructions element and fixed casing issue - Renamed legend class to ice-legend - Changing condition from != to >= to not only fix incorrect one but also catch possible weirdness - Grammar fix in a message - Removing grader_type conditional in HTMl to give way to the one in python - Moving ice feedback area height styling to CSS file More changes: - Update ICE version - Modifying test to reflect code change - Adding ICE undo feature
Giulio Gratta committed
-
- 25 Sep, 2013 1 commit
-
-
Renzo Lucioni committed
-
- 19 Sep, 2013 1 commit
-
-
Usman Khalid committed
-
- 17 Sep, 2013 1 commit
-
-
LMS/Accounts: Converts many class-based Sass archetype-focused @extends to use Sass placeholder syntax
Brian Talbot committed
-
- 15 Sep, 2013 1 commit
-
-
Squashed commits to facilitate cherry-picking. Committers and original commit messages are: - ==> @caesar2164, * ==> @jrbl, ~ ==> @jbau - Added boolean to OE problem CMS settings to turn on ICE track changes - Added ICE init and tracking start/stop to HTML - Conditional in Peer Grading HTML for ICE container - CSS styling for ICE container and insertion/deletion elements - Added class to track changes HTML - Added ice.min.js as well as included it in the js requirements for peer grading - Use track_changes in peer_grading_problem * Refactor peer_grading_problem to lookup track_changes variable by problem location. * Whitelist ICE insert, delete tags * Adds ICE multi-user-editor insert and delete tags to the peer grading sanitize_html whitelist. - add reset button * Introduction ICE means we need its inline tags to get passed through to the feedback target, but we don't want malicious peer feedback providers introducing <script>, etc, so we use lxml.html.clean to scrub peer grading input. * Adds feedback URL autoheating. * Allows ICE <insert> and <delete> tags but not others. ~ add helptext re: EXPERIMENTAL FEATURES ~ address a bunch of @VikParuchuri review comments on ICE for OEE ~ remove extraneous code ~ change to new xmodule accessors ~ refactor filtering ~ fix broken test test_peer_grading_problem ~ Create track_changes.coffee and remove <script> from peer_grading_problem.html ~ Remove all reliance on id in favor of local scoping and classes ~ bring up test coverage somewhat ~ remove superflous $.scrollTo ~ TODO: Filtering
Giulio Gratta committed
-
- 04 Sep, 2013 1 commit
-
-
* Uses override_settings to provide test variable * Move location of cms link to upper right * PEP8 / Pylink
Jason Bau committed
-