Adam Palay
0c4f98a89b
update password reset template (TNL-503)
2014-09-29 16:15:31 -04:00
lduarte1991
7f8dd6a11e
Annotation Tools: Thumbnail check breaks on creation
...
- Fixed second similar function.
Conflicts:
common/static/js/vendor/ova/OpenSeaDragonAnnotation.js
2014-09-25 15:07:43 -04:00
Sarina Canelake
752570832c
Merge pull request #5381 from edx/sarina/annotations-fix
...
Image Annotation Tool: Fixes _isOpenSeaDragon function
2014-09-24 14:27:17 -04:00
Andy Armstrong
74fb8e93ed
Merge pull request #5382 from edx/revert-5380-revert-5359-cdodge/add-microsite-tag-to-zendesk
...
Revert "Revert "add an additional tag so we can route zendesk tickets be...
2014-09-24 14:21:41 -04:00
chrisndodge
c928252b5a
Revert "Revert "add an additional tag so we can route zendesk tickets better for..."
2014-09-24 13:19:51 -04:00
lduarte1991
d3fffde3a0
Image Annotation Tool: Fixes _isOpenSeaDragon function
2014-09-24 13:12:31 -04:00
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
chrisndodge
21933bfbd7
Revert "add an additional tag so we can route zendesk tickets better for white l..."
2014-09-24 12:46:05 -04:00
chrisndodge
7b88863b4d
Merge pull request #5359 from edx/cdodge/add-microsite-tag-to-zendesk
...
add an additional tag so we can route zendesk tickets better for white l...
2014-09-24 08:52:43 -04:00
David Baumgold
9542b0a885
Revert "Puts course listings in a sane order"
...
This reverts commit 1955aade36675289bdbc01554b6f74242754a746.
2014-09-23 18:45:59 -04: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
Chris Dodge
e08040aa75
add an additional tag so we can route zendesk tickets better for white label sites
...
add tests
fix
use org
2014-09-23 15:39:21 -04:00
Usman Khalid
ed84c1b27a
Merge pull request #5246 from edx/usman/plat104-static-content-server
...
Improvements to byte range handling in StaticContentServer.
2014-09-24 00:15:46 +05:00
Usman Khalid
44f952daf5
Merge pull request #5293 from edx/usman/tnl388-invalid-xml-in-code-response
...
If matlab grader sent unparsable response, show error message.
2014-09-24 00:14:34 +05: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
Usman Khalid
5af162ebdf
Refactored ContentServer tests to use ddt.
...
PLAT-104
2014-09-23 21:36:46 +05:00
Usman Khalid
7e29a5a65c
Added tests for parse_range_header() in contentserver.
...
PLAT-104
2014-09-23 21:36:45 +05:00
Usman Khalid
ec508f591c
StaticContentServer middleware conforms closer to spec for byte range requests.
...
This commit makes the following changes:
1. If there are syntactic errors in the Range header, it is ignored and
the full content is returned. This conforms to the spec.
2. In case of multiple ranges in the header, the full content is returned.
This behavior differs from the spec which says that a multipart response
should be returned.
PLAT-104
2014-09-23 21:36:45 +05: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
David Baumgold
9f6454411e
Update tests for changed text
2014-09-23 12:02:31 -04:00
David Baumgold
c0a25da964
Skip invalid test when in CMS
2014-09-23 12:02:31 -04:00
Piotr Mitros
19356ffd4b
Puts course listings in a sane order
2014-09-23 12:02:30 -04:00
Jason Bau
83c54d4e6e
Merge pull request #5048 from Stanford-Online/jbau/edx/custom-response-fractional-grades
...
capa custom response support for decimal grades
2014-09-23 06:49:13 -07:00
Christine Lytwynec
2887121390
disabling test_video_start_time_and_end_time
2014-09-23 09:15:58 -04:00
Jason Bau
637f55414f
capa custom response support for decimal grades
2014-09-22 13:27:46 -07:00
Usman Khalid
ea032c58ca
If matlab grader sent unparsable response, show error message
...
instead of trying to render the response.
TNL-388
2014-09-22 16:38:05 +05:00
Usman Khalid
87d135a40c
Added tests for unparsable matlab grader response.
...
TNL-388
2014-09-22 16:38:05 +05: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
0a385544a3
update number of queries in embargo test
2014-09-19 10:19:23 -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
Sarina Canelake
dd04813aab
Merge pull request #5096 from marcore/bypass-activation-email-extauth
...
Disable sending activation email also when doing external_auth and setting BYPASS_ACTIVATION_EMAIL_FOR_EXTAUTH=True
2014-09-17 12:03:49 -04:00
Chris Dodge
8e1d0f7f23
For microsites, since we don't have a footer override yet for django templates, remove the footer all together
2014-09-17 10:52:04 -04:00
zubair-arbi
eefd9f23a5
Merge pull request #5243 from edx/zub/bugfix/tnl-392-videocontrolstestfailure
...
wait for notification on adding video component
2014-09-17 19:40:48 +05:00
clytwynec
3f5b829d0e
Merge pull request #5147 from edx/clytwynec/auto_capture_har_on_error
...
enable auto-capturing of hars in bok-choy tests
2014-09-17 09:15:20 -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
Tim Babych
d9df388855
Merge pull request #5221 from edx/tim/sourcemaps-debug-only
...
Do not generate CSS source maps in production
2014-09-17 13:37:55 +03:00
marcore
686aa3af82
Disable sending activation email also when doing external_auth and setting BYPASS_ACTIVATION_EMAIL_FOR_EXTAUTH=True
2014-09-17 11:30:27 +02:00
Ned Batchelder
4edeeb72c2
Revert "username and email request for lti module"
...
This reverts commit 3f159ea52b .
2014-09-16 16:13:41 -04:00
jmclaus
43ce6421cf
Merge pull request #5059 from edx/anton/add-video-context-menu
...
BLD-1230: Video Link Obfuscation
2014-09-16 19:18:16 +02:00