/[drupal]/contributions/modules/category/UPGRADE.txt
ViewVC logotype

Contents of /contributions/modules/category/UPGRADE.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download)
Wed Aug 5 04:52:53 2009 UTC (3 months, 2 weeks ago) by jaza
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-RC1, HEAD
Changes since 1.1: +9 -1 lines
File MIME type: text/plain
#158598 by JirkaRybka: a massive collection of bug fixes, D6 upgrades, and performance / usability improvements and other tasks for the category package. This commit includes patches from the following threads:
 - #370641: Port category_views to D6
 - #370633: Port category_breadcrumb to D6
 - #484624: Fix all broken category/container previews, and add category_display defaults
 - #481280: Generated menu items vs. menu administration and weights
 - #457688: Get rid of Menu wrapper, moving functionality to category_menu
 - #484084: Update README.txt and friends
 - #483978: Remove t() from database schema descriptions
 - #501378: PERFORMANCE! Central caching for category API functions
 - #521680: Missing argument error on category/### paths
 - #521714: Missing JavaScript file in Taxonomy wrapper
Lots and lots of thanks go to JirkaRybka for this monumental cleanup effort.
1 Drupal 6.x:
2 * "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
4 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.

  ViewVC Help
Powered by ViewVC 1.1.2