I've 60 terms on a single category. For these, the list provided by this module exceeded PHP max execution time on includes/unicode.inc, used by decode_entities() function. Removing decode_entities() and check_markup() on term description and using check_plain() instead solves the issue.
| Comment | File | Size | Author |
|---|---|---|---|
| taxonomy_delegate_maxexetime.patch | 968 bytes | chirale |
Comments
Comment #1
nancydruBut does it cause HTML entities to be displayed?
Comment #2
chirale commentedNo, they aren't. I doesn't use entities on term description, but decode_entities plus check_markup cause that weird behavior, so some tests with 60+ terms are needed if that functions are reintroduced.
Comment #3
nancydruCommitted on both branches.