Nimisha Asthagiri
38cfadeb20
Schedules: convert course language to supported released language
2017-11-29 20:08:33 -05:00
Ned Batchelder
e23e3a0486
Fix a number of unused-import pylint violations
2017-11-21 19:57:06 -05:00
John Eskew
7b4a3c1714
Move email_marketing startup.py to AppConfig::ready().
...
Remove query counting of LMS signals.
2017-11-03 13:57:38 -04:00
Awais Jibran
125552f204
Switching course view to specific student retains the profile language setting
...
https://openedx.atlassian.net/browse/EDUCATOR-891
2017-07-19 16:48:18 +05:00
Anthony Mangano
4f4f25b432
Set ui_lang in Sailthru when creating and updating users
2017-07-11 11:27:01 -04:00
Andy Armstrong
93235d118d
Reorder imports using isort (except lms and cms)
2017-05-30 16:04:54 -04:00
Anthony Mangano
0172ff315a
add ability to show footer language selector on LMS
2017-05-24 16:41:45 -04:00
Calen Pennington
c9f6872be3
Capture the language preference set by an anonymous user when the register or login
...
[LEARNER-168]
2017-05-15 07:36:56 -04:00
Calen Pennington
74ce1ae918
Update comment to reflect the code in lang_pref tests
2017-05-03 11:09:18 -04:00
Calen Pennington
4b512626f8
Reset the SESSION language when the language-preference cookie changes
2017-05-02 11:24:41 -04:00
Calen Pennington
1811f7235f
Minimize the number of queries done while noop updating a user-preference
2017-04-28 12:26:41 -04:00
Calen Pennington
33fee20c3a
Reapply "Merge pull request #14868 from cpennington/learner-542"
...
This reverts commit 65f13ddec4 .
2017-04-27 09:25:02 -04:00
Calen Pennington
65f13ddec4
Revert "Merge pull request #14868 from cpennington/learner-542"
...
This reverts commit 88dd85caec , reversing
changes made to bf8aef33fc .
2017-04-26 11:29:56 -04:00
Calen Pennington
dffcb13c0e
Validate that the language cookie is preserved during logout
2017-04-25 11:46:52 -04:00
Calen Pennington
f8b050a5d8
Put LANGUAGE_COOKIE into settings
2017-04-24 13:03:17 -04:00
Calen Pennington
e733179d49
Store Learner language preferences into a cookie rather than the session
...
This modifies the lang-pref django app to:
a) Use the current value of the 'edx-language-preference' cookie to set the
users Accept-Language header on an incoming request.
b) At the end of the request, update the 'edx-language-preference' cookie
to reflect the users current Language Preference choice, if any.
[LEARNER-542]
2017-04-24 07:37:19 -04:00
Calen Pennington
b2bf3ce60d
fixup! Don't capture browser language into unauthenticated user session
2017-04-10 12:57:56 -04:00
Calen Pennington
073e29cc03
Don't capture browser language into unauthenticated user session
...
[LEARNER-243]
2017-04-10 08:44:40 -04:00
Juanan Pereira
83d91fa7ff
Honor browser defined language preferences when possible
2016-12-14 23:03:12 +01:00
Jesse Zoldak
5962328370
Revert "Honor browser defined language preferences when possible"
2016-12-14 14:52:57 -05:00
Juanan Pereira
67d0245e5a
Honor browser defined langs
...
Add tests for PR13441
Apply DRY principle, rename test function name
2016-12-14 19:53:47 +01:00
Andy Armstrong
4d4097e13c
Move dark_lang and lang_pref apps to openedx/core
2016-10-13 11:56:24 -04:00