- 15 Jun, 2015 23 commits
-
-
Add comment endorsement to discussion API
Greg Price committed -
certificates event tracking SOL-886
Matt Drayer committed -
Create a common paginated list view
Andy Armstrong committed -
Fix bug in discussion API comment update
Greg Price committed -
cahrens committed
-
cahrens committed
-
Andy Armstrong committed
-
TNL-2384 Refactored Studio's PagingView to use RequireJS Text and moved it to common so that it can also be used by LMS.
Andy Armstrong committed -
Deprecate course details API v0
Will Daly committed -
This bug caused any attempt to update a comment with a non-null parent_id to result in a 500 error without applying the update. The bug was introduced in commit 2c7590d1.
Greg Price committed -
A version of #8260 that is consistent on jenkins and locally
Calen Pennington committed -
Fix dark lang and django.middleware.locale behaviors LOC-72 LOC-85
Sarina Canelake committed -
Calen Pennington committed
-
Reduce the number of queries when walking parents in MongoModuleStore by avoiding cache misses on the data due to missing runs
Calen Pennington committed -
Calen Pennington committed
-
Calen Pennington committed
-
Calen Pennington committed
-
some optimisations refactored code and added created event added test to make sure generate event is emitted changes based on feedback on 6/11 added certificate web page and tests fixed quality violations
Zia Fazal committed -
Calen Pennington committed
-
Calen Pennington committed
-
Calen Pennington committed
-
Brandon DeRosier committed
-
(SOL-835) Addressing flakiness of the reindexing bokchoy acceptance test
Marko Jevtić committed
-
- 14 Jun, 2015 3 commits
-
-
Add feature flag to allow hiding the discussion tab for individual courses.
Sven Marnach committed -
Sven Marnach committed
-
Sven Marnach committed
-
- 12 Jun, 2015 14 commits
-
-
Sarina Canelake committed
-
Only return languages we've actually released LOC-85 Perform fuzzy matching to greedily serve the best released language LOC-72
Sarina Canelake committed -
Sarina Canelake committed
-
Add to dark_lang middleware
Sarina Canelake committed -
Sarina Canelake committed
-
Merge release into master
Adam committed -
Conflicts: cms/djangoapps/contentstore/views/course.py
Adam Palay committed -
MIT CCX: Use CCX Keys
Calen Pennington committed -
Prevent duplication of tabs with different names.
Adam committed -
Will Daly committed
-
Make addCleanup idempotent.
Ben Patterson committed -
Update translations (autogenerated message)
Sarina Canelake committed -
Sarina Canelake committed
-
only require ccx-keys once get_current_ccx will now expect a CourseKey instance as its argument, and will raise a value error if this expectation is not met. document reason for local import add special methods to pass attribute setting and deletion through to the wrapped modulestore add __setattr__ and __delattr__ per code review, update __init__ to work with new methods style change per code review clean up context manager usage as recommended by code review remove unused code and imports convert modulestore type tests to use the `get_modulestore_type` api, remove unused imports code quality: add docstrings increase coverage for utils tests fix bug found in testing. increase test coverage on modulestore wrapper code quality fixes code-quality: ignore import error, but mark site for future consideration
cewing committed
-