On 01/16/2015 05:52 PM, Legoktm wrote:
I tried getting update.php to run checkComposerLockUpToDate.php but it was messy and didn't really work well, so I uploaded a patch[1] that adjusts the intro text to recommend that you run checkComposerLockUpToDate.php before running update.php.
Turns out that running maintenance scripts inside each other is actually pretty simple (Maintenance::runChild()) so I changed my patch to have update.php run checkComposerLockUpToDate.php before starting the upgrade process, and it has been merged.
-- Legoktm