Valera Rozuvan
184c0a5c40
Added comment regarding the fact that the temporary bug fix should be eventually removed.
2013-06-17 09:17:48 +03:00
Peter Baratta
5b388f52c1
Merge pull request #125 from edx/pbaratta/calc-add-trig
...
Simplify calc.py; add trig/other functions
2013-06-14 10:08:09 -07:00
Anton Stupak
74426bdcc6
Add tracking of additional events
2013-06-14 11:30:21 +03:00
Valera Rozuvan
89da47a134
Merge pull request #138 from edx/valera/bugfix_firefox_videoalpha_speed_1
...
force-refresh youtube iframe when changing speeds back to 1.0 in firefox
2013-06-14 01:28:59 -07:00
Valera Rozuvan
72d7c9ca97
Moved the definition of autoplay attribute to videoalpha_module.py file. Changed double negative if statement for autoplay check to simple if.
2013-06-14 11:12:32 +03:00
Valera Rozuvan
66e106a9e2
Copied autoplay attribute from video xmoudle to videoalpha. Now students will have the video autoplaying, and in Studio it will be pause by default.
2013-06-14 11:12:32 +03:00
Valera Rozuvan
754be2caa1
If Video Alpha is playing a YouTube video in Firefox in HTML5 mode, then when switching to speed 1.0 it will simply reload the iframe, instead of using the built-in method to change the speed. The fixes the bug temporarily, while the YouTube team fixes the bug internally in the API. Commented additions to fix YouTube firefox speed 1.0 switch bug.
2013-06-14 11:11:37 +03:00
Christina Roberts
9e0997d3c8
Merge pull request #111 from edx/feature/christina/unify-fields
...
Move "stringy" functionality into xblock fields
2013-06-13 13:49:14 -07:00
Peter Baratta
bd1f912125
Merge branch 'master' into pbaratta/calc-add-trig
2013-06-13 16:43:27 -04:00
Peter Baratta
46686d8f7d
Quick fixes in calc.py
...
Especially the var[0].isdigit() one.
2013-06-13 16:38:43 -04:00
Calen Pennington
e791e84ea7
Remove the stores_state field from XModule
...
stores_state is now only used in a single test, in conjunction with
has_score. In practice, it's never the case that stores_state is false
when has_score is true, so we can delete stores_state entirely, and just
use has_score for the grading test.
2013-06-13 14:38:59 -04:00
cahrens
9d0867ea11
Merge cleanup.
2013-06-13 11:31:10 -04:00
cahrens
c7e37887b3
Merge updates.
2013-06-13 11:22:34 -04:00
Peter Baratta
5735ccaad5
Address Sarina's comments from the PR
...
-Clean up `SUFFIXES` from interspersed commented-out suffixes
-Remove unused `LOG`
-Remove unused method `raiseself` of UndefinedVariable and its usage
2013-06-13 11:16:18 -04:00
cahrens
fae8fd3841
Merge branch 'master' into feature/christina/unify-fields
...
Conflicts:
common/lib/xmodule/xmodule/capa_module.py
common/lib/xmodule/xmodule/fields.py
common/lib/xmodule/xmodule/peer_grading_module.py
common/lib/xmodule/xmodule/tests/test_fields.py
requirements/edx/github.txt
2013-06-13 10:55:13 -04:00
cahrens
0f8d7c744c
Test cleanup.
2013-06-13 10:42:23 -04:00
Peter Fogg
d52329be23
Merge pull request #128 from edx/peter-fogg/fix-video-captions-setting
...
Make video captions respect course author's setting.
2013-06-13 06:32:33 -07:00
cahrens
6e92ddf3dd
Cannot set String field to a dict anymore!
2013-06-12 17:07:41 -04:00
cahrens
89d0003603
Be strict about ModelType expected types, rename Object as Dict.
2013-06-12 14:59:17 -04:00
cahrens
86d952bf91
Change to putting serialize/de-serialize directly in xml_module.
2013-06-12 13:34:38 -04:00
Brian Talbot
14100ba14c
syncs up font-weight across problem button/input actions
2013-06-12 11:44:00 -04:00
Brian Talbot
832da3ad48
syncs styling rules for buttons/inputs to ensure consistency
2013-06-12 11:43:59 -04:00
Brian Talbot
050846af71
abstracts height rule to apply to the capa check, show, save actions
2013-06-12 11:43:59 -04:00
Brian Talbot
664efb9887
removes HTML elemements from problem action Sass selectors
2013-06-12 11:43:59 -04:00
Brian Talbot
a17bf5e2ce
resolves height issue when display the check and show answer actions alongside problems
2013-06-12 11:43:59 -04:00
Calen Pennington
eccf800f47
Ignore files that don't exist when we try and delete them while compiling xmodule assets
2013-06-12 09:02:44 -04:00
Ned Batchelder
413202e7d6
Merged ned/whitelistable-sandbox
2013-06-11 16:49:45 -04:00
Peter Fogg
fc6f0606c2
0;95;cRemove unnecessary boolean conversion.
2013-06-11 14:33:28 -04:00
Don Mitchell
64b909c5f0
Merge pull request #12 from edx/feature/dhm/timeconv
...
Feature/dhm/timeconv
2013-06-11 11:11:05 -07:00
Peter Fogg
8543043f86
Make video captions respect course author's setting.
2013-06-11 13:39:15 -04:00
Brian Talbot
47f91e79c4
adds in status for overall problem status indicator and replicates needed correctness django logic to show individual choice status
2013-06-10 16:22:20 -07:00
Brian Talbot
d778f2e9b9
updates jasmine tests to correspond to new capa template HTML
2013-06-10 16:22:20 -07:00
Brian Talbot
a377f86095
adds in aria attributes and semantic status content for vsepr input problems
2013-06-10 16:22:19 -07:00
Brian Talbot
628b741742
adds in aria attributes and semantic status content for schematic input problems
2013-06-10 16:22:19 -07:00
Brian Talbot
9552be6f19
adds in aria attributes and semantic status content for option input problems
2013-06-10 16:22:19 -07:00
Brian Talbot
2b08db57f0
adds in aria attributes and semantic status content for designprotein2d problems
2013-06-10 16:22:18 -07:00
Brian Talbot
04acd8790f
adds in aria attributes and semantic status content for matlab problems
2013-06-10 16:22:18 -07:00
Brian Talbot
dba0eb78d3
adds in aria attributes and semantic status content for js-text input problems
2013-06-10 16:22:18 -07:00
Brian Talbot
d1ca8dc2bb
adds in aria attributes and semantic status content for image input problems
2013-06-10 16:22:17 -07:00
Brian Talbot
cb78863984
adds in aria attributes and semantic status content for editamolecule problems
2013-06-10 16:22:17 -07:00
Brian Talbot
7ac75eae85
adds in aria attributes and semantic status content for editagene problems
2013-06-10 16:22:17 -07:00
Brian Talbot
254436aad1
adds in aria attributes and semantic status content for drag and drop problems
2013-06-10 16:22:16 -07:00
Brian Talbot
2c91f933e9
adds in aria attributes and semantic status content for crystallography problems
2013-06-10 16:22:16 -07:00
Brian Talbot
31a08bf42f
adds in aria attributes and semantic status content for code input problems
2013-06-10 16:22:16 -07:00
Brian Talbot
a84dab0feb
adds in aria attributes and semantic status content for choicegroup problems
2013-06-10 16:22:16 -07:00
Brian Talbot
832e05341b
adds in aria attributes and semantic status content for chem eq problems
2013-06-10 16:22:15 -07:00
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
Don Mitchell
5a8e4bff67
Test all date_utils variants
2013-06-10 17:16:35 -04:00