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

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

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


Revision 1.3 - (show annotations) (download)
Wed Aug 5 04:52:53 2009 UTC (3 months, 3 weeks ago) by jaza
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-RC1, HEAD
Changes since 1.2: +2 -2 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 // $Id: README.txt,v 1.2 2006/05/08 13:38:25 jaza Exp $
2
3 Readme
4 ------
5
6 The category module allows you to structure your site and to organize content
7 with categories. Features:
8
9 - Categories and containers are created as nodes
10 - Content can be assigned to categories
11 - Categories can be structured (usually hierarchically) within a container
12 - Categories and containers can be structured within any other categories
13 and containers, allowing for complex hybrid site structures
14 - RSS feeds available for categories and containers
15 - Any node types can be given category or container behavior
16 - Extensible architecture allows other modules to build on the functionality
17 of this 'base module'
18 - Wrapper modules allow full backwards-compatibility with the taxonomy and
19 book modules (which this module is based upon), and thus with most other
20 modules that depend on them
21
22 Note: this is a summary of the full feature list, which is maintained at http://category.greenash.net.au/features.
23
24 Send comments to jazepstein@greenash.net.au.
25
26
27 Support
28 -------
29
30 The official support and documentation website for this module is located at http://category.greenash.net.au/ - please search there and on drupal.org for any information that you may require. All issues (e.g. support requests, bug reports) are to be submitted using the drupal.org issue tracker.
31
32
33 Author
34 ------
35
36 Jeremy Epstein <jazepstein@greenash.net.au>

  ViewVC Help
Powered by ViewVC 1.1.2