We should update Special:BlockList and the block log to ensure that action blocks do not display if $wgEnablePartialActionBlocks is false.
Usually it is not possible to make an partial block against actions, unless the feature is enabled. However, it is possible that the feature could be enabled then disabled again.
In this case, we shouldn't display information about blocked actions in the block list or log, because it is misleading, since the block target won't actually be blocked from performing the action any more.
Some tests may also need updating to set the flag to true temporarily for the test.



