Closed
Bug 475523
Opened 16 years ago
Closed 15 years ago
"Accept bug" command referenced in whineatnews but doesn't exist
Categories
(Bugzilla :: Email Notifications, defect)
Bugzilla
Email Notifications
Tracking
()
RESOLVED
FIXED
Bugzilla 3.4
People
(Reporter: Eric.Olson, Assigned: mrbball)
Details
Attachments
(2 files, 1 obsolete file)
2.00 KB,
patch
|
wicked
:
review+
|
Details | Diff | Splinter Review |
1.89 KB,
patch
|
wicked
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.5) Gecko/2008120122 Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Build Identifier: 3.2
Whine emails contain the text "You decide the bug belongs to you, but you can't solve it this moment. Just use the "Accept bug" command." I believe the "Accept bug" command was removed for 3.2, at least according to bug 447890.
This is potentially confusing to users. I, at least, was looking all over the bug page for several minutes looking for a button that wasn't supposed to be there.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Updated•16 years ago
|
Severity: normal → minor
Status: UNCONFIRMED → NEW
Ever confirmed: true
Target Milestone: --- → Bugzilla 3.2
Updated•16 years ago
|
Summary: "Accept bug" command referenced in whine but doesn't exist → "Accept bug" command referenced in whineatnews but doesn't exist
Assignee | ||
Comment 1•15 years ago
|
||
Simple patch to bring whineatnews emails up to date.
Attachment #408435 -
Flags: review?(wicked)
![]() |
||
Updated•15 years ago
|
Target Milestone: Bugzilla 3.2 → Bugzilla 3.4
Comment 2•15 years ago
|
||
Comment on attachment 408435 [details] [diff] [review]
patch for v3.4 branch, v1
>Index: template/en/default/email/whine.txt.tmpl
>===================================================================
>> "Accept the [% terms.bug %]" by resetting the status to [% get_status("ASSIGNED") %].
I'd use word "setting" rather than "resetting" there. This can be fixed on check in (if approver agrees).
This patch only applies to the 3.4 branch since on trunk get_status() has been changed to display_value().
BTW, for future reference, unified diffs with some context lines would be nicer patch format.
Attachment #408435 -
Attachment description: patch, v1 → patch for v3.4 branch, v1
Attachment #408435 -
Flags: review?(wicked) → review+
Comment 3•15 years ago
|
||
This is a simple port to trunk so that we can get this bug finally fixed. (Apologies for not getting to this review in a timely manner!)
I did add one additional "missing space" fix (it has been always there and nobody noticed or didn't bother) that should probably be also fixed on the 3.4 branch version before checkin..
Attachment #418486 -
Flags: review+
Updated•15 years ago
|
Assignee: email-notifications → kar
Flags: approval?
Flags: approval3.4?
![]() |
||
Comment 4•15 years ago
|
||
Comment on attachment 418486 [details] [diff] [review]
Patch for trunk, V1
>+[%= display_value("bug_status", "REOPENED") %] state, and have not been
Should be [%+ isn't it?
>+ "Accept the [% terms.bug %]" by setting the status to [% display_value("bug_status", "ASSIGNED") %].
Quotes no longer make sense. It's not the name of an action anymore.
![]() |
||
Comment 5•15 years ago
|
||
Comment on attachment 408435 [details] [diff] [review]
patch for v3.4 branch, v1
>> "Accept the [% terms.bug %]" by resetting the status to [% get_status("ASSIGNED") %].
wicked is right about s/resetting/setting/. And here too, quotes do not make sense anymore.
Comment 6•15 years ago
|
||
(In reply to comment #4)
> >+[%= display_value("bug_status", "REOPENED") %] state, and have not been
> Should be [%+ isn't it?
No, [%= is right as I want everything eaten and add only one space (currently there's no space between "or" and "REOPENED". Please, read http://www.template-toolkit.org/docs/manual/Config.html#section_PRE_CHOMP_POST_CHOMP for details on all four chomp flags.
> >+ "Accept the [% terms.bug %]" by setting the status to [%
> Quotes no longer make sense. It's not the name of an action anymore.
Ah, you're actually right! However, the quotes on the other change (in option 2) make the option to choose visually pop out, which is nice.
Comment 7•15 years ago
|
||
The 3.4 patch should be made into a diff -u though.
Flags: approval?
Flags: approval3.4?
Flags: approval3.4+
Flags: approval+
Comment 8•15 years ago
|
||
This is the Kent's patch with nits fixed and in unified diff format.
Attachment #408435 -
Attachment is obsolete: true
Attachment #419237 -
Flags: review+
Comment 9•15 years ago
|
||
Thanks for the patch, Kent! I checked them in fixing the quotes on the trunk patch.
3.4 branch:
Checking in template/en/default/email/whine.txt.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/email/whine.txt.tmpl,v <-- whine.txt.tmpl
new revision: 1.7.2.1; previous revision: 1.7
done
trunk:
Checking in template/en/default/email/whine.txt.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/email/whine.txt.tmpl,v <-- whine.txt.tmpl
new revision: 1.9; previous revision: 1.8
done
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 10•15 years ago
|
||
Sorry I didn't respond earlier - I was on vacation. Thanks for wrapping
this up.
Assignee: kar → wicked
Comment 11•15 years ago
|
||
Please, you did all the hard work so let's leave this assigned to you. I only fixed simple nits and formatting since otherwise I couldn't have granted review for these patches. :)
Assignee: wicked → kar
You need to log in
before you can comment on or make changes to this bug.
Description
•