Sarina Canelake
d5b26c7f8c
Mark test as flaky; TNL-2647
2015-07-02 11:18:09 -04:00
Ned Batchelder
9d5b5658a4
Merge pull request #8552 from edx/ned/smarter-mako-caching
...
Make edxmako cache properly with changing lookup paths
2015-07-01 17:47:04 -04:00
Awais Jibran
c93d48249d
Fixed quality report
2015-07-02 00:29:50 +05:00
Awais Jibran
5306ac02b0
Revert "Fixed randomized problems which were not appearing to work."
2015-07-02 02:35:54 +05:00
Braden MacDonald
cd3abf37cd
Merge pull request #8733 from open-craft/fix-shibboleth-fetch
...
Fix errors with fetching Shibboleth metadata
2015-07-01 09:17:52 -07:00
Awais Jibran
9e0ed9b759
Merge pull request #8672 from edx/aj/tnl2551-randomized-problems-not-working
...
Fixed randomized problems which were not appearing to work.
2015-07-01 19:04:36 +05:00
Awais Jibran
e64ae13a34
Fixed randomized problems which were not appearing to work.
...
TNL-2551
2015-07-01 16:34:34 +05:00
Braden MacDonald
4487b6d184
Fix errors with fetching Shibboleth metadata
2015-06-30 20:50:45 -07:00
Renzo Lucioni
39dadb57f0
Merge pull request #8698 from edx/renzo/fulfillment-logging
...
Improve logging of ecommerce interactions
2015-06-30 21:31:41 -04:00
Renzo Lucioni
d330831871
Improve logging of ecommerce interactions
...
Adds standardized audit logging for checkout and enrollment change requests. XCOM-427.
2015-06-30 17:34:16 -04:00
muhammad-ammar
b0eda4cac9
Display warning message on course outline in Studio when course contains deprecated features/components
...
TNL-2303
2015-06-30 13:26:18 +05:00
Alison Hodges
caa6a07d15
Fixes DOC-1957
2015-06-29 13:48:11 -04:00
Braden MacDonald
072ae99d12
Merge pull request #8140 from edx/feature/shibboleth-tpa
...
Feature: Shibboleth/SAML SSO
2015-06-26 14:17:24 -07:00
Diana Huang
42d8091b49
Merge pull request #8688 from edx/diana/polling-cleanup
...
Clean up capa polling to have exponential backoff
2015-06-26 17:00:53 -04:00
Braden MacDonald
cf308d87b9
New Hinted Login View - PR 8591
2015-06-26 13:24:01 -07:00
Braden MacDonald
7437bcfe12
New provider config options, New Institution Login Menu - PR 8603
2015-06-26 13:24:01 -07:00
Braden MacDonald
5bf0b1794d
Bump python-social-auth and python-same to upstream's latest master - PR 8599
2015-06-26 13:24:00 -07:00
Braden MacDonald
00226bf3c0
Asynchronous metadata fetching using celery beat - PR 8518
2015-06-26 13:24:00 -07:00
Braden MacDonald
cd941eada7
New SAML/Shibboleth tests - PR 8518
2015-06-26 13:24:00 -07:00
Braden MacDonald
b4904adc1e
Use ConfigurationModels for third_party_auth, new metadata fetching - PR 8155
2015-06-26 13:23:59 -07:00
Braden MacDonald
caca3e1bdf
SAML2 third_party_auth provider(s) - PR 8018
2015-06-26 13:23:59 -07:00
Diana Huang
254d6c6821
Put a timeout on poling for codeinput and matlab problems.
2015-06-26 15:29:49 -04:00
Sarina Canelake
e485e5ee24
Dark language should stay set until explicitly cleared.
...
Adds a temporary user_preference key, DARK_LANGUAGE_KEY, to hold the user's dark lang preference.
This preference key is deleted when ?clear-lang is placed in query params.
2015-06-26 13:41:14 -04:00
Sarina Canelake
91a7df8832
Replace deprecated 'django_language' key with LANGUAGE_SESSION_KEY
...
LOC-87
2015-06-26 13:15:43 -04:00
Sarina Canelake
34b2c91709
dark_lang: only allow released langs in accept header LOC-72, LOC-85
...
Only return languages we've actually released LOC-85
Perform fuzzy matching to greedily serve the best released language LOC-72
2015-06-26 13:15:42 -04:00
Sarina Canelake
def22d2cfc
Store released dark_lang codes as all lower-case
2015-06-26 13:15:41 -04:00
Sarina Canelake
33e43bcf54
Port django.utils.translation.trans_real.parse_accept_lang_header from Django 1.8
...
Add to dark_lang middleware
2015-06-26 13:15:41 -04:00
Sarina Canelake
df0c56dde3
Port django.middleware.locale.LocaleMiddleware from Django 1.8
2015-06-26 13:15:40 -04:00
Sarina Canelake
033d36c8f5
Merge pull request #8627 from Stanford-Online/nick/fix-tab-templates
...
Fix hint-problem tab bug TNL-2542
2015-06-26 13:11:46 -04:00
Nick Parlante
98730f3141
Fix hint-problem tab bug TNL-2542
...
Revert the removal of hint templates.
Move the 'tab' attribute in the new-problem yaml
files out one level, out of the 'metadata' section.
2015-06-26 09:22:04 -07:00
Calen Pennington
e61b750524
Merge pull request #8678 from cpennington/improve-structure-cache-metrics
...
Improve structure cache metrics
2015-06-26 12:16:52 -04:00
Calen Pennington
ba971db1ba
Merge pull request #8594 from cpennington/pass-xblock-parents
...
Pass xblock parents
2015-06-26 12:15:41 -04:00
Calen Pennington
67783f8d3e
Sample more frequently, and always record unexpected cache misses
2015-06-26 11:17:53 -04:00
Calen Pennington
ec2e90f539
Improve the structure cache metrics with a course context, more standardized from_cache tag, and compression sizes
2015-06-26 11:17:53 -04:00
Calen Pennington
a25f91da69
Fix XBlock inheritance ordering. XBlockMixin and derivatives should always come after XBlock and derivatives
2015-06-26 11:05:38 -04:00
Will Daly
754eb9af18
Merge pull request #8655 from edx/will/more-login-cookie-info
...
User info cookie
2015-06-26 07:34:07 -07:00
Will Daly
7f451c8835
Merge pull request #8681 from edx/will/credit-provider-integration-fixups
...
Credit provider integration fixups
2015-06-25 18:02:54 -07:00
Will Daly
da982341e7
Accept string-encoded timestamps
2015-06-25 13:18:30 -07:00
Kyle McCormick
4d6cefcc3f
Merge pull request #8665 from edx/mekkz/course-overviews-fix
...
MA-879 Fix bug in course_start_datetime_text
2015-06-25 15:04:31 -04:00
Kyle McCormick
8c505e6b36
MA-879 Fix bug in course_start_datetime_text
2015-06-25 14:16:56 -04:00
Nimisha Asthagiri
c63ac86842
Merge pull request #8675 from edx/release-merge-test
...
Release merge 06-24-2015
2015-06-25 14:06:20 -04:00
Calen Pennington
fdf81042f5
Pass XBlock parents down to their children when constructing them, for caching
2015-06-25 13:59:46 -04:00
Calen Pennington
324d4785c1
Include stack traces when counting calls in unit tests
2015-06-25 13:58:00 -04:00
Nimisha Asthagiri
8b5e5c5910
Merge branch 'release'
2015-06-25 13:11:41 -04:00
Matt Drayer
f7262a211e
mattdrayer/SOL-449: Add flaky decorator to bok choy test
2015-06-25 11:50:57 -04:00
cahrens
923edee15f
Fix flaky test_import_timestamp test.
...
TNL-2386
2015-06-25 09:58:28 -04:00
Will Daly
34863c76c1
Make the user info cookie secure
2015-06-24 16:02:23 -07:00
Christina Roberts
2013c96376
Merge pull request #8662 from edx/christina/remove-flaky-test
...
Fix flaky teams test
2015-06-24 16:03:57 -04:00
Nimisha Asthagiri
4b64316425
Merge branch 'rc/2015-06-24' into release
2015-06-24 15:12:05 -04:00
cahrens
a5fc4e6d6c
Fix flaky test.
...
TNL-2494
2015-06-24 13:25:02 -04:00