Jeremy Bowman
1aebe11afc
PLAT-1859 Fix LMS shard 1 tests under Django 1.9
2017-12-27 14:38:55 -05:00
bmedx
b5d6fca44e
Update is_authenticated patches to work with Django 1.10+
2017-12-22 13:22:49 -05:00
bmedx
bc72c28a03
Remove unnecessary patches to User::is_authenticated
2017-12-22 11:33:35 -05:00
Daniel Clemente
ecf01d1b52
Adds a course option to auto-advance videos.
...
If enabled for a course, as soon as the video ends, the next unit or subsection
will be loaded, and if it contains a single video, that video will be played.
Course authors can enable the setting for a course, but learners can toggle the
setting on or off once it's enabled on the course.
2017-12-21 21:06:05 +10:30
J. Cliff Dyer
1fc43bf60d
Define custom completion for VideoModule
...
Update the VideoModule to publish a completion event when the player
reaches 95% complete, and submit a BlockCompletion when that event
occurs.
OC-3091
MCKIN-5897
2017-12-19 14:12:28 -05:00
Ahsan Ulhaq
50c8a80f32
Show white listed ceretificates on progress page
...
White listed certificates should appear on the progress page
even if the user has not passed the course
LEARNER-3546
2017-12-13 10:06:37 +05:00
Jillian Vogel
b43ac4e80e
Merge pull request #16590 from open-craft/jill/video-block-all-sources
...
Adds all HTML5 sources to the returned video API data
2017-12-12 02:19:02 +10:30
Jillian Vogel
cdcb4be077
Adds "all_sources" field to Mobile API and video module Course Blocks
...
student_view_data.
Added to both places because the iOS app uses both APIs data to provide
downloadable videos.
2017-12-11 23:59:52 +10:30
John Eskew
b14d2e9cf7
Fix video transcript model import before Django initialization occurs.
2017-12-07 09:56:44 -05:00
Nimisha Asthagiri
8acf3434c0
Revert "Merge pull request #16728 from edx/pacing/remove-create-schedules-from-course-waffle-flag"
...
This reverts commit 8b652ad352 , reversing
changes made to b212af2488 .
2017-12-06 11:58:39 -05:00
Jeremy Bowman
da8cf6b528
PLAT-1382 Populate ALLOWED_HOSTS for tests
2017-12-05 14:22:30 -05:00
Jeremy Bowman
103c723c6d
PLAT-1801 Preserve new user login behavior under Django 1.10+
2017-12-05 10:20:25 -05:00
sandroroux
4dbb935ca7
Removed references to CREATE_SCHEDULE_WAFFLE_FLAG.
2017-12-04 14:10:29 -05:00
Brian Mesick
3951b7527c
Merge pull request #16658 from edx/bmedx/django111_tag_test_failures_lms_3
...
Tag LMS Unit 3 tests that fail in Django 1.11
2017-11-30 16:14:18 -05:00
Brian Mesick
9911c8d068
Merge pull request #16649 from edx/bmedx/django111_tag_test_failures_lms_1
...
Tag LMS Unit 1 tests that fail in Django 1.11
2017-11-27 09:15:53 -05:00
bmedx
ace88e7d5a
Tag LMS Unit 3 tests that fail in Django 1.11
...
Fixed some url reverse errors instead of marking since they were trivial
2017-11-22 15:48:00 -05:00
bmedx
d827d47b48
Tag LMS Unit 2 tests that fail in Django 1.11
2017-11-22 15:47:22 -05:00
bmedx
5fbbf4979a
Tag LMS Unit 1 tests that fail in Django 1.11
2017-11-22 15:46:45 -05:00
Ned Batchelder
e23e3a0486
Fix a number of unused-import pylint violations
2017-11-21 19:57:06 -05:00
Jose Antonio Gonzalez
f38e5ab939
add DEFAULT_MOBILE_AVAILABLE flag
2017-11-16 16:50:37 +02:00
Brian Mesick
dad73637aa
Merge pull request #16495 from edx/bmedx/django111_startup_fixes
...
Changes necessary for Django 1.11 tests to start
2017-11-14 12:19:21 -05:00
Clinton Blackburn
3a005c492f
Disabled anonymous access for tabs that require enrollment
2017-11-14 08:00:16 -05:00
bmedx
f3f8d8ec96
Changes necessary for Django 1.11 tests to start
...
- Certificates management commands updates
- Moving reverse calls in tests into setUp from class definition
- Import shuffling
- Consolidating cryptograhpy version to 1.9
2017-11-13 15:45:32 -05:00
John Eskew
80d70f6ecb
Run all touched files through isort.
2017-11-09 09:25:19 -05:00
John Eskew
6672f64188
Add commerce AppConfig and use to register signals. Move imports.
...
Add explicit 'lms.djangoapps' prefix to all commerce imports, as another
commerce Django app exists at openedx.core.djangoapps.commerce
2017-11-09 09:24:37 -05:00
Clinton Blackburn
f1f5a7ddb3
Disabled edx-notes for anonymous users
2017-11-08 15:41:02 -05:00
Matjaz Gregoric
9566b7a5f6
Ability to set HOMEPAGE_COURSE_MAX via SiteConfiguration.
...
The setting controls the number of courses displayed on the homepage.
2017-11-08 15:57:32 +01:00
Clinton Blackburn
69eeca61d8
Opening courseware to anonymous users
...
Anonymous users may now view units in the courseware. This access is limited to units that are not considered problems/graded (e.g. homework, exams).
2017-11-06 16:42:06 -05:00
Muhammad Ammar
549c0f6b2c
Merge pull request #16422 from edx/ammar/add-video-duration-to-events
...
add video duration to events
2017-11-06 13:47:33 +05:00
J. Cliff Dyer
4313951dcb
Fix polls 404 on disabled completion.
...
Calling runtime.handle('progress', ...) was causing a 404 error due to
the runtime handler. It should be okay for xblocks to submit a
completion or progress event; they just shouldn't have it treated
specially.
EDUCATOR-1642
2017-11-03 11:06:59 -04:00
muhammad-ammar
feee575014
add video duration to events
...
EDUCATOR-1409
2017-11-03 15:35:56 +05:00
Gabe Mulley
7fd643faa4
Add tests for experience types, ensure courses have a verified mode
2017-11-01 16:51:10 -04:00
Andy Armstrong
c55dbb2c61
Allow Waffle flags to work when outside a request context
2017-10-27 16:24:33 -04:00
Cliff Dyer
2cadbbad0b
Merge pull request #16186 from open-craft/cliff/complete-scored-blocks
...
Complete scored blocks
2017-10-27 10:32:05 -04:00
M. Rehan
f04594b8f6
Merge pull request #16290 from edx/mrehan/exlude-bumper
...
Exclude bumper from VAL handling the transcripts
2017-10-27 17:37:27 +05:00
Qubad786
4aef8d1c7b
exclude bumper
2017-10-26 16:28:25 +05:00
Tyler Hallada
806114a3ef
Check org before course deadline config w/ tests
2017-10-25 17:54:47 -04:00
J. Cliff Dyer
69271d043b
Handle completion of scorable blocks
...
* Add a handler to mark a block complete when a problem is scored.
* Also handle marking incomplete when user problem state is deleted.
* Add score_deleted to published providing_args for PROBLEM_{RAW,WEIGHTED}_SCORE_CHANGED
OC-3089
2017-10-25 11:50:09 -04:00
Cliff Dyer
ab13544cf2
Merge pull request #16112 from open-craft/cliff/handle-completion-events
...
Handle completion events
2017-10-25 10:13:18 -04:00
Waheed Ahmed
8c0e87ab65
Fix unicode error on financial assistance page.
...
If country name has special character str() raises unicode error.
LEARNER-2951
2017-10-25 17:27:46 +05:00
J. Cliff Dyer
94d05bceb5
Add handler to receive completion events
...
* Submit a completion when receiving a completion event from an XBlock.
* Handle legacy progress events.
* Convert handler to use a dispatch dict instead of an if-else chain.
* Extract masquerade checking from individual handlers.
* Gate submit_completion on waffle switch
* 404 on handler views when trying to submit completion without waffle
switch enabled.
OC-3087
Disallow calling submit_completion when waffle flag is disabled.
Add tests that trying to publish completion errors.
2017-10-25 06:54:59 -04:00
Gabe Mulley
7efa805fbc
fix tests
2017-10-24 13:51:22 -04:00
Gabe Mulley
44e5afba1e
Revert "Revert "Merge pull request #16260 from edx/mulby/dynamic-deadline-upgrade-messaging""
...
This reverts commit b541dfa3fd .
2017-10-24 11:18:06 -04:00
Sanford Student
fd8a9fdb02
EDUCATOR-1511: credit users added to verified user partition irrespective of upgrade deadline
2017-10-23 13:14:47 -04:00
Jillian Vogel
425239a509
Disables Enterprise Integration feature by default
...
Moves ENABLE_ENTERPRISE_INTEGRATION to settings.FEATURES,
and changes the default value to False.
2017-10-19 15:58:13 +10:30
Qubad786
9c06bb65b1
Use edx-val transcripts and translations collectively with contentstore.
...
Adds val trancripts in outcome of get_transcripts_info and rest of flow remains the same and also add fallback to edx-val rtanscripts for mobile accessible video endpoints.
2017-10-16 19:23:18 +05:00
Qubad786
ec7b78d60e
Use edx-val transcripts as a fallback on the video component
...
Purpose of this, is to serve transcripts from edx-val if the requested transcripts are not found in the contentstore i.e. that's where all the transcripts are living to date.
2017-10-16 19:23:18 +05:00
muhammad-ammar
845bb7b884
transcript import export
...
EDUCATOR-1216
2017-10-16 19:23:18 +05:00
sandroroux
40d3f4f2fc
Unit tests for "_add_upsell_button_to_email_template".
2017-10-13 10:08:52 -04:00
Calen Pennington
8468357ac4
Separate the date and link logic out of VerifiedUpgradeDeadlineBlock, so that it can be called directly with prefetched data for check_and_get_upgrade_link_and_date
2017-10-13 10:01:34 -04:00