Brian Talbot
f4ef603d73
adds in aria attributes and semantic status content for annotation problems
2013-06-10 16:22:15 -07:00
Brian Talbot
4706b83a2b
adds in aria attributes and semantic status content for textline problems
2013-06-10 16:22:15 -07:00
Brian Talbot
8e30981f6f
revises the show/hide answer input to use an HTML button element for accessibility purposes
2013-06-10 16:22:14 -07:00
Giulio Gratta
7390b517f0
required labels, active accordion item, move previous arrow to before unit sequence
2013-06-10 16:22:14 -07:00
Giulio Gratta
70332f897b
courseware active location, suppress browser form validation, and progress graph accessibilit changes
2013-06-10 16:22:13 -07:00
Giulio Gratta
2cad6fe261
user button and menu accessiblity hidden span addition
2013-06-10 16:22:13 -07:00
Greg Price
2e38130cb7
Add feedback submission test case for invalid email address
2013-06-10 18:01:44 -04:00
Greg Price
ca8927ed67
Tweak text in help modal per request from Mary
2013-06-10 18:01:44 -04:00
Greg Price
42b7a0717b
Tag all Zendesk issues with "LMS" per request from Mary
2013-06-10 18:01:44 -04:00
Greg Price
7be6880fd2
Add course id tagging to feedback submissions
2013-06-10 18:01:44 -04:00
Greg Price
73d3b14500
Add more information to Zendesk tickets and make the information more readable
2013-06-10 18:01:44 -04:00
Greg Price
17647abd5c
Add datadog reporting to the feedback submission mechanism
2013-06-10 18:01:43 -04:00
Don Mitchell
44061f9c04
Revert bad merge
2013-06-10 17:16:35 -04:00
Don Mitchell
5a8e4bff67
Test all date_utils variants
2013-06-10 17:16:35 -04:00
Don Mitchell
e4757452f0
Partial implementation of means to get xmodule from descriptor and
...
attempt to test xmodule_modified (see fixme)
Removed obsolete else clause from before conversion
Ensure factories use datetime not struct_time for start date
Added more unit tests for settings encoder
2013-06-10 17:16:35 -04:00
Don Mitchell
e7c4e5f4d3
Fixed use_tz not being effective in cms
2013-06-10 17:16:35 -04:00
Don Mitchell
168cb306d3
Move tz_aware into connection config rather than settings.
...
Make django use_tz
2013-06-10 17:16:35 -04:00
Don Mitchell
909fe134f9
Added date_util tests back in and handle null time obj.
2013-06-10 17:16:34 -04:00
Don Mitchell
28f8910db4
Make pymongo tz_aware
2013-06-10 17:16:34 -04:00
Don Mitchell
855433341d
Minor code review fixes (removing commented code).
2013-06-10 17:16:34 -04:00
Don Mitchell
e47f8b1765
Coding consistency changes for code review.
2013-06-10 17:16:34 -04:00
Don Mitchell
b7cfbe0ce6
Add safety check for start dates unbound
2013-06-10 17:16:34 -04:00
Don Mitchell
d7194e6bec
struct_time to datetime conversion.
2013-06-10 17:16:34 -04:00
Will Daly
673c015e8e
Merge pull request #113 from edx/will/jenkins-detached-head
...
Will/jenkins diff cover
2013-06-10 14:00:17 -07:00
Don Mitchell
976280e693
Merge pull request #110 from edx/bug/dhm/baddrafts
...
Have the draft module store actively prevent non-leaf nodes from being
2013-06-10 12:01:49 -07:00
Ned Batchelder
62b2323588
Merge pull request #94 from edx/ned/fix-silly-xml-encoding-errors
...
Fix encoding errors when hashing XML
2013-06-10 10:45:37 -07:00
Ned Batchelder
fea6792637
In these tests, 'rendered_html' is neither rendered, nor HTML. Name it context_repr, since that's what it is.
2013-06-10 13:11:10 -04:00
dcadams
0b4e03e8bc
Merge pull request #66 from edx/feature-dcadams-usermanagement
...
Feature user-management autoenroll
2013-06-10 10:10:57 -07:00
Ned Batchelder
5bc7333ca8
Test the Unicode handling during construction of an ErrorModule directly.
2013-06-10 12:58:10 -04:00
Ned Batchelder
a841bf7d2e
Use repr instead of str for getting context data via the system render function, so it works better for non-ASCII data.
2013-06-10 12:57:39 -04:00
chrisndodge
1c348a94d4
Merge pull request #116 from edx/fix/cdodge/make-sure-imported-files-are-location-clean
...
partial fix for STUD-145, catch invalid location errors and return a HTT...
2013-06-10 09:48:56 -07:00
Chris Dodge
0c6991822b
move test so it doesn't split the tests from a helper method
2013-06-10 12:46:03 -04:00
Christina Roberts
5bc91d8a04
Merge pull request #117 from edx/bug/christina/max-attempts
...
Allow a value of 0 for max attempts. STUD-264.
2013-06-10 09:40:35 -07:00
cahrens
b0b3062a20
Allow a value of 0 for max attempts. STUD-264.
2013-06-10 11:51:25 -04:00
Chris Dodge
d9ce3162e0
partial fix for STUD-145, catch invalid location errors and return a HTTP 400 error to client
2013-06-10 11:47:37 -04:00
Calen Pennington
6c24694a7c
Fix tests that vary urls.py
...
Create a mixin class that can be used for tests that customize urls.py
to force django to reload it, so that they don't break other tests.
2013-06-10 10:56:50 -04:00
Will Daly
13fc113282
Updated to latest version of diff-cover (now compares
...
to `origin/master` instead of `master`)
2013-06-10 10:17:56 -04:00
Ned Batchelder
979ee6844e
Add to the test, a check that the XML file truly has a non-ASCII character in it.
2013-06-07 19:05:01 -04:00
Juho Kim
98b978528b
simplified analytics conf
2013-06-07 18:54:36 -04:00
Ned Batchelder
4896e44589
Write a test for the XML unicode conversion fix.
2013-06-07 17:07:33 -04:00
Ned Batchelder
aac7e364d3
Make the repr right.
2013-06-07 17:05:58 -04:00
Don Mitchell
2266028921
Have the draft module store actively prevent non-leaf nodes from being
...
saved as draft.
2013-06-07 15:40:30 -04:00
caesar2164
3fe830a803
Merge pull request #98 from edx/giulio/fix-image-urls
...
move url() wrapper into SASS variable
2013-06-07 09:53:01 -07:00
Greg Price
2c29481611
Merge pull request #106 from edx/release
...
Merge hotfix-2013-06-07
2013-06-07 08:05:58 -07:00
Greg Price
7af474feac
Merge pull request #104 from edx/hotfix/instructor-dash
...
Fix XSS vulnerability in instructor dashboard
2013-06-07 07:59:12 -07:00
Greg Price
625a9581eb
Fix XSS vulnerability in instructor dashboard
2013-06-07 10:23:03 -04:00
e0d
6cf7d26381
Merge pull request #95 from edx/fix/e0d/no-name-e
...
fixing bug noticed in production
2013-06-07 07:13:39 -07:00
Ned Batchelder
69f8bf7afa
Fix weird formatting.
2013-06-07 09:58:12 -04:00
Ned Batchelder
ccaf8178fd
Change a test to get at some Unicode issues.
2013-06-07 09:57:51 -04:00
David Baumgold
eb18113f14
Merge branch 'release'
2013-06-07 09:23:29 -04:00