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.

CommentFileSizeAuthor
taxonomy_delegate_maxexetime.patch968 byteschirale
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

NancyDru’s picture

But does it cause HTML entities to be displayed?

chirale’s picture

No, 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.

NancyDru’s picture

Status: Needs review » Fixed

Committed on both branches.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.