I think the simplenews_digest.info file should include package="News" which will put this module with the rest of the simplenews modules in administer -> modules

Comments

Steve Dondley’s picture

I downloaded simplenews yesterday and it's in the "mail" package.

Steve Dondley’s picture

Status: Active » Closed (won't fix)
vm’s picture

Maybe I didn't make myself very clear.
Let me try again:

All of the other simple news addons. ie: simplenews_template, simplenews_register and simplenews.module itself are in the "Mail" fieldset in administer -> modules

simplenews_digest (this module) on the other hand comes up in the "other" fieldset because it does not include a package = "Mail" in the .info file. This separates it from the rest of the simplenews moduels in the administer -> modules screen.

simplenews_digest.info

name = Simplenews Digest 
description = "Sends out newsletters to users automatically at predefined intervals." 
project = "Other"

Should it not be:

name = Simplenews Digest 
description = "Sends out newsletters to users automatically at predefined intervals." 
package = "Mail"

notice the change from project to package and from "Other" to "Mail"

Steve Dondley’s picture

It is for the drupal 6 release (unless I commited the wrong code to the dev branch).

vm’s picture

; $Id: simplenews_digest.info,v 1.1 2008/08/03 05:40:24 steved Exp $
name = Simplenews Digest 
description = "Sends out newsletters to users automatically at predefined intervals." 
project = "Other"

; Information added by drupal.org packaging script on 2009-01-03
version = "6.x-1.x-dev"
core = "6.x"
project = "simplenews_digest"
datestamp = "1230984921"

The above is what is included in the simplenews_digest.info file bundled with 6.x-dev dated 1-3-09

vm’s picture

I had to edit the above pasted .info file. I added the one I corrected and not the one from a fresh download. What is pasted above is now the exact .info file from a fresh download. Sorry for clouding the issue.

Steve Dondley’s picture

Status: Closed (won't fix) » Active

OK, I screwed up the commit to the Drupal branch. I'll have to fix later.

Steve Dondley’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.