Change password warning contains escaped html
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Mahara |
Low
|
Robert Lyon | ||
| 1.6 |
Low
|
Unassigned | ||
| 1.7 |
Low
|
Unassigned | ||
| 1.8 |
Low
|
Unassigned |
Bug Description
As per attached screenshot. There seems html in the language definition that is then escaped at output.
Ruslan Kabalin (rkabalin) wrote : | #1 |
Changed in mahara: | |
status: | New → Confirmed |
importance: | Undecided → Low |
tags: | added: bite-sized |
Robert Lyon (robertl-9) wrote : | #2 |
Changed in mahara: | |
status: | Confirmed → In Progress |
milestone: | none → 1.9.0 |
assignee: | nobody → Robert Lyon (robertl-9) |
Reviewed: https:/
Committed: http://
Submitter: Son Nguyen (<email address hidden>)
Branch: master
commit 23b55f1bf669245
Author: Robert Lyon <email address hidden>
Date: Fri Nov 22 09:04:48 2013 +1300
Allowing form error string to be unescaped (bug #1203082)
As the string is hardcoded in lang file and does NOT take any variables
it is ok to pass into form error as unescaped.
Change-Id: Ibc0b9d7ed872ab
Signed-off-by: Robert Lyon <email address hidden>
Changed in mahara: | |
status: | In Progress → Fix Committed |
Robert Lyon (robertl-9) wrote : | #4 |
Patches for:
v1.6 https:/
v1.7 https:/
v1.8 https:/
Mahara Bot (dev-mahara) wrote : | #5 |
Reviewed: https:/
Committed: http://
Submitter: Son Nguyen (<email address hidden>)
Branch: 1.8_STABLE
commit 2e79d2f56d7c76c
Author: Robert Lyon <email address hidden>
Date: Fri Nov 22 09:04:48 2013 +1300
Allowing form error string to be unescaped (bug #1203082)
As the string is hardcoded in lang file and does NOT take any variables
it is ok to pass into form error as unescaped.
Change-Id: Ibc0b9d7ed872ab
Signed-off-by: Robert Lyon <email address hidden>
Mahara Bot (dev-mahara) wrote : | #6 |
Reviewed: https:/
Committed: http://
Submitter: Son Nguyen (<email address hidden>)
Branch: 1.7_STABLE
commit 8140f07521d8683
Author: Robert Lyon <email address hidden>
Date: Fri Nov 22 09:04:48 2013 +1300
Allowing form error string to be unescaped (bug #1203082)
As the string is hardcoded in lang file and does NOT take any variables
it is ok to pass into form error as unescaped.
Change-Id: Ibc0b9d7ed872ab
Signed-off-by: Robert Lyon <email address hidden>
Mahara Bot (dev-mahara) wrote : | #7 |
Reviewed: https:/
Committed: http://
Submitter: Son Nguyen (<email address hidden>)
Branch: 1.6_STABLE
commit 9fabf08d04c3085
Author: Robert Lyon <email address hidden>
Date: Fri Nov 22 09:04:48 2013 +1300
Allowing form error string to be unescaped (bug #1203082)
As the string is hardcoded in lang file and does NOT take any variables
it is ok to pass into form error as unescaped.
Change-Id: Ibc0b9d7ed872ab
Signed-off-by: Robert Lyon <email address hidden>
Changed in mahara: | |
status: | Fix Committed → Fix Released |
https:/ /reviews. mahara. org/#/c/ 2738/
patch done