Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Category Categories
This discussion has been closed.
Comments
Is anyone interested in taking it on?
I was thinking about how much work would be involved for a tag extension that wouldn't touch the category functionality. Initial research suggests "not much"; too bad I'm busy this weekend.
Now, the category table probably won't get very large, but O(n2) is nothing to scoff at, when a recursive solution would be linear.
Not to mention the nightmare you'd have if a *loop* found it's way into the table.