Last modified: 2010-12-06 16:18:18 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 T28253, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 26253 - Remove $wgPostCommitUpdateList
Remove $wgPostCommitUpdateList
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
General/Unknown (Other open bugs)
unspecified
All All
: Normal enhancement with 1 vote (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-12-05 20:50 UTC by Alexandre Emsenhuber [IAlex]
Modified: 2010-12-06 16:18 UTC (History)
0 users

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


Attachments

Description Alexandre Emsenhuber [IAlex] 2010-12-05 20:50:57 UTC
This variable is not used in core since r14809 and has been replaced by the job queue.

Grepping in current code gives the following:

./docs/database.txt:$wgPostCommitUpdateList.
./extensions/WebDAV/deltav.php:$mediaWiki->doUpdates( $wgPostCommitUpdateList );
./extensions/WebDAV/webdav.php:$mediaWiki->doUpdates( $wgPostCommitUpdateList );
./includes/GlobalFunctions.php:	global $wgPostCommitUpdateList, $wgDeferredUpdateList;
./includes/GlobalFunctions.php:	foreach ( $wgPostCommitUpdateList as $update ) {
./includes/GlobalFunctions.php:	$wgPostCommitUpdateList = array();
./includes/Setup.php:$wgPostCommitUpdateList = array();
./index.php:$mediaWiki->doUpdates( $wgPostCommitUpdateList );

and in three comments that I do not mention here, one per call to $mediaWiki->doUpdates() listed above.

So can we just kill it?
Comment 1 Alexandre Emsenhuber [IAlex] 2010-12-06 16:18:18 UTC
Done in r77888.

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


Navigation
Links