Closed Bug 512578 Opened 16 years ago Closed 15 years ago

Remove HTML from Validation messages

Categories

(addons.mozilla.org Graveyard :: Developer Pages, defect, P4)

defect

Tracking

(Not tracked)

RESOLVED WONTFIX
4.x (triaged)

People

(Reporter: rjwalsh, Assigned: clouserw)

Details

HTML in these messages cause problems on the validation page, since we escape it. We should remove any instances (they should all be in the validation component) and add relevant information to /pages/validation.
Are these what we're talking about? ___('Please see <a href="%s">this page</a> for reference.') ___('The version of this add-on is invalid: please see the <a href="http://developer.mozilla.org/en/docs/Toolkit_version_format">specification</a>') ___('Your add-on is attempting to use a GUID that has been blocked. Please <a href="%1$s">contact the AMO staff</a>.')
Yep, in addition: ___('The following errors were found in install.rdf:').'<br \ />'.$errorStr.'<br />'.$validAppReference;
These errors happen before the validation suite is run so there aren't handy links to /pages/validation. This isn't high priority, so kicking out of 5.1
Target Milestone: 5.1 → ---
Severity: normal → trivial
Priority: -- → P4
Target Milestone: --- → 4.x (triaged)
wontfixing due to pythonish changes
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WONTFIX
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.