Thanks Alberto! I've released stable version of module for D10.3+ just now.
BBCode support was dropped from CKEditor 5:
There's no support for BBCode and we don't plan to work on it. It was always problematic in CKEditor 4 as, similarly to Markdown, it does not translate well to HTML semantics and has multiple flavors.
Ref: https://github.com/ckeditor/ckeditor5/issues/6725#issuecomment-623327399
So I'm marking this issue as postponed till there will be support for BBCode in feature versions of CKE.
I setted up branch 6.0.x as default. So now we can add support for both versions D10 & D11.
@avpaderno I'm steel interested to maintain xbbcode and @cburschka didn't respond to my message which was sent thought contact form on 20 nov 2024.
@svendecabooter I've made MR for here and it available for review: ✨ Drupal 11 compatibility fixes for xbbxode Active
I've made ✨ Drupal 10 & 11 compatability Active , so I'm closing this issue as duplicate.
I've made ✨ Drupal 10 & 11 compatability Active issue, so I'm closing this issue as duplicate.
@stizzi I can make merge request for D10 & D11 compatibility and other fixes, but I'm waiting 4 month when this issue (RTBC): 📌 Add gitlab CI Active will be commited by @salvis. This is needed for test covering for merge requests & QA control of contributed code.
@stizzi I have interest to actively maintain ACL, but I haven't access to project git. So now I use patched ACL as custom module for our customers.
I adopted 6.0.x-dev for D10.3 and D11. All gitlab CI tests passed and MR marked green.
@salvis added me as maintainer but I haven't access to project repository.
@avpaderno I'm still interested in maintain this module. It hasn't new releases more than a year.
I tried to contact @cburschka at 20 nov 2024 thought contact form, but he didn't respond to my message since then. So I'm pushing this issue to Drupal.org project ownership.
@svendecabooter yes, I will make it in few days. You can also try to use my module SCEditor → instead of CKEditor, because CKEditor 5 dropped support for bbcode plugin.
Thanks all who contibuted patches. I fixed minor changes and comitted MR.
Thanks!
I tried to contact @salvis at 29 oct 2024 thought contact form, he didn't respond to my message. So I'm pushing this issue to Drupal.org project ownership.
@avpaderno I'm still interested in maintaining this project.
@somersoft, you forgot to change:
core_version_requirement: ^8 || ^9 || ^10
to:
core_version_requirement: ^10.2 || ^11
In colorbox_load.module.
And we need to create new branch (like it was made in colorbox) for this module since we require higher core versions.
I tried to contact @salvis several times via contact tab & slack in June 2024, August 2024 and in the beginning of October, but he didn't respond to my messages. So I'm pushing this issue to Drupal.org project ownership.
@cedrick Please open new issue and post your patch from #43 there. This issue about porting to D10 & D11.
@salvis Please give me access to git I will make 2.x version for module and will apply my patch to support D9.5/D10/D11 to 2.x-dev. Also to continue development I suggest to adding gitlab-ci. Then I will help to resolve other module issues.
PS: I tried to ping you via Slack some time ago, but there is no response.
@TR Can you create release for 2.2 branch?
#2 fixed my webform which sends by smtp module. +1 for RTBC.
@salvis can you create 2.x branch?
@Cedrick we need new branch for D9.5-D11 to apply my patch, because FA 8.x-1.x needs ACL 1.x... I asked @salvis to create new branch, but he didn't respond and I don't have access rights to git.
@silvi.addweb I've committed fixes, but forgot to mark issue as fixed ;)
@DamienMcKenna I think yes. We need to add notes about Forum Access to the docs. Also this module has D7 -> D8-D11 migration.
I've found a way to fix this issue with phpcs:ignore.
I also fixed deprecation of user_roles() with OOP equivalent, so now module should be compatible with Drupal 11 too:)
As I see #34 was build succesfully for D9.5 & D10 and there isn't any errors found by testbot.
I've found issue with CHANGELOG.txt, @salvis updated it after I pulled 8.x-1x repo. So I hope this patch will be ok.
Yet another try
Added another fix to CHANGELOG.TXT
Fixed whitespace issues in CHANGELOG.TXT to make testbot happy.
Added fix to a deprecated module_load_include() from #29 and fix for acl 2 to composer.json and module .yml
You can add this functionality with forum_access module. I created patch for support D10 & D11.
@therobyouknow this fatal error appears only in D10. I fixed all D10 compatability issues in one and closed all others as duplicate.
@salvis, I think we should create Forum Access branch first. I successfully tested it with D9 and D10. Then I will check ACL compatibility with D11.
I wrote mail to @abhaisasidharan on 4th of April, but has no reponse. So i'm pushing it to Drupal.org project ownership.
Updated #22 with code standards fixes to make testbot happy :)
@salvis I created patch to support D9.4+ (including D10 and D11) in 💬 Drupal 10 compatibility fixes Needs review , so since we drop support for Drupal < 9.4 we need a new branch for new version. Please create 2.0.x branch or give me access rights to forum_access project and I'll do it myself.
I added fix for this issue in 💬 Drupal 10 compatibility fixes Needs review , so I'm closing this issue as duplicate.
I added fix for this issue in 💬 Drupal 10 compatibility fixes Needs review , so I'm closing this issue as duplicate.
I added fix for this issue in 💬 Drupal 10 compatibility fixes Needs review , so I'm closing this issue as duplicate.
I created patch for D9/10/11 compatibility. We successfully tested it and use on our production forums.
For D9.x version it uses ACL 1.1 and For D10+ it uses ACL 2.0.0-beta1 via composer. Minimum Drupal version bumped to 9.4 due to D10 compatibility fixes.
PS: This patch also contains fix for 🐛 Forum access table template breaks on Drupal 10 Closed: duplicate but I used a different approach.
I will make a patch compatible with D9.4 and D10 versions. But we need 2.0.x branch to commit it since we drop support for D8 version support.