You are here

Files in Voting API 7.2

Primary tabs

File namesort descending Location Namespace Description
API.txt API.txt What's this, now? ================= VotingAPI provides a flexible, easy-to-use framework for rating, voting, moderation, and consensus-gathering modules in Drupal. It allows module developers to focus on their ideas (say, providing a 'rate…
CHANGELOG.txt CHANGELOG.txt 02/11/06 -------- First stab at Views integration with VotingAPI. Configuring it is a little ugly -- mainly useful for custom modules that want to expose a vote-based default_view without coding all the table/field/filter stuff for…
README.txt README.txt The Basics ========== VotingAPI is a framework for content voting and rating systems in Drupal. It does not directly provide any voting 'features' to users -- instead, it offers a consistent API for other module developers to build their…
UPGRADE.txt UPGRADE.txt This document is intended to be a guide for developers upgrading a VotingAPI-based module from one major version of VotingAPI or Drupal to the next. VotingAPI 6.x-2.x to 7.x-2.x ---------------------------- The Drupal 7 upgrade for VotingAPI makes…
votingapi.admin.inc votingapi.admin.inc Configuration forms and helper functions for VotingAPI module.
votingapi.api.php votingapi.api.php Provides hook documentation for the VotingAPI module.
votingapi.devel.inc votingapi.devel.inc Generate fake votingapi votes for development testing.
votingapi.drush.inc votingapi.drush.inc Drush commands to generate votingapi votes, recalculate results for existing votes, or flush VotingAPI data entirely.
votingapi.info votingapi.info name = Voting API description = Provides a shared voting API for other modules. package = Voting core = 7.x configure = admin/config/search/votingapi files[] = votingapi.migrate.inc files[] = tests/votingapi.test files[] =…
votingapi.install votingapi.install Installation file for VotingAPI module.
votingapi.migrate.inc votingapi.migrate.inc Migration support for voting api.
votingapi.module votingapi.module A generalized voting API for Drupal.
votingapi.test tests/votingapi.test Test file for VotingAPI module.
votingapi.views.inc views/votingapi.views.inc Provide views data for votingapi.module.
votingapi.views_default.inc views/votingapi.views_default.inc Provide default views data for votingapi.module.
votingapi_views_handler_field_value.inc views/votingapi_views_handler_field_value.inc Provide a views handlers for votingapi data fields.
votingapi_views_handler_relationship.inc views/votingapi_views_handler_relationship.inc Provide views handler for votingapi joins.
votingapi_views_handler_sort_nullable.inc views/votingapi_views_handler_sort_nullable.inc Provide a views handlers for votingapi data fields.

Other projects