Matthew Piatetsky
441bccf4b6
Revert "LEARNER-1510 Add unenrollment reason survey"
2017-08-15 13:35:15 -04:00
Albert St. Aubin
790c3e5a07
Added Program UUID to the end of purchase button URL when purchasing a program
...
[LEARNER-1721]
2017-08-14 16:23:15 -04:00
Matthew Piatetsky
28a7a3e6bd
Merge pull request #15744 from edx/LEARNER-1510
...
LEARNER-1510 Add unenrollment reason survey
2017-08-14 15:39:26 -04:00
Ned Batchelder
408d6b5e0c
Update translations (autogenerated message)
2017-08-14 11:32:28 -04:00
Matthew Piatetsky
12bd5b49b5
Add unenrollment reason survey
...
LEARNER-1510
2017-08-14 09:46:56 -04:00
McKenzie Welter
bf955d451b
Merge pull request #15711 from edx/aj/LEARNER-1899
...
Added Program Purchase button to Programs dashboard with optional Program Completion
2017-08-10 14:32:37 -04:00
Albert St. Aubin
de6d48a698
Added Program Purchase button to the Programs dashboard
...
Learners can upgrade or enroll as verified in all remaining courses in a program from their programs dashboard
[LEARNER-1899]
2017-08-09 16:52:51 -04:00
Tyler Hallada
537966ab1e
Merge branch 'master' into EDUCATOR-926
2017-08-09 16:22:09 -04:00
Harry Rein
e8bae62f04
UX improvements on learner profile.
...
LEARNER-1857
This story constitutes a large change to the UX of the learner profile.
Some specific changes include adding a flexible learner profile card, limiting the bio entry to only 300 characters and assuring that the page is responsive.
2017-08-09 13:57:42 -04:00
Tyler Hallada
623ea5eb40
Merge branch 'master' into EDUCATOR-926
2017-08-09 11:22:05 -04:00
Tyler Hallada
8a851b3ec1
Color the override notice differently
2017-08-04 11:28:09 -04:00
Brittney Exline
d8a974b678
Merge pull request #15715 from edx/saleem-latif/ENT-555
...
ENT-555: Continue button is not appearing on registration page.
2017-08-03 11:05:34 -04:00
noraiz-anwar
d1da044520
Throw error if messaging queue is not available
2017-08-03 14:11:25 +05:00
Saleem Latif
04c11cc176
Continue button is not appearing on registration page.
2017-08-03 13:36:39 +05:00
Uman Shahzad
30b95eef35
Disable positive validations on form submission.
2017-08-03 00:22:25 +05:00
Uman Shahzad
cb034d4f2f
Implement client-side registration form validation.
...
Input forms that need validation will have AJAX requests
performed to get validation decisions live.
All but a few important and common form fields perform
generic validation; these will need a back-end handler
in the future in order to have them validated through AJAX requests.
Information is conveyed on focus and blur for both
errors and successes.
2017-08-03 00:22:25 +05:00
George Song
78708e41e9
Merge pull request #15683 from open-craft/smarnach/notify-default
...
Bug fix: Reset "Notify users by email" check box to initial state.
2017-08-02 11:48:44 -07:00
Ned Batchelder
db5e155270
Merge pull request #15714 from edx/nedbat/update-translations
...
Update translations (autogenerated message)
2017-08-01 19:10:18 -04:00
Ned Batchelder
555d251472
Update translations (autogenerated message)
2017-08-01 21:27:56 +00:00
Sofiya Semenova
6fd66fdc89
Educator-986 large space in show answer view for instructors
2017-08-01 18:19:19 +00:00
Andy Armstrong
0f808cec78
Implement theme admin UI to support previewing
...
LEARNER-2017
2017-07-27 17:24:31 -04:00
Sven Marnach
22cc8afb98
Respect BATCH_ENROLLMENT_NOTIFY_USERS_DEFAULT setting for subsequent batches.
2017-07-27 18:46:15 +02:00
Joshua Spayd
bdeb2e865a
Remove unnecessary "// Overrides" comments
2017-07-26 22:13:50 +00:00
Joshua Spayd
dc22ec5018
Make timer toggle accessible
2017-07-26 20:56:16 +00:00
Matt Tuchfarber
827c703d16
Change templates to use site aware email
...
Template were using global TECH_SUPPORT_EMAIL for error pages. This
changes them to use the site email if there is one.
2017-07-26 16:45:12 -04:00
Tasawer Nawaz
918ca9b5ac
Merge pull request #15654 from edx/tasawer/learner-741/fix-user-drowndown-alignment
...
Fixed user dropdown alignment
2017-07-26 21:27:10 +05:00
hamzamunir7300
ef9935d2af
Merge pull request #15591 from edx/Learner-1254
...
Background color changed for microsoft button in social auth login
2017-07-26 20:42:21 +05:00
tasawernawaz
840a919a9c
Fixed user dropdown alignment
...
LEARNER-741
2017-07-26 15:34:37 +05:00
Matthew Piatetsky
bfa8f4f436
CSS/JS fixes to Track Selection V3 Test
...
LEARNER-1726
2017-07-25 09:48:46 -04:00
Joshua Spayd
db6f59987d
Style timer with class rather than style attribute
2017-07-25 00:12:11 +00:00
Harry Rein
08df53e110
Adding in course messaging to the home page.
...
LEARNER-1894
This commit adds in course messaging for three use cases. First,
when the user is not signed in, the user is shown a message that
provides a link to sign in or register. If the user is signed in
but not enrolled, they are given a link to do so. If the user is
enrolled but the course has not yet started, they are shown a
message explaining when the course starts and shown a link (not
yet enabled) to add a reminder to their calendar.
The implementation defines a base message class and extends it
for the course home messages as well as the previously implemented
page level messages.
2017-07-24 15:17:12 -04:00
Matthew Piatetsky
c8250fd573
Implement track selection v3 test
...
LEARNER-1726
2017-07-21 13:17:24 -04:00
Brittney Exline
6439020815
ENT-550 Display only TOS for enterprise's configured to skip registration
...
We have recently discovered that for any SSO Provider configured to skip
the registration form, we were auto checking the terms of service box,
which is a legal faux pas. Since IBM is planning to launch imminently and
is depending on this feature, we need to remedy this situation for enterprises
whose SSO Provider is configured to skip registration.
This PR hides all of the registration fields except TOS for this scenario
and disables the autoSubmit functionality that typically happens when skipping
registration.
2017-07-20 12:53:20 -04:00
Ned Batchelder
8ce7d86471
Merge pull request #15620 from edx/nedbat/update-translations
...
Update translations (autogenerated message)
2017-07-20 12:45:05 -04:00
Ned Batchelder
8702988000
Update translations (autogenerated message)
2017-07-20 11:52:03 +00:00
Hamza Munir
8de3bc2fe6
Removed darken from the css for icon of microsoft auth button.
2017-07-20 12:06:45 +05:00
Harry Rein
2658646e1e
Fixing styling on updates.
...
LEARNER-1879
Issues with images overflowing over their container divs and images being too large for the containing div. Also did a bit of cleanup to improve scss quality.
2017-07-19 14:33:47 -04:00
sanfordstudent
07ad189b9d
Merge pull request #15263 from edx/sstudent/grade-override
...
Learner grade override
2017-07-18 14:33:27 -04:00
Sanford Student
932776159c
EDUCATOR-165 instructor task and UI for overriding learner grades.
2017-07-18 13:51:56 -04:00
Andy Armstrong
33bee3f70b
Refactor learner profile into openedx/features directory
...
LEARNER-1855
2017-07-18 12:30:12 -04:00
Hamza Munir
9bd50f3463
Background color changed for microsoft button in social auth login/register
2017-07-18 18:11:00 +05:00
Andy Armstrong
3e786ec6c5
Show page banner for anonymous and unenrolled users
...
LEARNER-1697
2017-07-17 22:19:40 -04:00
Joshua Spayd
dd6d172abe
WIP: Add toggle timer functionality
...
JavaScript needs to be moved to edx-proctoring repo
2017-07-17 20:17:22 +00:00
Andy Armstrong
a077a5e364
Add support for page banner status messages
...
LEARNER-1890
2017-07-17 12:17:32 -04:00
Albert (AJ) St. Aubin
2e140a6a5f
Merge pull request #15569 from edx/staubina/ed-592_tests
...
Staubina/ed 592 tests
2017-07-17 07:24:16 -04:00
Albert St. Aubin
427967ea83
Working tests for the new Group moderator error messaging
2017-07-14 15:48:12 -04:00
Matt Tuchfarber
70169016e7
Merge pull request #15443 from edx/tuchfarber/password_reset_misaligned
...
WL-1086 Center password reset page
2017-07-14 13:15:08 -04:00
Harry Rein
6d89cc1bd1
Updating themes for bootstrap.
...
LEARNER-1785
This story was to update the existing custom themes to work with the flexible bootstrap design. It also updates the red theme to more closely resemble the real implementation on openedx.
2017-07-13 15:25:40 -04:00
Albert (AJ) St. Aubin
c78b84ca3f
Merge pull request #15480 from edx/staubina/ed-592
...
Staubina/ed 592
2017-07-12 17:24:53 -04:00
Christina Roberts
04f9db20c0
Merge pull request #15533 from edx/christina/remove-mustache
...
Remove last Mustache usage.
2017-07-12 12:58:21 -04:00