Awais Jibran
7bf81195ad
Strip aways slashes from the asset 'displayname' as they cause export to fail.
...
TNL-2669
2015-08-07 18:10:26 +05:00
Davorin Sego
0d4f602e33
pep8
2015-08-06 22:35:44 +02:00
Davorin Sego
d06e16d953
Initialize signal handler, so we can remove getattr
2015-08-06 22:06:56 +02:00
Syed Hassan Raza
4c1c4619f0
Test library failed to export after import
2015-08-05 12:47:27 -07:00
Nimisha Asthagiri
5a44f391b0
MA-977 Use "supports" decorator on XBlocks for multi-device support
2015-08-05 11:37:33 -04:00
Ned Batchelder
ff243eaa70
Merge pull request #9187 from edx/release
...
Release merge to master
2015-08-04 14:18:50 -04:00
Awais Jibran
6d16da7339
Merge pull request #9015 from edx/aj/tnl2857-mathjax-probelm-in-problem-hints
...
Fixed MathJax rendering in problem hint
2015-08-04 23:12:03 +05:00
Ned Batchelder
f54fe787c6
Remove needless 'disable=no-member' pragmas
2015-08-03 17:47:44 -04:00
Ned Batchelder
ee0f4b2594
Remove 'pylint: disable=no-value-for-parameter' that we no longer need.
2015-08-03 15:44:29 -04:00
Marco Morales
90fcf4646a
adds back in correct and incorrect styling for annotations problems
2015-08-03 10:57:31 -04:00
Marco Morales
10a0bc6f1d
Merge pull request #9122 from jolyonb/questionfix
...
CAPA CSS: Fixing indicator spacing on dropdown problems
2015-07-31 09:52:02 -04:00
David Baumgold
ebe8b25210
Upgrade setuptools to 18.0.1
...
This reverts commit 1a3f0958b9 .
2015-07-30 16:22:42 -04:00
Davorin Šego
a7f2b025a9
Delete null_handler.py
2015-07-30 16:00:31 +02:00
Davorin Sego
73f163091f
Initial idea
2015-07-30 00:42:49 +02:00
Jolyon Bloomfield
d06abbf01e
Fixing indicator spacing
2015-07-29 17:10:08 -04:00
Davorin Sego
a62ef9ffa9
quality
2015-07-29 21:24:38 +02:00
Davorin Sego
7a923cf520
fix errors
2015-07-29 20:30:39 +02:00
Mushtaq Ali
40f8947334
Merge pull request #9100 from edx/mushtaq/tnl2593-fix-publish-automatically-after-deleting-unit
...
Autopublish when vertical is deleted
2015-07-29 23:02:54 +05:00
Davorin Sego
ab923ea250
use a universal null handler
2015-07-29 19:07:00 +02:00
Davorin Sego
dd457c2f49
Revert "a different take"
...
This reverts commit 74d7b2a7d6 .
2015-07-29 18:13:19 +02:00
frances botsford
f8d1776698
Merge pull request #8972 from jolyonb/jolyonb/discussion
...
Small printing fixes (LMS)
2015-07-29 10:10:47 -04:00
frances botsford
cfe3acb7c4
Merge pull request #7594 from jolyonb/jolyonb/p-spacing
...
Fixing paragraph spacing with inline class (capa)
2015-07-29 10:06:28 -04:00
Davorin Sego
74d7b2a7d6
a different take
2015-07-29 14:41:22 +02:00
Davorin Sego
a2dbd403c8
add a null signal handler to BulkOperationMixin, remove conditionals
2015-07-29 11:43:48 +02:00
mushtaqali
edad392a26
Autopublish when vertical is deleted
2015-07-29 11:44:11 +05:00
David Baumgold
c1a38a6dc7
Pull discussion underscore templates out into individual files
...
No need to go through Mako
2015-07-28 09:36:31 -04:00
David Ormsbee
8d9e907635
Merge pull request #9070 from edx/ormsbee/test_ms_class_setup_teardown
...
Modulestore test base class using setUpClass() and tearDownClass()
2015-07-27 15:05:46 -04:00
John Eskew
756008aa9b
Merge pull request #8768 from open-craft/jump_to_children_ospr
...
Jump to children
2015-07-27 13:42:32 -04:00
David Ormsbee
58f36d3e93
Enable faster ModuleStore tests with SharedModuleStoreTestCase.
...
This is a new TestCase base class, intended for situations where
you only want to initialize course content in the setUpClass(),
as opposed to setUp(). This is done for performance reasons, since
many test cases only use courses in a read-only fashion,
particularly in LMS tests.
This commit also converts the following modules to use this new
base class:
lms/djangoapps/ccx/tests/test_ccx_modulestore.py (38s -> 4s)
lms/djangoapps/discussion_api/tests/test_api.py (2m45s -> 51s)
lms/djangoapps/teams/tests/test_views.py (1m17s -> 33s)
2015-07-27 13:02:16 -04:00
David Ormsbee
701f5fc1c6
Optimize test course creation with bulk_operations.
...
Use bulk operations to both minimize the number of writes
to MongoDB, as well as to suppress signals which could
trigger things like search indexing or course structure
caching.
2015-07-24 19:45:10 -04:00
Christina Roberts
cb21756393
Merge pull request #9063 from edx/christina/tnl-231
...
Delete mention of direction from checkboxgroup.
2015-07-24 16:58:26 -04:00
Christina Roberts
09b352cca3
Merge pull request #9056 from edx/christina/tnl-645
...
Set default value of showanswer to Never since it doesn't work.
2015-07-24 15:12:45 -04:00
Peter Fogg
9d0dd4bbb2
Merge pull request #9034 from edx/peter-fogg/round-grades
...
WIP: Display rounded problem results.
2015-07-24 14:55:50 -04:00
cahrens
85b8a88152
Delete mention of direction from checkboxgroup.
...
It was never implemented.
TNL-231
2015-07-24 14:44:08 -04:00
Peter Fogg
814cc5688c
Display rounded problem results.
2015-07-24 14:18:14 -04:00
cahrens
8276172802
Set default value of showanswer to Never since it doesn't work.
...
TNL-645
2015-07-24 13:32:56 -04:00
frances botsford
cc7762e090
Merge pull request #7593 from jolyonb/jolyonb/inline-div
...
CSS: Fixing spans inside inline divs (capa)
2015-07-24 11:20:43 -04:00
Muzaffar yousaf
35503ebda2
Merge pull request #8636 from edx/muzaffar/youtube-api-v3
...
Using youtube api v3.0 instead of v2.0 to get the video's metadata.
2015-07-24 20:02:48 +05:00
Awais Jibran
0cda1aaffb
Fixed MathJax rendering in problem hint
...
TNL-2857
2015-07-24 19:07:09 +05:00
muzaffaryousaf
38ef22b8a2
Using youtube api (v3) instead of v2 to get the video duration .
...
TNL-2413
2015-07-24 17:03:46 +05:00
Joel Barciauskas
c531c44512
Merge pull request #9022 from jbarciauskas/jbarciauskas/TNL-2267-fix-init-args
...
Fix TNL-2267 - add missing service argument to HeartbeatFailure constructor
2015-07-23 17:05:29 -04:00
Joel Barciauskas
5ebb93a1ee
Set the second arg to __init__ for the HeartbeatFailure exception to 'mongo', create a split_mongo connection test
...
Fixes TNL-2267
Clean up and PEP8 fixes to the test
Add missing paramater back
Add pylint pragma to ignore unused argument warning
2015-07-23 16:26:27 -04:00
chrisndodge
5e195c8eeb
Merge pull request #8962 from edx/cdodge/proctoring-studio
...
Integrate timed and proctored exam authoring into Studio
2015-07-23 15:53:17 -04:00
Chris Dodge
3748119961
Integrate timed and proctored exam authoring into Studio
2015-07-23 14:43:17 -04:00
Brian Talbot
b75f900b22
Merge pull request #8266 from edx/talbs/fix-font-face-calls
...
LMS/Studio: Reduce font-face file calls
2015-07-22 14:48:44 -04:00
Jolyon Bloomfield
27d04ade7c
A variety of small printing fixes
2015-07-22 14:00:25 -04:00
Adam Palay
e515842395
Merge remote-tracking branch 'origin/release' into merge-release-into-master
...
Conflicts:
requirements/edx/github.txt
2015-07-22 08:10:26 -04:00
Alison Hodges
6f70ed38b4
Fixes DOC-841 per multiple requests
...
@stroilova @shnayder please verify that I have updated these files
correctly. @catong complete the thread started in email.
2015-07-21 13:23:33 -04:00
Utkarsh
231059c24b
Merge pull request #8989 from edx/utkjad/fixtemp
...
PLAT-734 Fix slow transaction due to multiple calls to unpickling
2015-07-21 11:07:12 -04:00
Jonathan Piacenti
405b266fa7
Addressed notes.
2015-07-21 14:39:18 +00:00