Closed
Bug 234232
Opened 21 years ago
Closed 10 years ago
remove _quote from css_class_quote
Categories
(Bugzilla :: User Interface, enhancement)
Bugzilla
User Interface
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: myk, Unassigned)
Details
_quote is unnecessary and misleading, since the meaning of the "css_class" and
"url" is clear enough from the context, and since those filters escape, not
quote. These filters should be named css_class and url just as the TT HTML
escaping filter is named html.
Comment 1•21 years ago
|
||
Its different to the TT url filter, though....
Reporter | ||
Comment 2•21 years ago
|
||
TT's filter is "uri", though, not "url".
Updated•18 years ago
|
QA Contact: mattyt-bugzilla → default-qa
Updated•18 years ago
|
Assignee: myk → ui
Updated•18 years ago
|
Severity: normal → enhancement
Priority: -- → P2
Updated•17 years ago
|
Whiteboard: [Good Intro Bug]
Comment 3•16 years ago
|
||
This is backend code, and is here for years. I don't see any harm keeping current names as such. Note that url_quote will go away in favor of the internal FILTER uri, see bug 398701, so this part is WONTFIX.
mkanat has to explain to me how such a minor thing can have a priority of P2.
Priority: P2 → --
Updated•13 years ago
|
Summary: remove _quote from css_class_quote and url_quote → remove _quote from css_class_quote
Updated•10 years ago
|
Whiteboard: [Good Intro Bug] → [good first bug][lang=perl]
i agree that there's no real gain in resolving this ancient bug.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
Updated•10 years ago
|
Whiteboard: [good first bug][lang=perl]
You need to log in
before you can comment on or make changes to this bug.
Description
•