Replace `PackageArchive::getUpdateInstructions()` with `getAllUpdateInstructions()`
authorTim Düsterhus <duesterhus@woltlab.com>
Fri, 18 Nov 2022 09:52:10 +0000 (10:52 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Fri, 18 Nov 2022 10:00:51 +0000 (11:00 +0100)
commiteee89934e17ba20e5a55b739ee0533553349bf4d
tree5e40c8f9c8094f55141ec12959159ee26417ec63
parent5df3e65185d4d3f1be7464b1999b949946a5c765
Replace `PackageArchive::getUpdateInstructions()` with `getAllUpdateInstructions()`

The filtering of update instructions is a massive design mistake is now
effectively removed. The method is renamed, because the behavior changed quite
a bit. Better fail obviously than silently returning garbage.

Fixes #5094
wcfsetup/install/files/lib/acp/form/DevtoolsProjectEditForm.class.php
wcfsetup/install/files/lib/system/package/PackageArchive.class.php
wcfsetup/install/files/lib/system/package/PackageManifest.class.php