Projet

Général

Profil

Paste
Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / ctools @ 6e3ce7c2

Nom Taille Révision Âge Auteur Commentaire
  bulk_export 6e3ce7c2 environ 3 ans Assos Assos Weekly update of contrib modules
  css c2ac6d1d environ 5 ans Assos Assos Weekly update of contrib modules
  ctools_access_ruleset 6e3ce7c2 environ 3 ans Assos Assos Weekly update of contrib modules
  ctools_ajax_sample 6e3ce7c2 environ 3 ans Assos Assos Weekly update of contrib modules
  ctools_custom_content 6e3ce7c2 environ 3 ans Assos Assos Weekly update of contrib modules
  ctools_plugin_example 6e3ce7c2 environ 3 ans Assos Assos Weekly update of contrib modules
  drush c2ac6d1d environ 5 ans Assos Assos Weekly update of contrib modules
  help 7e72b748 environ 6 ans Assos Assos Weekly update of contrib modules
  images f7a2490e environ 10 ans Assos Assos git mv htmltest drupal7
  includes 6e3ce7c2 environ 3 ans Assos Assos Weekly update of contrib modules
  js 6e3ce7c2 environ 3 ans Assos Assos Weekly update of contrib modules
  page_manager 6e3ce7c2 environ 3 ans Assos Assos Weekly update of contrib modules
  plugins 6e3ce7c2 environ 3 ans Assos Assos Weekly update of contrib modules
  stylizer 6e3ce7c2 environ 3 ans Assos Assos Weekly update of contrib modules
  term_depth 6e3ce7c2 environ 3 ans Assos Assos Weekly update of contrib modules
  tests 6e3ce7c2 environ 3 ans Assos Assos Weekly update of contrib modules
  views_content 6e3ce7c2 environ 3 ans Assos Assos Weekly update of contrib modules
API.txt 2,22 ko e4c061ad environ 9 ans Assos Assos Weekly update of contrib modules
LICENSE.txt 17,7 ko f7a2490e environ 10 ans Assos Assos git mv htmltest drupal7
README.txt 2,84 ko 219d19c4 plus de 3 ans Assos Assos Weekly update of contrib modules
UPGRADE.txt 2,82 ko c304a780 environ 6 ans Assos Assos Weekly update of contrib modules
ctools.api.php 11,3 ko 219d19c4 plus de 3 ans Assos Assos Weekly update of contrib modules
ctools.info 736 octets 6e3ce7c2 environ 3 ans Assos Assos Weekly update of contrib modules
ctools.install 8,38 ko c304a780 environ 6 ans Assos Assos Weekly update of contrib modules
ctools.module 36,1 ko 219d19c4 plus de 3 ans Assos Assos Weekly update of contrib modules

Dernières révisions

# Date Auteur Commentaire
6e3ce7c2 03/02/2021 23:12 Assos Assos

Weekly update of contrib modules

219d19c4 28/10/2020 23:19 Assos Assos

Weekly update of contrib modules

c2ac6d1d 13/02/2019 23:43 Assos Assos

Weekly update of contrib modules

c304a780 01/03/2018 04:07 Assos Assos

Weekly update of contrib modules

7e72b748 08/02/2018 02:38 Assos Assos

Weekly update of contrib modules

1e39edcb 23/11/2016 23:52 Assos Assos

Weekly update of contrib modules

08475715 19/10/2016 22:49 Assos Assos

Weekly update of contrib modules

136a805a 17/08/2016 22:51 Assos Assos

Weekly update of contrib modules

560c3060 20/08/2015 20:33 Julien Enselme

Update ctools 1.7 -> 1.9

c22e192e 18/03/2015 22:45 Assos Assos

Weekly update of contrib modules

Voir les révisions

README


CONTENTS OF THIS FILE

  • Introduction
  • Requirements
  • Recommended Modules
  • Installation
  • Configuration

INTRODUCTION

The Chaos tool suite (ctools) module is primarily a set of APIs and tools to
improve the developer experience. It also contains a module called the Page
Manager whose job is to manage pages. In particular it manages panel pages, but
as it grows it will be able to manage far more than just Panels.

The Chaos Tool Suite (ctools) is a series of tools that makes code readily
available for developers and creates libraries for other modules to use. Modules
that use ctools include Views and Panels.

End users will use ctools as underlying user interface libraries when operating
Views and Panels modules and will not need to explore further (ctools is geared
more toward developer usage). Developers will use the module differently and
work more with the tools provided.

For the moment, it includes the following tools:

  • Plugins -- tools to make it easy for modules to let other modules implement plugins from .inc files.
  • Exportables -- tools to make it easier for modules to have objects that live in database or live in code, such as 'default views'.
  • AJAX responder -- tools to make it easier for the server to handle AJAX requests and tell the client what to do with them.
  • Form tools -- tools to make it easier for forms to deal with AJAX.
  • Object caching -- tool to make it easier to edit an object across multiple page requests and cache the editing work.
  • Contexts -- the notion of wrapping objects in a unified wrapper and providing an API to create and accept these contexts as input.
  • Modal dialog -- tool to make it simple to put a form in a modal dialog.
  • Dependent -- a simple form widget to make form items appear and disappear based upon the selections in another item.
  • Content -- pluggable content types used as panes in Panels and other modules like Dashboard.
  • Form wizard -- an API to make multi-step forms much easier.
  • CSS tools -- tools to cache and sanitize CSS easily to make user-input CSS
    safe.

  • For a full description of the module visit:
    https://www.drupal.org/project/ctools

  • To submit bug reports and feature suggestions, or to track changes visit:
    https://www.drupal.org/project/issues/ctools

REQUIREMENTS

This module requires no modules outside of Drupal core.

RECOMMENDED MODULES

The Advanced help module provides extended documentation. Once enabled,
navigate to Administration > Advanced Help and select the Chaos tools link to
view documentation.

INSTALLATION

Formats disponibles : Atom