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"> ).
It looks like the minify module is not properly processing your JS and HTML files. Have you checked the file paths and permissions to ensure they are accessible? I remember, that once I faced...
I figured the space part of it out, but caption length is still limited to about 125 characters. - #CboxContent: margin-bottom expands it just enough and doesn't disrupt the counter or arrows...
Hello,
Indeed, there is no more field than "login" and "mail address" (and password) in the "Create new user".
It seems indeed to be a bug, unsure if someone can reproduce on a fresh...
Does backdrop have a super admin that's different than users assigned the administrator role?
Sort of. Backdrop has an administer role that can be granted specific...
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