Mushtaq Ali
78b6983666
Merge pull request #11597 from edx/mushtaq/ECOM-3760-fix-self-paced-subsection-config
...
Fix subsection config for self-paced course
2016-02-25 20:50:07 +05:00
John Eskew
e3ddb02cc7
Merge pull request #11586 from edx/jeskew/remove_all_request_dot_request
...
Remove all request.REQUEST usages.
2016-02-25 08:23:12 -05:00
Ned Batchelder
71e0ce7a0b
Merge pull request #11652 from edx/ned/yaml-safe-load
...
Use yaml.safe_load, since we have no need for the greater power of .load
2016-02-24 20:06:43 -05:00
Michael Frey
860dd1bd5a
Merge pull request #11651 from edx/release
...
Release
2016-02-24 16:15:16 -05:00
Ned Batchelder
a9ab395d43
Use yaml.safe_load, since we have no need for the greater power of .load
2016-02-24 15:36:04 -05:00
Ned Batchelder
ca4729c221
Merge pull request #11650 from edx/ned/update-translations
...
Update translations (autogenerated message)
2016-02-24 14:32:43 -05:00
Ned Batchelder
d8fbdafd90
Update translations (autogenerated message)
2016-02-24 17:59:51 +00:00
Adam Palay
c63dcf0dfe
render mathjax in svg by default (TNL-4145)
...
mathjax preview should be inline by default
2016-02-24 12:51:30 -05:00
Michael Katz
fd065c9e8c
Merge pull request #11643 from edx/release
...
Release 2016-02-24
2016-02-24 11:16:16 -05:00
Mushtaq Ali
2da452b839
ECOM-3760 fix editors not showing up on subsection config popup for self-paced course
2016-02-24 00:35:05 +05:00
Toby Lawrence
acf6c1d609
Merge pull request #11523 from edx/perf/speed-up-slow-user-role-ops
...
Don't blow away the role cache when updating.
2016-02-23 06:55:00 -05:00
Michael Katz
bf5d2034a1
Revert "Added staff role on ccx to staff of master course and added a data migration for existing ccx courses."
...
This reverts commit 91bf48fc8c .
2016-02-22 15:33:01 -05:00
John Eskew
df261cd5d6
Remove all request.REQUEST usages - replace with request.GET and/or
...
request.POST to eliminate Django deprecation messages.
2016-02-22 09:54:26 -05:00
Christine Lytwynec
41febaa875
Merge pull request #11565 from edx/clytwynec/ac-234
...
Remove hgroup usage
2016-02-19 16:06:22 -05:00
Nimisha Asthagiri
4bbe9a2021
Merge pull request #11326 from edx/mobile/remove-dead-code
...
Mobile API: remove unused endpoints
2016-02-19 15:14:13 -05:00
Adam
4dbcf9a1d3
Merge pull request #11587 from edx/release
...
Release
2016-02-18 17:19:29 -05:00
Michael Frey
5903ef832c
Merge pull request #11584 from edx/release
...
Merging release back to master
2016-02-18 14:55:25 -05:00
Adam Palay
e57487db83
update mathjax to 2.6 (TNL-4104) and (TNL-4094)
...
update mathjax class names to support common html, html-css, and svg
2016-02-18 14:13:34 -05:00
Mushtaq Ali
689bb73b84
Merge pull request #11551 from edx/mushtaq/fix-tnl4006
...
Studio homepage escaping
2016-02-18 22:52:01 +05:00
Nimisha Asthagiri
fa8ca11d8c
Remove unused Mobile Social Facebook endpoint
2016-02-18 12:12:04 -05:00
Mushtaq Ali
7a9991e95c
Studio homepage escaping
2016-02-18 21:10:21 +05:00
Peter Pinch
dcb04cb092
Merge pull request #10877 from mitocw/enhancement/aq/add_master_course_staff_in_ccx
...
Added staff and instructor roles on ccx to all the staff and instructors of the master course plus fixed view as student masquerade and display name of ccx on coach dashboard
2016-02-18 11:09:37 -05:00
Bill DeRusha
b686abc18d
Disable mailchimp integration for most segment identify requests
2016-02-17 17:10:48 -05:00
Ned Batchelder
6c3ae8245f
Update translations (autogenerated message)
2016-02-17 20:12:36 +00:00
Christine Lytwynec
57b7034e5b
Remove hgroup usage
2016-02-17 12:05:15 -05:00
clrux
21aa7edd1c
Merge pull request #9909 from edx/clrux/ac-179
...
AC-179 fixing skip links
2016-02-17 09:09:27 -05:00
Mushtaq Ali
b94204a8a4
Merge pull request #11452 from edx/mushtaq/ECOM-3615-fix-self-paced-scheduled-content
...
Fix self paced course content visiblity
2016-02-17 18:59:41 +05:00
Chris Rodriguez
2a4e141e0e
LMS: fixing skip links and adding a11y tests
2016-02-17 07:46:42 -05:00
Mushtaq Ali
5485d0c236
make is_course_self_paced default to False
2016-02-17 15:54:54 +05:00
Amir Qayyum Khan
91bf48fc8c
Added staff role on ccx to staff of master course and added a data migration for existing ccx courses.
2016-02-17 15:54:28 +05:00
Mushtaq Ali
d3fc2625d0
Code refactor pass store_type in course create method
2016-02-17 12:53:12 +05:00
Robert Raposa
6cc8bbffb6
Merge pull request #11059 from edx/robrap/TNL-3425
...
Properly escape Studio base.html
2016-02-16 16:19:45 -05:00
Toby Lawrence
d3c88d7079
Merge pull request #11552 from edx/perf/speed-up-contentstore-tests
...
Switch to SharedModuleStoreTestCase in the 'contentstore' app where possible.
2016-02-16 14:10:22 -05:00
Robert Raposa
b69c6d62bf
Make base.html Mako template safe by default
...
Make base.html Mako template safe by default by:
1. Add page-level default of html escaping
2. Fix escaping of all variables in base.html
3. Fix escaping of all dependent underscore templates
Also includes additional best practices for certificates and
textbooks JavaScript/Underscore in order to complete that work.
TNL-3425
2016-02-16 13:19:24 -05:00
Sylvia Pearce
a858bb9b0f
Update screenshot for Help modal on Pages page
2016-02-16 11:41:46 -05:00
Toby Lawrence
af102a6919
Remove duplicate test setup.
2016-02-16 11:30:46 -05:00
srpearce
b68beea4df
Merge pull request #11508 from edx/sylvia/DOC-2692
...
Update help text for Pages page in Studio to reflect Courseware-Course etc change
2016-02-16 11:12:04 -05:00
Toby Lawrence
fe545e058f
Quality fixes.
2016-02-16 10:12:29 -05:00
Toby Lawrence
e2cbb547b1
Switch to SharedModuleStoreTestCase in the 'contentstore' app where possible.
2016-02-16 09:39:00 -05:00
Sven Marnach
8280e224f5
Merge pull request #11433 from open-craft/smarnach/studio-add-xblock
...
Pass DOM element, not jQuery object to XBlock initialisation.
2016-02-15 17:24:10 +01:00
Mushtaq Ali
3559bd1e69
Refactor test to check support for both modulestore and is_self_paced method improvement
2016-02-15 18:18:46 +05:00
Jim Abramson
fb3a09e68e
Merge pull request #11520 from edx/jsa/ecom-3638
...
Specify high priority queue for credentials generation task.
2016-02-12 14:29:49 -05:00
Toby Lawrence
dacdbae1a5
Fix up some broken tests.
...
We added the ability here to check if a role has a user in with the ability to refresh the role cache before checking. Since some tests will make inline requests, which in turn put a user into a new role, we have to refresh afterwards otherwise we won't see that new role in place. Since we don't want to automatically refresh ever, we just added a way to request it, since we know in this test that we're doing something, effectively, out-of-band, which necessitates it.
2016-02-12 14:17:51 -05:00
jsa
8a620640c2
Disable credentials-related settings/tests under cms.
2016-02-12 13:25:44 -05:00
Usman Khalid
ec6a786400
Add Randomize XBlock to DEPRECATED_BLOCK_TYPES.
2016-02-12 19:54:41 +05:00
Mushtaq Ali
df0b983ea3
Improve is_self_paced method
2016-02-12 17:31:00 +05:00
Mushtaq Ali
f9c3759571
Fix self-paced course displaying "published, not yet released" issue in Studio ECOM-3615
2016-02-11 17:42:17 +05:00
Ned Batchelder
4b7dcb2bdd
Update translations (autogenerated message)
2016-02-11 12:23:55 +00:00
cahrens
30c42e724d
Ensure that window.course is avaiable before anyone accesses it.
...
TNL-4106
2016-02-10 15:59:45 -05:00
Sylvia Pearce
97228f3b92
Update help text for Pages page in Studio to reflect Courseware-Course etc change
2016-02-10 13:26:47 -05:00