Andy Armstrong
14a9796cd4
Re-enable the video translation Jasmine tests
...
TNL-2689
2015-07-09 09:34:38 -04:00
Ben McMorran
9e5290c1a7
Merge pull request #8822 from edx/benmcmorran/taiwan-fix
...
TNL-2665 Prevent Taiwan from being translated
2015-07-08 13:26:17 -04:00
Kyle McCormick
afa77db944
Merge pull request #8642 from edx/mekkz/course-overviews-dashboard
...
Update LMS student dashboard to use CourseOverview
2015-07-08 13:06:36 -04:00
Jesse Zoldak
7b33b73a8c
Merge pull request #8824 from edx/zoldak/TNL-1475
...
Disable flaky GroupConfigurationsPage JS test TNL-1475
2015-07-08 12:43:29 -04:00
Ben Patterson
25434a03e0
Merge pull request #8827 from edx/revert-8818-tasawer/story/ecom-1651-on-demand-cert-download
...
Revert "Update copy for On Demand Cert Download"
2015-07-08 12:34:57 -04:00
Kyle McCormick
1dfe9ed9e8
MA-779 Update student dashboard to use CourseOverview
2015-07-08 12:05:38 -04:00
Kyle McCormick
5b630a7704
MA-779 Make has_access work on CourseOverview objects
2015-07-08 12:05:38 -04:00
Jesse Zoldak
a11275ee0d
Disable flaky GroupConfigurationsPage JS test TNL-1475
2015-07-08 11:48:31 -04:00
tasawernawaz
c64d58f234
Merge pull request #8818 from edx/tasawer/story/ecom-1651-on-demand-cert-download
...
Update copy for On Demand Cert Download
2015-07-08 20:18:08 +05:00
Jesse Zoldak
a118fd96c8
Merge pull request #8811 from edx/zoldak/fix-flaky-js-tests
...
Fix flaky js tests caused by ajax requests TE-970
2015-07-08 11:16:30 -04:00
Ned Batchelder
658519d011
Merge branch 'master' of github.com:edx/edx-platform
2015-07-08 11:15:00 -04:00
Ned Batchelder
ac6ab5da6e
Fix a pep8 violation
2015-07-08 11:14:50 -04:00
David Ormsbee
a27865abb5
Merge pull request #8647 from mcgachey/lti-view-refactoring
...
[LTI Provider] Refactoring to remove the lti_run method
2015-07-08 11:01:04 -04:00
Ned Batchelder
43ba78bad7
Merge pull request #8807 from edx/ned/use-primary-emails
...
Make the release script use the primary email from people.yaml
2015-07-08 10:43:00 -04:00
Ben McMorran
6bd5eec18d
TNL-2665 Prevent Taiwan from being translated
2015-07-08 14:12:56 +00:00
Ned Batchelder
b7a90d6c7b
Make the release script use the primary email from people.yaml
2015-07-08 10:08:23 -04:00
Awais Jibran
375341b8a3
Merge pull request #8455 from edx/aj/tnl2165-play-video-emitted-with-wrong-params
...
Fixed 'play_video' event which was emitting with wrong params.
2015-07-08 19:00:26 +05:00
Phil McGachey
99fbf4d6b2
[LTI Provider] Refactoring to remove the lti_run method
...
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.
2015-07-08 09:45:24 -04:00
Jesse Zoldak
de25880c10
Disable test specs that use old flaky sinon pattern
2015-07-08 09:22:32 -04:00
Ben Patterson
cc7647571c
Revert "Update copy for On Demand Cert Download"
2015-07-08 07:59:39 -04:00
Tasawer
028ddefe4e
Update copy for On Demand Cert Download
...
ECOM-1651
2015-07-08 16:01:10 +05:00
Awais Jibran
989091d1ed
TNL-2165
...
"play_video" event emitted after seeking forward in a video contains old position
2015-07-08 12:20:59 +05:00
Aamir
9f0b5ed2cd
Merge pull request #8720 from edx/ECOM-1601-credit-help-link
...
ECOM-1601: Added the help link of credit info
2015-07-08 11:55:11 +05:00
Awais Jibran
ef89c662f3
Merge pull request #8742 from edx/aj/tnl2551-randomized-problems-failing
...
[NEW] - Fixed randomized problems which were not appearing to work.
2015-07-08 11:49:23 +05:00
chrisndodge
8cde240dd8
Merge pull request #8805 from edx/cdodge/remove-profile-panel
...
Remove the DjDT profiling panel from devstack.py. It appears to cause…
2015-07-07 22:38:15 -04:00
Matt Drayer
dbc470ab22
Merge pull request #8813 from edx/mattdrayer/num-queries-fix
...
mattdrayer/num-queries-fix: Update query value to reflect new reality
2015-07-07 17:39:13 -04:00
Matt Drayer
fd7a99db0b
mattdrayer/num-queries-fix: Update query value to reflect new reality
2015-07-07 16:41:15 -04:00
Jesse Zoldak
1e5fe3a3a7
Use the correct sinon request pattern to avoid flaky tests
2015-07-07 16:12:42 -04:00
Chris
bd817bb41e
Merge pull request #8784 from edx/clrux/ux-2337-a11y-calculator-contrast
...
Fixing aria values and contrast for accessibility
2015-07-07 16:07:14 -04:00
Jesse Zoldak
c219be5e75
Remove unused references to AjaxHelpers
2015-07-07 16:06:41 -04:00
Matt Drayer
c25e37ea93
Merge pull request #8734 from edx/ziafazal/SOL-1011
...
ziafazal:SOL-1011: Certificate URL should use 'download_url' field and not 'verify_uuid'
2015-07-07 15:40:34 -04:00
Will Daly
897fddba3e
Merge pull request #8804 from edx/merge-release-into-master
...
Merge release into master
2015-07-07 12:06:25 -07:00
Chris Dodge
8c6939d521
Remove the DjDT profiling panel from devstack.py. It appears to cause horrendeous performance issues, while offering very little benefit.
2015-07-07 13:58:38 -04:00
Chris Rodriguez
3309581a36
Adding uniqueness to some elements
2015-07-07 13:54:49 -04:00
Will Daly
104bcd5143
Merge remote-tracking branch 'origin/release' into merge-release-into-master
...
Conflicts:
common/djangoapps/student/views.py
openedx/core/djangoapps/credit/tests/test_api.py
2015-07-07 09:58:45 -07:00
Will Daly
dab96c5243
Merge pull request #8791 from edx/hotfix/2015-07-06
...
Feature flag credit provider messaging on the dashboard.
2015-07-07 08:52:41 -07:00
Sarina Canelake
e9756a9bc7
Merge pull request #8799 from edx/revert-8722-utkjad/injecting_callstackmanager
...
Revert "Adding entries of Call Stack Manager in StudentModule and Stu…
2015-07-07 11:21:19 -04:00
Christine Lytwynec
7af1a44d73
Merge pull request #8792 from edx/clytwynec/flaky-test
...
flag test as flaky
2015-07-07 10:08:25 -04:00
Daniel Friedman
c689cc40e0
Merge pull request #8766 from edx/dan-f/update-test-docs-common-requirejs
...
Update docs for testing common requirejs tests
2015-07-07 09:37:15 -04:00
Marko Jevtić
1c161ffc5f
Merge pull request #8793 from edx/mjevtic/env-devstack-fix
...
Fixed misordered settings for devstack environment
2015-07-07 15:14:24 +02:00
Marko Jevtic
d09bfa5e99
Fixed misordered settings for devstack environment
2015-07-07 12:01:12 +02:00
aamir-khan
935da3a12c
ECOM-1601: Added the help link of credit info
2015-07-07 09:58:48 +00:00
Sarina Canelake
b26f2af585
Revert "Adding entries of Call Stack Manager in StudentModule and StudentModuleHistory"
2015-07-07 05:45:23 -04:00
Clinton Blackburn
96ee90d567
Merge pull request #8772 from edx/clintonb/refund-notification
...
Creating Zendesk refund notifications via API
2015-07-06 20:26:01 -04:00
Davorin Šego
ad5a98e40a
Merge pull request #8282 from Stanford-Online/giulio/default-course-about-images
...
Default "Course About" image
2015-07-07 00:24:54 +02:00
Clinton Blackburn
40282316d0
Creating Zendesk refund notifications via API
...
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
2015-07-06 17:36:14 -04:00
Ahsan Ulhaq
796e4cb5e6
Merge pull request #8580 from edx/ahsan/ECOM-1719-LMS-Modification-enrollment-API-update
...
LMS: Modification in enrollment API
2015-07-07 02:32:53 +05:00
Christine Lytwynec
db516a9b4c
flag test as flaky
2015-07-06 16:51:03 -04:00
Matt Drayer
a8f909fe77
Merge pull request #8659 from edx/ziafazal/SOL-1006
...
ziafazal/SOL-1006: Disable course 'start date' for inactive web-enabled certificates
2015-07-06 16:45:24 -04:00
David Baumgold
d3a5bc32b3
Merge pull request #8780 from edx/db/mention-confluence-in-readme
...
Mention Confluence in the README
2015-07-06 16:40:49 -04:00