Don Mitchell
16f0d12a1f
Merge pull request #2356 from edx/dhm/mixed_ms_wrapper
...
MixedModulestore wraps most getters, update_item, delete_item
2014-02-10 16:01:50 -05:00
Ned Batchelder
6635233b3c
Merge pull request #2529 from edx/ned/second-dummy-language
...
Add a second fake translation language
2014-02-10 15:19:27 -05:00
Sarina Canelake
6f32324e28
Merge pull request #2537 from edx/sarina/add-greek
...
Add Greek language translations
2014-02-10 15:17:28 -05:00
Sarina Canelake
0ea941da69
Add Greek language translations
2014-02-10 14:40:11 -05:00
Ned Batchelder
1bd213beba
Remove unused imports.
2014-02-10 14:07:50 -05:00
Ned Batchelder
ece123e90f
More than one dummy language
2014-02-08 10:37:01 -05:00
Jason Bau
50f7c0ebed
Merge pull request #2510 from edx/jbau/fix-timezone-test-breakage
...
fix tests that were breaking on dev envs due to TIME_ZONE='UTC'
2014-02-07 12:28:36 -08:00
Jason Bau
fc8efc3017
fix tests that were breaking on dev envs due to TIME_ZONE='UTC'
2014-02-06 23:07:26 -08:00
John Jarvis
6c5ad2b74a
Merge pull request #2448 from edx/jarv/db-env-override
...
Jarv/db env override
2014-02-06 17:53:26 -05:00
Jason Bau
b525f40377
Start datetime localization in LMS
...
Currently just coerces the time displayed for due dates
(accordion.html and progess.html) to settings.TIME_ZONE
2014-02-06 07:57:56 -08:00
Don Mitchell
c601b75675
MixedModulestore wraps most getters, update_item, delete_item
...
with code to translate between addressing schemes based on app
and persistence layer addressing scheme specification.
STUD-1206
2014-02-05 09:34:30 -05:00
Calen Pennington
6d67d0c677
Merge pull request #1949 from cpennington/xblock-studio-js-and-css
...
Enable XBlock js and css in Studio
2014-02-05 08:19:45 -05:00
Calen Pennington
818ad15967
Merge pull request #2304 from cpennington/less-initialization
...
Don't force modulestore initialization when running lms manage.py, only when running via the wsgi file
2014-02-04 13:27:01 -08:00
Calen Pennington
13c894eb31
Remove extraneous configuration
2014-02-04 15:35:26 -05:00
Carson Gee
69097e7b4a
Merge pull request #2032 from carsongee/cg/ssl-studio
...
More fully integrate and test ssl external auth in CMS
2014-02-04 09:54:17 -08:00
Carson Gee
8cbe263ca0
Rename of feature AUTH_USE_MIT_CERTIFICATES to AUTH_USE_CERTIFICATES across platform.
...
Caution! This is backwards incompatible
2014-02-04 10:50:48 -05:00
John Jarvis
d279dff9c9
fixing syntax
2014-02-04 09:26:25 -05:00
John Jarvis
442abde030
adding DB_MIGRATION_ENGINE and fixing defaults
2014-02-04 09:24:49 -05:00
John Jarvis
3fe701c037
check for None so an empty string is valid for a password
2014-02-04 09:11:48 -05:00
Calen Pennington
49217ebe8b
Allow multiple client-side runtimes on a single page
...
Make XBlock client-side runtimes proper classes, so that handlerUrl can
be defined in a per-runtime way, and we can have multiple runtimes on a
single page.
[LMS-1630][LMS-1421][LMS-1517]
2014-02-04 08:55:36 -05:00
John Jarvis
d28f2f5905
adding check back in
2014-02-03 16:54:54 -05:00
Julia Hansbrough
cd95469b18
Removed LANGUAGE from devstack settings
2014-02-03 21:44:04 +00:00
John Jarvis
693497673a
remove check for PASS
2014-02-03 16:42:22 -05:00
John Jarvis
ff7810d777
adding db overrides to aws_migrate.py
2014-02-03 14:49:41 -05:00
Calen Pennington
f5ffc94d16
Prep for initial language release
2014-02-03 13:35:56 -05:00
Will Daly
eae4adeb9b
Merge pull request #2361 from edx/will/bok-choy-upgrade-and-lms-tests
...
Bok-choy upgrade, LMS tests, cleanup
2014-02-03 08:11:03 -08:00
Julia Hansbrough
0b7594178b
Moved reverification windows into common
...
Added verification sidebar, banner for major courseware sections, quality & test improvements
2014-01-31 22:08:08 +00:00
Will Daly
e859a37001
Fix an issue with cache being cleared for bok_choy fast test
...
Change text in bok_choy scripts to green
Added feedback check for AI-assessment test
Added peer assessment feedback test
Updated Studio/LMS page objects and tests to use bok-choy v0.1.0
Added LMS bok-choy tests from e2e repo
2014-01-31 14:33:24 -05:00
chrisndodge
7dbec60829
Merge pull request #2384 from edx/chrisndodge/wire-in-aws-settings
...
wire in env settings into aws.py for session inactivity timeouts
2014-01-31 04:00:57 -08:00
davestgermain
5122c292c7
Merge pull request #2343 from edx/dstgermain/a11y-page-titles
...
Added more descriptive page titles.
2014-01-30 14:33:48 -08:00
Dave St.Germain
636eab8b9e
Added more descriptive page titles.
2014-01-30 17:32:03 -05:00
Chris Dodge
7cd343e031
wire in env settings into aws.py
2014-01-30 16:38:43 -05:00
chrisndodge
5951eb8dae
Merge pull request #2379 from edx/chrisndodge/lock-accounts-after-failed-attempts
...
Add AWS.py configuration hooks to tie in login failure lockout parameters
2014-01-30 13:08:48 -08:00
Chris Dodge
cdf8b7cf16
add aws.py hooks
2014-01-30 15:38:02 -05:00
Chris Dodge
0d49305c4d
add ability to have an optional password policy enforcement on account creation
2014-01-30 15:32:05 -05:00
Chris Dodge
8c60f2935a
Add optional feature to lock out accounts after N failed login attempts. Lockouts will last M seconds.
...
add DB migration and fix earlier mistakes in student migration history
add tests and fix bugs that came out of those unit tests
remove unused import
pep8/pylint
address some PR feedback
fix tests
fix broken test
try to mock time
use freeze-gun to overload the system time to simulate the future
2014-01-29 16:54:28 -05:00
Calen Pennington
ce19f2887c
Merge pull request #2294 from cpennington/language-dark-launch
...
Add the ability to dark-launch languages
2014-01-29 10:52:06 -08:00
Calen Pennington
271fbdb40a
Switch dark_lang to database backed configuration
2014-01-29 13:24:41 -05:00
chrisndodge
7162aa66f3
Merge pull request #2285 from antoviaque/registration-extra-fields
...
Registration extra fields: Selectively require/hide registration fields & add optional country/city fields
2014-01-29 08:09:53 -08:00
Will Daly
021bece881
Merge pull request #2239 from edx/will/ora-ai-and-peer-tests
...
ORA AI and Peer acceptance tests
2014-01-29 06:28:39 -08:00
Calen Pennington
d379b35fa9
Add config_model, a library for database backed configuration
...
ConfigurationModels can be managed using the admin site. They are
append-only, and track the user who is making the change, and the time
that the change was made. The configuration is stored in the database,
and cached for performance.
[LMS-1220]
2014-01-29 09:17:19 -05:00
Calen Pennington
881e3ba564
Add the ability to dark-launch languages
...
To mark a language as dark-launched, add it to the DARK_LANGUAGES
django conf setting. To activate a dark-launched language, set he
query parameter `preview-lang` to the language code on any url.
[LMS-2045]
[LMS-2077]
[LMS-2076]
2014-01-29 09:16:16 -05:00
Xavier Antoviaque
386115aecf
Selectively require/hide registration fields & add country/city fields
...
Extend the capabilities of the REGISTRATION_OPTIONAL_FIELDS
configuration variable, to allow to select, for each individual field,
if it should be 'hidden', 'optional' or 'required'.
Rename the configuration variable to REGISTRATION_EXTRA_FIELDS to reflect
the additional capabilities, and updates the defaults.
As extra fields, configurable through the REGISTRATION_EXTRA_FIELDS
variable. Hidden by default.
Tickets: MCKIN-168 MCKIN-184
Note: Studio also has a registration page, which uses the same account
creation page. It should be possible to use it without requiring the
variable from the LMS, as the fields are different.
2014-01-29 09:01:28 -05:00
davestgermain
b18945d1cf
Merge pull request #2332 from edx/dstgermain/a11y-html-lang
...
Set the HTML language to the browser's specified language
2014-01-28 13:44:21 -08:00
Dave St.Germain
6d50ff7b61
Set the html language to the browser's specified language
2014-01-28 16:43:29 -05:00
Will Daly
b73c6f63fc
Added stub XQueue server to bok_choy test suite.
...
Added feedback check for AI-assessment test
Added peer assessment feedback test
2014-01-28 14:57:28 -05:00
David Ormsbee
6e6a1d5021
Only create loc_cache CACHE entry if it doesn't exist in ENV_TOKENS config.
2014-01-28 12:30:38 -05:00
David Ormsbee
ee5ee92b37
Create local memory caching entry for location mapping.
2014-01-28 10:57:15 -05:00
Dave St.Germain
e738cc073d
settings for i18n and debug toolbar on devstack
2014-01-27 16:14:18 -05:00
Dave St.Germain
cc31695764
settings for i18n and debug toolbar on devstack
2014-01-27 15:53:26 -05:00