Commit Graph

45731 Commits

Author SHA1 Message Date
Calen Pennington
52e7af4148 Move pattern-replacement file lists into a separate file
Move pattern-replacement file lists into a separate file

punt the react stuff for now
2018-03-06 15:35:23 -05:00
Calen Pennington
c8e1e14479 Fix all text!*.underscore import issues in webpack 2018-03-06 15:35:23 -05:00
Rabia Iftikhar
3be942bf8f upgrade backbone-associations, fix tests
Merge pull request #17559 from edx/ri/EDUCATOR-2231-remove-enrollment-dates-references

EDUCATOR-2231 remove course run enrollment dates references from studio

add NoTextbooks component

make backbone-associations work

webpackify context course

test fixup
2018-03-06 15:30:56 -05:00
Eric Fischer
5d0d37112a Merge pull request #17593 from edx/efischer/clean_git_checkout
Fail js tests if dirty package-lock
2018-03-06 14:50:38 -05:00
Michael LoTurco
229d3b81cb Merge pull request #17627 from edx/MLoTurco/learner-3925-model-tweak
Remove reference to reason field, add action field
2018-03-06 14:32:06 -05:00
Michael LoTurco
d6f910d5da Remove reference to reason field, add action field
As work progressed on entitlement support tool,
additional clarity around the entitlement support
detail fields was needed, this adds the action field
at a later point the reason field will be removed

