- Issue created by @andypost
- Status changed to Needs review
over 1 year ago 10:03pm 11 April 2023 - Status changed to RTBC
over 1 year ago 1:11pm 12 April 2023 - 🇺🇸United States smustgrave
Don't mind marking this but it's going to need a reroll if the first ticket gets in. So probably should be postponed.
- last update
over 1 year ago Patch Failed to Apply - Status changed to Needs work
over 1 year ago 9:03am 17 April 2023 - 🇳🇱Netherlands spokje
Needs a reroll, unsure why TestBot didn't kick this back to NR.
- Status changed to Needs review
over 1 year ago 9:28am 17 April 2023 26:25 25:18 Running- 🇳🇱Netherlands spokje
Rerolls on RTBC issues can go straight back to RTBC.
- last update
over 1 year ago 29,283 pass - last update
over 1 year ago 29,300 pass - last update
over 1 year ago 29,302 pass - last update
over 1 year ago 29,300 pass - last update
over 1 year ago 29,361 pass - last update
over 1 year ago 29,366 pass - last update
over 1 year ago 29,367 pass - last update
over 1 year ago Patch Failed to Apply - Status changed to Needs work
over 1 year ago 12:23pm 4 May 2023 52:34 51:25 Running- Status changed to RTBC
over 1 year ago 1:02pm 4 May 2023 - 🇫🇷France andypost
+1 RTBC as node parts fixed in 📌 Rename $op operation in hook_node_grants[_alter]() and node_access_grants to $operation Fixed
- last update
over 1 year ago 29,379 pass - last update
over 1 year ago 29,380 pass - last update
over 1 year ago 29,383 pass - last update
over 1 year ago 29,388 pass - Open on Drupal.org →Environment: PHP 8.1 & MySQL 5.7last update
over 1 year ago Waiting for branch to pass 29:29 24:45 Running- last update
over 1 year ago 29,388 pass - last update
over 1 year ago 29,388 pass - Open on Drupal.org →Environment: PHP 8.1 & MySQL 5.7last update
over 1 year ago Waiting for branch to pass - last update
over 1 year ago 29,395 pass - last update
over 1 year ago 29,399 pass 59:29 55:21 Running- last update
over 1 year ago 29,400 pass - last update
over 1 year ago 29,409 pass - last update
over 1 year ago 29,409 pass - last update
over 1 year ago 29,415 pass - last update
over 1 year ago 29,420 pass - last update
over 1 year ago 29,420 pass - last update
over 1 year ago 29,425 pass - last update
over 1 year ago 29,429 pass - last update
over 1 year ago 29,473 pass - last update
over 1 year ago 29,430 pass - last update
over 1 year ago 29,430 pass - last update
over 1 year ago 29,430 pass - last update
over 1 year ago 29,436 pass 59:29 58:17 Running- last update
over 1 year ago 29,441 pass - last update
over 1 year ago 29,442 pass - last update
over 1 year ago 29,443 pass 14:29 11:06 Running- last update
over 1 year ago 29,443 pass - last update
over 1 year ago 29,439 pass - last update
over 1 year ago 29,439 pass - last update
over 1 year ago 29,443 pass - last update
over 1 year ago 29,444 pass - last update
over 1 year ago 29,446 pass - last update
over 1 year ago 29,446 pass - last update
over 1 year ago 29,446 pass - last update
over 1 year ago 29,446 pass - last update
over 1 year ago 29,450 pass - last update
over 1 year ago 29,453 pass - Status changed to Needs review
over 1 year ago 12:52pm 27 July 2023 - 🇬🇧United Kingdom longwave UK
Still lots of $op arguments, at least some of these are considered API?
Regex for this search was
function.*\$op\W
.composer/Plugin/Scaffold/ScaffoldFileInfo.php: public function __construct(ScaffoldFilePath $destination, OperationInterface $op) { core/lib/Drupal/Core/Config/ConfigImporterEvent.php: public function getChangelist($op = NULL, $collection = StorageInterface::DEFAULT_COLLECTION) { core/lib/Drupal/Core/Config/ConfigImporter.php: protected function checkOp($collection, $op, $name) { core/lib/Drupal/Core/Config/ConfigImporter.php: protected function importConfig($collection, $op, $name) { core/lib/Drupal/Core/Config/ConfigImporter.php: protected function importInvokeOwner($collection, $op, $name) { core/lib/Drupal/Core/Config/ConfigImporter.php: protected function processConfiguration($collection, $op, $name) { core/lib/Drupal/Core/Config/ConfigImporter.php: protected function processExtension($type, $op, $name) { core/lib/Drupal/Core/Config/ConfigImporter.php: protected function setProcessedConfiguration($collection, $op, $name) { core/lib/Drupal/Core/Config/ConfigImporter.php: protected function setProcessedExtension($type, $op, $name) { core/lib/Drupal/Core/Config/ConfigImporter.php: public function getExtensionChangelist($type, $op = NULL) { core/lib/Drupal/Core/Config/StorageComparerInterface.php: public function getChangelist($op = NULL, $collection = StorageInterface::DEFAULT_COLLECTION); core/lib/Drupal/Core/Config/StorageComparer.php: protected function addChangeList($collection, $op, array $changes, array $sort_order = NULL) { core/lib/Drupal/Core/Config/StorageComparer.php: protected function removeFromChangelist($collection, $op, $name) { core/lib/Drupal/Core/Config/StorageComparer.php: public function getChangelist($op = NULL, $collection = StorageInterface::DEFAULT_COLLECTION) { core/modules/block/src/Controller/BlockController.php: public function performOperation(BlockInterface $block, $op) { core/modules/file/tests/file_test/file_test.module:function file_test_get_calls($op) { core/modules/file/tests/file_test/file_test.module:function _file_test_get_return($op) { core/modules/file/tests/file_test/file_test.module:function _file_test_log_call($op, $args) { core/modules/file/tests/file_test/file_test.module:function file_test_set_return($op, $value) { core/modules/search/src/Controller/SearchController.php: public function performOperation(SearchPageInterface $search_page, $op) { core/modules/system/src/Controller/DbUpdateController.php: public function handle($op, Request $request) { core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php: protected function logCall($op, $args) { core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php: protected function doEntityUpdate($op, $entity_type_id) { core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php: protected function doFieldUpdate($op, $storage_definition = NULL, $original_storage_definition = NULL) { core/modules/user/tests/src/Kernel/UserMailNotifyTest.php: public function testUserMailsNotSent($op) { core/modules/user/tests/src/Kernel/UserMailNotifyTest.php: public function testUserMailsSent($op, array $mail_keys) { core/modules/views_ui/src/Controller/ViewsUIController.php: public function ajaxOperation(ViewEntityInterface $view, $op, Request $request) { core/tests/Drupal/Tests/Core/Access/AccessResultTest.php: public function testAndOrCacheabilityPropagation(AccessResultInterface $first, $op, AccessResultInterface $second, $implements_cacheable_dependency_interface, $is_cacheable) {
- Status changed to Needs work
over 1 year ago 4:02pm 30 July 2023 - 🇮🇳India urvashi_vora Madhya Pradesh, India
I will provide a patch soon
- First commit to issue fork.
32:32 32:19 Running- @elber opened merge request.
- Status changed to Needs review
over 1 year ago 11:50am 4 August 2023 - last update
over 1 year ago Custom Commands Failed - 🇮🇳India urvashi_vora Madhya Pradesh, India
Please review this patch. Replaced $op with $operation as per #12. I excluded controllers to replace $op with $operation.
Thanks
- Status changed to Needs work
over 1 year ago 1:09pm 4 August 2023 - @elber opened merge request.
- last update
over 1 year ago 29,952 pass - last update
over 1 year ago Custom Commands Failed - last update
over 1 year ago 29,929 pass, 9 fail - last update
over 1 year ago 29,953 pass - Status changed to Needs review
over 1 year ago 2:29pm 8 August 2023 - Status changed to Needs work
over 1 year ago 3:42pm 9 August 2023 - 🇺🇸United States smustgrave
How come the change to ScaffoldFileInfo.php was reverted?
- last update
over 1 year ago 29,958 pass - Status changed to Needs review
over 1 year ago 7:12pm 9 August 2023 - 🇧🇷Brazil elber Brazil
Hi I rename the $op arguments in ScaffoldFileInfo.php to $operation, please revise
- Status changed to Needs work
over 1 year ago 2:37pm 11 August 2023 - 🇺🇸United States smustgrave
Using the regex from #12 there are still some instances but just a few
- last update
over 1 year ago 29,861 pass, 106 fail - last update
over 1 year ago Build Successful - Status changed to Needs review
over 1 year ago 4:35pm 11 August 2023 - Status changed to Needs work
over 1 year ago 8:28pm 11 August 2023 - last update
over 1 year ago Build Successful - Status changed to Needs review
over 1 year ago 8:52pm 11 August 2023 - 🇫🇷France andypost
\Drupal\Core\Update\UpdateKernel::setupRequestMatch()
requires to use$op
so I reverted it - needs separate issue to deprecate it properly - 📌 Rename $op with BC usage in update.php Active - Status changed to Needs work
over 1 year ago 9:26pm 11 August 2023 - 🇫🇷France andypost
There's few hunks needs to be moved to separate issues
- local variables - to prevent mix with arguments
- routing - needs to provide BC for routing arguments