Sylvia Pearce
96c0babe44
Add note about angle brackets to Dropdown topic
2014-09-11 17:04:30 -04:00
srpearce
a0964f7141
Merge pull request #5182 from edx/sylvia/docs/minorfixes
...
Minor updates to three problem types
2014-09-11 16:50:42 -04:00
Sylvia Pearce
a41e6c4e46
remove note from Annotations
2014-09-11 16:48:25 -04:00
Sarina Canelake
13c8dd27b9
Update i18n_translators_guide.rst
2014-09-11 16:19:03 -04:00
Sylvia Pearce
3575755d4d
Minor updates to three problem types
2014-09-11 15:39:15 -04:00
Adam
d9567c3537
Merge pull request #5178 from edx/release
...
Release
2014-09-11 15:15:13 -04:00
Andy Armstrong
82675b2baa
Merge pull request #5176 from edx/andya/lms-ux-reference-templates
...
Add support for UX reference templates in LMS
2014-09-11 14:32:25 -04:00
Christina Roberts
610710cff8
Merge pull request #5133 from edx/christina/cohorts-api
...
Create auto cohorts when list_cohorts is called.
2014-09-11 14:30:45 -04:00
Andy Armstrong
7683cba2c3
Add support for UX reference templates in LMS
2014-09-11 13:52:48 -04:00
cahrens
020094b8fb
Create auto cohorts when list_cohorts is called and return number of users per cohort.
...
TNL-186
2014-09-11 13:51:34 -04:00
Adam
abf5f176bb
Merge pull request #5177 from edx/usman/fix-xml-imports
...
Moved imports to startup.py.
2014-09-11 13:29:10 -04:00
Nimisha Asthagiri
dedd88ccf4
Merge pull request #4977 from edx/split/paver
...
Split/paver LMS-11211
2014-09-11 12:28:41 -04:00
Calen Pennington
3ec3bbbe99
Merge pull request #5162 from cpennington/split/import-export-performance
...
Performance improvements to split mongo and old-mongo, based on import/export tests.
2014-09-11 11:54:22 -04:00
Calen Pennington
b9908ec2f1
Only format test assertion messages when they are needed (they are a performance hit when testing large courses)
2014-09-11 11:52:10 -04:00
Calen Pennington
c0616aeb2c
Remove unneccesary uses of SON (which is slower than dict)
2014-09-11 11:52:09 -04:00
Calen Pennington
a72cbfe68a
Add an index on _id.revision to allow separating draft and published during export
2014-09-11 11:52:09 -04:00
Calen Pennington
ce88f61670
Create indexes before running cross-modulestore import/export tests
2014-09-11 11:52:06 -04:00
Brian Talbot
35d92f42c8
Merge pull request #4963 from edx/talbs/platform-footer
...
LMS: edX-centric New Footer Style/Markup clean-up
2014-09-11 11:23:48 -04:00
Usman Khalid
fc895fe8bf
Moved imports to startup.py.
2014-09-11 20:14:37 +05:00
Julia Hansbrough
3a0dea20e1
Merge pull request #5168 from edx/flowerhack/third-party-stats
...
Flowerhack/third party stats
2014-09-11 11:04:38 -04:00
Nimisha Asthagiri
2930e29a01
LMS-11373 Fix Studio drag and drop race condition.
2014-09-11 10:53:05 -04:00
Nimisha Asthagiri
7637f063e9
LMS-11371 Fix register bug - encoding of course_id.
2014-09-11 10:53:05 -04:00
Don Mitchell
935d5dee34
LMS-11331, LMS-11345 Make auth check branch agnostic; fix deserialize keys
2014-09-11 10:53:05 -04:00
Nimisha Asthagiri
3a772752de
LMS-11286 Paver Bokchoy support for Split; default store set to Split.
2014-09-11 10:48:09 -04:00
Calen Pennington
1d9c272a2e
LMS-11282 Paver Lettuce Acceptance support for Split; default store set to Draft.
2014-09-11 10:48:08 -04:00
Nimisha Asthagiri
4d36276573
LMS-11297 BokChoy and Acceptance tests configure default_store with update_module_store_settings.
2014-09-11 10:48:08 -04:00
Calen Pennington
b033a214cf
Merge pull request #5131 from cpennington/split/prod-import-export-tests
...
Split-mongo block uniqueness constraint [LMS-11364]
2014-09-11 10:43:43 -04:00
Don Mitchell
4ebe26696e
Merge branch 'release'
...
Conflicts:
common/djangoapps/student/views.py
2014-09-11 10:31:53 -04:00
Waheed Ahmed
02a2851019
Merge pull request #4329 from edx/waheed/lms6492-fix-404-when-users-last-visted-subsection-unpublished
...
Fixed 404 on courseware when users last visited subsection becomes unpublished.
2014-09-11 19:24:16 +05:00
Will Daly
f6bcf84edb
Merge pull request #5167 from edx/will/third-party-acceptance
...
Enable third party auth in LMS acceptance tests
2014-09-11 09:55:08 -04:00
Julia Hansbrough
059d0dfff3
Login analytics
2014-09-11 13:53:29 +00:00
Calen Pennington
7b81dcc3ea
Make split_mongo assert block identity uniqueness only over (block_type, block_id) tuples [LMS-11364]
2014-09-11 09:38:13 -04:00
Calen Pennington
df6dc21939
Make split_draft correctly autopublish both parent and child during create_child
2014-09-11 09:37:13 -04:00
Calen Pennington
bc40b8f149
Fix auto-publish test to work with old-mongo
2014-09-11 09:37:12 -04:00
Calen Pennington
3fd4e395f4
Verify using mixed that auto-publish actually updates child pointers
2014-09-11 09:37:12 -04:00
Calen Pennington
4ab343ffef
Add test of import around duplicate url names [LMS-11345]
2014-09-11 09:37:12 -04:00
Calen Pennington
6cd7e08c1b
Assert course equality in bulk, so that all differences are displayed
2014-09-11 09:37:12 -04:00
Waheed Ahmed
5fd1ade766
Fixed 404 on courseware when users last visited subsection becomes unpublished.
...
LMS-6492
2014-09-11 18:35:58 +05:00
Tim Babych
f1da4efb8e
Merge pull request #5152 from edx/tim/less-has-changes
...
Calculate has_changes only Section/Subsection only on Outline page
2014-09-11 16:11:42 +03:00
zubair-arbi
27c29d0dfd
Merge pull request #5140 from edx/zub/bugfix/plat-101-playercontrolsnotvisible
...
show video controls for all youtube videos
2014-09-11 17:35:49 +05:00
zubair-arbi
e3f499a757
show video controls for all youtube videos
...
TNL-184
2014-09-11 17:02:27 +05:00
Brian Talbot
5d16e802bb
LMS: optimizing header PNG asset
2014-09-11 07:37:27 -04:00
Brian Talbot
337d6cbc2b
LMS: revising markup/styling of edx-specific footer
2014-09-11 07:37:26 -04:00
Brian Talbot
a04c4bf12f
LMS: renaming edx-specific footer template files/references
2014-09-11 07:37:26 -04:00
Brian Talbot
def8b5bf24
LMS: removing breakpoint-centric styling + small comment cleaning on edx-specific footer
2014-09-11 07:37:26 -04:00
Tim Babych
8b37dd7f95
Calculate has_changes only Section/Subsection only on Outline page
2014-09-11 12:42:56 +03:00
Ben Patterson
b3594b699a
Merge pull request #5169 from edx/benp/solano2-jstest-failure
...
TE-468 JS test improvement: test for attributes specifically
2014-09-10 18:44:16 -04:00
Daniel Friedman
95a06d92ae
Merge pull request #5088 from edx/dan-f/test-lms-passes-group-id
...
Ensure LMS passes correct group_id when querying content
2014-09-10 17:18:28 -04:00
Ben Patterson
32071af4b6
TE-468 JS test improvement: test for attributes specifically
...
This test is failing in a different test environment (Solano) because
the built html has reversed the order of the width and height attributes
from what we are expecting. This change focuses the assertion to the
pieces that are important (as noted in the unchanged comment above
the assertion).
2014-09-10 16:59:28 -04:00
chrisndodge
789193ef10
Merge pull request #5166 from edx/cdodge/hotfix-disable-social-auth-for-white-labels
...
make the 'ENABLE_THIRD_PARTY_AUTH' feature flag be microsite aware
2014-09-10 16:52:57 -04:00