https://bugzilla.wikimedia.org/show_bug.cgi?id=32210
T. Gries <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|Unprioritized |Low AssignedTo|[email protected]. |[email protected] |org | --- Comment #3 from T. Gries <[email protected]> 2011-11-04 22:37:38 UTC --- Okay, I understand. What you propose is to add the "diff-to-previous-revision" (*) also for "users". The current code forsees distinct mails for impersonal mail (sending the link you requested) and for personal mails (sending currently only the link to the "diff-to-the-last-seen-version"). In this case, you propose also to add the link (*). A change is needed here ( /includes/UserMailer.php ): 572 if ( $this->oldid ) { 573 if ( $wgEnotifImpersonal ) { 574 // For impersonal mail, show a diff link to the last revision. 575 $keys['$NEWPAGE'] = wfMsgForContent( 'enotif_lastdiff', 576 $this->title->getCanonicalUrl( 'diff=next&oldid=' . $this->oldid ) ); 577 } else { 578 $keys['$NEWPAGE'] = wfMsgForContent( 'enotif_lastvisited', 579 $this->title->getCanonicalUrl( 'diff=0&oldid=' . $this->oldid ) ); -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
