Closed
Bug 125515
Opened 24 years ago
Closed 9 years ago
Allow admin to pick thier own bug match expression
Categories
(Webtools Graveyard :: Bonsai, defect)
Webtools Graveyard
Bonsai
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: jacob, Assigned: jacob)
Details
Attachments
(1 file)
|
3.19 KB,
patch
|
tara
:
review-
|
Details | Diff | Splinter Review |
Currently, on Bonsai's editparams.cgi page the only real option you have for
matching bug number is the number of digits to require. When I first installed
Bonsai, I didn't want this, I only wanted it linked if the word "bug" was before
the number. At the time, I did a really ugly hack in order to support this.
But I figured maybe some other people might like to be able to determine exactly
what should be linked, so I just went back and made it a Param(). This also has
the advantage of being generic enough to be included in the Bonsai source so I
don't have to keep fighting with it when I update/make other patches :)
This patch removes the two current params for dealing with buglinks and creates
two now ones (bugs_pattern and bug_replace). The default of these new values
cause Bonsai to behave identical to the old version, but have the ability to do
a lot more.
| Assignee | ||
Comment 1•24 years ago
|
||
| Assignee | ||
Updated•24 years ago
|
| Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Updated•23 years ago
|
Attachment #69479 -
Flags: review?(tara)
Comment 3•22 years ago
|
||
Comment on attachment 69479 [details] [diff] [review]
Patch
The replace string gets generated as plain text html code into the comment
string. It looks like the regexp substitution is not escaped quite right.
Check out this link for the results I'm seeing:
http://landfill.bugzilla.org/bonsai-dev/showcheckins.cgi?person=baloo
Attachment #69479 -
Flags: review?(tara) → review-
Updated•19 years ago
|
QA Contact: mattyt-bugzilla → bonsai
Comment 4•9 years ago
|
||
Bonsai was decommissioned, closing all remaining bugs "wontfix"
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
Updated•9 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•