Commit Graph

28200 Commits

Author SHA1 Message Date
Carlos Andrés Rocha
7d76f36018 Make course xml export work for all modulestores
Also let xml import work on modulestores that don't use write signaling
2013-10-25 11:58:17 -04:00
Jason Bau
d0185c934a make OEE upload test pass 2013-10-25 08:32:50 -07:00
Jason Bau
63bdeea44b test bucket existence before creation 2013-10-25 08:32:50 -07:00
Usman Khalid
8f356fc3ec student.views.confirm_email_change: commit/rollback transaction after rendering response instead of before 2013-10-25 15:02:53 +00:00
Usman Khalid
6ddd0ae5ab student.tests: Added db access in mock_render_to_response() to test any issues with @transaction.commit_manually 2013-10-25 15:02:52 +00:00
Julia Hansbrough
4261569215 Fixing accessibility bug where users could not tab through on wiki
LMS-1307
2013-10-25 13:10:14 +00:00
Diana Huang
30861d0b3d Merge pull request #1498 from edx/diana/fix-cms-acceptance
Add masked input back into RequireJS
2013-10-25 04:27:40 -07:00
thedeadparrot
19129e6081 Add masked input back into RequireJS 2013-10-24 19:50:56 -04:00
Diana Huang
6f34bb1dac Merge pull request #1468 from edx/diana/navigation-skip-links
Add skip links to both CMS and LMS
2013-10-24 14:15:58 -07:00
Diana Huang
f2f067a37d Update CHANGELOG 2013-10-24 17:15:31 -04:00
Diana Huang
67da62f83c Update the JS to match the new semantics.
Bug: LMS-1311
2013-10-24 17:12:40 -04:00
Brian Talbot
de12777555 simplifying semantic and stylistic properties of skip nav UI 2013-10-24 17:12:40 -04:00
Diana Huang
43bdb5da54 Minor fixes to match new HTML and CSS updates.
LMS-1311
2013-10-24 17:12:20 -04:00
Brian Talbot
5b63b176da revises semantics and Sass used for skip navigation 2013-10-24 17:12:19 -04:00
Diana Huang
20b9258d43 Add in tabIndex to ensure that the tabbing works properly for link.
LMS-1311
2013-10-24 17:10:33 -04:00
Diana Huang
d34c4a66c7 Add skip links to both CMS and LMS
* add HTML for links
* hide links when they are not focused
* when focused, show link (as recommended)
* move accessibility tools to common

