Commit Graph

28558 Commits

Author SHA1 Message Date
Adam Palay
1b06edb6ff display banner on course info page if user is not enrolled (TNL-286)
write failing tests for info page banner
2014-09-18 11:35:18 -04:00
Adam Palay
e569e090c2 redirect users from about page to info page when there is a marketing site (TNL-286) 2014-09-18 11:35:17 -04:00
Adam Palay
7f4da14185 Add middleware optionally to catch unenrolled students who fail has_access (TNL-286) 2014-09-18 11:35:17 -04:00
Sarina Canelake
59820f811a Merge pull request #5271 from jazkarta/edx-jsme-1.0.1
Upgrade edx-jsme to the latest version.
2014-09-18 10:24:01 -04:00
Sarina Canelake
196bb3de6b Merge pull request #5275 from stvstnfrd/dashboard/analytics/hr
Move <HR> inside of template conditional
2014-09-18 10:12:57 -04:00
Waheed Ahmed
ef0af6e9d5 Fixed full screen functionality for image module in HTMLModule.
TNL-265
2014-09-18 19:00:44 +05:00
Sarina Canelake
3f23ce83b7 Update public_sandboxes.rst 2014-09-18 09:20:06 -04:00
Alison Hodges
7f492aa04f Merge pull request #5180 from edx/ahodges/doc/DOC-909
Country and City fields in auth_userprofile
2014-09-18 09:06:08 -04:00
Alison Hodges
b3ef93e575 Country and City fields in auth_userprofile
ECOM-128 adds a country dropdown to student registration
2014-09-18 09:05:36 -04:00
Usman Khalid
7bb0d5f5d8 Merge pull request #5174 from edx/usman/tnl-208-instructor-permissions
Added instructor persmission checking to _has_access_error_desc() in courseware.access
2014-09-18 15:43:58 +05:00
stv
be8e01e5fe Move <HR> inside of template conditional
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.
2014-09-17 18:03:23 -07:00
Renzo Lucioni
c78594b286 Restore copy originally present on the registration page 2014-09-17 16:53:25 -04:00
Chris Rossi
1e2ce7bd94 Upgrade edx-jsme to the latest version.
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">
2014-09-17 16:48:23 -04:00
Renzo Lucioni
66187ab907 Clean up translated strings in registration page, dashboard, and track selection flow 2014-09-17 14:38:24 -04:00
Andy Armstrong
6bf5207494 Merge pull request #5266 from edx/andya/remove-pr-5152
Revert the changes from PR 5152
2014-09-17 14:04:22 -04:00
Sarina Canelake
84671f8073 Merge pull request #5267 from lduarte1991/lduarte-harvardx-pr27
Annotation Tools: Adding Try-Catch for anonyous_student_id issue in staging
2014-09-17 13:46:10 -04:00
Carlos Andrés Rocha
35fdcf43b7 Merge pull request #5263 from rocha/rc-oauth2-provider
Add edX OAuth2 provider with OpenID Connect support
2014-09-17 13:25:47 -04:00
lduarte1991
bb4cfaba03 Annotation Tools: Adding Try-Catch for anonyous_student_id issue in staging
- changed message and added i18n
2014-09-17 13:00:37 -04:00
Sarina Canelake
1152555614 Merge pull request #5253 from mitocw/bdero/fix-psychometrics-opaque-keys
Fixed problems with psychometrics (Opaque Keys)
2014-09-17 12:50:43 -04:00
Ben Patterson
1cd2d550a0 Merge pull request #5261 from edx/benp/fix-paver-failures
Update paver bok_choy (test) commands to reflect new default vars.
2014-09-17 12:38:44 -04:00
Andy Armstrong
7c4d8d3752 Revert the changes from PR 5152
The changes in 5152 appear to have introduced a
 performance problem on stage, so we're going to
 revert them for now.
2014-09-17 12:24:59 -04:00
chrisndodge
3943bbd7e9 Merge pull request #5260 from edx/cdodge/remove-edx-footer-for-microsites
For microsites, since we don't have a footer override yet for django tem...
2014-09-17 12:07:37 -04:00
Sarina Canelake
dd04813aab Merge pull request #5096 from marcore/bypass-activation-email-extauth
Disable sending activation email also when doing external_auth and setting BYPASS_ACTIVATION_EMAIL_FOR_EXTAUTH=True
2014-09-17 12:03:49 -04:00
Carlos Andrés Rocha
8857509b2d Add edX OAuth2 provider with OpenID Connect support 2014-09-17 11:36:06 -04:00
Brandon DeRosier
efa4400342 Fixed problems with psychometrics
- Update key comparisons for Opaque Keys
- Search for 'problem_check' instead of 'save_problem_check' when
  filtering TrackingLogs.
