Commit Graph

45459 Commits

Author SHA1 Message Date
Matthew Piatetsky
cf937bb893 Merge pull request #17747 from edx/REV-19
Control refund message with optimizely flag
2018-03-22 09:22:12 -04:00
Matthew Piatetsky
60fb4aa277 Control refund message with optimizely flag 2018-03-21 17:19:46 -04:00
Albert (AJ) St. Aubin
9ac87b5ea3 Merge pull request #17741 from edx/aj/increase_enrollments_throttle
LEARNER-4676: Increase the Throttle on the enrollments API to allow ecommerce to re…
2018-03-21 16:22:47 -04:00
Alex Dusenbery
20647b57fb EDUCATOR-2540 | Bump edx-completion to 0.1.0 2018-03-21 15:17:58 -04:00
Albert St. Aubin
f2ee173aae Increase the Throttle on the enrollments API to allow ecommerce to request more frequently
[LEARNER-4676]
2018-03-21 14:14:52 -04:00
Michael Terry
a576d682ff Improve password complexity messaging
Send password form instructions that include password complexity and
also send error messages back that include all parts of the
complexity instead of single parts at a time.

And clean up phrasing to be more consistent.
2018-03-21 10:29:53 -04:00
Attiya Ishaque
795dda47d8 Merge pull request #17719 from edx/ai/EDUCATOR-2520-incorrect-message
Fix incorrect message feedback in discussion feature.
2018-03-21 17:24:22 +05:00
attiyaishaque
1bca5bab10 Fix incorrect message feedback in discussion feature. 2018-03-21 14:13:08 +05:00
Troy Sankey
fdf8f0da46 Merge pull request #17735 from edx/pwnage101/maintenance-banner
maintenance banner for 1.11 migration
2018-03-20 19:00:18 -04:00
Tyler Hallada
2948fe8798 Merge pull request #17737 from edx/thallada/upgrade-studio-frontend
Upgrade studio-frontend to 1.6.1
2018-03-20 18:19:13 -04:00
Troy Sankey
9afe485f44 add the maintenance banner to the student dashboard and course homepage 2018-03-20 17:55:31 -04:00
Troy Sankey
1773107db4 Maintenance banner functionality, including a new waffle switch and setting
This adds the following new waffle switch (and namespace):

open_edx_util.display_maintenance_warning

and a new setting:

settings.MAINTENANCE_BANNER_TEXT

The provided view decorator allows developers to select which views
receive the static banner, and the banner can be globally toggled via
the waffle switch.  The text of the banner is determined by the setting,
which is currently not translated.
2018-03-20 17:54:48 -04:00
Matt Tuchfarber
542514dde6 Merge pull request #17736 from edx/tuchfarber/fix_wl_cert_links
Enables disabling of auth urls for program cert linkings.
2018-03-20 17:21:56 -04:00
Tyler Hallada
edf1cc7e72 Upgrade studio-frontend to 1.6.1 2018-03-20 16:56:15 -04:00
Matt Tuchfarber
fce1699a55 Enables disabling of auth urls for program cert linkings.
WL credentials sites are not set up with site aware OAuth and therefore
require that
2018-03-20 16:03:47 -04:00
Sofiya Semenova
aaf9290dce Merge pull request #17731 from edx/sofiya/completion-bump-11
Bump completion requirements to 0.0.11
2018-03-20 14:56:33 -04:00
Eric Fischer
c27c26c790 Merge pull request #17721 from edx/efischer/EDU-2516
LTI context_title and context_label params
2018-03-20 14:22:27 -04:00
Sofiya Semenova
a1d813df8c Bump completion requirements to 0.0.11 2018-03-20 13:24:30 -04:00
Michael Terry
56dfa7e622 Drop student_account/account.js
This doesn't seem to be used anywhere. Maybe should have been
deleted in revision 7dc0598.
2018-03-20 13:11:23 -04:00
Michael Terry
abc42ec236 Send password requirements to mobile
We have a registration endpoint that sends all the information the mobile
app needs to render a form, including password requirements. But it wasn't
sending complexity information before (e.g. 1 uppercase letter).

