Ben Patterson
9e4f14f1be
Revert "Registration: don't require terms of service if checkbox is hidden"
2016-02-29 12:08:09 -05:00
Omar Khan
23a0a6d41a
Merge pull request #11644 from open-craft/omar/hide-tos
...
Registration: don't require terms of service if checkbox is hidden
2016-02-29 23:15:56 +07:00
Nimisha Asthagiri
33e47d317b
Course Overview migrations fix: Readd the Facebook URL field.
2016-02-26 10:20:36 -05:00
Omar Khan
e461374973
Registration: don't require terms of service if checkbox is hidden
2016-02-24 16:18:32 +07:00
Ibrahim
c503c236a9
add student email in credit service
2016-02-22 14:45:25 +05:00
Nimisha Asthagiri
4bbe9a2021
Merge pull request #11326 from edx/mobile/remove-dead-code
...
Mobile API: remove unused endpoints
2016-02-19 15:14:13 -05:00
Usman Khalid
4be5aeb194
Merge pull request #11550 from edx/muzaffar/tnl4013
...
Using display_name_with_default instead of display_name.
2016-02-19 17:51:27 +05:00
muzaffaryousaf
509522414a
Using display_name_with_default instead of display_name.
...
TNL-4103
2016-02-19 16:50:23 +05:00
Nimisha Asthagiri
fa8ca11d8c
Remove unused Mobile Social Facebook endpoint
2016-02-18 12:12:04 -05:00
M. Rehan
af9e26f5cb
Merge pull request #11479 from edx/mrehan/plat-998-warnings-on-logout
...
Fix - Bypass unnecessary logs on logging out.
2016-02-17 17:46:05 +05:00
Qubad786
faf3a64e36
Bypass unnecessary logs on loging out
2016-02-17 13:42:01 +05:00
Simon Chen
4b8a737168
Merge pull request #11553 from edx/schen/ECOM-3640
...
ECOM-3640 add a new info log message on program certificate task to mark successful task completion
2016-02-16 10:58:38 -05:00
Toby Lawrence
9654449302
Merge pull request #11465 from edx/perf/speed-up-courseware-tests
...
Switch to SharedModuleStoreTestCase in the 'courseware' app where possible.
2016-02-16 10:06:53 -05:00
Simon Chen
2f595c111f
ECOM-3640 add a new info log message on program certificate task to mark successful task completion
2016-02-16 14:48:55 +00:00
Toby Lawrence
49d3a7d35d
More quality fixes.
2016-02-16 07:58:33 -05:00
Saleem Latif
cd101d5dec
Merge pull request #11494 from edx/saleem-latif/WL-307
...
WL-307: correct FAVICON_PATH setting for comprehensive theming
2016-02-16 14:39:13 +05:00
Toby Lawrence
ead2f0477b
Quality fixes.
2016-02-15 21:18:53 -05:00
Saleem Latif
75f17ecc8e
correct FAVICON_PATH setting for comprehensive theming
2016-02-15 17:13:19 +05:00
Jim Abramson
f71e7cac93
adjust comment about program certification retry
2016-02-12 14:59:25 -05:00
Jim Abramson
fb3a09e68e
Merge pull request #11520 from edx/jsa/ecom-3638
...
Specify high priority queue for credentials generation task.
2016-02-12 14:29:49 -05:00
jsa
46ad8a3399
specify routing / queue for program credentials task.
...
ECOM-3638
2016-02-12 13:25:52 -05:00
jsa
8a620640c2
Disable credentials-related settings/tests under cms.
2016-02-12 13:25:44 -05:00
Ned Batchelder
d8b9dec51e
Update this command for Django 1.8
2016-02-11 15:39:35 -05:00
Ned Batchelder
432a40f035
Update post_cohort_management_fix to Django 1.8
2016-02-11 15:39:35 -05:00
Calen Pennington
1f9e90ef4b
Merge pull request #11468 from cpennington/program-cert-retries
...
Program cert retries
2016-02-11 11:28:10 -05:00
Hasnain
d06edc680b
Added two fields in credit API
2016-02-11 10:13:37 +00:00
Renzo Lucioni
3809422798
Address ProgramsApiConfig deprecation warning
2016-02-10 15:58:15 -05:00
Clinton Blackburn
85591696d8
Merge pull request #11497 from openfun/openfun/fix_generate_course_structure
...
Fix generate_course_structure command.
2016-02-10 13:29:00 -05:00
Calen Pennington
1e74cd0c88
Split up package imports from single name imports
2016-02-10 12:43:51 -05:00
Calen Pennington
5c79e25047
Retry the task to grant Programs credentials (which is idempotent) if any constituent program fails
2016-02-10 12:43:05 -05:00
Calen Pennington
22e91bccde
Retry Programs tasks when connection to the API is disabled
2016-02-10 12:36:33 -05:00
Calen Pennington
36b0c593cc
Retry failed Programs tasks using exponential backoff and a configurable retry limit
2016-02-10 12:36:30 -05:00
Calen Pennington
3940b1ba44
Add configuration for retries to ProgramsApiConfig
2016-02-10 12:36:29 -05:00
Renzo Lucioni
2717f228f8
Merge pull request #11483 from edx/renzo/programs-task-fixes
...
Fixes for program certificate generation
2016-02-10 10:41:01 -05:00
Julien Paillé
ea2633d485
Fix generate_course_structure command.
2016-02-10 10:23:20 +01:00
David Ormsbee
1a5b9172d8
Allow course images to be served from the CDN.
...
Previously, course images on the student dashboard were always
served from the localhost, even if the CDN was enabled.
2016-02-09 16:45:18 -05:00
Renzo Lucioni
67f8b49056
Fixes for program certificate generation
...
ECOM-3528
2016-02-09 16:27:16 -05:00
Toby Lawrence
6a6ef0fd35
Fix some broken tests.
2016-02-08 14:13:36 -05:00
Calen Pennington
c1d46ed553
Use modern exception capturing syntax
2016-02-08 12:53:02 -05:00
David Ormsbee
9ae0dada4c
Merge pull request #11445 from edx/ormsbee/clear_cache_in_tests
...
Clear caches between tests for ModuleStoreTestCase/SharedModuleStoreTestCase
2016-02-08 10:23:54 -05:00
David Ormsbee
8fa8b209a7
Remove query counts from Bookmarks HTTP API tests.
...
Query counts already happen at the model and Python API test layers.
Having query counts in the HTTP API tests makes things more brittle
because that includes middleware that this code should not be aware
of. We don't want to have to revisit these tests every time
another piece of middleware is added or removed.
2016-02-08 08:05:13 -05:00
David Ormsbee
be25bb8aba
Clear caches between tests for ModuleStoreTestCase/SharedModuleStoreTestCase
...
Cached values were leaking across tests, causing difficult to debug errors,
particularly when using Config Models. As part of this work, certain tests
that had query counts that relied on those values being cached needed to
be adjusted up.
2016-02-06 00:01:15 -05:00
jsa
92aa346fdf
Implement celery task to award program certs.
...
ECOM-3354
2016-02-05 12:21:20 -05:00
Nimisha Asthagiri
599173c6b6
Merge pull request #11198 from edx/block-cache/collect-phase
...
Refactor Block Cache to separate Collect and Transform phases
2016-02-03 20:18:09 -05:00
Nimisha Asthagiri
05767b433d
Collect Course Blocks on Course Publish and Management Command
...
MA-1368
2016-02-03 16:56:22 -05:00
Bill DeRusha
e75f7950d4
Updates XBlock renders its own template. Adds expand and collapse JS + jasmine tests.
...
ECOM-2809
2016-02-03 13:58:23 -05:00
Peter Fogg
fd397964b3
Styling and template changes for the Course Home page.
...
ECOM-2810
2016-02-03 12:20:53 -05:00
Zia Fazal
06e38e1c24
added branding to 404 and 500 error pages
...
changes based on feedback
renamed a definition and added test coverage
fixed broken tests
2016-01-29 15:46:51 +05:00
Matjaz Gregoric
3259df5412
Merge pull request #11315 from open-craft/comprehensive-theme-on-django-templates
...
Make comprehensive theme work with django templates.
2016-01-29 08:17:23 +01:00
Ahsan Ulhaq
9220420925
Add jwt auth in LMS
...
ECOM-3419
2016-01-28 14:00:58 +05:00