Brian Mesick
e12ce751d7
Merge pull request #16413 from edx/bmedx/django111_urls_cms
...
CMS urls cleanup for Django 1.11
2017-11-03 12:53:48 -04:00
bmedx
9099f0dc23
CMS urls cleanup for Django 1.11
...
- Remove usage of django.urls.patterns
- Change urls tuples to lists
- Make all string view names callables
2017-11-02 14:29:48 -04:00
bmedx
82cb62d26a
syncdb cleanup
2017-11-02 09:51:44 -04:00
bmedx
d5b3db8934
Fix up tests to support updated management commands
2017-11-01 10:13:47 -04:00
bmedx
79fe2e6260
CMS management command cleanup for Django 1.11
2017-11-01 10:13:46 -04:00
noraiz-anwar
5ffe588abe
add logs to time frame course listing
2017-11-01 10:50:38 +05:00
noraiz-anwar
6cda1b2e0a
add logs to better understand course listing response time
2017-10-27 12:49:15 +05:00
John Eskew
917c3d62bd
FileWrapper indirection has been removed from Django.
2017-10-25 11:49:13 -04:00
Nimisha Asthagiri
cd1eaf3010
Dynamic Pacing: Waffle switch
2017-10-23 18:30:36 -04:00
Nimisha Asthagiri
ee1a003c45
Tests for Studio support for Section Highlights
2017-10-23 15:16:57 -04:00
Nimisha Asthagiri
53e1dfaa99
Studio support of Section Highlights
2017-10-23 14:31:57 -04:00
noraiz-anwar
cb3f858464
use CourseSummary for course listing on studio for non-global staff users
2017-10-19 12:14:35 +05:00
Qubad786
d6acfa679f
Add video source language support for Cielo24 - EDUCATOR-1491
2017-10-16 19:23:19 +05:00
Qubad786
5900b349bc
Backend changes for video source language in transcript preferences.
2017-10-16 19:23:19 +05:00
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
Mushtaq Ali
538a3d7801
Add video transcript config model flags - EDUCATOR-1224
2017-10-16 19:23:18 +05:00
muhammad-ammar
2203de4a85
video ids info
2017-10-16 19:23:17 +05:00
Mushtaq Ali
17e87f87ec
Change transcript status text - EDUCATOR-1324
2017-10-16 19:23:17 +05:00
Mushtaq Ali
9d156c042c
Remove course wide transcript settings (N/A provider selected) - EDUCATOR-1311
2017-10-16 19:23:15 +05:00
Mushtaq Ali
ec399645f3
Course video settings UI - EDUCATOR-1063
2017-10-16 19:22:41 +05:00
Qubad786
9009669cc7
Add trasncript preferences backend for studio and new transcription statuses to video.
...
EDU-1092
2017-10-16 19:22:41 +05:00
Alex Dusenbery
b89e6419a5
Prevent compute_all_grades_for_course() task from being executed more than once every hour.
2017-10-13 15:13:53 -04:00
Dennis Jen
badcd439ff
Fixed typos in comment and config message.
2017-10-12 16:48:55 -04:00
noraiz-anwar
8bc7ae1466
delete_course command with course keys containing unicode chars
2017-10-12 18:07:04 +05:00
John Eskew
b07826cbc0
Merge pull request #16148 from edx/jeskew/initial_django_1.11_startup_changes
...
Initial Django 1.11 startup changes
2017-10-05 12:48:26 -04:00
John Eskew
0890193d6b
PLAT-1408: Import csrf from new path.
2017-10-05 11:12:53 -04:00
John Eskew
7dfb6cc681
Change all UTC timezones to import from pytz instead of Django.
2017-10-05 11:12:52 -04:00
Clinton Blackburn
8a5782eb6e
Updated Studio API to expose course run pacing type
...
The pacing type can now be read and updated.
EDUCATOR-1464
2017-10-04 10:16:45 -04:00
Clinton Blackburn
f4c08bbca1
Fixed Studio API bug with course team updates
...
The org field is now set on the CourseAccessRole object, since Studio expects that value to be present.
LEARNER-2469
2017-10-03 11:38:38 -04:00
Clinton Blackburn
5139b570ee
Removed duplicated override of update_team method
...
LEARNER-2469
2017-10-03 11:38:38 -04:00
George Song
918416f03f
Merge pull request #15992 from open-craft/jill/openstack-course-import-export
...
Use django file storage URLs for all course export downloads.
2017-10-02 11:37:52 -07:00
Clinton Blackburn
0334df1eb3
Fixed bug with Studio API course run team update endpoint
...
We now iterate over the given team members and create them individually, rather than in bulk. This avoids uniqueness errors that arise when we attempt a bulk create operation with an existing row.
LEARNER-2468
2017-09-28 12:24:23 -04:00
Clinton Blackburn
7d51c194a3
Updated Studio course run API endpoint to allow null enrollment dates
...
LEARNER-2469
2017-09-27 09:43:07 -04:00
Harry Rein
bc76ffe5dc
Add message for setting course goal.
...
LEARNER-2307
2017-09-22 09:56:27 -04:00
Eric Fischer
a830073bb2
Add waffle flag for NewAssetsPage
2017-09-21 16:45:12 -04:00
Michael Roytman
282220dae5
refactor and add multiple filter functionality
2017-09-20 12:06:12 -04:00
Clinton Blackburn
4b9f017d4a
Fixed bug for partial updates for Studio API course runs endpoint
...
Existing data remains intact when performing a partial update.
LEARNER-2468
2017-09-13 18:05:21 -04:00
Clinton Blackburn
f25674a606
Added pagination to Studio API course runs list endpoint
...
The viewset class has also been updated to inherit from GenericViewSet to better take advantage of existing DRF code.
LEARNER-2468
2017-09-13 16:39:05 -04:00
Clinton Blackburn
14b8c12e88
Added Studio API endpoint to update course image
...
LEARNER-2468
2017-09-13 11:22:47 -04:00
Clinton Blackburn
317f719d3c
Added Studio API endpoint to re-run course runs
...
LEARNER-2470
2017-09-13 11:22:47 -04:00
Clinton Blackburn
256849950d
Added Studio API endpoint to support course creation
...
LEARNER-2468
2017-09-13 11:22:47 -04:00
Jillian Vogel
2f98f8af63
Use django storage mechanism to determine file size
...
when serving course export tarball.
2017-09-12 16:07:09 +09:30
Clinton Blackburn
56eee715c1
Added support for deleting assets to delete_course management command
...
The command now has an option to delete assets. This is relevant for
users of the split Mongo module store, which does not delete assets by
default.
Additionally, tests and docstrings have been updated.
LEARNER-2460
2017-09-11 08:25:19 -04:00
Noraiz Anwar
2d026d587e
Revert "EDUCATOR-1267 Add logs in importing the course."
2017-09-08 11:08:41 +05:00
Jeremy Bowman
ded294c420
pytest compatibility fixes
2017-09-06 14:20:34 -04:00
Jeremy Bowman
97f5fe035b
Fixes for pytest database usage
2017-09-06 13:15:34 -04:00
attiyaishaque
32691b5b1a
EDUCATOR-1267 Add logs in importing the course.
2017-08-31 12:53:41 +05:00
Jeremy Bowman
32000c7a98
Clean up TestCase subclassing
2017-08-29 15:38:48 -04:00
Jeremy Bowman
0d7806e0cd
Fix tests that depend on execution order
2017-08-29 11:08:47 -04:00