Last modified: 2011-01-25 05:00:23 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 T16894, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 14894 - Create hook (NotifyOnPageChangeComplete) to collect information of page's changes
Create hook (NotifyOnPageChangeComplete) to collect information of page's cha...
Status: NEW
Product: MediaWiki
Classification: Unclassified
Email (Other open bugs)
1.13.x
All All
: Normal enhancement (vote)
: ---
Assigned To: Brion Vibber
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-07-23 08:49 UTC by moli
Modified: 2011-01-25 05:00 UTC (History)
4 users (show)

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


Attachments

Description moli 2008-07-23 08:49:18 UTC
Add "NotifyOnPageChangeComplete" hook to compose function:

function compose( $user ) {
	global $wgEnotifImpersonal;
	if ( $wgEnotifImpersonal ) {
		$this->mailTargets[] = new MailAddress( $user );
	} else {
		$this->sendPersonalised( $user );
	}
	wfRunHooks('NotifyOnPageChangeComplete', array( $this->title, $this->timestamp, &$user ));
}
Comment 1 Siebrand Mazeland 2008-08-11 11:01:55 UTC
Assign to brion to ask questions on/accept/deny the request.
Comment 2 Aaron Schulz 2009-01-03 06:33:02 UTC
What is this for?
Comment 3 Brion Vibber 2009-01-04 03:33:14 UTC
Not really sure. What does the extension want? To be aware of notification mails being sent? To change their contents? What all is needed?

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


Navigation
Links