Commit Graph

45731 Commits

Author SHA1 Message Date
Awais Jibran
12f0e475c4 fix-topic-select-with 2018-02-21 16:13:02 +05:00
Jillian Vogel
d10eb500b7 Updates tests: adding middleware increased the number of CMS database queries by 1 2018-02-21 11:44:39 +10:30
McKenzie Welter
95a4caa02a Merge pull request #17511 from edx/McKenzieW/learner-3918-fix
don't link to API endpoint from support page
2018-02-20 16:47:56 -05:00
Ned Batchelder
59ba4a51b5 Merge pull request #17502 from stvstnfrd/up/loosen-contentstore-test
Loosen login lockout text check
2018-02-20 16:42:03 -05:00
Ned Batchelder
85a7c9bc13 Merge pull request #17487 from open-craft/jill/update-django-storage-swift
Update to django-storage-swift v1.2.18
2018-02-20 16:39:56 -05:00
McKenzie Welter
3e675c36eb don't link to API endpoint from support page 2018-02-20 15:46:55 -05:00
Brian Beggs
de68a01627 Merge pull request #17469 from mitodl/pdpinch/bump-edx-sga
bump edx-sga to 0.8.0
2018-02-20 15:46:54 -05:00
Sofiya Semenova
4a6109891d Merge pull request #17470 from edx/sofiya/2095-2
Auto-open course outline to last viewed block
2018-02-20 15:20:14 -05:00
Alex Dusenbery
919355cab1 Revert "Track viewing of individual blocks."
This reverts commit 4946b6b296.
2018-02-20 14:42:28 -05:00
McKenzie Welter
9cf7f45099 Merge pull request #17468 from edx/McKenzieW/learner-3918
Add Support endpoint for Course Entitlements
2018-02-20 14:29:12 -05:00
Michael LoTurco
449c6903a6 Add Support endpoint for Course Entitlements 2018-02-20 13:20:47 -05:00
Matt Tuchfarber
f1694661e8 Merge pull request #16683 from edx/tuchfarber/add_intructor_bio_program_marketing
Add intructor bio program marketing
2018-02-20 12:23:17 -05:00
Sofiya Semenova
7c1c5af763 Auto-open course outline to last viewed block 2018-02-20 12:10:26 -05:00
Jillian Vogel
ea0c79c7e3 Adds redirect middleware to Studio 2018-02-20 16:38:42 +10:30
Waheed Ahmed
72903b8022 Merge pull request #17496 from edx/waheed/LEARNER-4177-assign-new-sailthru-var-upon-signup
Assign new sailthru var upon signup.
2018-02-19 12:50:39 +05:00
M. Rehan
4403b4b633 Merge pull request #17474 from edx/mrehan/refactor-val-api-utils
Integrate with the updated VAL api utils.
2018-02-19 03:31:07 +05:00
Omar Al-Ithawi
fc7f98362d Add search for courses API 2018-02-17 17:23:05 +02:00
Bill DeRusha
8ea03ad9d2 Create generic support ticket interface (remove zendesk specific code) 2018-02-16 14:58:11 -05:00
Matthew Piatetsky
70ec5e47c6 limit bundling code to users with less than 4 enrollments 2018-02-16 14:24:23 -05:00
stv
7a0baa5578 Loosen login lockout text check
On our fork at Stanford, we override the template for the login lockout
to provide additional information. This means that the second sentence
here, `Try again later.` does not immediately follow the first in our
rendering. As a result, this test fails for us.

Instead, by checking for the most important part of the message
(the first sentence), we're able to ensure that:
- the user is still locked out
- the lockout message is shown on the template
- the test does not fail unnecessarily
2018-02-16 10:34:56 -08:00
George Babey
26bac9f611 Moved paginators to edx_rest_framework_extensions package
Pagination should be standard and easy to adopt so moved the paginators
into the edx_rest_framework_extensions package so they can be easily
installed into other app/projects
2018-02-16 09:46:01 -05:00
Waheed Ahmed
07a0aac814 Assign new sailthru var upon signup.
In SailThru, randomly set a var value of 0-9 on each user upon signup.

