zubair-arbi
c7418a306c
Merge pull request #5240 from edx/zub/bugfix/tnl-324-downloadvideoexportimport
...
Don't set 'download_video' field on importing video from xml until expli...
2014-09-24 18:12:10 +05: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
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
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
zubair-arbi
bdf2c28641
update video module to always set download_video field on export
2014-09-22 13:15:40 +05:00
zubair-arbi
3f026c1e90
Don't set 'download_video' field on importing video from xml until explicitly set
...
TNL-324
2014-09-22 13:15:40 +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
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
Adam Palay
1b06edb6ff
display banner on course info page if user is not enrolled (TNL-286)
...
write failing tests for info page banner
2014-09-18 11:35:18 -04:00
Adam Palay
e569e090c2
redirect users from about page to info page when there is a marketing site (TNL-286)
2014-09-18 11:35:17 -04:00
Adam Palay
7f4da14185
Add middleware optionally to catch unenrolled students who fail has_access (TNL-286)
2014-09-18 11:35:17 -04:00
Usman Khalid
7bb0d5f5d8
Merge pull request #5174 from edx/usman/tnl-208-instructor-permissions
...
Added instructor persmission checking to _has_access_error_desc() in courseware.access
2014-09-18 15:43:58 +05: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
Chris Dodge
50cdd2b087
only redirect to dashboard if user has course enrollments, otherwise remain on the course catalog page (aka homepage or root)
...
update lettuce test to match new expected behavior
add Jason's feedback
only apply new redirect logic for microsites
switch to use a feature flag to determine whether to support redirect behavior
2014-09-15 20:52:44 -04:00
Usman Khalid
660cdf79c0
Added instructor persmission to _has_access_error_desc() in courseware.access.
...
TNL-208
2014-09-11 19:17:57 +05:00
Don Mitchell
4faed64859
Generalize bulk_operations logic
...
LMS-11366
2014-09-10 15:35:28 -04:00
Nimisha Asthagiri
041d72ccc6
Update mongo counts.
2014-09-04 18:14:13 -04:00
Calen Pennington
1e2d5ffe03
Merge pull request #5031 from edx/andya/merge-hotfix-2014-08-29
...
Merge hotfix-2014-08-29 to master
2014-09-02 15:32:05 -04:00
Stephen Sanchez
8eeb091de8
Merge pull request #5036 from edx/sanchez/fix_django_header_tests
...
Sanchez/fix django header tests
2014-09-02 10:44:16 -04:00
Calen Pennington
fb56588090
Tweak mongo count numbers
2014-09-02 10:29:23 -04:00
Stephen Sanchez
2f4fb30592
Cleaning up ddt syntax for new footer test.
2014-09-02 13:14:28 +00:00
htareque
3f159ea52b
username and email request for lti module
...
added username and email functionality, so that username and email can be passed to the lti third party app
rev2: added customizable text box
rev3: added revisions from auraz
2014-09-02 08:12:36 -04:00
Andy Armstrong
4fcc59b318
Merge branch 'release' into andya/merge-hotfix-2014-08-29
...
Conflicts:
cms/djangoapps/contentstore/tests/test_import.py
common/lib/xmodule/xmodule/modulestore/__init__.py
common/lib/xmodule/xmodule/modulestore/tests/test_mixed_modulestore.py
lms/djangoapps/courseware/tests/test_module_render.py
2014-08-29 16:50:40 -04:00
Andy Armstrong
7b26e85478
Merge branch 'release' into andya/merge-hotfix-2014-08-29
...
Conflicts:
cms/djangoapps/contentstore/tests/test_import.py
common/lib/xmodule/xmodule/modulestore/__init__.py
common/lib/xmodule/xmodule/modulestore/tests/test_mixed_modulestore.py
lms/djangoapps/courseware/tests/test_module_render.py
2014-08-29 16:50:10 -04:00
Calen Pennington
8dc7f34295
Improve debuggability when call-count numbers don't match up
2014-08-29 14:09:35 -04:00
Waheed Ahmed
2e88e33847
Refactor verify course id decorator and fixed tests.
2014-08-29 16:05:33 +05:00
Don Mitchell
e624ff3b04
Make path_to_location use bulk_write_operation for performance.
2014-08-27 16:29:47 -04:00
Calen Pennington
3672c9a292
Make find_matching_* work during split bulk operations
2014-08-27 16:29:47 -04:00
Calen Pennington
e7ce41061e
Improve debuggability when call-count numbers don't match up
2014-08-27 16:29:47 -04:00
Stephen Sanchez
9ee15bf007
Updating the footer for edx.org and open edx.
...
Move the open edx logo inside the div
Adding a bunch of placeholder views.
indenting.
Making some styles work against LMS sass.
Adding back the old edx footer and associated icons, with a feature flag.
2014-08-25 15:33:43 +00:00
Minh Tue Vo
4e1c4c46e6
adding tests for country list in different languages
...
updating the version for django_countries
2014-08-20 15:30:17 -04:00
Waheed Ahmed
e26efea26f
Fixed 500 error on views with incomplete course id in url.
...
LMS-11217
2014-08-20 18:30:58 +05:00
Calen Pennington
50082387eb
Add a request-token to identify which xblock html was rendered as part of the current request
...
[STUD-2903]
2014-08-15 11:04:52 -04:00
Will Daly
88ebac4faf
Use English for the marketing site buttons in an edx-controlled domain
2014-08-14 16:00:44 -04:00
Nimisha Asthagiri
9efe5d92c5
Merge pull request #4720 from edx/split/add-and-fixes
...
Split/add and fixes
2014-08-08 14:12:02 -04:00
Nimisha Asthagiri
d2b59cb6e0
get_items API: have qualifiers be a separate parameter instead of assuming kwargs.
2014-08-08 12:38:42 -04:00
Usman Khalid
f9ee21f434
Incomplete course ids should return a 404.
2014-08-08 20:34:44 +05:00
jsa
d96de4249d
Merge branch 'release'
2014-08-07 16:22:39 -04:00
David Baumgold
e99a14eb3f
Merge pull request #4654 from edx/db/kill-check-for-code
...
Replace `check_for_get_code` with `assert_request_status_code`
2014-08-07 08:28:50 -04:00
Usman Khalid
9599c31aa0
Catch InvalidKeyError in static_tab view.
...
LMS-11189
2014-08-07 15:41:07 +05:00
Waheed Ahmed
05b87fd99b
Implemented process_response method to clear requestcontext global variable in mako middleware.
...
LMS-6622
2014-08-06 19:58:20 +05:00
David Baumgold
5457775cfe
Replace check_for_get_code with assert_request_status_code
...
More flexible, uses the word "assert", method instead of function
2014-08-05 13:36:49 -04:00
Carson Gee
87fa6cc753
Check if user is anonymous before calling PSYCHOMETRICS
...
LTI grade callbacks for example, come in with an anonymous user. This causes a
stack trace in the psychometrics app that leads to the LTI service
getting a 404. This adds a check before that callback gets registered.
2014-08-01 12:34:12 -04:00
Don Mitchell
437a3bf93e
Merge pull request #4542 from edx/split/perf_test
...
Split/perf test
2014-07-31 09:14:15 -04:00
Don Mitchell
d4776a151b
Test both split and old mongo
2014-07-30 17:44:45 -04:00
Don Mitchell
0f0d75fce8
Convert toc test to use mongo not xml ms
...
Included adding a general create_toy_course and create_sample_course method for tests
2014-07-30 17:44:44 -04:00
Oleg Marshev
46fe356182
Use data dir from course.
2014-07-28 13:11:12 +03:00