New module 'Watcher'
This commit is contained in:
parent
1dd3176f21
commit
ec3462121f
18 changed files with 5862 additions and 0 deletions
14
sites/all/modules/watcher/watcher.info
Normal file
14
sites/all/modules/watcher/watcher.info
Normal file
|
@ -0,0 +1,14 @@
|
|||
; $Id: watcher.info,v 1.2.4.2 2009/02/26 17:03:48 solipsist Exp $
|
||||
name = "Watcher"
|
||||
description = "Watcher enables your site's users to watch nodes for changes and new comments and be notified about them."
|
||||
package = Other
|
||||
core = 6.x
|
||||
dependencies[] = node
|
||||
dependencies[] = token
|
||||
dependencies[] = comment
|
||||
; Information added by drupal.org packaging script on 2010-10-26
|
||||
version = "6.x-1.4"
|
||||
core = "6.x"
|
||||
project = "watcher"
|
||||
datestamp = "1288126235"
|
||||
|
Reference in a new issue