? .DS_Store ? taxonomy.module.patch ? taxonomy.module.patch.1 ? sites/default/files ? sites/default/settings.php Index: modules/taxonomy/taxonomy.module =================================================================== RCS file: /cvs/drupal/drupal/modules/taxonomy/taxonomy.module,v retrieving revision 1.462 diff -u -p -r1.462 taxonomy.module --- modules/taxonomy/taxonomy.module 8 Mar 2009 04:25:07 -0000 1.462 +++ modules/taxonomy/taxonomy.module 17 Mar 2009 15:13:38 -0000 @@ -1412,8 +1412,7 @@ function taxonomy_help($path, $arg) { $output .= '

' . t('For more information, see the online handbook entry for Taxonomy module.', array('@taxonomy' => 'http://drupal.org/handbook/modules/taxonomy/')) . '

'; return $output; case 'admin/content/taxonomy': - $output = '

' . t("The taxonomy module allows you to categorize your content using both tags and administrator defined terms. It is a flexible tool for classifying content with many advanced features. To begin, create a 'Vocabulary' to hold one set of terms or tags. You can create one free-tagging vocabulary for everything, or separate controlled vocabularies to define the various properties of your content, for example 'Countries' or 'Colors'.") . '

'; - $output .= '

' . t('Use the list below to configure and review the vocabularies defined on your site, or to list and manage the terms (tags) they contain. A vocabulary may (optionally) be tied to specific content types as shown in the Type column and, if so, will be displayed when creating or editing posts of that type. Multiple vocabularies tied to the same content type will be displayed in the order shown below. To change the order of a vocabulary, grab a drag-and-drop handle under the Name column and drag it to a new location in the list. (Grab a handle by clicking and holding the mouse while hovering over a handle icon.) Remember that your changes will not be saved until you click the Save button at the bottom of the page.') . '

'; + $output = '

'. t('Taxonomy is a method of classifying content. "Tagging" content is one application of taxonomy, but there are other uses as well. A vocabulary contains terms, which can be used to categorize your content. For example, a vocabulary called colors may contain the terms red and blue. Terms can be associated with content on a content creation page once a vocabulary has been associated with a content type. Associating a vocabulary with a content type is done through the add vocabulary or edit vocabulary pages.', array('!content' => url('drupal/node/add'), '!types' => url('admin/build/types'), '!add' => url('content/taxonomy/add'))) .'

'; return $output; case 'admin/content/taxonomy/%/list': $vocabulary = taxonomy_vocabulary_load($arg[3]);