- 12 Jun, 2015 4 commits
-
-
Implement the use of CCX opaque keys throughout the ccx code base include the new custom ccx id package in the github checkouts list update the coach dashboard wrapper to get CCX information from the incoming course_id, if possible update function signatures for all view functions to expect CCX as passed by the dashboard wrapper (default to None), remove calls to get_ccx_for_coach as the ccx is passed in. update reverse calls in python view code to use a CCXLocator for the URL instead of a CourseLocator use CCXLocator where necessary use course id to find ccx, instead of thread local remove unused method and related tests use course id for getting ccx provide course id to the get_current_ccx method ensure the course id passed in is a CourseKey instance of some type whether it starts out as a string or not use the provided block to figure out what the course_id should be, then get the ccx for that redirect to ccx dashboard using coach ccx if no ccx is passed in update student dashboard listing for ccx to build an appropriate url from a CCXLocator, not from the course locator. refactor building the ccx locator so we don't have to do it repeatedly begin test refactoring after ccx_keys introduction Ensure that when access checking happens, the course_locator form of a ccx locator is used. This ensures that the access check happens against the course and it is not necesarry to duplicate the entire access control structure for the course. pick up api change in ccx-keys create and conditionally use a wrapper for the mixed modulestore returned by xmodule.modulestore.django.modulestore the wrapper will strip and restore ccx values from CourseKey and UsageKey objects fix return values on a few methods remove unused symbol pull updated ccx-keys package set course_id on the caching descriptor system to avoid api incompatibilities in some subsystems use ccx.course instead of self.course fix get method to find course keys from blocks that are not themselves keys but have a location attribute (which will be a key) if an item coming out of the db has children, restore the ccx to them as well if the block passed in has a CCX key, unwrap that before we try to look up the override, otherwise it will never be found. pick up a change in the ccx keys package that allows for stripping CCX identity from a usage key begin writing tests to cover this modulestore wrapper remove the switch_pocs view, the url pattern for it, and the tests that covered it remove the ccx context and the middleware responsible for setting the current CCX. These are no longer needed all dashboard views should raise 404 if a ccx is not provided by the coach_dashboard decorator code quality prevent errors resulting from trying to `get` a ccx based on non-unique criteria. remove obsolete usage of ACTIVE_CCX_KEY fix setUp method for grading tests to properly create grades for the ccx rather than for the course. clean up reverse calls code quality adding docstrings to clarify purpose of this patch fix bug in getting ccx for coach fix grading views to properly fetch a ccx-ified course so that grades for that version will be calculated fix small errors in modulestore implementation fix errant merge marker update call to get_current_ccx after key refactoring merged with tab changes
cewing committed -
BUGFIX: CCX Font Awesome icon name fixes
Sarina Canelake committed -
Revert "[LTI Provider] Basic LTI authentication"
Ben Patterson committed -
Ben Patterson committed
-
- 11 Jun, 2015 18 commits
-
-
[LTI Provider] Basic LTI authentication
David Ormsbee committed -
Credit provider integration Python API (Part 2 of 3)
Will Daly committed -
(SOL-618) Fix for flaky library users studio test
Kelketek committed -
Clee/discussion api delete comment rebased
Christopher Lee committed -
christopher lee committed
-
Update AUTHORS
Sarina Canelake committed -
Add comment editing to discussion API
Greg Price committed -
Alessandro Verdura committed
-
This is done via PATCH on a comment instance endpoint.
Greg Price committed -
* Add end-point for initiating a request for credit from a provider. * Add an end-point for a provider to update the status of a request (approved / denied).
Will Daly committed -
Remove V2 of the EdX.org footer
Will Daly committed -
Release 2015 06 10 conflict
Edward Zarecor committed -
Remove course_title from bulk email.
Muzaffar yousaf committed -
Flag test as flaky. See SOL-975
Ben Patterson committed -
Removed IsAuthenticatedOrDebug
Clinton Blackburn committed -
mattdrayer/SOL-449: Remove @skip decorator
Matt Drayer committed -
Ben Patterson committed
-
Web Certificates: Only Hide Staff Signature for Honor/Base Rendering
Brian Talbot committed
-
- 10 Jun, 2015 18 commits
-
-
IsAuthenticatedOrDebug hides potential issues with API client code that is run in local environments and later deployed to production where authentication fails. XCOM-193
Clinton Blackburn committed -
SOL-973
Brian Talbot committed -
TNL-1907 Implement Course Team Membership API
Ben McMorran committed -
Edward Zarecor committed
-
Ben McMorran committed
-
FIX - Compile Sass to CSS directory Clean Up
Brian Talbot committed -
Remove unused code left over from ECOM-188.
Will Daly committed -
* adding in missing web certs Sass/CSS asset settings * updating .gitignore
Brian Talbot committed -
SOL-971
Matt Drayer committed -
Matt Drayer committed
-
Payment button UI modifications
Renzo Lucioni committed -
Fixed slow transaction on xblock outline handler.
Waheed Ahmed committed -
ECOM-1644 minor message updation.
Awais Qureshi committed -
Fixes bug with app links in new footer
AlasdairSwan committed -
Will Daly committed
-
Will Daly committed
-
Awais committed
-
AlasdairSwan committed
-