Open
Bug 163202
Opened 23 years ago
Updated 4 years ago
Rename html_linebreak filter
Categories
(Bugzilla :: Bugzilla-General, defect)
Tracking
()
NEW
People
(Reporter: bbaetz, Unassigned)
References
()
Details
TT's CVS has added a filter called 'html_line_break', which converts:
Foo
Bar
into:
Foo<br />
Bar<br />
(The original suggestion was to use html_linebreak, but the TT maintainter
preferred the extra _)
To avoid confusion, we should probably rename ours. I'm open to suggestions for
a name...
(As a side note, has myk/anyone tried contributing our various OPS patches?
Stuff like contains, and so on?)
![]() |
||
Comment 1•23 years ago
|
||
attribute_quote (by analogy with html_quote and url_quote)?
Gerv
![]() |
Reporter | |
Comment 2•23 years ago
|
||
It doesn't quote though - it _only_ does line breaks
![]() |
||
Comment 3•23 years ago
|
||
escape_crlf ? crlf_escape?
Gerv
Comment 4•23 years ago
|
||
I haven't contributed anything back to TT. TT filters tend to have simple,
non-verb names, so my suggestion would be either "line_break" or
"html_attribute" ("html_attr").
![]() |
Reporter | |
Comment 5•23 years ago
|
||
its not strictly a line_breeak filter, though. I'll think about it.
![]() |
||
Updated•22 years ago
|
OS: Linux → All
Hardware: PC → All
Comment 6•21 years ago
|
||
Reassigning bugs that I'm not actively working on to the default component owner
in order to try to make some sanity out of my personal buglist. This doesn't
mean the bug isn't being dealt with, just that I'm not the one doing it. If you
are dealing with this bug, please assign it to yourself.
Assignee: justdave → general
QA Contact: mattyt-bugzilla → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•