polesye
d55554705f
BLD-958: Force video player in flash mode.
2014-04-04 14:53:14 +03:00
Alexander Kryklia
70db47a73d
Merge pull request #3201 from edx/alex/fix_971
...
Fix flaky video test #21 : increase timeout.
2014-04-03 16:13:09 +03:00
Alexander Kryklia
cf3e2c860b
Fix flaky video tests: speed up youtube api loading and wait for controls.
2014-04-03 14:37:17 +03:00
Alexander Kryklia
221f4e2363
Fix flaky video test #21 : increase timeout.
2014-04-03 14:34:12 +03:00
Alexander Kryklia
c3f9943802
Fix lms video #20 : scroll view to be clickable.
2014-04-03 13:17:32 +03:00
Alexander Kryklia
2a39d28348
Fix flaky test #12
...
"CC button works correctly w/o english transcript in HTML5 mode of Video component"
2014-04-03 12:45:38 +03:00
polesye
92cd46277d
BLD-950: Update captions logic on front-end.
2014-04-01 12:25:45 +03:00
Alexander Kryklia
dfa7c27e77
Add multiple transcripts editor.
...
Fix donwload subs for non youtube videos and non-en language - continue.
Add acceptance tests.
Add detetion of assets on request.
Updated docstring.
Add fixes and acceptance tests.
Fix acceptance tests.
Update docsrtings and cleanup code, resful for language_id.
Specify exception type in POST.
Fix url in upload module.
Improve exception handling.
Remove 'en' and catching in editable_metadata.
Move descriptor.get_context test to lms tests.
Add query parameter to translation dispatch.
Response to format parameter of translatin GET request.
Fix Acceprance test: Metadata Editor.
move handlers to proper scores.
Split video player into smaller files.
Add ugettext and fix typoes.
Add changelog.
Support for downloading non-ascii filenames.
Change event binding.
Add content-language to download requests.
Reractor POST handler to not update self.transcripts.
2014-03-31 18:49:56 +03:00
Valera Rozuvan
34ac619086
Addressing comments.
2014-03-31 14:47:11 +03:00
Valera Rozuvan
4610bd1b18
Add acceptance test for blocked YouTueb API with HTML5 sources
...
When the video has both YouTube IDs and HTML5 sources, and
the YouTube API is blocked, then HTML5 sources should be
used.
2014-03-31 14:47:11 +03:00
Carlos Andrés Rocha
7d618f26ca
Merge branch 'release'
...
Conflicts:
lms/djangoapps/courseware/features/video.feature
2014-03-29 20:37:49 -04:00
Valera Rozuvan
a4f6a67f0f
Adding acceptance test for multiple videos.
...
Part of BLD-972.
2014-03-30 00:14:32 +02:00
Jay Zoldak
748fc120cd
Disable failing video test
2014-03-28 16:20:04 -04:00
Jay Zoldak
1532badfe5
Skip video test that is failing in master
2014-03-28 15:01:29 -04:00
polesye
a1c957ecd3
BLD-951: Fix flaky tests.
2014-03-26 11:45:17 +02:00
polesye
bd4be00ae4
BLD-534: Add acceptance test.
2014-03-24 08:47:12 +02:00
Jay Zoldak
cd81b5aa2b
Temporarily disable video autoplay selenium tests
2014-03-21 15:47:24 -04:00
Valera Rozuvan
8474336a3d
Commenting out flaky acceptance tests.
2014-03-21 17:46:49 +02:00
Valera Rozuvan
bfee966cfe
Commenting out a flaky acceptance test.
2014-03-21 16:51:44 +02:00
polesye
f3f1aa2943
Fix acceptance test.
2014-03-21 10:46:50 +02:00
Jay Zoldak
b695bceeeb
Merge pull request #2997 from edx/zoldak/fix-pragma-pep8
...
Fix pylint disable pragmas that were pep8 violations
2014-03-20 13:56:00 -04:00
Jay Zoldak
c5a7911b87
Fix pylint disable pragmas that were pep8 violations
2014-03-20 10:18:40 -04:00
Dave St.Germain
0773f0687d
Answer checks should offer feedback to assistive tech. This commit adds
...
a page level javascript SR object to enable reading of alert messages.
LMS-2158
2014-03-20 09:53:44 -04:00
polesye
59ca4774fb
Fix flaky acceptance test.
2014-03-19 11:11:17 +02:00
Alexander Kryklia
dd20e84c84
Fix donwload subs for non youtube videos and non-en language.
...
Check for status in test.
Add test for track url.
Fix test to use cookie.
Use download_track in feature file.
Add new tests for get_transcript.
Add html5 test.
Add content check.
Add tests for available_translations dispatch.
Disable flaky cms test.
Add w/o english transcript tests.
Add to changelog.
2014-03-14 18:30:42 +02:00
polesye
2dad79db11
Upload files explicitly in tests.
2014-03-11 18:41:24 +02:00
polesye
43c16bd093
BLD-915: Fix issues with different videoIDs.
2014-03-11 17:38:29 +02:00
jmclaus
3a740c0479
BLD-844: Add possibility to download transcripts in different formats.
2014-03-07 19:22:22 +01:00
polesye
fe8e6026a1
BLD-852: Fix video positioning in full view mode.
2014-03-07 15:17:39 +02:00
polesye
65adb7b272
BLD-896: Fix cc button in HTML5 videos.
2014-03-07 11:24:30 +02:00
Alexander Kryklia
25407ef3e7
BLD-642: Allow multiple transcripts with video.
2014-02-24 21:57:08 +02:00
Adam Palay
97f5b25e2c
i18n for self-assessment (ORA-314)
...
make openendedchild and open_ended_module_v1 act enough like xblocks to get xblock 18n
2014-02-14 17:27:32 -05:00
Julia Hansbrough
5131818153
Merge pull request #2597 from edx/release
...
Release
2014-02-13 15:17:38 -05:00
Calen Pennington
3a7b265c8a
Add trailing commas to multiline lists, to prevent string concatenation bugs
2014-02-13 13:12:42 -05:00
Sarina Canelake
ba0fbf0762
i18n points possible display LMS-2201
2014-02-11 18:25:00 -05:00
polesye
102d1cb253
Persist student progress in video.
...
Student logins to edx, plays video, selects position, closes
browser, opens video, position is restored.
BLD-385
2014-02-11 13:53:24 +00:00
Oleg Marshev
79ffcb7e94
Refactor stub implementation of LTI Provider. BLD-601.
2014-02-11 12:50:22 +02:00
Dave St.Germain
a6797899da
Removed inappropriate section tags. Because screen readers announce each section, they should not be used unless they are actually defining meaningful sections.
2014-02-05 11:32:08 -05:00
davestgermain
5122c292c7
Merge pull request #2343 from edx/dstgermain/a11y-page-titles
...
Added more descriptive page titles.
2014-01-30 14:33:48 -08:00
Dave St.Germain
636eab8b9e
Added more descriptive page titles.
2014-01-30 17:32:03 -05:00
Oleg Marshev
13c19c98e2
Add role parameter to LTI. BLD-583.
2014-01-30 14:37:33 +02:00
Anton Stupak
a077dc815c
Merge pull request #2352 from edx/anton/fix-persist-speed-per-video
...
Video: Fix speed persistence per video.
2014-01-30 00:04:31 -08:00
polesye
642c239a01
Fix speed persistence per video.
2014-01-29 16:49:39 +02:00
Will Daly
b73c6f63fc
Added stub XQueue server to bok_choy test suite.
...
Added feedback check for AI-assessment test
Added peer assessment feedback test
2014-01-28 14:57:28 -05:00
Oleg Marshev
ec6d9d585a
Allow user with BetaTester role correctly use LTI. BLD-641.
2014-01-24 14:42:14 +02:00
polesye
1d74838698
BLD-237: Persist speed preferences between videos.
2014-01-23 20:54:40 +02:00
Sarina Canelake
9ce10493ad
Remove references to old university images
2014-01-14 09:27:03 -05:00
polesye
af56a2df72
BLD-518: Fix video volume cookie.
2014-01-13 12:03:57 +02:00
Oleg Marshev
7c070f29a1
Add better messaging, turn off SSL verification when sending grade back.
2013-12-27 09:59:21 +02:00
Calen Pennington
8e98c8cbb7
Merge pull request #2015 from cpennington/image-response-acceptance-tests
...
Add acceptance test of image response
2013-12-20 11:03:15 -08:00