| 2 |
* "create categories", "create containers", "edit all categories", and "edit own categories" permissions are gone. |
* "create categories", "create containers", "edit all categories", and "edit own categories" permissions are gone. |
| 3 |
Categories and containers no longer are special node types. Use the regular set of node permissions in the "node" section |
Categories and containers no longer are special node types. Use the regular set of node permissions in the "node" section |
| 4 |
to control access. |
to control access. |
| 5 |
|
|
| 6 |
|
* The category_display module now depends on category_menu. For some displays (such as the TOC tree) |
| 7 |
|
to work properly, generated menu items must be enabled now (for containers and categories at a |
| 8 |
|
minimum; you'll be able to put these into a hidden menu, so they don't show anywhere). You might need |
| 9 |
|
to generate menu items for existing categories and/or nodes using the new category_resave module. |
| 10 |
|
|
| 11 |
|
* The fieldset for custom menu links creation on node edit forms is suppressed now, as it's incompatible |
| 12 |
|
with category_menu. Menu links should be created by either category_menu, or by the user - not both. |