- 01 Feb, 2017 1 commit
-
-
Hasnain committed
-
- 30 Jan, 2017 9 commits
-
-
PLAT-1104 Import courses asynchronously
Jeremy Bowman committed -
Allow null course_edited_timestamp
Eric Fischer committed -
Some old mongo courses do not have this field, and the team has opted to allow null values rather than inserting a default. This change affects both course and subsection grades. TNL-6408
Eric Fischer committed -
As discovered in load testing, if this task is run too quickly it can ask for a newly-recorded score prior to the active transaction finishing and writing to the database. TNL-6424
Eric Fischer committed -
Jeremy Bowman committed
-
Reduce thresholds.
Robert Raposa committed -
Robert Raposa committed
-
show button new library in studio depending on flags and user staff s…
Zia Fazal committed -
add flag DISABLE_LIBRARY_CREATION add comma use CourseCreatorRole to determine if user can create a library add disable library creation feature flag Conflicts: cms/djangoapps/contentstore/views/course.py ENABLE_CONTENT_LIBRARIES flag check for course creator role for library creation Conflicts: cms/djangoapps/contentstore/views/course.py add unit tests make check of creation of library a true/false for forntend, add security in api call, clean tests update tests fix docstring of tests fixed quality violation fixed broken unit test and quality violations Feedback changes and unit test to assert libraries are visible to non staff users too fixed quality violation and feedback changes
jagonzalr committed
-
- 28 Jan, 2017 4 commits
-
-
Update catalog factories
Renzo Lucioni committed -
Remove the program admin tool from Studio
Renzo Lucioni committed -
More accurately represent serialized catalog data. Also switch to using Faker. ECOM-4422
Renzo Lucioni committed -
All programs are now managed using the Django admin on the catalog service. This is the first in a series of commits removing use of the old programs service from edx-platform. ECOM-4422
Renzo Lucioni committed
-
- 27 Jan, 2017 16 commits
-
-
update ora2 version
Gregory Martin committed -
discussion all topics button in breadcrumbs markup change
alisan617 committed -
Remove program certification view from the support app
Renzo Lucioni committed -
Gregory Martin committed
-
alisan617 committed
-
Visually indicate fields in new post form are required (TNL-6364)
Brian Jacobel committed -
This functionality hasn't been used since it was introduced. It is superseded by the backpopulate_program_credentials management command. This is another commit in a series removing use of the old programs service from edx-platform. ECOM-4422
Renzo Lucioni committed -
Disable student state writes for crawlers.
David Ormsbee committed -
Brian Jacobel committed
-
Fix pep8 violation
Jesse Zoldak committed -
Bumps the xblock-poll version to v1.2.5
Ari Rizzitano committed -
Jesse Zoldak committed
-
Updated Docker Devstack settings
Clinton Blackburn committed -
Fixes https://github.com/edx/devstack/issues/47
Clinton Blackburn committed -
Fix program credential backpopulation command
Renzo Lucioni committed -
This command was updated to request programs from the catalog, but it wasn't changed to deal with the new response structure. I'm updating all code in the LMS to deal with catalog service responses separately. ECOM-6900.
Renzo Lucioni committed
-
- 26 Jan, 2017 10 commits
-
-
Bumps django-storage-swift to 1.2.15
Jillian Vogel committed -
ECOM-6634
Clinton Blackburn committed -
Updated edx-rest-api-client to 1.7.1
Clinton Blackburn committed -
Brian Jacobel committed
-
Added user tracking id to profile scope in oauth2 handler.
Dennis Jen committed -
https://github.com/edx/edx-rest-api-client/compare/1.6.0...1.7.1 ECOM-6634
Clinton Blackburn committed -
Log course on no-retry update_course_in_cache errors
Eric Fischer committed -
We've already been ignoring the param for a long time. This just removes it entirely.
David Ormsbee committed -
edx-i18n-tools is on PyPI, get it from there.
Ned Batchelder committed -
Ned Batchelder committed
-