- 09 Feb, 2017 1 commit
-
-
Add consent check to course access prerequisites; add utility functions to provide interface to course-specific consent in Enterprise app
Jesse Shapiro committed
-
- 31 Jan, 2017 11 commits
-
-
Use the catalog for program certificate backpopulation
Renzo Lucioni committed -
Fix safe template warning.
Christina Roberts committed -
This command is used to backfill missing program certificates. Formerly, it used the programs service. It now uses the catalog service exclusively. ECOM-4422
Renzo Lucioni committed -
cahrens committed
-
Include django-memcached-hashring to support consistent hashing.
Toby Lawrence committed -
Show checkmarks when "Show Answer" is clicked.
Christina Roberts committed -
TNL-6357
cahrens committed -
[SOL-2133] Add user deactivation endpoint.
Marko Jevtić committed -
Vedran Karacic committed
-
ENT-112: Update settings for edx-enterprise (v0.19.1) configurations.
Saleem Latif committed -
Saleem Latif 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 15 commits
-
-
Toby Lawrence committed
-
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
-