LMS-1311
2013-10-24 17:10:33 -04:00
Adam Palay
6b6e568063 remove instances of @edx.org email addresses in our default settings
Bug: LMS-1363
2013-10-24 17:02:15 -04:00
Calen Pennington
71ece15cfb Merge pull request #1488 from cpennington/update-newrelic
Upgrade newrelic so that we can use the new histogram and percentile features
2013-10-24 13:48:43 -07:00
Christina Roberts
3958bab6ae Merge pull request #1454 from edx/christina/assets
Update URLs for assets
2013-10-24 13:22:39 -07:00
Will Daly
3fa5559a36 Merge pull request #1487 from edx/will/fix-js-transcript-test
Added explicit wait to failing JS test
2013-10-24 13:18:12 -07:00
cahrens
39a8d07e47 Update URLs for assets. 2013-10-24 16:00:56 -04:00
Giulio Gratta
ea163de038 Merge pull request #1479 from edx/giulio/a11y-batch1
A11Y changes: better :focus styling, increased contrast, and added image alt texts
2013-10-24 12:47:43 -07:00
Giulio Gratta
5a46177a5e A11Y changes: better :focus styling, increased contrast, and added image alt texts
- 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
2013-10-24 12:47:19 -07:00
Joe Blaylock
9e76c6120b Merge pull request #1286 from edx/jrbl/certs-single-user
Certificates: Add regeneration command
2013-10-24 11:59:32 -07:00
Calen Pennington
ef75a05c9e Upgrade newrelic so that we can use the new histogram and percentile features 2013-10-24 14:49:48 -04:00
Will Daly
67fef2dd42 Added explicit wait to failing JS test 2013-10-24 14:37:56 -04:00
Christina Roberts
b00d59edf1 Merge pull request #1354 from edx/christina/overview-modal
Pull modal cover and date utils into their own files.
2013-10-24 11:32:35 -07:00
Christina Roberts
d14e81cfe7 Merge pull request #1467 from edx/christina/users
Convert course team management to new URL scheme.
2013-10-24 11:32:13 -07:00
cahrens
9a6494926d Move imports to top of file. 2013-10-24 14:01:24 -04:00
cahrens
355ebd62e3 Convert course team management to new URL scheme.
Move RESTful URLs into our "done" section.
2013-10-24 14:01:24 -04:00
Don Mitchell
1cec44e535 Merge pull request #1191 from edx/dhm/orphan_finder
Write restful service to find all orphans
2013-10-24 10:49:22 -07:00
Don Mitchell
f45abe3d9f Use new restful pattern instead 2013-10-24 13:18:23 -04:00
Don Mitchell
8bbaf0065b Separate doc_store_config 2013-10-24 13:18:22 -04:00
Don Mitchell
4e455fd87f Limit read access to people with write access.
Add unit tests for auth
2013-10-24 13:18:22 -04:00
Don Mitchell
e9c70633c6 Add delete if staff member 2013-10-24 13:18:22 -04:00
Don Mitchell
6b9797522b Write restful service to find all orphans
To help fix recent bugs re orphaned discussions and
to prototype a more restful json oriented api.
2013-10-24 13:18:22 -04:00
Christina Roberts
286ae9e73d Merge pull request #1470 from edx/christina/cleanup-course-index
Get rid of course_index shim.
2013-10-24 09:22:36 -07:00
Don Mitchell
177d1ea92f Merge pull request #1485 from edx/dhm/bug_course_case
tighten case-insensitive test to require full string match
2013-10-24 09:08:29 -07:00
cahrens
12488db015 Get rid of course_index shim. 2013-10-24 11:35:02 -04:00
Don Mitchell
3a6a9ee009 tighten case-insensitive test to require full string match 2013-10-24 11:24:37 -04:00
Sarina Canelake
13aa77b02c Merge pull request #1021 from smartdec/select/fix-shlex-unicode
FIX - Fixes dropdown problem with non latin options
2013-10-24 08:17:15 -07:00
stroilova
9042a0a85d Merge pull request #1474 from edx/edx/docs/cleanup-info
update personal info in example
2013-10-24 07:55:52 -07:00
Adam
4257f71453 Merge pull request #1473 from edx/adam/fix/a11y-modal-management
makes ajustments to modals on page load
2013-10-24 07:13:55 -07:00
David Ormsbee
8c51c59b55 Merge pull request #1482 from edx/hotfix/randomize_descriptor
Add get_child_descriptors to the list of module_attrs in XModuleDescriptor
2013-10-24 06:11:45 -07:00
Pavel Yushchenko
72aa5cbf57 added my name to AUTHORS 2013-10-24 17:05:25 +04:00
Pavel Yushchenko
d238e03f02 remove cast to list 2013-10-24 17:04:32 +04:00
Pavel Yushchenko
0de098468f fixes shlex unicode 2013-10-24 17:04:32 +04:00
Alexander Kryklia
ee02a2dd97 Merge pull request #1421 from edx/anton/metadata-time-field
Anton/metadata time field
2013-10-24 05:50:13 -07:00
Sarina Canelake
adb320c88a Merge pull request #1461 from edx/sarina/email-subject-ux
UX explaining inst dash email subject length (128 characters)
2013-10-24 04:23:20 -07:00
Sarina Canelake
aabe8fc6b4 UX explaining inst dash email subject length (128 characters) 2013-10-23 23:18:24 -04:00