LEARNER-4177
2018-02-16 19:20:37 +05:00
Qubad786
eb5867199b bump edxval version. 2018-02-16 19:09:07 +05:00
Qubad786
c90aa33cb8 Integrate with the updated VAL api utils. 2018-02-16 19:06:44 +05:00
hamzamunir7300
15e07d7cc5 Merge pull request #16997 from edx/LEARNER-3131/bootstrap_footer_design_fixes
Footer Bootstrap new design fixes WIP
2018-02-16 15:48:57 +05:00
Hamza Munir
a5e0989021 Footer Bootstrap new design fixes WIP
Fixes for new design as per instruction in this ticket.

LEARNER-3131
2018-02-16 13:12:11 +05:00
Amir Qayyum Khan
aa6f88382d Fixed edX block structure api to load override data 2018-02-16 11:10:17 +05:00
Matt Tuchfarber
a20e797f94 Fix Stylelint errors 2018-02-15 15:34:46 -05:00
J. Cliff Dyer
4946b6b296 Track viewing of individual blocks.
* Implement a ViewedEvent handling system which calls handlers when a
  block has been viewed for 5 seconds (configurable).
* Hook up Verticals to register their children blocks with this event,
  and submit completions once seen.

OSPR-2093
OC-3358
2018-02-15 15:13:48 -05:00
Tyler Hallada
17ddd07838 Merge pull request #17417 from edx/thallada/sfe-dist-1.0.0
Upgrade SFE, use built files, and allow development via SFE docker container
2018-02-15 14:15:27 -05:00
Tyler Hallada
400c81d4b8 Fix pylint error 2018-02-15 13:20:20 -05:00
Tyler Hallada
17ff3889eb Upgrade SFE to 1.2.5 2018-02-15 13:20:20 -05:00
Tyler Hallada
4a6d8f78f0 Fix borked rebase conflict resolution 2018-02-15 13:20:20 -05:00
Tyler Hallada
a26492922d Upgrade SFE to 1.2.4 2018-02-15 13:20:20 -05:00
Tyler Hallada
1865cb933b Upgrade SFE to 1.2.3 2018-02-15 13:20:20 -05:00
Tyler Hallada
06dfd98233 Upgrade SFE to 1.2.2 2018-02-15 13:20:20 -05:00
Tyler Hallada
6707f8d428 Add class=SFE to AccessibilityPage root div 2018-02-15 13:20:19 -05:00
Tyler Hallada
682365a1dd Remove loading spinner in new assets page 2018-02-15 13:20:19 -05:00
Tyler Hallada
1a783d7646 Update SFE to 1.2.1 2018-02-15 13:20:19 -05:00
Tyler Hallada
3578a72d0f Fix waffle flag switch on old assets JS block 2018-02-15 13:20:19 -05:00
Tyler Hallada
ff8ca65763 Allow copying whole vendor library folder 2018-02-15 13:20:19 -05:00
Tyler Hallada
e6da9a22db Migrate StatusBarAlert to pargaon static build 2018-02-15 13:20:18 -05:00
Tyler Hallada
24794edd8b Update package-lock and remove unused webpack conf 2018-02-15 13:20:18 -05:00
Tyler Hallada
10e56746bf Upgrade studio-frontend to 1.2.0 2018-02-15 13:20:18 -05:00
Tyler Hallada
6bc1d34022 Add class=SFE to root div to increase specificity 2018-02-15 13:20:18 -05:00
Tyler Hallada
3e7a742177 Fix integration of accessibility policy page 2018-02-15 13:20:18 -05:00
Tyler Hallada
73cffad5ce Dev in sfe container & prod use /dist of sfe 2018-02-15 13:20:18 -05:00
Eric Fischer
15a70f24e4 Merge pull request #17489 from edx/efischer/edu-2229
JAWS a11y fixes
2018-02-15 12:36:59 -05:00
Matt Tuchfarber
6028cc7d72 Add instructor modal to program marketing page
The Paragon+Bootstrap work wasn't ready yet, so this is using leanModal. This also cleans up some of the instructor formatting.
2018-02-15 12:30:10 -05:00
John Eskew
bcbd79ab77 Merge pull request #17476 from edx/jeskew/user_state_client_to_pypi
Install edx-user-state-client from PyPI.
2018-02-15 09:39:15 -05:00