Now it does!
2018-03-20 12:54:05 -04:00
Eric Fischer
f1fa7b8e06 pass title/label to LTI consumers 2018-03-20 12:51:39 -04:00
Brittney Exline
855c4e42d3 Merge pull request #17724 from edx/bexline/saml_upgrade
ENT-894 Upgrade python-saml package
2018-03-20 08:54:10 -06:00
Tyler Hallada
3259ef477f Merge pull request #17690 from edx/thallada/schedules-wrong-highlights-fix
EDUCATOR-2461 Schedules: don't yield an email on loop exception
2018-03-19 16:55:38 -04:00
Brittney Exline
45b66d98d3 ENT-894 Upgrade python-saml package 2018-03-19 14:31:29 -04:00
David Ormsbee
b2fa16a3ae Merge pull request #17685 from edx/ormsbee/webpack_requirejs_compat
Add extra Webpack config for RequireJS compat.
2018-03-19 09:28:49 -04:00
edX Transifex Bot
f5b8d648af Update translations 2018-03-18 17:37:37 -04:00
Michael Terry
97a938ccd5 Fix formatting of error
Makes it more readable (rather than a repr string)
2018-03-16 15:34:47 -04:00
Alex Dusenbery
924dd18f2b Remove flaky page re-ordering lettuce tests.
Remove the right thing.
2018-03-16 10:11:44 -04:00
Waheed Ahmed
d82aaa9892 Merge pull request #17706 from edx/waheed/LEARNER-4513-fix-none-type-entitlement-passing
Fix None type entitlement passing.
2018-03-16 18:50:44 +05:00
Michael Terry
a0c6f66252 Check policy during pw live validation
The password live validation was not considering the full password
complexity settings. This branch hooks that up and refactors the
various ways to validate a password to all go through the same code
path.

LEARNER-4502
LEARNER-4504
2018-03-16 09:23:43 -04:00
Waheed Ahmed
7128370666 Fix None type entitlement passing.
LEARNER-4513
2018-03-16 16:41:49 +05:00
Robert Raposa
0d60d85e2f Merge pull request #17688 from edx/robrap/update-waffle-docs
Add docs for handling default values.
2018-03-15 17:26:02 -04:00
Sofiya Semenova
f30272bf02 Merge pull request #17704 from edx/sofiya/ed-2506
Drag and drop xblock completion not showing in course outline.
2018-03-15 16:40:22 -04:00
Sofiya Semenova
2a08304794 EDUCATOR 2506 Drag and drop xblock completion not showing in course outline. 2018-03-15 15:38:54 -04:00
Michael LoTurco
2bebb88cb3 Merge pull request #17665 from edx/MLoTurco/learner-3925-table
Add entitlement table to support app

Learner-3925
2018-03-15 14:12:12 -04:00
Michael LoTurco
be1b800475 Add Table to entitlement support app
Learner-3925
2018-03-15 13:20:31 -04:00
Michael Roytman
7ae119562e Merge pull request #17695 from edx/mroytman/bump-studio-frontend-1.5.0
bump studio-frontend package version to 1.5.0
2018-03-15 12:51:17 -04:00
Attiya Ishaque
504b7738e8 Merge pull request #17687 from edx/ai/EDUCATOR-2501-staff-view-course-outline
Allow staff to see all units when viewing the course outline.
2018-03-15 20:52:57 +05:00
Muhammad Ammar
04bf165ec9 Merge pull request #17696 from edx/ammar/update-transcripts-util
update get_transcript util
2018-03-15 20:47:01 +05:00
Robert Raposa
a814c8d44c Removing flaky test test_can_add_remove_allowance.
EDUCATOR-2514
2018-03-15 11:46:55 -04:00
Alex Dusenbery
82d5bef4f6 EDUCATOR-1290 | Create a new random.Random instance when selecting from library content blocks. 2018-03-15 11:31:41 -04:00
Michael Roytman
ad90e60759 bump studio-frontend package version to 1.5.0 2018-03-15 10:08:43 -04:00
Robert Raposa
c7268f2293 Remove flaky test and commented-out tests.
Presumably the commented-out tests were also flaky at one point, and
the current process is to remove flaky tests.

EDUCATOR-2512
2018-03-15 09:59:06 -04:00
Robert Raposa
5d9d20e029 Add docs for handling default values. 2018-03-15 09:59:06 -04:00
muhammad-ammar
f6315483cd update get_transcript util 2018-03-15 15:15:20 +05:00
attiyaishaque
b239d7b8d7 Allow staff to see all units when viewing the course outline. 2018-03-15 15:02:36 +05:00
Michael Youngstrom
4e82734cc2 Merge pull request #17691 from edx/testeng/bokchoy_auto_cache_update_a529cc537b71eae36d0b385916e0e3845734e5c4
Bokchoy db cache update
2018-03-14 13:45:15 -04:00
Tyler Hallada
80cb98affd Use try-except-else instead of continue 2018-03-14 12:51:01 -04:00
edx-cache-uploader-bot
917bb7d20c Updating migrations 2018-03-14 12:50:06 -04:00
Tasawer Nawaz
8a0b2d2d45 Merge pull request #17680 from edx/tasawer/learner-4428/stop-using-single-basket-derecated-view
stop using deprecated single item basket view
2018-03-14 21:40:07 +05:00