Laryn
Laryn
Regarding contrib, I started to port `path2ban` and then I was informed that there's another module that's actively maintained -- `antiscan` (in combination with `ip_blocking`: - https://github.com/backdrop-contrib/antiscan - https://github.com/backdrop-contrib/ip_blocking
@herbdool Thanks for looking. It looks like it may require a separate module to interact with it, which wraps the field with the long description in a multivalue table. e.g....
I had the same thought... it feels extremely heavy handed to add a general no-wrap at that level.
Agreed that this would be good in core. This module also allows it in contrib for now: https://github.com/backdrop-contrib/textformatter
Another data point: I'm working on a D7 upgrade today and after running the database updates, I can see a Dashboard menu item (with no icon), as well as the...
Is the form hardening issue listed here?
I updated the Pantheon upstream.
This was [recently committed for Drupal 10.3](https://git.drupalcode.org/project/drupal/-/commit/c271adbb22f28a66ff4321b2fb7f86f20fe0c838). The patch above is the backport and should apply pretty cleanly. I haven't looked at all the tests that are included in the...
@aitala I just ported the patch here, including tests, so let's see how it looks after tests have been run on the PR.
I was comparing the function that gets modified here with the Drupal 7 version, and it may not be affecting things for this issue but this change has been committed...