Chris Dodge
d5bb1b5cca
Add some optional policies around password resets, such as password reuse, forced password resets, allowed frequency of password resets
2014-03-31 10:30:58 -04:00
Calen Pennington
81a038cbaf
Add datadog metrics logging for django model creates, updates, and deletes
2014-03-28 14:45:59 -04:00
Nimisha Asthagiri
1bd6792a08
Support for "View Live" on Pages page.
...
Settings for ENABLE_STUDENT_NOTES and ENABLE_TEXTBOOK in CMS.
Do not display empty collection tabs.
Updated Changelog.
2014-03-28 05:41:32 -04:00
Dave St.Germain
0501775d64
Add an option to prevent multiple logins of the same user.
2014-03-27 16:05:25 -04:00
David Baumgold
64265ee58a
Merge pull request #3032 from IONISx/feature-enable-mktg-site-is-missing
...
Added ENABLE_MKTG_SITE to Features
2014-03-25 13:22:28 -04:00
Will Daly
ba00a442d7
Merge pull request #3037 from edx/will/tim-installation-rebase
...
Install new ORA (edx-tim)
2014-03-25 10:59:05 -04:00
Will Daly
440d9ddb89
Install edx-ora2
...
Support for displaying submissions API scores in Progress page.
2014-03-25 09:42:55 -04:00
Sarina Canelake
4398443fe8
Merge pull request #3036 from edx/sarina/032414-language-update
...
032414 Language update
2014-03-24 13:22:46 -04:00
Valera Rozuvan
1c8eed853e
Moved all YouTube related URLs to a separate namespace.
...
All YouTube urls are defined on backend side.
2014-03-24 18:40:28 +02:00
Sarina Canelake
76a2ac9833
Add Malaysian, Catalan languages
2014-03-24 12:18:25 -04:00
William Desloge
d6fd793742
Added ENABLE_MKTG_SITE to Features
2014-03-24 11:29:51 +01:00
Nimisha Asthagiri
e86b4a12dc
Changes for viewing built-in tabs in studio
...
Changed "Status Page" -> "Page".
UX:
support for displaying built-in tabs
restored drag and drop on Studio Pages
additional styling for fixed state on Studio Pages
add a new page action added to bottom of Studio Pages
Dev
changes for viewing tabs in studio,
refactored the tab code,
decoupled the code from django layer.
is_hideable flag on tabs
get_discussion method is needed to continue to support
external_discussion links for now since used by 6.00x course.
override the __eq__ operator to support comparing with
dict-type tabs.
Test
moved test code to common,
added acceptance test for built-in pages
added additional unit tests for tabs.
changed test_split_modulestore test to support serializing objects
that are fields in a Course.
Env:
updated environment configuration settings so they are
consistent for both cms and lms.
2014-03-21 13:58:01 -04:00
Jay Zoldak
1de5e565c3
Kill the perfstats module, which is unused
2014-03-18 15:47:36 -04:00
Sarina Canelake
da6fdc332b
Update translations (autogenerated message)
2014-03-15 15:40:08 -04:00
Sarina Canelake
a24d8f2b89
Add new languages
2014-03-12 11:08:02 -04:00
Calen Pennington
31a070d480
Merge remote-tracking branch 'edx/release' into merge-release-2014-03-10
...
Conflicts:
cms/envs/common.py
lms/envs/common.py
2014-03-10 16:21:08 -04:00
Calen Pennington
0a79b30ec4
Delay import of xmodule packages until after sys.path fixup
2014-03-10 12:04:00 -04:00
Xavier Antoviaque
73f75f23bb
Update import location of prefer_xmodules
2014-03-10 12:01:56 -04:00
Xavier Antoviaque
c3ae0306f1
Only add mentoring application to INSTALLED_APPS when in virtualenv
2014-03-10 12:01:56 -04:00
Han Su Kim
2eaddefb3d
Merge pull request #2866 from edx/release
...
Release Hotfix-03-06-2014
2014-03-07 15:15:57 -05:00
Calen Pennington
6e94919561
Delay import of xmodule packages until after sys.path fixup
2014-03-07 11:46:00 -05:00
Xavier Antoviaque
81cfb6c3bd
Update import location of prefer_xmodules
2014-03-07 11:06:06 -05:00
Xavier Antoviaque
bde9513539
Only add mentoring application to INSTALLED_APPS when in virtualenv
2014-03-07 11:06:05 -05:00
John Cox
8ecfa8679a
Add common/djangoapps/third_party_auth; update pylintrc to allow test_* names.
...
third_party_auth contains a working settings mechanism, the start of the provider interface + 3 implementations (Google, Mozilla Persona, LinkedIn), and a stub for the auth pipeline. Modified existing lms settings files to use but deactivate the module.
2014-03-06 17:20:58 -08:00
Xavier Antoviaque
76ae57c7ec
Update import location of prefer_xmodules
2014-03-06 18:49:39 -04:00
Xavier Antoviaque
62628f6bd2
Only add mentoring application to INSTALLED_APPS when in virtualenv
2014-03-06 18:23:33 -04:00
Han Su Kim
0db4a899f4
Merge branch 'release'
2014-03-06 16:57:06 -05:00
Carson Gee
b0af8ff421
Merge pull request #2702 from carsongee/cg/cas_fixes
...
Correct misaligned django-cas integration
2014-03-06 16:17:13 -05:00
David Adams
dcb169fb37
Moved CLASS_DASHBOARD setting into the FEATURES dict.
2014-03-05 15:47:23 -08:00
Don Mitchell
b44780812c
Merge pull request #2738 from edx/dbarch/mixed_ms_router
...
Dbarch/mixed ms router
2014-03-05 17:17:07 -05:00
Don Mitchell
43df25d42b
Point to prefer_xmodules new locn
2014-03-05 14:40:34 -05:00
Don Mitchell
432249e9cf
making mixed ms capable of front ending all modulestores for most operations including CRUD
...
STUD-600
2014-03-05 14:32:56 -05:00
Calen Pennington
d101933617
Add course tags to all events where a course-id can be extracted from the url
...
[LMS-2105]
2014-03-05 13:45:08 -05:00
Xavier Antoviaque
0864d57588
Activate XBlocks by default in LMS & Studio
2014-03-05 12:19:27 -04:00
Xavier Antoviaque
3856257e80
xblock-mentoring: Add repository to requirements & installed apps
...
Adding to installed Django applications is required due to the use
of a Django model by the XBlock
2014-03-05 12:19:24 -04:00
Carson Gee
4099fc9af0
Correct misaligned django-cas integration
2014-03-04 09:35:08 -05:00
Dave St.Germain
601b5a8ceb
Merge pull request #2518 from edx/dcs/a11y-code-grader
...
Upgrade CodeMirror to 3.21.0
2014-03-03 17:57:46 -05:00
chrisndodge
c4401fdc7f
Merge pull request #2553 from edx/cdodge/microsite-cleanup
...
Address Microsite PR feedback - separate out middleware from microsite logic, shor...
2014-02-28 17:38:19 -05:00
Kristin Stephens
3881ffdc0d
New tab (Metrics) in instructor dashboard
...
Metrics tab shows student data:
-Count of students opened a subsection
-Grade distribution per problem
for each section/subsection of the course.
Implemented for both the old and beta dashboard
Controlled by a feature flag 'CLASS_DASHBOARD'
Data is aggregated across all students
Aggregate data computed from courseware_studentmodule
2014-02-28 14:01:44 -08:00
Chris Dodge
aa43689a93
This PR addresses the open feedback on the Microsites feature
2014-02-28 16:27:12 -05:00
Adam
f400f1a6a3
Merge pull request #2773 from edx/release
...
Release
2014-02-28 16:03:11 -05:00
Chris Dodge
fce30825df
allow the prevention of the LMS/CMS from being renderable in an iframe
2014-02-28 14:21:07 -05:00
Dave St.Germain
08fadac817
Upgrade CodeMirror to 3.21.0 (with accessibility changes from
...
http://bgrins.github.io/codemirror-accessible/ )
LMS-1802
2014-02-28 13:44:34 -05:00
Chris Dodge
10465e3eb0
add some authorization checks to the Wiki
2014-02-28 13:36:18 -05:00
Ned Batchelder
0fd59939e2
Add JSdraw to INSTALLED_APPS if we can.
2014-02-28 11:24:11 -05:00
Adam Palay
89795191cb
Merge remote-tracking branch 'origin/release'
...
Conflicts:
cms/envs/common.py
lms/envs/common.py
2014-02-27 17:33:40 -05:00
Jay Zoldak
1fe453a3a7
Update schema for bok-choy database
...
Finalize tests for embargo middleware app
2014-02-27 10:27:29 -05:00
Sarina Canelake
e71bbeb1e2
Tests for embargo middleware feature
2014-02-27 09:33:17 -05:00
Julia Hansbrough
a7ae152d9b
Embargo Middleware feature
...
Adds configurable middleware in common/djangoapps/embargo that
allows specific courses to comply with US Export regulations by
embargoing students from specific countries, whilst simultaneously
allowing other courses to be freely open to all.
2014-02-27 08:37:58 -05:00
chrisndodge
38e55a4eb9
Merge pull request #2668 from edx/cdodge/no-pii-in-logs
...
add new feature to make sure we aren't writing PII into the application ...
2014-02-26 16:04:12 -05:00