Outils pour utilisateurs

Outils du site


cms:drupal:modules

Ceci est une ancienne révision du document !


Table des matières

Modules

cck

  • CCK CCK, le parent de ce qui suit
  • CCK Facets CCK Facets is a bundle of modules that integrate with Faceted Search to expose Content Construction Kit (CCK) fields as facets. This allows users to browse field values and to filter search results with those values. (au 12/05/2008 : 5.x-1.0-beta1 2008-Apr-23 et Faceted Search en 5.x-1.0-beta3 2008-Apr-28)
  • CCK Fieldgroup Tabs Pour regrouper des champs dans des onglets (utile surtout pour des content-type avec plein de champs)
  • CCK Taxonomy Fields Taxonomy vocabularies will show up as field types that can be added to content types using CCK. (au 12/05/2008 : 5.x-1.2 2007-Aug-21)
  • CCK Validation CCK Validation adds a content field, that lets you add custom validation to your content types. With the included Widget 'Textarea PHP Code' you can add the first custom validation rules. (au 12/05/2008 : 5.x-0.x-dev 2008-Jan-30)
  • Comment CCK The comment CCK module allows comments to alter CCK fields. Works somewhat like project.module (au 12/05/2008 : 5.x-1.0 2007-Sep-08)
  • CCK comment reference Shortest description ever: defines a cck field type for referencing a comment. (au 12/05/2008 : 5.x-1.0 2008-Mar-31, stable en 6)
  • Computed Field Computed Field is a cck module which lets you add a computed field to custom content types. (au 12/05/2008 : 5.x-1.2 2007-May-16)
  • content taxonomy Ajoute un type de champ “taxonomie”. This module provides a field type for CCK for referencing taxonomy terms. (Available widgets: - selects - radios / checkboxes - autocomplete - activeselect) (au 12/05/2008 : 5.x-1.x-dev 2008-Jan-29)
  • Dependent fields The ability to show/hide form items depends on the value of another form item (au 12/05/2008 : 5.x-1.3-beta 2008-Apr-03)
  • Field Actions The Field Actions module combines the power of Drupal actions with the data in CCK nodes to create new ways of working with your nodes in Drupal. This module enables action enabled modules (such as workflow.module) to reach into your nodes, pull out information, and use it appropriately. This leads to more reuse of data throughout your site, and easier creation of behavior for non-programmers and programmers alike. (au 12/05/2008 : 5.x-1.0 2007-Mar-13)
  • filefield Ajoute un champ “upload”
  • Field Thief Allow copying CCK fields from an existing node into another node on creation. Orphelin encore en dev mais à regarder éventuellement, pour dupliquer un node (lors de son passage en publié par exemple) (au 12/05/2008 : 5.x-1.x-dev 2007-Nov-22)
  • Form Markup This module allows you to add surrounding HTML values to any CCK widget by determining prefix and suffix values. (éventuellement utile pour modifier le rendu d'un champ, sans toucher au thème) (au 12/05/2008 : 5.x-2.0 2007-Aug-17)
  • fivestar module de vote (dépend de Voting API et de Views).
  • Fixed Data Dropdown Ajoute un type de champ “dépendant” d'un autre (une liste de villes par région par exemple).
  • Image field Ajoute un champ image.
  • Link Ajoute un champ de type lien (url, titre,…)
  • Multireference CCK field This CCK field type presents a list (or table) of multiple node or user references, each identified by a description (and, optionally, a second descriptive field). Pour référencer une liste de nodes liés ? (au 12/05/2008 : 5.x-1.1 2008-Apr-01)
  • Media field Ajoute un champ media (idem ImageField ou FileField), bundle de VideoField et AudioField.
  • MultiSelect Permet une sélection multiple avec deux zones (non sélectionné à gauche, sélectionné à droite, avec flèches pour passer de l'un à l'autre)
  • Node factory Ever wanted to create nodes on the fly? This module provides functionality to do this. Peut déclencher la création d'un node et y mettre du contenu sur un événement particulier. Au 12/05/2008 : 5.x-1.x-dev 2008-Apr-19)
  • NodeProfile Pour établir une liste de page concernant un critère (tous les articles d'un auteur, toutes les contenus dont le type X est Y, etc.)
  • Node Relativity The module allows parent-child relationships between nodes to be established, managed and searched. You can restrict the types of nodes that can be parented and the ordinality of parents. These are used to contextually create links to add new child nodes or attach existing ones. There is also a navigation block that uses a node's ancestry to list out breadcrumb-style links. (au 12/05/2008 : 5.x-2.3 2008-Mar-17)
  • PollField Un champ “sondage” ou “note” (avec les réponses à une liste de questions).
  • Revision reference Defines a CCK field type for referencing one node revision from another. (Like nodereference, but referencing revisions of nodes.) (au 12/05/2008 : 5.x-1.x-dev 2008-Feb-24)
  • State Reference Adds a CCK field type for referencing workflow states in CCK content types. (au 12/05/2008 : 5.x-1.0 2008-May-05)
  • TaxonomySearch Pour des recherches dans la hierarchie des catégories.
  • Workflow Fields Ajoute un statut visible ou lecture seule suivant l'étape du workflow (extension de Workflow).
  • Workflow Required Fields The wf_required_fields module allows you to configure which fields of a CCK node are required, based on the workflow state of the node. Utile pour empêcher un changement d'état du workflow si les metadatas obligatoires ne sont pas complétés. (au 12/05/2008 : 5.x-1.0 2008-Jan-03)

Mails

Développement

Pour débugger, qq modules utiles

  • Coder Developer Module that assists with code review and version upgrade. The module supports a plug-in extensible hook system so contributed modules can define additional review standards. M'as tout l'air d'une usine à gaz, mais à regarder quand même.
  • Devel A suite of modules containing fun for both module and theme developers
  • Form Inspect Labels Forms with their form_id and provides developers with a dump of the corresponding form array. Requires the Devel module.

Autres

  • Actions The actions module allows the configuration of Drupal actions. A Drupal action is a specially written PHP function whose parameters are configured through the web. (au 12/05/2008 : 5.x-2.4 2008-Apr-29)
  • Organic groups Enable users to create and manage their own 'groups'. Each group can have subscribers, and maintains a group home page where subscribers communicate amongst themselves. (au 12/05/2008 5.x-7.1 2008-May-05)
  • Views Pour définir des vues spécifiques
  • Workflow The workflow module allows the creation and assignment of arbitrary workflows to Drupal node types. Workflows are made up of workflow states. For example, a workflow with the states Draft, Review, and Published could be assigned to the Story node type. Transitions between workflow states can have actions assigned to them. In our example, we could assign an action so that when the story moves from the Draft state to the Review state an email is sent out. Another action could be assigned to the transition from Review to Published so that the node's status is set to Published (and becomes visible on your website). (au 12/05/2008 : 5.x-2.2 2008-Apr-29)
  • Workflow-ng Workflow-ng allows one to customize drupal's built in workflows in a very flexible way. In short, it's a rule-based event driven action evaluation system. (au 12/05/2008 5.x-2.0 2008-Mar-07)
  • Workflow Owner Workflow owner works in conjunction with workflow and optionally workflow-ng so that admins can designate “Owners” of various states for a given node. (au 12/05/2008 5.x-1.2 2008-Apr-28)
  • Workspace This is a module designed for users to have a central place to view and manage their content. It's a user-centric view of a Drupal site. (reste à voir si ça ne montre que les nodes dont on est l'auteur initial où tous ceux où on a participé, code à regarder) (au 12/05/2008 : 5.x-1.0 2008-Mar-18)

Et en vrac :

  • Autosave Sauvegarde automatique de contenus en cours d'édition (sous forme de révisions).
  • Comment Info This module allows for anonymous guests to keep persistent comment info between comment postings. (au 12/05/2008 : 5.x-3.1 2007-Oct-15)
  • Comment Mail The Comment Mail module allows an email to be sent to the site administrator(s) when new comments are posted. A link in the email allows quick approval, editing, deletion… (au 12/05/2008 5.x-0.1 2007-Jul-25)
  • Comment mover This module allows you to move comments around. (au 12/05/2008 : 5.x-1.x-dev 2007-Mar-26
  • Comment Notify Notifies users about new comments on pages where they have commented. (au 12/05/2008 : 5.x-1.6 2008-Mar-19). (y compris pour les anonymes donc)
  • Comment OG This Module allows integration of comments into OG. When submitting a comment, a user can choose if the comment is public or can assign it to one or several groups the user belongs to. When looking at the comments the user only sees the public comments or the ones that are for the group the user belongs to. (au 12/05/2008 : 5.x-0.1 2008-Mar-05)
  • Notify The notify module allows users to subscribe to periodic emails which include all new or revised content and/or comments much like the daily news letters sent by some websites. Even if this feature is not configured for normal site users, it can be a useful feature for an administrator of a site to monitor new content submissions and comment posts.
  • Subscriptions This module enables users to subscribe to be notified of changes to nodes or taxonomies. (au 12/05/2008 : 5.x-2.0 2008-Apr-26)
  • http://drupal.org/project/subscriptions_og étent le précédent pour les notifications par “organic group” (et éviter des doublons de mails éventuels) (au 12/05/2008 : 5.x-1.1 2008-Apr-29)
cms/drupal/modules.1211497315.txt.gz · Dernière modification : 23/05/2008 01:01 de daniel