Account created on 22 December 2016, almost 8 years ago
#

Merge Requests

More

Recent comments

πŸ‡©πŸ‡ͺGermany drupatz

The fix is insufficient, causing a fatal error at eg. /admin/config/search/path:

The website encountered an unexpected error. Try again later.

Drupal\Core\Entity\Exception\UndefinedLinkTemplateException: No link template 'canonical' found for the 'path_alias' entity type in Drupal\Core\Entity\EntityBase->toUrl() (line 211 of core/lib/Drupal/Core/Entity/EntityBase.php).
Drupal\rabbit_hole_links\RabbitHoleLinksLinkGenerator->alterUrl(Object) (Line: 39)
Drupal\rabbit_hole_links\RabbitHoleLinksLinkGenerator->generate(Object, Object) (Line: 102)
Drupal\Core\Render\Element\Link::preRenderLink(Array)
call_user_func_array(Array, Array) (Line: 113)
Drupal\Core\Render\Renderer->doTrustedCallback(Array, Array, 'Render #pre_render callbacks must be methods of a class that implements \Drupal\Core\Security\TrustedCallbackInterface or be an anonymous function. The callback was %s. See https://www.drupal.org/node/2966725', 'exception', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 870)
Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 432)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 248)
Drupal\Core\Render\Renderer->render(Array) (Line: 475)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 102)
__TwigTemplate_e441fd9091f1d74a88b0682501a7d286->doDisplay(Array, Array) (Line: 393)
Twig\Template->yield(Array, Array) (Line: 349)
Twig\Template->display(Array) (Line: 364)
Twig\Template->render(Array) (Line: 35)
Twig\TemplateWrapper->render(Array) (Line: 33)
twig_render_template('themes/contrib/gin/templates/form/links--dropbutton.html.twig', Array) (Line: 348)
Drupal\Core\Theme\ThemeManager->render('links__dropbutton', Array) (Line: 491)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 248)
Drupal\Core\Render\Renderer->render(Array) (Line: 475)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 186)
__TwigTemplate_60de49ce76b2b1890b1c0b7c949f6472->doDisplay(Array, Array) (Line: 393)
Twig\Template->yield(Array, Array) (Line: 349)
Twig\Template->display(Array) (Line: 364)
Twig\Template->render(Array) (Line: 35)
Twig\TemplateWrapper->render(Array) (Line: 33)
twig_render_template('themes/contrib/gin/templates/dataset/table.html.twig', Array) (Line: 348)
Drupal\Core\Theme\ThemeManager->render('table', Array) (Line: 491)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 504)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 248)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 638)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 231)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 186)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 53)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 77)
Drupal\lnx_base\HeadersMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28)
Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 32)
Drupal\big_pipe\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 53)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36)
Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 741)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
πŸ‡©πŸ‡ͺGermany drupatz

Removed the "the" --- couldn't find any merge issue, maybe tested the wrong pr? Should be 9630

πŸ‡©πŸ‡ͺGermany drupatz

The patches aren't applicable to version 4.2.1, so here's a rewritten patch that will apply

πŸ‡©πŸ‡ͺGermany drupatz

The patch from MR 5035 is not applicable for Drupal 10.3.x, so i rewrote it

πŸ‡©πŸ‡ͺGermany drupatz

drupatz β†’ made their first commit to this issue’s fork.

πŸ‡©πŸ‡ͺGermany drupatz

Considering the MR as ok, because it fixes/reverts an obvious bug, avoiding to get an overview of terms related to a group (at /group/%gid/terms).

Issue from Jatin12nov seems to me like another Problem, not related to this issue.

πŸ‡©πŸ‡ͺGermany drupatz

larowlan is right, this one can be closed

πŸ‡©πŸ‡ͺGermany drupatz

@anfor

I tried the plugin at https://github.com/pazairfog/ckeditor-plugin-descriptionlist --> but when putting it into the libraries folder, there's an error like "Cannot use Import statement outside a module" -- which caused that none of the js files could be executed.

So i decided to put the whole plugin into the module ckeditor_drupalbreaks itself. Now the js files are correctly compiled and useful -- except of current Error:
ckeditor5-dll.js?v=35.4.0:5 Uncaught CKEditorError: conversion-model-consumable-not-consumed {"items":[{"event":"insert","item":"descriptionlistItem"}]}

As i'm not very familiar with ckeditor, i've struggled already quite of a time to figure out, where i can fix this.
The documentation at https://ckeditor.com/docs/ckeditor5/latest/support/error-codes.html#erro... could help me with understanding what the matter ist -- but not with "Where in the whole process, the consumer should be used, and how"

Have you any idea?
Regards

πŸ‡©πŸ‡ͺGermany drupatz

@dsnopek Hi, using the element <drupalbreaks> causes the cke adding &nbsp; and <p> tags, resulting in <p><drupalbreaks>&nbsp;</drupalbreaks></p> -- in my point of view this isn't a sober solution. Therefore i did that via the hr element: <hr class="cke-drupal-break">, where this doesn't happen. Of course, this also isn't a sober solution.

When using <drupalbreaks>, maybe there is a possibility in drupalbreaksEditing.js to tell cke to not add anything?

πŸ‡©πŸ‡ͺGermany drupatz

drupatz β†’ made their first commit to this issue’s fork.

πŸ‡©πŸ‡ͺGermany drupatz

@Mysdiir

in #10 you say "deleted fakeobject as dependency from composer.json" --- in which branch/tag did you do that?

πŸ‡©πŸ‡ͺGermany drupatz

Fixed the patch for Drupal 9.5.10

Production build 0.71.5 2024