Will Daly
ce2c067da9
Merge pull request #2351 from edx/will/pin-test-lib-versions
...
Pin test lib versions (fix to test failures in master)
2014-01-29 05:34:22 -08:00
Will Daly
382fa9be1f
Pin subunit and testtools libraries to prevent test failures after release of these libraries on 1/29/14
2014-01-29 08:08:40 -05:00
davestgermain
b18945d1cf
Merge pull request #2332 from edx/dstgermain/a11y-html-lang
...
Set the HTML language to the browser's specified language
2014-01-28 13:44:21 -08:00
Dave St.Germain
6d50ff7b61
Set the html language to the browser's specified language
2014-01-28 16:43:29 -05:00
Will Daly
a6b97b402f
Merge pull request #2340 from edx/will/disable-transcript-test
...
Disable transcript test
2014-01-28 11:03:54 -08:00
Will Daly
eb55ed1930
Disable transcript test
2014-01-28 14:00:54 -05:00
Don Mitchell
56e28d3bb4
Merge pull request #2337 from edx/dhm/bug_perf_loc
...
Dhm/bug perf loc
2014-01-28 10:40:54 -08:00
Giulio Gratta
b615de5728
Merge pull request #2224 from edx/giulio/static-pages-text
...
Notify instructors that static page content is publicly accessible
2014-01-28 09:34:20 -08:00
David Ormsbee
6e6a1d5021
Only create loc_cache CACHE entry if it doesn't exist in ENV_TOKENS config.
2014-01-28 12:30:38 -05:00
Don Mitchell
38a6bf6824
Add set to mocked cache
2014-01-28 12:24:41 -05:00
Mark Hoeber
5003c786c5
Merge pull request #2325 from edx/sylvia/documentation/small_fixes
...
Sylvia/documentation/small fixes
2014-01-28 09:09:24 -08:00
Sylvia Pearce
92945ce5d9
Further update randomization documentation
2014-01-28 12:08:51 -05:00
Sylvia Pearce
c59e215909
Revise randomization information per feedback from Victor
2014-01-28 12:08:51 -05:00
Sylvia Pearce
fcc842f3c7
Update information about Randomization setting
2014-01-28 12:08:51 -05:00
Sylvia Pearce
9226f69ad7
Minor updates and typo fixes
2014-01-28 12:08:51 -05:00
Sylvia Pearce
2a88ced1aa
Further update randomization documentation
2014-01-28 12:08:04 -05:00
Sylvia Pearce
7c2d6dc070
Revise randomization information per feedback from Victor
2014-01-28 12:08:04 -05:00
Sylvia Pearce
31bf081ac5
Minor update to text of "Randomization"
2014-01-28 12:08:04 -05:00
Sylvia Pearce
a50cf94635
Update information about Randomization setting
2014-01-28 12:08:04 -05:00
Sylvia Pearce
34affe8a07
Minor updates and typo fixes
2014-01-28 12:08:04 -05:00
Mark Hoeber
0f8d6f03f3
Merge pull request #2336 from edx/sylvia/documentation/DOC-corrections
...
Fix image link and Zooming Image text
2014-01-28 08:04:28 -08:00
David Ormsbee
ee5ee92b37
Create local memory caching entry for location mapping.
2014-01-28 10:57:15 -05:00
Don Mitchell
14be0b6c7a
Cache course location translations
2014-01-28 10:34:31 -05:00
Usman Khalid
954cacf670
Merge pull request #2148 from edx/usman/ora197-error-on-xqueue-down
...
If unable to send submission/feedback to xqueue return an error instead of silently failing
2014-01-28 07:12:24 -08:00
Sylvia Pearce
8e21b6b1d1
Fix image link and Zooming Image text
2014-01-28 09:53:50 -05:00
Usman Khalid
1efe74ec53
Refactored tests so that individual fields in the body arg are checked and not the whole serialized body.
...
ORA-197
2014-01-28 18:44:16 +05:00
Usman Khalid
989a1b6252
If unable to send submission to grader store it instead.
...
ORA-197
2014-01-28 17:57:16 +05:00
Usman Khalid
d2ede8339a
For multistep openended problems after moving to a openendedmodule step keep trying to resend submission to grader until it succeeds.
...
ORA-197
2014-01-28 17:57:16 +05:00
Usman Khalid
b21d606494
If unable to send submission/feedback to xqueue return an error instead of silently failing.
...
ORA-197
2014-01-28 17:57:16 +05:00
Waheed Ahmed
a7d3a23f1b
Merge pull request #2192 from edx/waheed/ora249-flash-of-text-on-staff-grading
...
Flash of text appears when instructor goes to staff grading fixed.
2014-01-28 04:11:12 -08:00
Waheed Ahmed
d872527603
Merge pull request #2228 from edx/waheed/ora201-large-posts-to-ora-like-peer-grading-feedback
...
Really large posts to ORA like peer grading feedback fixed.
2014-01-28 03:27:44 -08:00
Waheed Ahmed
800bb96f43
Merge pull request #2059 from edx/waheed/ora202-self-assessment-deadlines-not-apply-on-rubrics
...
Fixed self assessment deadlines don't apply to the submission of the rubric
2014-01-28 03:25:21 -08:00
Valera Rozuvan
fa6c877047
Merge pull request #2316 from edx/valera/fix_firefox_youtube_start_time
...
Fix for BLD-708: Firefox YouTube video start time.
2014-01-28 03:22:50 -08:00
Waheed Ahmed
4f1fd229fe
Flash of text appears when instructor goes to staff grading fixed.
...
ORA-249
2014-01-28 16:07:08 +05:00
Waheed Ahmed
d5cadf0008
Really large posts to ORA like peer grading feedback fixed.
...
ORA-201
2014-01-28 15:50:16 +05:00
Waheed Ahmed
8e36dfedb9
Fixed self assessment deadlines don't apply to the submission of the rubric.
...
ORA-202
2014-01-28 15:48:21 +05:00
Valera Rozuvan
d33c4fc81f
Fix for BLD-708: Firefox YouTube video start time.
...
In Firefox YouTube video with start time plays from 00:00:00.
The reason was that seekTo() could not start playing a video from
a point that hasn't been buffered yet. Why this started happening
just now, really is hard to explain.
BLD-708.
2014-01-28 12:24:03 +02:00
Giulio Gratta
1487134290
Notify instructors that static pages are public
2014-01-27 14:54:15 -08:00
Christina Roberts
0c7e203624
Merge pull request #2333 from lduarte1991/master
...
Updating Annotator CSS
2014-01-27 14:15:46 -08:00
lduarte1991
d214cb8778
Updating Annotator CSS
...
The change in the css keeps fonts as they were and does not change them
purely based on annotating a section.
2014-01-27 17:12:13 -05:00
marcotuts
d5e6c4f0ff
Merge pull request #2323 from edx/studio/duplicate/public-visibility
...
Visual fix hides component action header when unit is in public mode as ...
2014-01-27 13:51:01 -08:00
davestgermain
e0a05012f3
Merge pull request #2329 from edx/dstgermain/devstack/settings
...
settings for i18n and debug toolbar on devstack (corrected)
2014-01-27 13:42:04 -08:00
Will Daly
9b9cf7fe81
Merge pull request #2327 from edx/will/disable-flakey-ora-tests
...
Disabled flakey open-ended tests
2014-01-27 13:39:55 -08:00
Giulio Gratta
a5a4347f34
Merge pull request #2310 from edx/giulio/forum-unflag-help
...
Added help text to tooltip for unflagging
2014-01-27 13:39:35 -08:00
Giulio Gratta
65c76cd6a7
Added help text to tooltips and sr flag spans
2014-01-27 13:27:24 -08:00
Calen Pennington
f234b7430d
Merge pull request #2305 from cpennington/remove-obsolete-studio-code
...
Remove obselete cms startup code
2014-01-27 13:26:26 -08:00
Dave St.Germain
e738cc073d
settings for i18n and debug toolbar on devstack
2014-01-27 16:14:18 -05:00
davestgermain
abae00dc03
Merge pull request #2328 from edx/dstgermain/devstack/settings
...
Enable debug toolbar on devstack
2014-01-27 12:54:24 -08:00
Dave St.Germain
cc31695764
settings for i18n and debug toolbar on devstack
2014-01-27 15:53:26 -05:00
David Baumgold
46c07ccc20
Merge pull request #2326 from edx/db/ignore-jscover-logs
...
ignore jscover logs
2014-01-27 12:33:33 -08:00