- Issue was unassigned.
- Status changed to Needs work
about 1 year ago 5:38am 17 November 2023 - š³š“Norway eiriksm Norway
If someone could create a merge request for this, so we have an up to date patch there, that would be great, thanks š
- Assigned to realsp
- š®š³India realsp
The Config directory phpcs issues in gutenberg module are handled in this issue Config Thread ā
The CSS & Scripts phpcs issues in gutenberg module are handled in this issue CSS & Scripts Thread š Fix the issues reported by phpcs Postponed
The Modules directory phpcs issues in gutenberg module are handled in this issue Modules Thread š Fix the issues reported by phpcs in the modules directory Needs review
The Vendor directory phpcs issues in gutenberg module are handled in this issue Vendor Thread š Fix the issues reported by phpcs Needs workIn this issue, I'm fixing src/ directory phpcs issues
- š®š³India realsp
realsp ā changed the visibility of the branch 8.x-2.x to hidden.
- Status changed to Needs review
about 1 year ago 12:53pm 10 January 2024 - Issue was unassigned.
- First commit to issue fork.
- Status changed to Needs work
7 months ago 12:21pm 7 June 2024 - šµšPhilippines cleavinjosh
Hi @marcofernandes,
I tried to apply MR!88 but I encountered some errors.
ā gutenberg git:(8.x-2.9) ā curl https://git.drupalcode.org/project/gutenberg/-/merge_requests/88.diff | git apply -v % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 74951 0 74951 0 0 181k 0 --:--:-- --:--:-- --:--:-- 181k Checking patch gutenberg.services.yml... Checking patch src/Ajax/UpdateMediaEntitiesCommand.php... Checking patch src/BlockProcessor/DuotoneProcessor.php... Checking patch src/BlockProcessor/OEmbedProcessor.php... Checking patch src/BlockProcessor/ReusableBlockProcessor.php... Checking patch src/BlocksLibraryManager.php... Checking patch src/BlocksRendererHelper.php... Checking patch src/Controller/BlocksController.php... Checking patch src/Controller/MediaController.php... Checking patch src/Controller/ReusableBlocksController.php... Checking patch src/Controller/SearchController.php... Checking patch src/Controller/UtilsController.php... Checking patch src/DataProvider/BaseDataProvider.php... Checking patch src/DataProvider/FileEntityDataProvider.php... Checking patch src/DataProvider/MediaEntityDataProvider.php... Checking patch src/Discovery/BlockJsonDiscovery.php... Checking patch src/Form/BlockSettingsForm.php... Checking patch src/GutenbergElementInfoAlter.php... Checking patch src/GutenbergLibraryManager.php... Checking patch src/GutenbergMediaLibraryUiBuilder.php... Checking patch src/GutenbergPluginManager.php... Checking patch src/MappingFieldsHelper.php... error: while searching for: // Fetch only blocks with mapping fields. $block_parser = new BlockParser(); $blocks = $block_parser->parse($field_content, [$this, 'filterMappingFieldsBlock']); // Let's build the field's array of values. $fields = []; error: patch failed: src/MappingFieldsHelper.php:76 error: src/MappingFieldsHelper.php: patch does not apply Checking patch src/MediaSelectionProcessor/MediaSelectionProcessorInterface.php... Checking patch src/OEmbedResolver.php... Checking patch src/Parser/BlockParser.php... Checking patch src/Parser/BlockParserFrame.php... Checking patch src/Plugin/Editor/Gutenberg.php... Checking patch src/Plugin/Filter/GutenbergFilter.php... Checking patch src/Plugin/GutenbergPlugin/DrupalImage.php... Checking patch src/ScanDir.php... Checking patch src/Service/MediaService.php... error: while searching for: use Drupal\Core\Entity\EntityTypeManagerInterface; use Drupal\Core\Extension\ModuleHandlerInterface; use Drupal\Core\Render\RendererInterface; use Drupal\editor\Entity\Editor; use Drupal\file\FileInterface; use Drupal\gutenberg\DataProvider\EntityDataProviderManager; error: patch failed: src/Service/MediaService.php:8 error: src/Service/MediaService.php: patch does not apply Checking patch src/TinyColor.php... ā gutenberg git:(8.x-2.9) ā
Please check and advise.
Thank you.