Commit Graph

15811 Commits

Author SHA1 Message Date
Brian Jacobel
acc3a045ca Link outline subsections into the course 2017-03-23 10:31:05 -04:00
alisan617
7bef3c0ef2 styling 2017-03-23 10:31:04 -04:00
Brian Jacobel
eca83ba70a Outline will only show section and subsection, not unit 2017-03-23 10:31:04 -04:00
Brian Jacobel
74b789b676 Get the block tree and display it on the outline page 2017-03-23 10:31:04 -04:00
Andy Armstrong
7862e375f1 Implement a stub unified course tab 2017-03-23 10:31:04 -04:00
AsadAzam
6a85cd1a7c Merge pull request #14712 from edx/TNL-6637-whitelist-logs
Added logs for adding/removing students from whitelist
2017-03-17 21:11:29 +05:00
Michael Youngstrom
195e7f27d3 Disable Django API browser and bump pa11ycrawler
Force run on PR for testing

Remove pa11ycrawler from base.txt for testing

Update pa11ycrawler dependency

Revert code needed for testing on Jenkins

Enable testing for Jenkins

Update accessibility-tests.sh

Update accessibility-tests.sh

Point to newest pa11ycrawler release

Remove force run on PR

Reset accessibility-tests.sh
2017-03-17 13:51:13 +00:00
Asad Azam
9ae3a3210b Added logs for adding/removing students from whitelist 2017-03-17 17:48:19 +05:00
M. Rehan
3c040b93c2 Merge pull request #14704 from edx/mrehan/strip-edx-video-id
TNL-5769 – strip video id on saving the video
2017-03-17 12:56:41 +05:00
Muhammad Ammar
7766e15a65 Merge pull request #14684 from edx/ammar/backend-changes-to-support-hls
backend changes to support hls
2017-03-17 12:46:26 +05:00
Nimisha Asthagiri
634ac8a825 Still compute grades asynchronously when PersistentGrades is enabled 2017-03-16 18:26:17 -04:00
Ned Batchelder
73850f4627 Update translations (autogenerated message) 2017-03-16 14:07:42 -04:00
Ned Batchelder
75cb211cbe Update translations (autogenerated message) 2017-03-16 14:07:41 -04:00
sanfordstudent
2604cd24bb Merge pull request #14675 from edx/sstudent/TNL-6644
change rescore-if-higher to update if scores are equal
2017-03-16 11:59:39 -04:00
Qubad786
4a2589c7c3 strip video id on saving the video 2017-03-16 19:48:46 +05:00
muhammad-ammar
5ec5e97a0c backend changes to support hls
TNL-6541
2017-03-16 19:30:49 +05:00
Sanford Student
9a44777335 changes is score higher to use gtoe
for TNL-6644
2017-03-16 10:25:37 -04:00
attiyaishaque
abcbb09414 TNL-6188 Escaping in course outline section & subsection. 2017-03-16 11:13:28 +05:00
Eric Fischer
e9b193436b Merge pull request #14688 from edx/efischer/email_all_modes
All modes are valid bulk email targets
2017-03-14 16:15:15 -04:00
Eric Fischer
39363c1171 All modes are valid bulk email targets 2017-03-14 14:43:40 -04:00
David Ormsbee
294bbe7fe0 Test speedup: Monkey patch Kombu entrypoints fn.
We monkey patch Kombu's entrypoints listing because scanning through
this accounts for the majority of LMS/Studio startup time for tests,
and we don't use custom Kombu serializers (which is what this is for).
Still, this is pretty evil, and should be taken out when we update
Celery to the next version where it looks like this method of custom
serialization has been removed.

FWIW, this is identical behavior to what happens in Kombu if
pkg_resources isn't available.
2017-03-14 13:45:40 -04:00
Albert (AJ) St. Aubin
be0fad1b4b Merge pull request #14662 from edx/aj/TNL-6356_show_answer_notification
Updates to add a show answer notification and update focus when the
2017-03-13 13:00:31 -04:00
Albert St. Aubin
b4956cf1cb Updates to add a show answer notification and update focus when the notification is shown.
TNL-6356
2017-03-13 09:31:40 -04:00
Clinton Blackburn
4cc7628696 Upgraded to Python Social Auth 0.2.21 to resolve migration issue 2017-03-10 23:06:02 -05:00
Simon Chen
5cd3a86382 Merge pull request #14668 from edx/schen/add_logging
Add logging for user cookie send for sailthru
2017-03-10 13:29:40 -05:00
Simon Chen
764ef48332 Add logging for user cookie send for sailthru 2017-03-10 10:10:37 -05:00
Jillian Vogel
25383a603e Ensure Enterprise-integrated courses require user consent before granting access to Wiki and Discussion forum.
* User-facing links are gated; internal services are not.
* Adds view decorator data_sharing_consent_required
* Renames `get_course_specific_consent_url` to `get_enterprise_consent_url`,
  which now checks `consent_needed_for_course` before returning a consent URL.
