- 06 Apr, 2015 40 commits
-
-
Adam Palay committed
-
add tests for static tabs
Adam Palay committed -
swdanielli committed
-
Lots of plumbing to allow an asset named python_lib.zip to be imported by jailed Python code. This function can find the "python_lib.zip" asset, and is passed down through ModuleSystem and LoncapaSystem so that capa problems have access to the zipfile.
Ned Batchelder committed -
Sylvia Pearce committed
-
Ben Patterson committed
-
David Baumgold committed
-
Sylvia Pearce committed
-
write failing tests for info page banner
Adam Palay committed -
Adam Palay committed
-
Adam Palay committed
-
TNL-265
Waheed Ahmed committed -
Sarina Canelake committed
-
ECOM-128 adds a country dropdown to student registration
Alison Hodges committed -
Otherwise, if `settings.ENABLE_INSTRUCTOR_ANALYTICS` is set to `False`, two horizontal rules are rendered consecutively. The <HR> has also been indented to align with surrounding tags.
stv committed -
Renzo Lucioni committed
-
This fixes a minor layout bug in edx-jsme 1.0. See: https://github.com/jazkarta/edx-jsme/issues/1 For convenience, the entire diff from the last release is included here: diff --git a/CHANGES.rst b/CHANGES.rst new file mode 100644 index 0000000..32e0284 --- /dev/null +++ b/CHANGES.rst @@ -0,0 +1,13 @@ +=================== +edX-JSME Change Log +=================== + +1.0.1 (2014-09-17) +------------------ + +- Fix alignment issue with the correct/incorrect markers. (#1) + +1.0 (2014-07-28) +---------------- + +- Initial release. diff --git a/edx_jsme/templates/jsmeinput.html b/edx_jsme/templates/jsmeinput.html index 861b43f..5ceaf3d 100644 --- a/edx_jsme/templates/jsmeinput.html +++ b/edx_jsme/templates/jsmeinput.html @@ -38,6 +38,7 @@ waitfor="" value="${value|h}"/> + <br/> <p id="answer_${id}" class="answer"></p> <p class="status">
Chris Rossi committed -
Renzo Lucioni committed
-
- changed message and added i18n
lduarte1991 committed -
The changes in 5152 appear to have introduced a performance problem on stage, so we're going to revert them for now.
Andy Armstrong committed -
Carlos Andrés Rocha committed
-
- Update key comparisons for Opaque Keys - Search for 'problem_check' instead of 'save_problem_check' when filtering TrackingLogs.
Brandon DeRosier committed -
Calling the client root was causing the module store to be modified, affecting test in other Django applications that rely on the default state of the module store.
Carlos Andrés Rocha committed -
Some tests test were using `CourseFactory` buy not deriving from `ModuleStoreTestCase`, introducing a course leaks that broke other unrelated tests.
Carlos Andrés Rocha committed -
Ben Patterson committed
-
For microsites, since we don't have a footer override yet for django templates, remove the footer all together
Chris Dodge committed -
David Baumgold committed
-
Disable sending activation email also when doing external_auth and setting BYPASS_ACTIVATION_EMAIL_FOR_EXTAUTH=True
marcore committed -
Adam Palay committed
-
This reverts commit 3f159ea5.
Ned Batchelder committed -
Ben Patterson committed
-
TNL-153
jsa committed -
polesye committed
-
Sarina Canelake committed
-
Piotr Mitros committed
-
asadiqbal08 committed
-
LMS-11380
Don Mitchell committed -
Tim Babych committed
-
TNL-392
zubair-arbi committed -
TNL-284
Waheed Ahmed committed
-