Last modified: 2010-05-15 16:03:13 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 T16893, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 14893 - Create hook (NotifyOnPageChangeComplete) to collect information of page's changes
Create hook (NotifyOnPageChangeComplete) to collect information of page's cha...
Status: RESOLVED INVALID
Product: MediaWiki
Classification: Unclassified
Email (Other open bugs)
1.13.x
All All
: Normal enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-07-23 08:35 UTC by moli
Modified: 2010-05-15 16:03 UTC (History)
1 user (show)

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


Attachments
add NotifyOnPageChangeComplete hook (18.92 KB, text/plain)
2008-07-23 08:35 UTC, moli
Details

Description moli 2008-07-23 08:35:34 UTC
Created attachment 5091 [details]
add NotifyOnPageChangeComplete hook 

add NotifyOnPageChangeComplete hook
Comment 1 moli 2008-07-23 08:47:06 UTC
Comment on attachment 5091 [details]
add NotifyOnPageChangeComplete hook 

	function compose( $user ) {
		global $wgEnotifImpersonal;
		if ( $wgEnotifImpersonal ) {
			$this->mailTargets[] = new MailAddress( $user );
		} else {
			$this->sendPersonalised( $user );
		}
		wfRunHooks('NotifyOnPageChangeComplete', array( $this->title, $this->timestamp, &$user ));
	}

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


Navigation
Links