Commit Graph

19102 Commits

Author SHA1 Message Date
Christina Roberts
5449a3ccbb Merge pull request #1506 from edx/christina/codemirror-css
Add css mode to the compressed file.
2013-10-28 06:18:58 -07:00
Usman Khalid
e027e50028 Merge pull request #1345 from edx/usman/lms1222-email-confirm-transaction-errors
Commit/rollback transaction after rendering response to prevent TransactionManagementErrors due to db access in templates.
2013-10-28 03:13:01 -07:00
dcadams
5fbda0c63b Merge pull request #1396 from edx/dcadams/fix_static_paths
Fix for static path parsing
2013-10-25 14:54:59 -07:00
David Adams
20f1feb7b1 Fix for static path parsing
When a url contains a query parameter it gets incorrectly parsed
when replacing the /static portion.

This fix handles urls with query parameters.
2013-10-25 13:02:29 -07:00
cahrens
c7c0aacb00 Add css mode to the compressed file.
STUD-833
2013-10-25 15:33:31 -04:00
David Baumgold
dc589f723c Merge remote-tracking branch 'origin/release' 2013-10-25 15:29:03 -04:00
Jason Bau
832e262400 Merge pull request #1497 from edx/jbau/fix-ora-uploads
test bucket existence before creation
2013-10-25 10:53:25 -07:00
David Baumgold
6993161d14 Merge pull request #1504 from cpennington/field-data-nesting-hotfix
Prevent unbounded nesting of lms field_datas
2013-10-25 09:54:36 -07:00
Calen Pennington
c3d25e1e61 Prevent unbounded nesting of lms field_datas
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]
2013-10-25 12:21:05 -04:00
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
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
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