Matthew Piatetsky
f738e74e7e
prevent activation time error
2018-09-19 17:06:15 -04:00
Ned Batchelder
93d4af35bd
No need for superstitious kwargs
2018-09-17 17:01:11 -04:00
Nimisha Asthagiri
700a902b68
Cleanup and remove deprecated RequestCache Django app
...
ARCH-223
2018-09-12 14:39:11 -04:00
Michael Youngstrom
8aed0ff719
Clean up after any get_mock_request or set_current_request calls
2018-08-22 17:23:39 -04:00
Jeremy Bowman
68902a2f3f
TE-2689 Remove useless pylint suppressions part 3
2018-08-16 09:57:01 -04:00
Matthew Piatetsky
e756d002cf
update mobile exclusion
2018-08-14 14:07:56 -04:00
Matthew Piatetsky
cfa4dc6945
add course level mobile app exclusion for vop and cgv3 experiments
2018-08-07 17:19:55 -04:00
Jeremy Bowman
4e8668d3be
TE-2524 Stop using nose.plugins - LMS 2
2018-08-01 13:54:06 -04:00
Waheed Ahmed
c2ad6f4002
Revert "Fix PDF cert gereration/regeneration and URLs."
2018-07-26 18:20:27 +05:00
Nimisha Asthagiri
77bf86fb73
Fix unclearly related test failure
2018-07-03 07:37:57 -04:00
Nimisha Asthagiri
ce4cb53672
Update Permissions to use latest edx-drf-extensions and rest_condition
2018-06-28 18:37:53 -04:00
uzairr
e77a19a4a3
Update UTM params of social sharing buttons
...
To improve Customer experience small changes have done in the
Google Analytics so that incoming stats are organized efficiently.
LEARNER-5360
2018-06-14 12:38:01 +00:00
Waheed Ahmed
23d1beedf7
Merge pull request #18285 from edx/waheed/LEARNER-4520-fix-pdf-certificates
...
Fix PDF cert gereration/regeneration and URLs.
2018-06-06 15:36:52 +05:00
Eric Fischer
247bb50ed2
s/django.core.urlresolvers/django.urls/g
...
Django 1.10 deprecation fix for Hackathon XIX
Addresses PLAT-1397
2018-06-05 13:59:09 -04:00
Waheed Ahmed
baf3e594be
Fix PDF cert gereration/regeneration and URLs.
...
Since cert_html_view_enabled is deprecated and set default true,
PDF certificates are not appearing for learners and staff also
unable to regenerate them.
LEARNER-4520
2018-05-31 15:45:31 +05:00
Mushtaq Ali
f4b1da1f42
Merge pull request #17718 from edx/transcripts-phase-2
...
Transcripts phase 2
2018-05-07 12:42:50 +05:00
Stuart Young
1fd2167144
rebalance python unittests onto new shards
2018-05-03 11:16:05 -04:00
muhammad-ammar
aaaafee2b2
remove video transcript enabled flag
2018-04-30 15:59:32 +05:00
muhammad-ammar
a6bfd5f604
Deprecate Contentstore for Mobile Video Outline API
...
EDUCATOR-2130
2018-04-23 17:35:44 +05:00
muhammad-ammar
cda7fe9a29
update available translations retrieval interface
...
EDUCATOR-2384
2018-04-23 17:35:43 +05:00
muhammad-ammar
d0cd247d08
Deprecate Contentstore for Video Component Preview LMS/CMS
...
EDUCATOR-1756
2018-04-23 17:35:43 +05:00
Matthew Piatetsky
7673ea06b1
Hide experiment courses from dashboard if enrolled but not paid
2018-04-06 10:14:29 -04:00
Qubad786
c90aa33cb8
Integrate with the updated VAL api utils.
2018-02-16 19:06:44 +05:00
Qubad786
64555c60c0
Move request_cache to openedx.core.djangoapps
2018-01-26 15:09:25 +05:00
Christopher Lee
3959509696
Merge pull request #17242 from edx/clee/optimizely
...
Disable optimizely for xblocks for the mobile app
2018-01-22 15:36:20 -05:00
christopher lee
8a00b76f01
Disable optimizely for xblocks for the mobile app
2018-01-22 12:05:57 -05:00
Nimisha Asthagiri
2e9efe6472
Fix Certificates import and signals code
2018-01-19 15:12:28 -05:00
Jeremy Bowman
113e8dde61
PLAT-1885 Stop using deprecated BlockUsageLocator properties
2018-01-12 16:40:21 -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
Ned Batchelder
e23e3a0486
Fix a number of unused-import pylint violations
2017-11-21 19:57:06 -05:00
bmedx
bebdc069a7
LMS urls cleanup for Django 1.11
...
- Remove usage of django.urls.patterns
- Change urls tuples to lists
- Make all string view names callables
- This is the third urls update for LMS
2017-11-07 14:17:54 -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
M. Rehan
8c37dff1a8
Merge pull request #15475 from OmarIthawi/omar/default-english-transcripts
...
Allow displaying videos without transcripts
2017-09-12 12:22:41 +05:00
Omar Al-Ithawi
302e1d923e
Allow displaying videos without transcripts
2017-09-11 21:29:58 +03:00
Gregory Martin
c1dcb54a66
Update 'downloadable' status for mobile/other API
2017-09-07 14:25:01 -04:00
Jeremy Bowman
fd6af6b05e
ddt usage cleanup
2017-09-05 17:25:51 -04:00
Sofiya Semenova
76f1df6b0e
EDUCATOR-526 Update view cert button to only appear after availability
...
date has passed
2017-08-15 11:57:28 -07:00
Diana Huang
c338b751f2
Consolidate access checks for prereqs and surveys.
2017-07-24 11:42:39 -04:00
Andy Armstrong
79acb5c5be
Reorder LMS imports using isort
2017-06-11 21:48:06 -04:00
Harry Rein
6761a87bfb
Fix for LEARNER-859: Updating styling on the course updates page to more clearly differentiate between multiple updates. Specifically:
...
- Updated styling on date in the top left corner
- Added horizontal line between updates
- Removed ability to toggle updates on and off
- Cleaned up code to always show all updates:
2017-06-01 16:43:09 -04:00
John Eskew
3b57542ab0
Revert "Merge pull request #15170 from edx/jeskew/PLAT_1316_partitions_inheritance"
...
This reverts commit f97f052591 , reversing
changes made to 800bcd8e20 .
2017-05-30 12:42:54 -04:00
John Eskew
76389d8678
Run all files touched in inheritance/partition work through isort.
2017-05-25 13:24:08 -04:00
John Eskew
66f3aa5ccf
Move fields.py, inheritance.py, and partitions to openedx/core.
2017-05-25 13:24:08 -04:00
Ned Batchelder
4a568476fd
Remove a number of unneeded super()-delegation methods
2017-04-27 14:12:56 -04:00
Qubad786
c28d7cd5f9
Add utm parameters to course sharing url
2017-04-24 23:01:21 +05:00
Andy Armstrong
da1ac4664e
Implement common redirect logic for all course tabs
...
LEARNER-76
2017-04-12 16:05:32 -04:00
Nimisha Asthagiri
cfb032a50c
Fix grading for Gated Subsections
...
TNL-5955
2017-03-15 17:16:20 -04:00
Qubad786
7c1f6ff2c0
Mgmt. Command to Sync Marketing Urls from Catalog service
...
Introduces a mgmt. command that retrieves course runs from catalog service in order to update marketing urls for the courses found in course metadata cache (i.e. CourseOverview). This also provides an updated utility to retrieve course sharing url.
2017-03-06 20:12:31 +05:00