Bachir Soussi Chiadmi f2b8ace9b7 FINAL suepr merge step : added all modules to this super repos 9 лет назад
..
checklistapi_example f2b8ace9b7 FINAL suepr merge step : added all modules to this super repos 9 лет назад
lib f2b8ace9b7 FINAL suepr merge step : added all modules to this super repos 9 лет назад
templates f2b8ace9b7 FINAL suepr merge step : added all modules to this super repos 9 лет назад
tests f2b8ace9b7 FINAL suepr merge step : added all modules to this super repos 9 лет назад
LICENSE.txt f2b8ace9b7 FINAL suepr merge step : added all modules to this super repos 9 лет назад
README.txt f2b8ace9b7 FINAL suepr merge step : added all modules to this super repos 9 лет назад
checklistapi.admin.inc f2b8ace9b7 FINAL suepr merge step : added all modules to this super repos 9 лет назад
checklistapi.api.php f2b8ace9b7 FINAL suepr merge step : added all modules to this super repos 9 лет назад
checklistapi.css f2b8ace9b7 FINAL suepr merge step : added all modules to this super repos 9 лет назад
checklistapi.info f2b8ace9b7 FINAL suepr merge step : added all modules to this super repos 9 лет назад
checklistapi.js f2b8ace9b7 FINAL suepr merge step : added all modules to this super repos 9 лет назад
checklistapi.module f2b8ace9b7 FINAL suepr merge step : added all modules to this super repos 9 лет назад
checklistapi.pages.inc f2b8ace9b7 FINAL suepr merge step : added all modules to this super repos 9 лет назад

README.txt


CONTENTS OF THIS FILE
---------------------

* Introduction
* Installation
* Implementation


INTRODUCTION
------------

Current Maintainer: Travis Carden

Checklist API Provides a simple interface for modules to create fillable,
persistent checklists that track progress with completion times and users. See
checklistapi_example.module for an example implementation.


INSTALLATION
------------

Checklist API is installed in the usual way. See
http://drupal.org/documentation/install/modules-themes/modules-7.


IMPLEMENTATION
--------------

Checklists are declared as multidimensional arrays using
hook_checklistapi_checklist_info(). They can be altered using
hook_checklistapi_checklist_info_alter(). Checklist API handles creation of menu
items and permissions. Progress details are saved in one Drupal variable per
checklist. (Note: it is the responsibility of implementing modules to remove
their own variables on hook_uninstall().)

See checklistapi.api.php for more details.