Last modified: 2007-05-17 21:35:42 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T6300, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 4300 - add comment "#nn" in emails;
add comment "#nn" in emails;
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
Bugzilla (Other open bugs)
unspecified
All All
: Low enhancement with 1 vote (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2005-12-17 04:19 UTC by lɛʁi לערי ריינהארט
Modified: 2007-05-17 21:35 UTC (History)
1 user (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description lɛʁi לערי ריינהארט 2005-12-17 04:19:09 UTC
Hallo!

1)
When reviewing the emails generated with "bugzilla-daemon at mail.wikimedia.org"
it should be possible to see the URL *inside* the emails as "[Bug nnnn]  New:
foo" also.

2)
bugzilla.mozilla.org sends *inside* the notification for following emails as
------- Comment #162 from NN  date and time -------

This should be only a configuration (or version) issue.

best regards reinhardt [[user:gangleri]]
Comment 1 Brion Vibber 2005-12-18 05:50:20 UTC
[snip]
Sender: wikibugs-l-bounces@Wikipedia.org
Errors-To: wikibugs-l-bounces@Wikipedia.org

http://bugzilla.wikimedia.org/show_bug.cgi?id=4300

           Summary: add URL field in emails for new bugs; add comment "#nn"
                    in emails for all following ones
[snip]

Resolving WORKSFORME.
Comment 2 lɛʁi לערי ריינהארט 2005-12-18 18:19:29 UTC
(In reply to comment #1)
Thanks Brion for the quick answer.
1) is INVALID; it worked fine already before I opened this report

2) please take a look at
http://lxr.mozilla.org/mozilla/source/webtools/bugzilla/Bugzilla/BugMail.pm
line 800 ..

800     foreach (@$comments) {
801         my ($who, $when, $text, $isprivate, $already_wrapped) = @$_;
802         if ($count) {
803             $result .= "\n\n------- Comment #$count from $who" .
804                        Param('emailsuffix'). "  " . format_time($when) .
805                        " -------\n";
806         }
807         if ($isprivate > 0 && Param('insidergroup')) {
808             $anyprivate = 1;
809         }
810         $result .= ($already_wrapped ? $text : wrap_comment($text));
811         $count++;
812     }

line 803 contains *#$count*

3) It might be possible to append also "#cnn" to the links send via email. One
must scroll however to view what the bug is about (summary, product, component
etc.). However MediaZilla is wikified while the email content is not. This is
why "show_bug.cgi?id=FOO#cBAR" is a better source then the email.

*note* There is no anchor for "View Bug Activity" and I do not know if using
"show_activity.cgi?id=FOO" instead of "show_bug.cgi?id=FOO" would be a goog idea.

4) At *URL* we could insert between the editbox and the button "Commit" *(if
possible as permanent link)* or somthing similar. This practice would help
finding the url's easier because most wiki pages get changed / fixed. Permanent
links should be accessible until these oldid's get deleted. Permanent links
should help to save time.

best regards reinhardt [[user:gangleri]]
Comment 4 Brion Vibber 2007-05-17 21:35:42 UTC
3.0 template includes the comment in the mails now.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links