batch actions on nodes in views.

This commit is contained in:
espie 2008-02-18 18:58:43 +00:00
parent 1c3d8ecbe4
commit 2ef3b10143
4 changed files with 44 additions and 0 deletions

View File

@ -0,0 +1,8 @@
# $OpenBSD: Makefile,v 1.1.1.1 2008/02/18 18:58:43 espie Exp $
COMMENT = view as a tool for batch operations
DISTNAME = action_view-5.x-4.1
PKGNAME = drupal5-action-view-4.1
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (drupal5/action_view-5.x-4.1.tar.gz) = UH7btVM++qITr06hKC2Vfw==
RMD160 (drupal5/action_view-5.x-4.1.tar.gz) = 8bOqFBDJ/vd02qEwSdbLTmzdaJg=
SHA1 (drupal5/action_view-5.x-4.1.tar.gz) = eLNH8pDSBXPtPueWw1bQESdGel4=
SHA256 (drupal5/action_view-5.x-4.1.tar.gz) = ygdLvyRy13rLO4wUa3Iuc9Y9neDxbZp38uehYcgqUcI=
SIZE (drupal5/action_view-5.x-4.1.tar.gz) = 11476

View File

@ -0,0 +1,13 @@
Action Views is used together with the views module. Action views
adds a view type of "Action View" to the views interface. This will
present your view as a table, and adds a list of actions you can
perform against the results of the query executed by the view. We
have taken a modular approach whereby additional actions can easily
be added to the module in the form of an include file.
The typical kind of usage for this module is to execute actions
against multiple records, so for example, deleting a bunch of nodes
in one go; changing taxonomies for a bunch of stories in one go,
etc.
Don't forget to review supplementary actions available in the roles pages.

View File

@ -0,0 +1,18 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/02/18 18:58:43 espie Exp $
@owner www
@group www
${DRUPAL_MODS}/action_view/
${DRUPAL_MODS}/action_view/LICENSE.txt
${DRUPAL_MODS}/action_view/actionview.info
${DRUPAL_MODS}/action_view/actionview.module
${DRUPAL_MODS}/action_view/modules/
${DRUPAL_MODS}/action_view/modules/action_view_content.inc
${DRUPAL_MODS}/action_view/modules/action_view_node.inc
${DRUPAL_MODS}/action_view/modules/action_view_profile.inc
${DRUPAL_MODS}/action_view/modules/action_view_taxonomy.inc
${DRUPAL_MODS}/action_view/modules/action_view_usernode.inc
${DRUPAL_MODS}/action_view/modules/actionview_content.inc
${DRUPAL_MODS}/action_view/modules/actionview_node.inc
${DRUPAL_MODS}/action_view/modules/actionview_profile.inc
${DRUPAL_MODS}/action_view/modules/actionview_taxonomy.inc
${DRUPAL_MODS}/action_view/modules/actionview_usernode.inc