2017-03-10 09:29:24 +10:30
Cliff Dyer
27dc58464b Merge pull request #14639 from edx/neem/scorable-xblock
Make instructor_tasks aware of ScorableXBlockMixin
2017-03-09 17:08:47 -05:00
J. Cliff Dyer
21b224ec59 Give instructor task knowledge of new rescore.
* Bump xblock version
* Update rescore instructor task helper to handle generic rescore.
* Add set_score to grade signal handler.
2017-03-09 14:59:06 -05:00
Ned Batchelder
7d7f17a3b3 Merge pull request #14663 from edx/nedbat/update-translations
Update translations (autogenerated message)
2017-03-09 14:03:09 -05:00
Brian Jacobel
6eda14e72e Merge pull request #14629 from edx/bjacobel/bourbon-warnings
Quiet Bourbon deprecation warnings, UXPL upgrade 0.18.1
2017-03-09 12:42:18 -05:00
Ned Batchelder
9d9266f1c5 Update translations (autogenerated message) 2017-03-09 16:17:10 +00:00
Ned Batchelder
15a4fc420a Update translations (autogenerated message) 2017-03-09 12:08:25 +00:00
rabiaiftikhar
ccfa3ea74d TNl-6610 Fix "more" menu on discussion post for global staff. 2017-03-09 14:16:31 +05:00
Calen Pennington
0c30c06a78 Merge pull request #14656 from edx/release-mergeback-to-master
Merge release back to master
2017-03-08 15:23:50 -05:00
Albert (AJ) St. Aubin
22f58606af Merge pull request #14564 from edx/aj/TNL-6347_headers
Aj/tnl 6347 headers
2017-03-08 13:27:40 -05:00
Nimisha Asthagiri
1224e341de Revert "Merge pull request #14588 from edx/efischer/kill_stuff"
This reverts commit 83f2be4929, reversing
changes made to 01ed17426f.
2017-03-08 13:10:48 -05:00
Albert St. Aubin
7c7c27183f changes header levels for a11y
TNL-6347
2017-03-08 11:45:45 -05:00
Ahsan Ulhaq
e51c692ef8 Merge pull request #14570 from edx/ahsan/ECOM-6463-login-should-not-point-asset-new
login should not point asset new
2017-03-08 18:26:07 +05:00
Clinton Blackburn
078974d24a Disabled search for Docker-based devstack
This feature is not well-documented, so it is unclear how to setup Elasticsearch properly to make it work. The next person who needs to work on this feature will need to make it work and, ideally, document it.
2017-03-07 21:21:49 -05:00
Ahsan Ulhaq
7712bf3151 edx.org/login?next= should not be able to point to an asset
ECOM-6463
2017-03-07 22:17:50 +05:00
Qubad786
f064e991bf duplicate video id in basic tab 2017-03-07 15:33:33 +05:00
Ahsan Ulhaq
8688edaf4f Merge pull request #14595 from edx/ahsan/ECOM-7312-lms-user-menu-dropdown-a11y-issues
LMS user menu dropdown a11y issues
2017-03-07 15:12:05 +05:00
Eric Fischer
50371ee59a Allow masquerade on progress page 2017-03-06 16:53:26 -05:00
M. Rehan
f90470a59e Merge pull request #14510 from edx/mrehan/mgmt-cmd-sync-mktg-urls
MA-3050 – Sync course runs from Catalog service
2017-03-06 23:21:23 +05:00
Qubad786
7c1f6ff2c0 Mgmt. Command to Sync Marketing Urls from Catalog service
Introduces a mgmt. command that retrieves course runs from catalog service in order to update marketing urls for the courses found in course metadata cache (i.e. CourseOverview). This also provides an updated utility to retrieve course sharing url.
2017-03-06 20:12:31 +05:00
Brittney Exline
57fd280b00 Merge pull request #14563 from edx/bexline/sf_oauth
ENT-191 Adding new edx-enterprise packages to be optionally installed
2017-03-06 10:07:44 -05:00
Eric Fischer
83f2be4929 Merge pull request #14588 from edx/efischer/kill_stuff
Kill edx-reverification-block
2017-03-06 09:29:36 -05:00
Michael Youngstrom
01ed17426f Merge pull request #14628 from edx/michaelyoungstrom/revert_django_setting
[WIP] Revert Django renderer change
2017-03-03 17:37:41 -05:00
Michael Youngstrom
fa74e0bf19 Revert Django renderer change
Force run on PR

Remove force run on PR
2017-03-03 17:34:02 -05:00