- Jul 05, 2017
-
-
Sven Marnach authored
-
- Jul 04, 2017
-
-
Andy Armstrong authored
Implement a skeleton page with Bootstrap
-
Harry Rein authored
-
Andy Armstrong authored
LEARNER-1174
-
Ibrahim Ahmed authored
Do not capitalize words in start button
-
Afzal Wali Naushahi authored
Learner-1146
-
Ibrahim authored
-
Afzal Wali authored
Fetched Programs and Program details from Course Discovery service for all sites and stored the uuids in cache with site-specfic keys. Learner-1146
-
- Jul 03, 2017
-
-
Diana Huang authored
Replace urls in html updates.
-
Kevin Falcone authored
Bump up the NewRelic plugin version
-
Diana Huang authored
-
Kevin Falcone authored
Most bugfixes are python3 or Tornado specific, but several releate to Django 1.10 and they improved transaction traces since we last updated. https://docs.newrelic.com/docs/release-notes/agent-release-notes/python-release-notes/python-agent-286370
-
Jesse Shapiro authored
[ENT-457] Fix failing course_mode tests
-
Jesse Shapiro authored
-
Ibrahim Ahmed authored
fix issue where video modal is not closed by clicking outside the video
-
Ibrahim authored
-
- Jun 30, 2017
-
-
Robert Raposa authored
Rename xss linter.
-
Kevin Falcone authored
Change to validate=False which emulates django-storages
-
Jesse Shapiro authored
[ENT-457] Create EnterpriseCourseEnrollment when enrolling via Track Selection page
-
Robert Raposa authored
-
Robert Raposa authored
This requires the next commit to work, but needed to be is a separate commit to keep history.
-
Jesse Shapiro authored
-
Ari Rizzitano authored
eslint config edx v3
-
- Jun 29, 2017
-
-
Kevin Falcone authored
On many buckets, we use s3://bucket/path to separate environments because AWS used to have a really low limit on the number of buckets we could have, and we wanted to share them across environments. If you combine this with an IAM policy that only allows you access to the s3://bucket/path that you "own", then get_bucket fails. http://boto.cloudhackers.com/en/stable/ref/s3.html#boto.s3.connection.S3Connection.get_bucket The HEAD appears to be similar to get_all_keys which requires ListObjects on the bucket with no conditions. django-storages (Which is what we write new S3 access in) actually always passes validate=False unless you're allowing it to create buckets for you (which we never do). https://github.com/jschneier/django-storages/blob/1.4.1/storages/backends/s3boto.py#L320-L334
-
Jeff LaJoie authored
EDUCATOR-793: converts TypeError,NotFoundError logging to debug only
-
Robert Raposa authored
LEARNER-1604: Change default and refactor old unified_course_view flag.
-
Gregory Martin authored
Enqueue Generate Certs Task on Passing Grade
-
Jeff LaJoie authored
-
Sven Marnach authored
Merge pull request #15223 from proversity-org/proversity/pr-add-invitation-only-field-to-course-serializer Add invitation_only field to course serializer
-
Gregory Martin authored
-
John Eskew authored
Remove deprecated django.utils.importlib
-
Ned Batchelder authored
Correct spelling of 'Open edX', and pedantic typography in the copyright footer
-
Sanford Student authored
-
John Eskew authored
-
sarahkf authored
fixing color contrast issues in studio
-
Jeremy Bowman authored
PLAT-1597 Fix test mongo cleanup hostname in Docker devstack
-
Robert Raposa authored
This includes several general enhancement in addition to the fixes for unified_course_view: 1. Add support for default when no waffle flag defined. 2. Add support for table_blacklist to assertNumQueries. 3. Rename flag to 'course_experience.course_outline_page'. 4. Change flag default to True when it is not defined.
-
Jeremy Bowman authored
PLAT-1610 Fix social auth config error in Docker bok-choy tests
-
Jeremy Bowman authored
PLAT-1323 Remove older, slower code path for course export
-
Ned Batchelder authored
-