Drupal 9 compatibility

Created on 14 April 2020, about 4 years ago
Updated 2 August 2023, 11 months ago
πŸ“Œ Task
Status

RTBC

Version

1.0

Component

Code

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • πŸ‡·πŸ‡ΊRussia cuman

    I don't know how to make patches, so I'm posting files with changes that allow the module to work in D9. You can replace them in your settings and everything will work. If someone makes an official module, that would be great.

    True, skeditor 5 does not seem to allow using the hashtag filter.

  • πŸ‡·πŸ‡ΊRussia cuman

    For ckeditor 5:

    - *   type = Drupal\filter\Plugin\FilterInterface::TYPE_MARKUP_LANGUAGE,
    + *   type = Drupal\filter\Plugin\FilterInterface::TYPE_TRANSFORM_IRREVERSIBLE,

    in FilterHashtags.php

  • @ramonvasconcelos @bruno.bicudo I'm not sure any patch shared here has any fix for the help page issue. I tested the version posted by @cuman (#14) and while all worked as expected, the help page gave an error still.

  • πŸ‡«πŸ‡·France alex.amtr

    Hi,
    I am working on site on D10.
    Is there any chance to make this very useful module working on D10 ?

  • @alex.amtr I managed to make it work on Drupal 10.1.1 by just editing the .info.yml file with core_version_requirement: ^8.8 || ^9 || ^10 but you need to install it via UI not via Drush as this would break your site.

    Make sure to have a DB backup before installing it as this was the only way I could restore and repeat the install via UI. There are still few bugs to be fixed by someone more knowledgeable but the basic function of the module is working for me (creating the hashtag term and link).

    I shall create a new issue for this and my experience so far and hopefully be able to create a patch for D10 compatibility if had time for it. If anyone can do that sooner please do.

  • I just created a new issue with a complete patch with changes against the latest official release β†’ . Please check and test it from here πŸ“Œ Drupal 10 Compatible Version Needs review .

Production build 0.69.0 2024