Don Mitchell
9d464701f9
timezone conversion tests
2013-06-17 14:04:12 -04:00
Peter Fogg
8159e86141
Many changes to finish up PR. To wit:
...
-- Changed docstrings to use double quote.
-- More consistent naming for youtube IDs (normal_speed_id -> youtube_id_1_0).
-- Formatting changes for readability.
-- Updated test XML to expect JSON-encoded strings; prevents tests from spuriously failing.
2013-06-17 13:46:20 -04:00
Calen Pennington
82606a062c
Make XModuleDescriptor use __init__ from XBlock
...
Fixes JIRA LMS-203
2013-06-17 13:38:57 -04:00
Calen Pennington
438ac3b1a4
Move video xmodule tests to xmodule directory
2013-06-17 13:38:29 -04:00
Don Mitchell
cb40e9ff88
Fix a few remaining tz naive dates
...
And remove redundant but != date parsing methods. In process make
the general parsing function less lenient (don't default date nor
month)
2013-06-17 13:26:45 -04:00
Jean Manuel Nater
07486a4dbc
Refactoring the code in tests.py to remove unnecessary dependencies on the XML Modulestore.
2013-06-17 11:54:16 -04:00
Chris Dodge
7cebb873df
allow for an optional throw_on_not_found on contentstore().find() so we can clean up caller logic in the tests
2013-06-17 11:10:36 -04:00
Chris Dodge
7e46447cd5
there is no default for empty_asset_trashcan, caller must provide a list
2013-06-17 11:10:36 -04:00
Chris Dodge
7f1768f8f8
put back the verbose switch in xml_importer.py
2013-06-17 11:10:36 -04:00
Chris Dodge
70ee4b8060
add unit tests for asset delete/restore
2013-06-17 11:10:35 -04:00
Chris Dodge
85b904f176
fix sizing of the delete column
2013-06-17 11:09:52 -04:00
Chris Dodge
3fa6e77dff
add new collection configuration to support a 'trashcan' for assets. Update class factory to allow callers to specify if they want the default set of assets or the trashcan
2013-06-17 11:09:52 -04:00
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 Fogg
d8f307a50b
Merge branch 'master' into peter-fogg/remove-video-xml
2013-06-14 15:33:51 -04:00
Peter Fogg
6035d0a23a
Addresses latest comments on pull request #132 . In particular:
...
- Make 1.0x speed default Youtube ID Lyla's introduction video.
- Add acceptance tests for toggling captions on/off.
- Move captions settings acceptance tests into video-editor.feature.
- Rename acceptance test methods to reflect their function.
- Remove undefined variable from video Jasmine tests.
- Test VideoDescriptor.from_xml when no attributes are set.
- Convert Stringy* to non-Stringy equivalents.
- Test parsing of Youtube ID strings and times in more cases.
- Remove some commented-out code.
2013-06-14 14:08:28 -04:00
Peter Fogg
206f582503
Fix merge conflict in common/test/data/full/sequential/Administrivia_and_Circuit_Elements.xml.
2013-06-14 10:44:05 -04: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
Vik Paruchuri
c2e5c60713
Remove correct/incorrect message, and auto-add in needed markdown for studio
2013-06-13 15:34:00 -04:00
Peter Fogg
fa84abc3eb
Add unit tests for creating VideoDescriptor from old XML. Brings test coverage for video_module.py to 91%.
2013-06-13 14:40:12 -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
Bethany LaPenta
85f1386918
Fixed test_system looking like a test to nosetests, also fixed a class in test_error_module.py that had one class inheriting from another
2013-06-13 14:30:07 -04:00
Peter Fogg
5cee351896
Update XML in old video tests. This change tags like <video youtube="1.0:abcdefg"> to <video youtube_id_1_0="abcdefg".
2013-06-13 11:51:04 -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
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
Peter Fogg
8da102c732
Update failing Jasmine tests for video.
2013-06-12 13:50:33 -04:00
cahrens
86d952bf91
Change to putting serialize/de-serialize directly in xml_module.
2013-06-12 13:34:38 -04:00
Peter Fogg
4e2c4f02d6
Fix times not being parse from HH:MM:SS format into floats and update video module logic tests.
2013-06-12 12:37:06 -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
Peter Fogg
681e96b702
Update display names and help text for video metadata.
2013-06-12 11:42:41 -04:00
Peter Fogg
52bf82ac17
Set Youtube ID defaults to the empty string.
2013-06-12 11:29:14 -04:00
Jean Manuel Nater
a25a0d71ac
refactored tests in courseware to draw course info from mongo instead of xmlmodulestore
2013-06-12 10:42:52 -04:00
Peter Fogg
008c769ffb
Update and fix acceptance to show captions when correct.
2013-06-12 10:27:05 -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
Peter Fogg
1ff72e0bae
Convert show_captions to StringyBoolean.
2013-06-11 16:14:52 -04:00
Peter Fogg
94ac7fba31
Prevent showing video speeds that aren't set by course author.
2013-06-11 16:12:58 -04:00
Peter Fogg
872bf71c37
Remove data attribute from templates/video/default.yaml.
2013-06-11 15:53:50 -04:00