Igor Degtiarov
13c9cf6fd4
fix: Language preferences change enhancement.
...
[CRI-229](https://openedx.atlassian.net/browse/CRI-229 )
On "/account/settings" page, try to change the language. Language is
changed only after additional action click, page reload, etc.
Current fix change that behavior in a way that new language preferences
take place just after the new language is chosen.
2021-04-01 12:58:00 +03:00
Waheed Ahmed
d76a2463fa
Add support for beta languages.
...
Whenever user selects a beta language on account settings page,
show a page level warning message that this language is not
fully translated along with action to revert.
LEARNER-5654
2019-02-06 15:18:04 +05:00
Michael Youngstrom
4feaee2bd8
Fix some eslint warnings
2018-12-18 12:52:45 -05:00
Ahsan Ulhaq
0c00416deb
About Me textarea character counter accessibility issue
...
LEARNER-6612
2018-11-05 19:11:18 +05:00
Hamza Munir
97106e78b3
Account Page refreshes on autosave/combobox Language value change
...
Passing the next field id to focus the next field automatically after the page
reload due to the language selection.
LEARNER-3832
2018-09-18 14:47:19 +05:00
Eric Fischer
5bc6b31e29
eslint --fix
2017-12-08 14:38:41 -05:00
christopher lee
629170d978
Remove aria-label for fields
2017-11-13 16:55:06 -05:00
Harry Rein
9f88427f9b
Add social links to learner profile.
...
LEARNER-1859
Added fields to add social links to the user account settings file.
Added icons to the user profile when these links are set, only shown
when users show their entire profile. Added jasmine tests for account
settings and learner profile pages. Added python unit tests to test
validation on the user account.
2017-08-29 13:53:08 -04:00
Robert Raposa
7cc9400b91
Support for joined date to profile.
...
LEARNER-1858
2017-08-22 12:52:37 -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
Jeff LaJoie
bf955988f3
TNL-6011: removes onchange line only using the onfocusout event to save
2017-03-21 12:07:37 -04:00
Chris Rodriguez
b5efcc15f5
AC-530 fixing link-href ignores in the platform
2016-08-19 10:04:40 -04:00
Kevin Kim
3af769b4ad
Update time zone dropdown in account settings based on user country
2016-08-10 19:15:52 +00:00
Brian Jacobel
ae8bc20b36
Run eslint autofixer on /lms
2016-08-05 15:29:20 -04:00
Brian Jacobel
a32fd27d60
Replace JSHint ignore directives with ESLint ones
2016-08-04 16:22:59 -04:00
Kevin Kim
2fddd2bd71
Initial check of removing feature flag ( #13058 )
2016-07-22 09:28:19 -04:00
Kevin Kim
dfc1cf1546
Fix the About Me section on the learner profile page.
2016-07-11 15:58:55 +00:00
Kevin Kim
059985b9ec
Added time zone field to user account settings, currently hidden behind a feature flag.
2016-06-28 14:33:56 +00:00
ssemenova
36c867c42a
changed icon html from <i> to <span>
...
TNL-4651
2016-05-31 15:46:23 -04:00
Waheed Ahmed
dc4e4f7d6a
Account settings navigation.
...
ECOM-2981
2016-05-24 15:44:39 +05:00
muhammad-ammar
4fd2a7d176
LMS fixes required to upgrade BackboneJS
2016-04-27 12:51:13 +05:00
cahrens
2eabaccb33
The escaping is unnecessary and confusing to the user.
2016-03-07 11:58:22 -05:00
asadiqbal
99b883b7be
WL-243 LMS Language Selection
2016-01-28 20:07:26 +05:00
cahrens
c6ba747419
Make HTML for non-editable views more logical.
...
TNL-3297
2015-10-16 13:40:24 -04:00
Andy Armstrong
420696ba80
Separate out the Backbone image field
2015-08-08 09:43:20 -04:00
muhammad-ammar
69450fce47
create a new team
...
TNL-1899
2015-08-05 17:55:26 +05:00
cahrens
4f0ab6f9c8
Optimize account settings and learner profile.
...
Also remove RequireJS dependency on mustache, and delete extra copy.
2015-07-20 13:59:55 -04:00
Ahsan Ulhaq
0a696ae87f
Learner profile Location and Language fields Accessibility issues
...
Following are done in this PR
1-The controls to edit the form fields were hyperlinks, added button and required css to
make it look like hyperlink.
2-label added when swap to combobox
3-Non breaking spaces added with dashes.
2015-06-22 18:10:39 +05:00
muzaffaryousaf
378cf9bb7a
Sending preferences and accounts data to template.
...
Fixing the pencil icon issue.
TNL-2047
2015-05-15 17:06:04 +05:00
muzaffaryousaf
2d08d669ca
Learner Profile page tweaks.
...
TNL-2047
2015-05-15 17:06:02 +05:00
muzaffaryousaf
0d2e2660e2
Adding hover state to image profile for accessibility.
...
TNL-2051
2015-05-05 21:01:47 +05:00
Usman Khalid
e82735f79d
Change image upload input name and not make duplicate of file in data.
...
TNL-2052
2015-04-22 14:33:30 -04:00
Usman Khalid
a14e6f0a7e
Accessibility tweaks for account settings and profile pages.
...
TNL-1660
2015-04-21 19:42:50 +05:00
muhammad-ammar
cfcb38c498
Update user message strings
2015-04-17 17:23:19 -04:00
muhammad-ammar
6b91ab4e2b
Fixed gettext references.
...
TNL-1862
2015-04-17 17:23:18 -04:00
muzaffaryousaf
6502eaf755
DropDownFieldView should show empty option if model value is unset.
...
TNL-2022
2015-04-17 17:23:17 -04:00
muhammad-ammar
e50a641673
Accessibility changes for Account Settings and Learner Profile pages
2015-04-17 17:23:17 -04:00
muzaffaryousaf
c2d83bd4a6
Bok_choy tests for upload/remove profile image.
...
TNL-1538
2015-04-17 17:23:17 -04:00
muhammad-ammar
ca1f2f7768
Jasmine tests for upload/remove profile image on learner profile page.
...
TNL-1538
2015-04-17 17:23:17 -04:00
Usman Khalid
adf111e4d5
Adding functionlity to upload/remove profile image.
...
TNL-1538
2015-04-17 17:23:16 -04:00
Usman Khalid
bc05cd0ccd
Resolving JS lint errors for account settings & learner profile page.
...
TNL-1855
2015-04-17 17:23:16 -04:00
Usman Khalid
e6c3644bd7
Quality fixes.
2015-04-17 17:23:15 -04:00
muzaffaryousaf
a378995f85
If user is not above age limit, show restricted learner profile.
...
TNL-1658
2015-04-17 17:23:15 -04:00
muzaffaryousaf
4f97cd7a04
Learner profile page.
...
TNL-1502
2015-04-17 17:23:14 -04:00
muhammad-ammar
9c2d18710c
Jasmine tests for account settings page.
...
TNL-1499
2015-04-17 17:23:14 -04:00
Usman Khalid
74bf7f239e
Account settings page.
...
TNL-1499
2015-04-17 17:23:14 -04:00