Valera Rozuvan
c667c013e7
Fix start-time functionality in the video player.
...
When there is a start-time:
Initially, the video starts playing from the start-time.
Whenever the player resets for any reason (such as reaching
the end of the video), it will reset to start-time instead of 00:00:00.
It should not be the case that any time the user presses play, it
start playing from start-time.
BLD-659.
2014-02-26 11:24:14 +02:00
Calen Pennington
a2137cec35
Merge pull request #2603 from cpennington/xblock-acid-resources-test
...
Add tests of local_resource_url
2014-02-25 16:46:10 -05:00
Calen Pennington
9126777ed7
Add test of local_resource_url in AcidBlock
2014-02-25 14:01:37 -05:00
Giulio Gratta
35112e9e78
Variable-ize "Certificate of Achievement" text
2014-02-25 10:19:03 -08:00
Adam
c9a4de607d
Merge pull request #2694 from edx/adam/announcement-text
...
minor change to html in announcement unit (STUD-1334)
2014-02-24 15:55:14 -05:00
Alexander Kryklia
25407ef3e7
BLD-642: Allow multiple transcripts with video.
2014-02-24 21:57:08 +02:00
Don Mitchell
0b262e7cea
Merge pull request #2660 from edx/dbarch/parse_course_id
...
Dbarch/parse course
2014-02-24 13:24:00 -05:00
Don Mitchell
81a92e4bfc
Consolidate course_id triple parsing
2014-02-24 11:45:59 -05:00
Adam Palay
2e58e80a68
minor change to html in announcement unit (STUD-1334)
2014-02-24 10:34:44 -05:00
Ned Batchelder
6bb0eee3c6
Make the i18n service available everywhere.
...
To get all dates localized, we need all runtimes to have the i18n
service, and since runtimes are made by the modulestores, we need to
pass it to them.
Soon (fingers crossed), modulestores won't be involved in making
runtimes, and many of these changes will go away.
2014-02-24 10:06:13 -05:00
Valera Rozuvan
e0aa30f06f
Merge pull request #2616 from edx/valera/convert_time_to_js
...
Converting Time module to JS.
2014-02-22 20:41:39 +02:00
Calen Pennington
39563c327c
Make staff view work w/ pure xblocks (that only have a descriptor system)
2014-02-21 16:47:19 -05:00
Calen Pennington
9b54e44be8
Merge pull request #2602 from cpennington/xblock-acid-child-tests
...
Add tests of the frontend children api using the AcidXBlock
2014-02-21 16:07:23 -05:00
Calen Pennington
dbc99ef8ad
Implement children for pure XBlocks in edx-platform
...
This requires fixing the javascript api implementation, and adding
an implementation of get_block to the ModuleSystem api.
However, the implementation is incomplete, due to mismatches between
the expectations of XModule and XBlock.
Also adds tests using the Acid block to make sure that the javascript
and python apis for children are working correctly.
2014-02-21 15:01:20 -05:00
Valera Rozuvan
1107aa2b7f
Fix bug multiple choice with video. BLD-788.
...
The Video element contains an input with type file. When the
Check button was clicked for the multiple choice problem, the
code was acting in different ways when there as a Video on the
page and when there wasn't. This is because in the check_fd()
method there was a selector that was looking for inputs of type
file on the whole page instead of just in the current problem.
When there was a Video pn the page, the page-wide selector
returned the Video's file input, and the check_fd() method
went on believing that the multiple choice has a file input.
The correct way is to look for file inputs only in the current
element.
Added a Jasmine JavaScript unit test.
BLD-788.
2014-02-21 08:48:43 +00:00
Valera Rozuvan
2dbc5a4115
Converting Time module to JS.
2014-02-21 08:37:38 +00:00
zubair-arbi
603f36959d
Merge pull request #2423 from edx/zub/story/std1133-studioedgelogin
...
try to get courses by django groups for non global users
2014-02-20 21:18:05 +05:00
zubiar-arbi
6892bc73b2
get courses by reversing django groups for non global users (studio dashboard)
...
STUD-1133
2014-02-20 20:23:12 +05:00
Don Mitchell
2057f5185c
Merge pull request #2631 from edx/dbarch/xml_ms_filter
...
Have xml modulestore only load course in course_ids if provided
2014-02-20 10:22:39 -05:00
Don Mitchell
24bc33a882
Have xml modulestore only load course in course_ids if provided
2014-02-19 12:05:38 -05:00
David Baumgold
549fbe4815
Rollback Django Debug Toolbar from 1.0.1 to 0.9.4
...
Due to issues with require.js and the latest version of the toolbar.
Also included a note in the requirements file explaining the situation, and what
needs to happen before this can be upgrade properly.
2014-02-19 11:41:12 -05:00
Ned Batchelder
3aff96c2e4
Add strftime to the i18n runtime service.
2014-02-18 17:35:56 -05:00
Ned Batchelder
229f3522fa
Move date_utils to common/djangoapps/util
2014-02-18 17:35:56 -05:00
Dave St.Germain
3d08bfd208
Fixes devstack settings to work with new version of debug toolbar
2014-02-18 14:50:36 -05:00
Adam
7b3376f944
Merge pull request #2575 from edx/adam/i18n-self-assessment-2
...
Adam/i18n self assessment 2
2014-02-18 09:07:24 -05:00
Alexander Kryklia
23a2177da3
Enable download_track for existing courses if self.track.
2014-02-18 12:31:06 +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
48383de870
Merge pull request #2606 from edx/release
...
Hotfix for Feb 14 2012
2014-02-14 14:18:38 -05:00
polesye
d9ec9cecf4
BLD-837: Fix download transcript behavior.
2014-02-14 09:03:54 -05:00
polesye
faab4caeef
BLD-837: Fix download transcript behavior.
2014-02-14 11:51:51 +02:00
Christina Roberts
0c74d6ac54
Merge pull request #2562 from edx/christina/lms-mixed
...
Clean up of modulestore references (primarily LMS).
2014-02-13 20:05:31 -05:00
Adam Palay
227197ec18
fixes css to render properly poll module (BLD-839)
2014-02-13 16:53:59 -05:00
Julia Hansbrough
5131818153
Merge pull request #2597 from edx/release
...
Release
2014-02-13 15:17:38 -05:00
Dave St.Germain
c7c807f270
Merge pull request #2426 from edx/dcs/a11y-labels
...
Add labels to CAPA inputtypes.
LMS-1895
2014-02-13 13:19:31 -05:00
Dave St.Germain
4fa1f1163e
Added labels to CAPA input types, with markdown syntax for adding them
...
in studio.
LMS-1895 and others
2014-02-13 13:18:24 -05:00
Calen Pennington
3a7b265c8a
Add trailing commas to multiline lists, to prevent string concatenation bugs
2014-02-13 13:12:42 -05:00
Alexander Kryklia
d2f17235d9
Fix for saving video in studio when saving position. BLD-834
2014-02-13 13:12:23 +02:00
Julia Hansbrough
d6c0ce161e
Merge branch 'release'
2014-02-12 21:24:19 +00:00
cahrens
894c40b89d
Change Reference and ReferenceList instances on import to new namespace.
...
STUD-149
2014-02-12 15:22:12 -05:00
Christina Roberts
89ac19e81f
Merge pull request #2503 from edx/christina/conditional
...
Conditional module changes to support Locator/Location conversion.
2014-02-12 15:03:29 -05:00
cahrens
276c6e918e
Store locations in ReferenceLists so they can be converted to locators.
...
STUD-1027
2014-02-12 14:08:24 -05:00
Calen Pennington
4403eb7209
Fix STUD-1311 (Don't overwrite published content w/ draft content accidentally)
2014-02-12 11:11:01 -05:00
Anton Stupak
9b0c8d266e
Merge pull request #2557 from edx/anton/revert-download-transcript-rc
...
Video: Revert Download transcript button behavior.
2014-02-12 12:41:43 +02:00
polesye
f957b34427
BLD-811: Revert functionality.
2014-02-12 12:05:02 +02:00
Sarina Canelake
ba0fbf0762
i18n points possible display LMS-2201
2014-02-11 18:25:00 -05:00
David Adams
e5354f24be
Merge pull request #2403 from edx/dcadams/tinymce_mods
...
Addition of 3 TinyMCE plugins to toolbar
2014-02-11 13:54:00 -08:00
cahrens
09d90b16af
Clean up of modulestore references (primarly LMS).
...
STUD-1151
2014-02-11 14:29:22 -05:00
polesye
cebc0c47fd
BLD-824: Download Video link missing from video player.
2014-02-11 20:17:22 +02:00
Sarina Canelake
47426f46e6
i18n Sequence XModule
2014-02-11 12:22:24 -05:00
Sarina Canelake
27c3ba4a4d
pep8/pylint cleanup on symmath/formula.py
2014-02-11 09:46:24 -05:00