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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | this-doesnt-work.patch | 9.17 KB | pwolanin |
Comments
Comment #1
pwolanin commentedDries 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.
Comment #2
pwolanin commentedComment #3
Michsk commentedJust keeping track of this, so i know when it's done for D6