Learner-3925
2018-03-06 13:35:17 -05:00
Sofiya Semenova
2e0ee010c5 Merge pull request #17555 from edx/sofiya/course-outline
Auto-open first unit in course outline if user has no completion data
2018-03-06 12:02:57 -05:00
Eric Fischer
383d67f879 Fail js tests if dirty package-lock 2018-03-06 11:45:26 -05:00
Sofiya Semenova
774fe73ca9 Auto-open first unit in course outline if user has no completion data 2018-03-06 10:52:22 -05:00
Feanil Patel
a6cec7779c Update to take new security fix. 2018-03-06 09:59:39 -05:00
Jesse Shapiro
1f5c94d9b6 Process pending enrollments when a user is activated or changes their email address 2018-03-06 16:38:00 +02:00
Mushtaq Ali
14e462e966 Merge pull request #17488 from edx/mushtaq/export-transcripts
Export video transcripts
2018-03-06 18:03:06 +05:00
Mushtaq Ali
ff175923e6 VAL version bump 2018-03-06 15:26:29 +05:00
Mushtaq Ali
36483f938d Export video transcripts - EDUCATOR-1789 2018-03-06 15:25:46 +05:00
Alessandro Roux
89d8e7b539 Merge pull request #17619 from edx/five-hundos-on-stage
Fix 500 error in the LMS student dashboard
2018-03-05 16:26:28 -05:00
Ned Batchelder
6bbb68ee1c Merge pull request #17370 from mitodl/pdpinch/tensor-variables
Allow primes and tensor notation in variable names
2018-03-05 15:32:48 -05:00
sandroroux
22b7da39b6 Add resume buttons to the edx.org dashboard. 2018-03-05 15:14:50 -05:00
Douglas Hall
1ee7966df7 Merge pull request #17615 from edx/douglashall/upgrade_enterprise_0_66_0
Upgrade edx-enterprise to 0.66.0.
2018-03-05 15:12:50 -05:00
edX Transifex Bot
d5f410b45d Update translations 2018-03-05 14:43:34 -05:00
Douglas Hall
8adcc431a5 Upgrade edx-enterprise to 0.66.0.
https://github.com/edx/edx-enterprise/compare/0.65.7...0.66.0
2018-03-05 12:20:07 -05:00
Rabia Iftikhar
a28d87ea7d Merge pull request #17559 from edx/ri/EDUCATOR-2231-remove-enrollment-dates-references
EDUCATOR-2231 remove course run enrollment dates references from studio
2018-03-05 17:20:44 +05:00
rabia23
f65195c0ed EDUCATOR-2231 remove course run enrollment dates references from studio 2018-03-05 11:27:22 +00:00
edX Transifex Bot
917d325e5f Update translations 2018-03-04 16:38:33 -05:00
Alessandro Roux
fd48e3848e Merge pull request #17418 from edx/resume-button-on-dashboard
EDUCATOR 2190: Course card resume buttons on the student dashboard.
2018-03-02 15:59:41 -05:00
sandroroux
3f22ce3031 These changes add a resume button to course cards on the student dashboard. 2018-03-02 14:52:30 -05:00
Dennis Jen
f49000ab53 Merge pull request #17609 from edx/dsjen/bump-sfe
Bump SFE to 1.3.5 (increase file upload count)
2018-03-02 13:36:35 -05:00
McKenzie Welter
35cf22bd12 Merge pull request #17606 from Dillon-Dumesnil/patch-1
Update base.txt
2018-03-02 12:00:01 -05:00
Anthony Mangano
fc4a1b0f45 Merge pull request #17600 from edx/xss-linter-configurable-skip-dirs-and-linters
Configurable XSS-linter
2018-03-02 10:39:50 -05:00
Dennis Jen
c183c0b994 Bump SFE to 1.3.5 (increase file upload count) 2018-03-02 10:26:34 -05:00
Jeremy Bowman
9beabad8c0 Merge pull request #17601 from edx/jmbowman/PLAT-1989
PLAT-1989 Upgrade django-openid-auth for Django 1.11 fix
2018-03-02 09:50:49 -05:00
Dillon-Dumesnil
a35eb2211c Update base.txt 2018-03-02 09:34:09 -05:00
Michael Terry
c9318c3e51 Convert learner_dashboard to es2015 2018-03-02 08:57:34 -05:00
Ahsan Ul Haq
acf7de7c02 Merge pull request #17604 from edx/ahsan/LEARNER-2945-financial-assisstance-max-length
Update min length of financial assisstance
2018-03-02 17:55:02 +05:00
Ahsan Ulhaq
3c450ce7d9 Update min length of financial assisstance
LEARNER-2945
2018-03-02 15:39:04 +05:00
Anthony Mangano
3e7df8688f Add config module for xsslint 2018-03-01 16:52:42 -05:00
Jeremy Bowman
3ae67af296 PLAT-1989 Upgrade django-openid-auth for Django 1.11 fix 2018-03-01 16:23:59 -05:00
Sofiya Semenova
a20b9f88c8 Merge pull request #17578 from edx/sofiya/course-outline-styling
Course outline styling
2018-03-01 15:30:39 -05:00
Tyler Hallada
c3ecc8b4bb Merge pull request #17562 from edx/thallada/EDUCATOR-2419
EDUCATOR-2419 No upgrade deadline for professional courses
2018-03-01 13:22:41 -05:00
Sofiya Semenova
8266c640d5 Course outline styling 2018-03-01 12:07:18 -05:00
Anthony Mangano
d815f5c6f5 Merge pull request #17448 from edx/refactor-xss-linter
Refactor XSS Linter into smaller files
2018-03-01 11:40:58 -05:00
edX Transifex Bot
481275c29d Update translations 2018-03-01 11:12:58 -05:00
Anthony Mangano
07ca440226 Refactor XSS linter into smaller files 2018-03-01 09:46:16 -05:00
Uzair Rasheed
50574ea914 Merge pull request #17591 from edx/LEARNER-4233/change-main-tags
Replace main tag with div to compliance HTML5 standard
2018-03-01 18:49:18 +05:00
Ayub khan
22b1d7375b Merge pull request #17590 from edx/update-translations
updated-translations
2018-03-01 17:59:03 +05:00
Tasawer Nawaz
1d41e14574 Merge pull request #17525 from edx/tasawer/learner-4068/make-oauth-authorization-page-responsive
Fix css issues on oauth authorization page to make it responsive
2018-03-01 17:58:15 +05:00
uzairr
1fff89b839 Replace main tag with div to compliance HTML5 standard
Course outline page uses two main tags that violates modern
HTML5 standard that recommends only single main tag on a webpage.
To make it compliance with modern standard the enclosing main tag
is replaced with div which will improve accessibility.

LEARNER-4233
2018-03-01 17:37:04 +05:00
ayub-khan
ea07b7de62 updated-translations 2018-03-01 16:46:29 +05:00
Noraiz Anwar
735158ac8c Merge pull request #17570 from edx/noraiz/EDUCATOR-2314-release
update edx-proctoring package
2018-03-01 11:47:33 +05:00
Jeremy Bowman
2bb4e51eba Merge pull request #17561 from edx/jmbowman/PLAT-1976
PLAT-1976 Add waffle switch to block auth_user write attempts
2018-02-28 17:16:56 -05:00
John Eskew
a7c09be6f0 Merge pull request #17369 from mitodl/pdpinch/less-escaping-of-errors
Reduce escaping on sandbox errors returned to learners
2018-02-28 17:13:25 -05:00