IAlex has uploaded a new change for review. Change subject: Execute jobs on all index.php requests. ......................................................................
Execute jobs on all index.php requests. The problem is that currently deferred updates are not executed after action=ajax requests or file cache hits. This means that, e.g. ViewCountUpdates are not executed after file cache hits. The code to execute jobs (both deferred updates and job queue) is now in MediaWiki::restInPeace() so that it's also executed after what is mentioned above, and the remaining code of MediaWiki::finalCleanup() is moved directly MediaWiki::main() since that function is only used in one place and it make no sense to keep a method for such little code. Change-Id: I6f511a74c59a2e3653c10bfcff9b0d15118e699f --- M includes/Wiki.php 1 file changed, 18 insertions(+), 18 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core refs/changes/16/16216/1 -- To view, visit https://gerrit.wikimedia.org/r/16216 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I6f511a74c59a2e3653c10bfcff9b0d15118e699f Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: IAlex <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
