First time here? Check out the FAQ!

Revision history  [back]

Regarding the categorize-tags application: we have replaced it with a simpler built-in tag/category tree support (Fernando must have been referring to that feature).

In categorize-tags the categories are stored in a tree structure represented by the rows in the database - this turned out to be unnecessarily complicated. In the current approach the category tree is stored as a JSON structure in a plain text field within the live-settings. The categories are essentially references to tags and the entire tree relationship is stored in the JSON outside the tags table.