Account created on 2 August 2011, over 13 years ago
#

Merge Requests

More

Recent comments

πŸ‡΅πŸ‡±Poland artemboiko

@tobas1996 thanx,

Good catch, my miss to add "span class".
I agree regarding hardcoded basic_html need to find a way for getting this right dynamically.

I am not sure about generating css because this is fornt part and could be different theme on front, need to think about this too.

πŸ‡΅πŸ‡±Poland artemboiko

Aha got it, makes sense.
Thanx for info @akalam

πŸ‡΅πŸ‡±Poland artemboiko

Ok @akalam thanx, btw you can use patch from MR in gitlab :)

We have a link to the patch in Code > Download > Patches > https://git.drupalcode.org/project/entityqueue/-/merge_requests/20.patch

πŸ‡΅πŸ‡±Poland artemboiko

@yovanny.gomez.oyola

Is your filter on the top of Filter processing order ?

πŸ‡΅πŸ‡±Poland artemboiko

Did you enable Convert color styles to class filter in text format filters list? I guess this should add ability to save rich text to db with hsl styles, and then on edit page in ckeditor you will see colors

πŸ‡΅πŸ‡±Poland artemboiko

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

πŸ‡΅πŸ‡±Poland artemboiko

Hi all,

Created MR5 with the implementation of CKEditor filter plugin for rewriting styles color to color classes. Unfortunately, it should work only with basic_html. Need to find a way how to improve this...

Another point Convert color styles to class plugin should be upper than Limit allowed HTML tags and correct faulty HTML on text format settings page admin/config/content/formats/manage/basic_html (need to add this readme I guess)

πŸ‡΅πŸ‡±Poland artemboiko

artemboiko β†’ changed the visibility of the branch 2546212-entity-viewform-mode to hidden.

πŸ‡΅πŸ‡±Poland artemboiko

Hi @martijn-de-wit I guess need show this branch as a branch for 10.2.x, but also I think it will be better to rename branch with 10.2.x in name for better visibility and yep create new mr with patch 269 from @manojbisht_drupal

What you think about this next steps?

πŸ‡΅πŸ‡±Poland artemboiko

artemboiko β†’ changed the visibility of the branch 2546212-entity-viewform-mode to active.

πŸ‡΅πŸ‡±Poland artemboiko

@mahde, thanx.

Looks like patch 128 works fine for 10.2.1

πŸ‡΅πŸ‡±Poland artemboiko

@rang501 ok I have created another MR for 2.1.x, and I will test with this version later

πŸ‡΅πŸ‡±Poland artemboiko

@simonbaese nice, I checked on my app, all works good.

πŸ‡΅πŸ‡±Poland artemboiko

Hi @simonbaese let's imagine we have few blocks with different templates and styles for different levels.

Fore example, first level of menu is horizontal block from left to right with full width of page
And second level of menu should be printed on the left sidebar just a list of link from up to down.

Example Layout:
Header
First level menu item 1 - First level menu item 2 - First level menu item 3 - ...
Left sidebar
Second Level menu item 1
Second Level menu item 2
...

πŸ‡΅πŸ‡±Poland artemboiko

Let's finally add this cool feature to the module. It is really helpfull. Used patches from this issue in a lot of projects :)

Also, I like descriptions to the options this is very informative.

πŸ‡΅πŸ‡±Poland artemboiko

Updated patch from #11 by @mounir_abid

Corrected paths to files and name.

I didn't test deep. But webprofiler shows that queries to key value table disappear.

πŸ‡΅πŸ‡±Poland artemboiko

Hi @Matthijs yes, right getLocale not good here I changed it to LanguageManager, also I don't see any reason to use custom language negotiator in module so I removed. This is breaking all logic regarding localisation. With this patch user should add redirect_uri per language(and I guess need not to loose add this to documentation) like these:

en/oidc/login-redirect
de/oidc/login-redirect

And if user want to use one redirect uri need to write custom language negotiator with special logic.

πŸ‡΅πŸ‡±Poland artemboiko

Caught the same problem, thanx for saving time.)

Production build 0.71.5 2024