forked from silverstripe-archive/silverstripe-newsletter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FEATURE: merged features from trunk r113768,r13770,r113779-r113782
- Loading branch information
Normann Lou
committed
Nov 30, 2010
1 parent
56888e2
commit 4251b91
Showing
18 changed files
with
144 additions
and
444 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Newsletter Module | ||
|
||
## Maintainer Contact | ||
|
||
* Normann Lou (Nickname: nlou) | ||
normann (at) silverstripe (dot) com | ||
|
||
## Requirements | ||
|
||
SilverStripe 2.4.2+ | ||
|
||
## Documentation | ||
|
||
http://doc.silverstripe.com/modules:newsletter | ||
|
||
## Installation Instructions | ||
|
||
Extract the newsletter folder into the top level of your site, and visit | ||
http://www.mysite.com/dev/build to rebuild the database. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -99,5 +99,4 @@ function next() { | |
else | ||
return $process->next(); | ||
} | ||
} | ||
?> | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,5 +54,4 @@ function Entries() { | |
|
||
return new DataObjectSet( $bouncedUsers ); | ||
} | ||
} | ||
?> | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.