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)
addons.mozilla.org Graveyard
Developer Pages
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.
| Assignee | ||
Comment 1•16 years ago
|
||
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>.')
| Reporter | ||
Comment 2•16 years ago
|
||
Yep, in addition: ___('The following errors were found in install.rdf:').'<br \
/>'.$errorStr.'<br />'.$validAppReference;
| Assignee | ||
Comment 3•16 years ago
|
||
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 → ---
| Assignee | ||
Updated•16 years ago
|
Severity: normal → trivial
Priority: -- → P4
Target Milestone: --- → 4.x (triaged)
| Assignee | ||
Comment 4•15 years ago
|
||
wontfixing due to pythonish changes
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WONTFIX
Updated•10 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•