- 08 Jul, 2015 10 commits
-
-
christopher lee committed
-
[LTI Provider] Refactoring to remove the lti_run method
David Ormsbee committed -
Make the release script use the primary email from people.yaml
Ned Batchelder committed -
Ned Batchelder committed
-
Fixed 'play_video' event which was emitting with wrong params.
Awais Jibran committed -
This change is a follow-up to the chages in PR 8347, which removed the edX login page from the workflow for a new user. Where previously we redirected a user to the login page, PR 8347 instead creates a new user transparently and logs them in. The initial reason for splitting the LTI view between lti_launch and lti_run was so that there was a target for the GET request that followed the login page. Since we no longer use the login page, we no longer need the second view. We also don't need to store the LTI parameters in the session any more, since they are not persisting between calls. This simplifies the view logic significantly. The other change here is to fetch the LtiConsumer object early in the view, and pass it to the SignatureValidator and scoring system. When the views were split, this required multiple DB hits for the same data; we're now only fetching it once.
Phil McGachey committed -
"play_video" event emitted after seeking forward in a video contains old position
Awais Jibran committed -
ECOM-1601: Added the help link of credit info
Aamir committed -
[NEW] - Fixed randomized problems which were not appearing to work.
Awais Jibran committed -
Remove the DjDT profiling panel from devstack.py. It appears to cause…
chrisndodge committed
-
- 07 Jul, 2015 17 commits
-
-
mattdrayer/num-queries-fix: Update query value to reflect new reality
Matt Drayer committed -
Matt Drayer committed
-
Fixing aria values and contrast for accessibility
Chris committed -
ziafazal:SOL-1011: Certificate URL should use 'download_url' field and not 'verify_uuid'
Matt Drayer committed -
Merge release into master
Will Daly committed -
Remove the DjDT profiling panel from devstack.py. It appears to cause horrendeous performance issues, while offering very little benefit.
Chris Dodge committed -
Chris Rodriguez committed
-
Conflicts: common/djangoapps/student/views.py openedx/core/djangoapps/credit/tests/test_api.py
Will Daly committed -
Feature flag credit provider messaging on the dashboard.
Will Daly committed -
Revert "Adding entries of Call Stack Manager in StudentModule and Stu…
Sarina Canelake committed -
flag test as flaky
Christine Lytwynec committed -
Update docs for testing common requirejs tests
Daniel Friedman committed -
Fixed misordered settings for devstack environment
Marko Jevtić committed -
Marko Jevtic committed
-
aamir-khan committed
-
Sarina Canelake committed
-
Creating Zendesk refund notifications via API
Clinton Blackburn committed
-
- 06 Jul, 2015 13 commits
-
-
Default "Course About" image
Davorin Šego committed -
Refund notifications are now created using the Zendesk API. This ensures the correct requester information is set for the ticket, and allows for tagging of tickets. XCOM-451
Clinton Blackburn committed -
LMS: Modification in enrollment API
Ahsan Ulhaq committed -
Christine Lytwynec committed
-
ziafazal/SOL-1006: Disable course 'start date' for inactive web-enabled certificates
Matt Drayer committed -
Mention Confluence in the README
David Baumgold committed -
ziafazal/SOL-1008: Ensure that only authorized actors can perform assigned roles
Matt Drayer committed -
asadiqbal08/SOL-1014: Improved text in Studio Certificate Configuration
Matt Drayer committed -
When the credit eligibility is disabled, skip the code that access the CreditProvider table. This will allow us to safely delete a column from the table in rc/2015-07-08.
Will Daly committed -
Changed enrollment api to set enrollment atributes if the course is credit course ECOM-1719
Ahsan Ulhaq committed -
asadiqbal committed
-
Adding entries of Call Stack Manager in StudentModule and StudentModuleHistory
Utkarsh committed -
Enable CallStackManager on StudentModule and StudentModuleHistory to capture any use outside of DjangoXBlockUserStateClient
utkjad committed
-