Paul Medlock-Walton
b797c6bd09
username and email request for lti module
...
allow username and email can be passed to a lti third party app
ask user permission when lti button is clicked
allow course editor to customize text on lti launch button
2014-09-24 20:05:42 +03:00
Andy Armstrong
fe6668a550
Merge branch 'release'
...
Conflicts:
common/lib/xmodule/xmodule/video_module/video_module.py
requirements/edx/github.txt
2014-09-23 15:53:10 -04:00
Adam
96ac506f6f
Merge pull request #5296 from edx/adam/hide-very-long-answers
...
keep large answers from appearing (TNL-441)
2014-09-23 14:01:03 -04:00
David Ormsbee
4f5d8b30de
Basic Mobile API (v0.5) and Video Abstraction Layer integration.
...
Note that the features in this release are opt-in, and course and video
behavior will remain the same unless a course explicitly opts in.
Major pieces of functionality with this commit:
Allows the listing of a user's enrollments, course videos, and updates. In
order to make a course available for mobile use, course staff must explicitly
set the Course Advanced Setting "Mobile Course Available" to true. Course staff
will always see their own courses through the Mobile API regardless of this
setting, but students will only be allowed to see a course through the Mobile
API if this setting is set to "true". By default, a Course will *not* be
available for mobile use.
This is a Django app for video resource management. It is completely optional,
and is intended to allow video and operations teams to create new encodings of
videos (e.g. low res for mobile) and change CDNs without having to edit course
data directly. Course teams can now use a "EdX Video ID" setting for Videos,
which will leverage VAL. Video units that do not fill in an "EdX Video ID" will
behave exactly as they always have.
* The Mobile API is enabled with the ENABLE_MOBILE_REST_API feature flag.
* VAL is enabled with the ENABLE_VIDEO_ABSTRACTION_LAYER_API feature flag.
* VAL and the Mobile API both require ENABLE_OAUTH2_PROVIDER).
* The Mobile API is a read-only API, but VAL requires database migrations.
* Applications that make use of either the Mobile API or VAL must be registered
with the OAuth2 provider app in Django Admin.
2014-09-23 12:31:46 -04:00
Jason Bau
637f55414f
capa custom response support for decimal grades
2014-09-22 13:27:46 -07:00
John Eskew
4aa2dc5289
Merge pull request #5302 from edx/release
...
Release merge - post hotfix-2014-09-19-1
2014-09-19 14:31:16 -04:00
Adam Palay
f57e30959e
keep large answers from appearing (TNL-441)
2014-09-19 11:41:01 -04:00
Adam Palay
ac862b7a97
only load tabs if user is enrolled in course (TNL-286)
...
add tests for static tabs
2014-09-19 10:19:23 -04:00
Ned Batchelder
10bd2b003f
Merge pull request #5129 from edx/ned/python-zip-assets
...
Python zip file importable from an asset
2014-09-18 19:31:47 -04:00
Ned Batchelder
616bbbab4e
Importable python_lib.zip assets
...
Lots of plumbing to allow an asset named python_lib.zip to be imported
by jailed Python code.
This function can find the "python_lib.zip" asset, and is passed down
through ModuleSystem and LoncapaSystem so that capa problems have access
to the zipfile.
2014-09-18 17:59:12 -04:00
Ben Patterson
9f573f3413
Merge pull request #5282 from edx/benp/js-test-timeouts
...
Disable flaky javascript tests TE-485
2014-09-18 14:45:26 -04:00
Ben Patterson
c875f71573
Disable flaky javascript tests TL-439
2014-09-18 14:43:57 -04:00
John Eskew
9e830d08c4
Merge branch 'release' into 'master' after successful rc/2014-09-17 deploy.
2014-09-18 12:27:32 -04:00
Waheed Ahmed
ef0af6e9d5
Fixed full screen functionality for image module in HTMLModule.
...
TNL-265
2014-09-18 19:00:44 +05:00
Andy Armstrong
6bf5207494
Merge pull request #5266 from edx/andya/remove-pr-5152
...
Revert the changes from PR 5152
2014-09-17 14:04:22 -04:00
lduarte1991
bb4cfaba03
Annotation Tools: Adding Try-Catch for anonyous_student_id issue in staging
...
- changed message and added i18n
2014-09-17 13:00:37 -04:00
Andy Armstrong
7c4d8d3752
Revert the changes from PR 5152
...
The changes in 5152 appear to have introduced a
performance problem on stage, so we're going to
revert them for now.
2014-09-17 12:24:59 -04:00
Ned Batchelder
2d05ffacdf
Revert "username and email request for lti module"
...
This reverts commit 3f159ea52b .
2014-09-17 07:24:52 -04:00
Ned Batchelder
1a7009ec1f
Merge pull request #5251 from edx/ned/revert-lti-username-email
...
Revert "username and email request for lti module"
2014-09-17 06:59:42 -04:00
Ned Batchelder
4edeeb72c2
Revert "username and email request for lti module"
...
This reverts commit 3f159ea52b .
2014-09-16 16:13:41 -04:00
polesye
2997a80aa5
Video link obfuscation. [BLD-1230]
2014-09-16 18:13:07 +02:00
Ben Patterson
b7b4760074
Merge pull request #5175 from edx/benp/solano2-jstest-failure
...
TE-468 JS test: Use the correct array for validating onSeek logs
2014-09-16 08:09:41 -04:00
Don Mitchell
032ff1cd61
Merge pull request #5200 from edx/split/lms-11396
...
Updating active_versions should not send old and new
2014-09-15 16:44:10 -04:00
Don Mitchell
043c08bf5b
Updating active_versions should not send old and new
...
but just use old to get query info.
LMS-11396
2014-09-15 16:02:53 -04:00
Don Mitchell
7090ef6588
Ensure deleting a direct only removes it from published
...
as well as draft
LMS-11395
2014-09-15 16:00:02 -04:00
Don Mitchell
040b1c3da5
Merge pull request #5197 from edx/reruns/count_queries
...
Explain query counts
2014-09-15 15:57:11 -04:00
Don Mitchell
6568463513
Merge pull request #5223 from edx/bug/lms-11361
...
Bug/lms 11361
2014-09-15 15:25:26 -04:00
Sarina Canelake
95a9ca131a
Merge pull request #5148 from lduarte1991/lduarte-harvardx-pr24
...
Annotation Tools: Give staff/instructors full permissions (bug fix)
2014-09-15 14:25:19 -04:00
Don Mitchell
bf0c4f5185
Don't let destructive loc change
...
leak out to callers.
Also, use the return from update_item rather than assume
it was just side effecting.
LMS-11361
2014-09-15 13:47:07 -04:00
Don Mitchell
ad57cbe932
Get rid of obsolete field checking
2014-09-15 09:22:49 -04:00
Don Mitchell
f04e75db90
Get rid of unused fragment
2014-09-15 09:01:34 -04:00
Don Mitchell
b137f8d7ad
Explain query counts
...
Fix trivial excesses (2 splits configured & don't fetch courses if there are none)
LMS-11220, LMS-11391, LMS-11390
2014-09-15 08:50:10 -04:00
Waheed Ahmed
e18e18a855
Merge pull request #5055 from edx/waheed/bld1221-fix-video-not-play-in-firefox-on-speed-change
...
Fixed video not playing after changing speed to anything other than 1.
2014-09-15 15:06:56 +05:00
Waheed Ahmed
0448c9942d
Fixed video not playing after changing speed to anything other than 1.
...
BLD-1221
2014-09-15 14:30:37 +05:00
Waheed Ahmed
f336d0490c
Html escaped from display name in xblock.
...
LMS-11194
2014-09-15 13:33:48 +05:00
lduarte1991
a1541b61f2
[TNL-288] Annotation Tools: Give staff/instructors full permissions
...
- changed role to 'in' condition
- fixed comment about get_real_user
- Adding Tests and Fixing Pep8 Violations
2014-09-13 13:42:06 -04:00
Ben Patterson
ef383891f2
TE-468 JS test: Use the correct array for validating onSeek logs
...
This particular test is failing in Solano workers; there the log
is written in a different order, which was causing objects not to
be found.
2014-09-11 12:22:16 -05:00
Nimisha Asthagiri
dedd88ccf4
Merge pull request #4977 from edx/split/paver
...
Split/paver LMS-11211
2014-09-11 12:28:41 -04:00
Calen Pennington
b9908ec2f1
Only format test assertion messages when they are needed (they are a performance hit when testing large courses)
2014-09-11 11:52:10 -04:00
Calen Pennington
c0616aeb2c
Remove unneccesary uses of SON (which is slower than dict)
2014-09-11 11:52:09 -04:00
Calen Pennington
a72cbfe68a
Add an index on _id.revision to allow separating draft and published during export
2014-09-11 11:52:09 -04:00
Calen Pennington
ce88f61670
Create indexes before running cross-modulestore import/export tests
2014-09-11 11:52:06 -04:00
Don Mitchell
935d5dee34
LMS-11331, LMS-11345 Make auth check branch agnostic; fix deserialize keys
2014-09-11 10:53:05 -04:00
Nimisha Asthagiri
4d36276573
LMS-11297 BokChoy and Acceptance tests configure default_store with update_module_store_settings.
2014-09-11 10:48:08 -04:00
Calen Pennington
7b81dcc3ea
Make split_mongo assert block identity uniqueness only over (block_type, block_id) tuples [LMS-11364]
2014-09-11 09:38:13 -04:00
Calen Pennington
df6dc21939
Make split_draft correctly autopublish both parent and child during create_child
2014-09-11 09:37:13 -04:00
Calen Pennington
bc40b8f149
Fix auto-publish test to work with old-mongo
2014-09-11 09:37:12 -04:00
Calen Pennington
3fd4e395f4
Verify using mixed that auto-publish actually updates child pointers
2014-09-11 09:37:12 -04:00
Calen Pennington
6cd7e08c1b
Assert course equality in bulk, so that all differences are displayed
2014-09-11 09:37:12 -04:00
Tim Babych
f1da4efb8e
Merge pull request #5152 from edx/tim/less-has-changes
...
Calculate has_changes only Section/Subsection only on Outline page
2014-09-11 16:11:42 +03:00