"Aaron Schulz" posted a comment on MediaWiki.r110104. URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/110104#c30239
Commit summary for MediaWiki.r110104: - pass wiki option to job threads in maintenance script - cleanup temporary file after encode - get size from tempfile not from virtual path Aaron Schulz's comment: <pre>$cmd = "php $IP/maintenance/runJobs.php";</pre> This will fail in WMF sites due to not using mwscript. I wrote wfShellMaintenanceCmd() to get around needed wmf-specific code, though it looks like I never added the hook handler to our site config. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
