Nimisha Asthagiri
dd3c8c268c
Support for Duplicate and Delete of XBlock Container Leaves (disabled under Feature Flag).
2014-04-10 21:22:15 -04:00
chrisndodge
c407e89889
Merge pull request #2781 from edx/cdodge/password-history-enforcements
...
Add some optional policies around password resets, such as password reus...
2014-04-04 16:14:43 -04:00
Brian Talbot
473ed4cc89
Studio: syncing up font-based styling between TinyMCE editing view and Studio HTML xmodule preview
...
Separating and documenting tinyMCE font imports from customized vendor code and customized render styling css files (because font must load first in iframe).
Add the TinyMCE font file to the CMS pipeline.
2014-04-02 11:12:34 -04:00
Nimisha Asthagiri
f44a1b6c1c
Tiny MCE version 4.0.20
...
Changed tiny-MCE to not load CSS files dynamically.
Added CSS files for tiny-MCE in env files.
Moved TinyMCE files to directory structure required by Jake command.
Changed clients of "tinymce.min.js" to use "tinymce.full.min.js" instead.
Updated CHANGELOG to indicate tinymce version 4.0.20.
Renamed tinymce.css.
Directions for creating tinymce.full.min.js and commenting of edX changes.
Updated comments related to disabling dynamic JS and CSS file loading in tinymce.
Allow TinyMCE to handle CSS within the iframe.
2014-04-02 11:12:26 -04:00
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
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
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
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
zubiar-arbi
714da6ab23
Enable/disable unicodes in course id's
2014-03-17 20:24:59 +05:00
Dave St.Germain
aaf4515ac3
remove old version of codemirror, to prevent confusion
2014-03-10 09:43:56 -04: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
Han Su Kim
bdfd81d2f3
Merge remote-tracking branch 'origin/master' into release, conflicts resolved
...
Conflicts:
cms/envs/common.py
common/lib/xmodule/xmodule/seq_module.py
lms/envs/common.py
requirements/edx/edx-private.txt
2014-03-06 16:56:16 -05: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
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
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
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
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
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
Calen Pennington
a2137cec35
Merge pull request #2603 from cpennington/xblock-acid-resources-test
...
Add tests of local_resource_url
2014-02-25 16:46:10 -05:00
Calen Pennington
9126777ed7
Add test of local_resource_url in AcidBlock
2014-02-25 14:01:37 -05:00
Chris Dodge
fe3ebca1c5
add new feature to make sure we aren't writing PII into the application logs. So far we're aware of doing so regarding Auth use-cases
2014-02-25 00:14:19 -05:00
Alexander Kryklia
25407ef3e7
BLD-642: Allow multiple transcripts with video.
2014-02-24 21:57:08 +02:00
Julia Hansbrough
552572694f
Added middleware for handling language changes
2014-02-14 22:34:29 +00:00
Julia Hansbrough
7d81a510bc
Moved UserPreferences to common
2014-02-14 10:32:11 -05:00
Julia Hansbrough
5131818153
Merge pull request #2597 from edx/release
...
Release
2014-02-13 15:17:38 -05:00
Calen Pennington
3a7b265c8a
Add trailing commas to multiline lists, to prevent string concatenation bugs
2014-02-13 13:12:42 -05:00
Ali Reza Sharafat
85058ec460
Course short descriptions -- couple of more asserts and pep8 fixes
2014-02-12 20:24:26 +00:00
Frances Botsford
34ea03c887
fixed missing polyfill buttons, adjusted layout of number input in component editor
...
UX-381
2014-02-11 15:20:00 -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
Calen Pennington
f5ffc94d16
Prep for initial language release
2014-02-03 13:35:56 -05:00
Julia Hansbrough
3aa80654cb
Midcourse reverification: fixing broken tests
...
Also, refactored code representing ReverifyInfo
2014-01-31 22:08:09 +00: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
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