import disable_messages

Gives a site owner options to disable specific messages shown to end
users. The core drupal message system as offered by drupal_set_message
is an excellent way for modules to send out messages to the end users.
However not all drupal site owners are keen to show all the messages
sent out by drupal core and all modules to their users. This module
gives site administrators a reasonably powerful way to filter out
messages shown to the end users.
This commit is contained in:
jasper 2012-07-12 21:48:14 +00:00
parent d79baff454
commit 04f534eb55
4 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,10 @@
# $OpenBSD: Makefile,v 1.1.1.1 2012/07/12 21:48:14 jasper Exp $
COMMENT = disable specific messages shown to end users
DISTNAME = disable_messages-7.x-1.0
PKGNAME = drupal7-disable_messages-1.0
MAINTAINER = Jasper Lievisse Adriaanse <jasper@openbsd.org>
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (drupal7/disable_messages-7.x-1.0.tar.gz) = KPEjjyrSrcJZmRfijpyWWQ==
RMD160 (drupal7/disable_messages-7.x-1.0.tar.gz) = +iSR3hvcOz7DMhGkdioy9irkXMc=
SHA1 (drupal7/disable_messages-7.x-1.0.tar.gz) = 9ZueSFfvffOBNK9fQzjoWWDqso0=
SHA256 (drupal7/disable_messages-7.x-1.0.tar.gz) = H2KOnXCo2grgnYfsizZ4M38CzAyhbsPE/WaQSrjFduQ=
SIZE (drupal7/disable_messages-7.x-1.0.tar.gz) = 11130

View File

@ -0,0 +1,7 @@
Gives a site owner options to disable specific messages shown to end
users. The core drupal message system as offered by drupal_set_message
is an excellent way for modules to send out messages to the end users.
However not all drupal site owners are keen to show all the messages
sent out by drupal core and all modules to their users. This module
gives site administrators a reasonably powerful way to filter out
messages shown to the end users.

View File

@ -0,0 +1,9 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2012/07/12 21:48:14 jasper Exp $
@owner ${DRUPAL_OWNER}
@group ${DRUPAL_GROUP}
${DRUPAL_MODS}disable_messages/
${DRUPAL_MODS}disable_messages/LICENSE.txt
${DRUPAL_MODS}disable_messages/README.txt
${DRUPAL_MODS}disable_messages/disable_messages.info
${DRUPAL_MODS}disable_messages/disable_messages.install
${DRUPAL_MODS}disable_messages/disable_messages.module