A topic for the dev meeting: jQuery UI 1.14.0 has a stable release.
There's already a pending 1.13.3 update, but we might want to consider 1.14 for the next Backdrop minor (1.29), the change would be too big for a patch release.
For example, we need to set a compatibility flag to true, which now defaults to false. Files have been removed, and other things.
But we get things working with 1.14, it seems. Even without fixing all dialogClass issues. So it's a matter of decision, which jQuery UI will go in next, I guess.
Proposed topic for User Group meeting if it is needed - configuring CK5 editor with allowed tags/attributes, comparing configuration of the CK Editor toolbar and allowed tags, comparing D7/D10/Backdrop configuration
Just to confirm I understand, does this mean that CK5 also has HTML filtering and proposing the ability to compare the Backdrop PHP filtering rules to CK5's?
I am not sure how Backdrop PHP filtering works. In D7 we had more separation between modules that control Text formats and Filters and I was able to limit both tags (<p>) and attributes ( <p class="summary caption text-align-left text-align-center text-align-right text-align-justify"> ).
Implemented this and it's working in the one place I know I needed it (will keep an eye out to see if it's working everywhere). HOWEVER, as you suspected, it does NOT show the template...
Wow, this is amazing...I didn't expect such an indepth answer, but I really appreciate it. I'll give this a try today and let you know what turns out...
There is a port of the Workflow module for backdrop, but it does not have a release and I don't know what the status of it is.
https://github.com/backdrop-contrib/workflow
It might...
I believe those hook suggestions that were removed were all used for theming individual fields. I think this could work to bring them back:
function MYMODULE_preprocess_views_view_field...
Posted1 day 10 hours ago by Alejandro Cremaschi (argiepiano) on:
Thanks for the input: I'd like to just re-add all the ones that were removed because this isn't to fix one particular view, but to ensure all the templates I was using in D7 work in Backdrop.
Comments
A topic for the dev meeting: jQuery UI 1.14.0 has a stable release.
There's already a pending 1.13.3 update, but we might want to consider 1.14 for the next Backdrop minor (1.29), the change would be too big for a patch release.
For example, we need to set a compatibility flag to true, which now defaults to false. Files have been removed, and other things.
Update to latest 1.13: https://github.com/backdrop/backdrop-issues/issues/6550
Update to 1.14: https://github.com/backdrop/backdrop-issues/issues/6677
This core bug (deprecated "dialogClass" usage) now gets more important: https://github.com/backdrop/backdrop-issues/issues/6184
But we get things working with 1.14, it seems. Even without fixing all dialogClass issues. So it's a matter of decision, which jQuery UI will go in next, I guess.
Proposed topic for User Group meeting if it is needed - configuring CK5 editor with allowed tags/attributes, comparing configuration of the CK Editor toolbar and allowed tags, comparing D7/D10/Backdrop configuration
Just to confirm I understand, does this mean that CK5 also has HTML filtering and proposing the ability to compare the Backdrop PHP filtering rules to CK5's?
I am not sure how Backdrop PHP filtering works. In D7 we had more separation between modules that control Text formats and Filters and I was able to limit both tags (<p>) and attributes ( <p class="summary caption text-align-left text-align-center text-align-right text-align-justify"> ).
Here is link for related issue https://github.com/backdrop/backdrop-issues/issues/6100