Waheed Ahmed
f246c6bbd6
Automatically enable Self Generating Certificates for Self Paced Courses.
...
ECOM-3437
2016-04-25 17:52:47 +05:00
muzaffaryousaf
1b0cda2430
Js test fixes for lms and lms-coffee.
2016-04-22 19:09:33 +05:00
Giovanni Di Milia
090cefcf44
Added REST API for certificates in LMS ( #12055 )
2016-04-21 17:15:06 -04:00
Renzo Lucioni
1ffa81f746
Retrofit programs data mixin with factories
...
This should make it easier to test programs-related features. Preface to ECOM-3200.
2016-04-21 15:03:38 -04:00
Diana Huang
67c055e23f
Merge pull request #12206 from CredoReference/impossible-to-click-check-without-answer
...
Make it impossible to click "final check" without selecting a choice
2016-04-21 11:00:44 -04:00
Awais Qureshi
a3fcc93374
Merge pull request #12192 from edx/revert-12191-revert-12106-awais786/ECOM-3199-xseries-certs-view
...
Revert "Revert "Adding background image for xseries certificates on dashboard side bar panel""
2016-04-21 11:56:49 +05:00
Dmitry Viskov
61127b613b
Make it impossible to click "final check" without selecting a choice
2016-04-21 00:15:20 +03:00
Cliff Dyer
f1c4a44928
Merge pull request #12152 from edx/cdyer/oauth-toolkit-allow-inactive
...
Fix django-oauth-toolkit email and inactive user issues
2016-04-20 14:13:55 -04:00
Adam
88192fd444
Revert "Revert "Adding background image for xseries certificates on dashboard side bar panel""
2016-04-20 19:21:14 +05:00
Adam Palay
9a4f80e5c0
update query for whitelisted users who haven't yet had certs run for them
...
remove CertificateStatuses.regenerating
2016-04-20 09:01:49 -04:00
Adam
bb5874d5a1
truncate email from addresses if >320 chars when encoded (TNL-4264) ( #12171 )
...
* truncate email from addresses if >320 chars when encoded (TNL-4264)
* use exact lengths
2016-04-20 08:43:26 -04:00
Eric Fischer
47e4804b52
Merge pull request #11941 from CredoReference/invalid-order-in-problem-grade-report-csv
...
EdX problem grade report doesn't order problems as shown in course
2016-04-19 18:38:01 -04:00
Jesse Zoldak
270814102f
Revert "Adding background image for xseries certificates on dashboard side bar panel"
2016-04-19 13:52:19 -04:00
sanfordstudent
adcf4a98c7
Merge pull request #12038 from edx/sstudent/seq_item_title_
...
Displaying title of item in course sequence tooltip instead of list of item's children
2016-04-19 13:32:34 -04:00
Sanford Student
bbcec0cf40
displaying title of sequence item in tooltip instead of children
2016-04-19 10:28:47 -04:00
Ayub khan
0becea942f
Merge pull request #12144 from Ayub-Khan/SUST-35-course_key_from_string_or_404
...
SUST-35 Implementation of course_key_from_string_or_404 to return course_key or raise a 404
2016-04-19 18:44:13 +05:00
Awais
54058f6e58
Adding background image for xseries certificates on programs dashboard side bar panel.
...
ECOM-3199
2016-04-18 12:50:08 +05:00
Ayub-khan
9e3f68c0a0
-Addressed wrong course id comment.
2016-04-18 12:03:46 +05:00
Dmitry Viskov
0e7a837e11
The problem Grade Report (from the Data Downloads page) must show the problems in the order they occur within the course.
2016-04-17 02:45:02 +03:00
J. Clifford Dyer
28ab627a50
Fix authentication issues with django-oauth-toolkit
...
MA-2271
Allow inactive users to authenticate.
MA-2273
Provide custom authenticate method that allows users to provide email.
2016-04-15 16:04:08 +00:00
Adam
7600d9b03d
Merge pull request #12139 from edx/fix-certificate-display-issue
...
fix issue where the wrong text appeared for certificate generation hi…
2016-04-15 09:52:27 -04:00
Adam
f1a9f81efa
Merge pull request #12148 from edx/add-logging-to-certs
...
Add logging to certs
2016-04-15 08:38:31 -04:00
Ayub-khan
ef70d017c8
-fixed failing tests
...
-Adressed all comments
2016-04-15 15:40:21 +05:00
Renzo Lucioni
5bb0e90878
Merge pull request #12156 from edx/renzo/merge-release-into-master
...
Manually merge release into master
2016-04-15 00:47:54 -04:00
Christina Roberts
08a8164201
Merge pull request #12155 from edx/christina/allow-multiple-random-cohorts
...
Allow multiple random cohorts.
2016-04-14 17:49:37 -04:00
cahrens
1cd54d5fb7
Rename "is_default_cohort" method.
2016-04-14 16:38:34 -04:00
Simon Chen
582debcd58
Merge pull request #12135 from edx/schen/ECOM-3195
...
ECOM-3195 Edit the navigation header on dashboard to expose program listing page
2016-04-14 15:51:19 -04:00
Simon Chen
75951b5936
ECOM-3195 Edit the navigation header on dashboard to expose program listing page
2016-04-14 14:44:40 -04:00
Renzo Lucioni
affee69296
Manually merge release into master
2016-04-14 14:23:06 -04:00
cahrens
ce6ffe6d61
Allow multiple random cohorts.
2016-04-14 13:17:24 -04:00
Adam Palay
18474b2d18
raise 404 if non-int user is passed to cert view
2016-04-14 09:43:56 -04:00
Adam Palay
883712b25b
add logging for when the cert view doesn't render (ECOM-4202)
2016-04-14 09:43:43 -04:00
Ayub-khan
d8464dbfb0
-changed method name from "from_string_or_404" to "course_key_from_string_or_404".
...
-Updated method "course_key_from_string_or_404" to raise message too.
-Wrote tests for "course_key_from_string_or_404" when exception message is given.
-Modified existing methods to use "ddt.data".
-Used Splunk logs to find exectly where we were getting "Invalid Key Error"
-Updated Views where we were getting "Invalid Key Error" in splunk logs.
-Wrote tests for those View End points where we were getting "Invalid Key Error"
2016-04-14 15:57:39 +05:00
wajeeha-khalid
86e954f642
version-based mobile app upgrade
2016-04-14 15:43:34 +05:00
wajeeha-khalid
a52cafcc9e
Merge pull request #10973 from edx/jia/MA-1815
...
jia/MA-1815 retrieve count for child comments
2016-04-14 13:25:35 +05:00
Adam Palay
f985169225
fix issue where the wrong text appeared for certificate generation history (ECOM-4201)
2016-04-13 16:55:10 -04:00
Clinton Blackburn
b0535def87
Improved OAuth client credentials support
...
- Updated django-oauth2-provider libraries
- Added test ensuring issued access tokens have the basic scopes needed to get user info
ECOM-4197
2016-04-13 16:23:54 -04:00
Amir Qayyum Khan
0d8237680c
Fixed exception related to course not found for ccx
2016-04-13 21:48:12 +05:00
wajeeha-khalid
c31164c3ad
Merge pull request #11838 from edx/jia/TNL-3818
...
TNL-3818: fixed recent activity mapping in thread-list sort
2016-04-13 20:57:52 +05:00
Vedran Karačić
a533472ae8
Merge pull request #12052 from edx/vkaracic/SOL-1668
...
[SOL-1668] Coupon codes application is not available for a user who has just activated his account
2016-04-13 16:01:49 +02:00
wajeeha-khalid
5b5fb2464d
TNL-3818: fixed recent activity mapping in thread-list sort for Forums Web
2016-04-13 17:47:31 +05:00
Vedran Karacic
02c5e7f939
Redirect to ecommerce checkout on the PayAndVerify view.
...
When a user tries to purchase a verified certificate for the first
time or upgrade to verified, if the ecommerce checkout is enabled
redirect the user to the ecommerce checkout basket.
2016-04-13 10:14:09 +00:00
Omar Khan
6fc4b38ea0
Disallow free verified course modes
...
The verification workflow assumes that all verified courses will have a
price. Free verified course modes cause a 404 when the user attempts to
enroll or upgrade.
2016-04-12 18:06:16 -07:00
Matt Drayer
9a362d9033
Merge pull request #12116 from edx/mattdrayer/rc2016-04-12/revert-theming
...
Revert "saleem-latif/WL-328: Multi-Site Comprehensive Theming"
2016-04-12 10:55:04 -04:00
Diana Huang
fa61c04894
Revert "Make it impossible to click "final check" without selecting a choice"
...
This reverts commit 4c83a2f0de .
2016-04-12 10:11:15 -04:00
Matt Drayer
392ee7d258
Revert "saleem-latif/WL-328: Multi-Site Comprehensive Theming"
...
This reverts commit a796b56314 .
Conflicts:
lms/envs/common.py
openedx/core/djangoapps/theming/models.py
pavelib/assets.py
pavelib/paver_tests/test_assets.py
2016-04-12 08:22:14 -04:00
Nimisha Asthagiri
7d43e3994c
Fix sequence navigation issues for CCX courses
...
MA-2258
2016-04-11 11:46:12 -04:00
cahrens
28d743e2c8
Allow the "Default Group" to be renamed.
...
TNL-4355
2016-04-08 19:10:41 -04:00
Diana Huang
53517df0a7
Add new name for verified track.
2016-04-08 16:02:48 -04:00
Feanil Patel
3592819720
Update migration to add a dependency.
...
Because this migration depends on enrollment code and that code relies on a new table.
2016-04-08 14:51:53 -04:00