Follow up to: http://drupal.org/node/259679

In that issue we got a minimal bugfix done for D7 - let's try to hammer out a broader cleanup so avoid use of the wonky user_category_load() function.

CommentFileSizeAuthor
#2 this-doesnt-work.patch9.17 KBpwolanin

Comments

pwolanin’s picture

Dries points out that #281596: Performance: static caching of user objects in user_load(), respecting conditions and #91786: user_load() static caching might take care of the loss of caching of the user object.

As I try to dig into this I find all sorts of pain. For example - we can't use a second wildcard for the category, since then we fail to define the 2nd level tabs. So we realy do need to iterate over them all and create separate router items.

pwolanin’s picture

Status: Active » Needs work
StatusFileSize
new9.17 KB
Michsk’s picture

Just keeping track of this, so i know when it's done for D6

Status: Needs work » Closed (outdated)

Automatically closed because Drupal 7 security and bugfix support has ended as of 5 January 2025. If the issue verifiably applies to later versions, please reopen with details and update the version.