2014-09-17 11:25:00 -04:00
Carlos Andrés Rocha
72651e64ad Modify notification_pref tests to avoid changes to module store
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.
2014-09-17 11:16:55 -04:00
Carlos Andrés Rocha
276ea2fe84 Fix tests not using ModuleStoreTestCase
Some tests test were using `CourseFactory` buy not deriving from
`ModuleStoreTestCase`, introducing a course leaks that broke other
unrelated tests.
2014-09-17 11:16:55 -04:00
Ben Patterson
1d4ce68d2f Update paver bok_choy (test) commands to reflect new default vars. 2014-09-17 11:06:44 -04:00
Chris Dodge
8e1d0f7f23 For microsites, since we don't have a footer override yet for django templates, remove the footer all together 2014-09-17 10:52:04 -04:00
David Baumgold
883c9cee84 Upgrade scipy, lxml, boto 2014-09-17 10:48:33 -04:00
zubair-arbi
eefd9f23a5 Merge pull request #5243 from edx/zub/bugfix/tnl-392-videocontrolstestfailure
wait for notification on adding video component
2014-09-17 19:40:48 +05:00
clytwynec
3f5b829d0e Merge pull request #5147 from edx/clytwynec/auto_capture_har_on_error
enable auto-capturing of hars in bok-choy tests
2014-09-17 09:15:20 -04:00
Ned Batchelder
2d05ffacdf Revert "username and email request for lti module"
This reverts commit 3f159ea52b.
2014-09-17 07:24:52 -04:00
John Eskew
d1d3a69e62 Merge pull request #5252 from edx/adam/fix-wiki-footer
Merging.
2014-09-17 07:23:54 -04:00
Ned Batchelder
1a7009ec1f Merge pull request #5251 from edx/ned/revert-lti-username-email
Revert "username and email request for lti module"
2014-09-17 06:59:42 -04:00
Tim Babych
d9df388855 Merge pull request #5221 from edx/tim/sourcemaps-debug-only
Do not generate CSS source maps in production
2014-09-17 13:37:55 +03:00
marcore
686aa3af82 Disable sending activation email also when doing external_auth and setting BYPASS_ACTIVATION_EMAIL_FOR_EXTAUTH=True 2014-09-17 11:30:27 +02:00
Ben Patterson
fedba149d2 Merge pull request #5118 from edx/benp/paver-tests
Add tests for paver bok_choy commands
2014-09-16 20:32:15 -04:00
Adam Palay
d4b6780751 rename footer files for wiki 2014-09-16 16:28:16 -04:00
Ned Batchelder
4edeeb72c2 Revert "username and email request for lti module"
This reverts commit 3f159ea52b.
2014-09-16 16:13:41 -04:00
Ben Patterson
ae20b10608 Set paver command tests to run as part of unit test lib suites. 2014-09-16 15:20:22 -04:00
Ben Patterson
896764c9c2 Merge pull request #5242 from edx/benp/testing-doc
Use new bok_choy file paths in paver examples.
2014-09-16 15:18:03 -04:00
jmclaus
43ce6421cf Merge pull request #5059 from edx/anton/add-video-context-menu
BLD-1230: Video Link Obfuscation
2014-09-16 19:18:16 +02:00
Jim Abramson
32a45e1978 Merge pull request #5227 from edx/jsa/tnl153
allow TAs to select the cohort of new posts.
2014-09-16 12:46:13 -04:00
jsa
eef28a4f25 allow TAs to select the cohort of new posts.
TNL-153
2014-09-16 12:44:41 -04:00
polesye
2997a80aa5 Video link obfuscation. [BLD-1230] 2014-09-16 18:13:07 +02:00
chrisndodge
7593ad3a01 Merge pull request #5050 from edx/muhhshoaib/Ex-74-registration-code-redemption
Ex-74 Registration Code redemption
2014-09-16 11:58:42 -04:00
Piotr Mitros
5b61a53439 Merge pull request #5215 from edx/pmitros/pyfilesystem-vpc-fixup
Pyfilesystem fix for AWS. pyfs has broken logic which did not work with AWS roles-based auth. This removes that logic.
2014-09-16 11:44:35 -04:00
Jesse Zoldak
f31768b690 Merge pull request #5207 from edx/waheed/tnl284-fix-flaky-test
Fixed bok choy flaky test for studio.
2014-09-16 11:41:13 -04:00
chrisndodge
9d683ed171 Merge pull request #5245 from edx/asadiqbal08/Fix_production_issue
EX-81 / Ex-84 changes
2014-09-16 11:17:40 -04:00