From 208f1d6c06a8f21a7f2b12652a173aa11d2c7e93 Mon Sep 17 00:00:00 2001 From: stephan Date: Mon, 25 Oct 2010 09:24:49 +0000 Subject: [PATCH] import drupal-6.x-view_unpublished-1.0: This module allows you to grant access for specific user roles to view unpublished nodes of a specific type. Access control is quite granular in this regard. Additionally, using this module does not require any modifications to your existing URL structure. Used in concert with the Override Node Options module, you can give specific roles the ability to publish/unpublish certain node types without giving those roles administrative access to all nodes. --- www/drupal6/view_unpublished/Makefile | 10 ++++++++++ www/drupal6/view_unpublished/distinfo | 5 +++++ www/drupal6/view_unpublished/pkg/DESCR | 7 +++++++ www/drupal6/view_unpublished/pkg/PLIST | 8 ++++++++ 4 files changed, 30 insertions(+) create mode 100644 www/drupal6/view_unpublished/Makefile create mode 100644 www/drupal6/view_unpublished/distinfo create mode 100644 www/drupal6/view_unpublished/pkg/DESCR create mode 100644 www/drupal6/view_unpublished/pkg/PLIST diff --git a/www/drupal6/view_unpublished/Makefile b/www/drupal6/view_unpublished/Makefile new file mode 100644 index 00000000000..8c8fdcc568b --- /dev/null +++ b/www/drupal6/view_unpublished/Makefile @@ -0,0 +1,10 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2010/10/25 09:24:49 stephan Exp $ + +COMMENT = role-based access control to view unpublished nodes + +MAINTAINER = Stephan A. Rickauer + +DISTNAME = view_unpublished-6.x-1.0 +PKGNAME = drupal6-view_unpublished-1.0 + +.include diff --git a/www/drupal6/view_unpublished/distinfo b/www/drupal6/view_unpublished/distinfo new file mode 100644 index 00000000000..3cf3cddc9b1 --- /dev/null +++ b/www/drupal6/view_unpublished/distinfo @@ -0,0 +1,5 @@ +MD5 (drupal6/view_unpublished-6.x-1.0.tar.gz) = zhCqlgUyUcpI7fLhDahoXQ== +RMD160 (drupal6/view_unpublished-6.x-1.0.tar.gz) = S+TRnX1tU/DkOcbiUuTOirhsQL8= +SHA1 (drupal6/view_unpublished-6.x-1.0.tar.gz) = gLQ9Pw5oeK/eK2pRNHxBRgD9sdk= +SHA256 (drupal6/view_unpublished-6.x-1.0.tar.gz) = 7La0JnXnltw2zBYrhqdBrAyNF+SdEI5CDAjG/fB7nag= +SIZE (drupal6/view_unpublished-6.x-1.0.tar.gz) = 6971 diff --git a/www/drupal6/view_unpublished/pkg/DESCR b/www/drupal6/view_unpublished/pkg/DESCR new file mode 100644 index 00000000000..2f331ab66c6 --- /dev/null +++ b/www/drupal6/view_unpublished/pkg/DESCR @@ -0,0 +1,7 @@ +This module allows you to grant access for specific user roles to view +unpublished nodes of a specific type. Access control is quite granular +in this regard. Additionally, using this module does not require any +modifications to your existing URL structure. +Used in concert with the Override Node Options module, you can give +specific roles the ability to publish/unpublish certain node types +without giving those roles administrative access to all nodes. diff --git a/www/drupal6/view_unpublished/pkg/PLIST b/www/drupal6/view_unpublished/pkg/PLIST new file mode 100644 index 00000000000..46b6085f12e --- /dev/null +++ b/www/drupal6/view_unpublished/pkg/PLIST @@ -0,0 +1,8 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2010/10/25 09:24:49 stephan Exp $ +@owner ${DRUPAL_OWNER} +@group ${DRUPAL_GROUP} +${DRUPAL_MODS}view_unpublished/ +${DRUPAL_MODS}view_unpublished/LICENSE.txt +${DRUPAL_MODS}view_unpublished/README.txt +${DRUPAL_MODS}view_unpublished/view_unpublished.info +${DRUPAL_MODS}view_unpublished/view_unpublished.module