Changeset 3638
- Timestamp:
- 04/23/09 13:42:00 (3 years ago)
- Location:
- branches/Release01x00/MailerContrib
- Files:
-
- 3 edited
-
data/System/MailerContrib.txt (modified) (1 diff)
-
lib/Foswiki/Contrib/MailerContrib.pm (modified) (1 diff)
-
lib/Foswiki/Contrib/MailerContrib/WebNotify.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/Release01x00/MailerContrib/data/System/MailerContrib.txt
r3048 r3638 163 163 | Version: | %$VERSION% | 164 164 | Change History: | | 165 | 23 Apr 2009 | Foswikitask:Item1501: Minor bug in logfile output fixed | 165 166 | 03 Dec 2008 | Re-released for the Foswiki project | 166 167 | 15 Oct 2008 | TWikibug:Item: generalised code to enable Foswiki:Extensions.SubscribePlugin to delegate parsing to %TOPIC% - Foswiki:Main.SvenDowideit | -
branches/Release01x00/MailerContrib/lib/Foswiki/Contrib/MailerContrib.pm
r1340 r3638 28 28 use vars qw ( $VERSION $RELEASE $verbose ); 29 29 30 $VERSION = '$Rev : 16130$';31 $RELEASE = ' 03 Dec 2008';30 $VERSION = '$Rev$'; 31 $RELEASE = '23 Apr 2009'; 32 32 33 33 # PROTECTED STATIC ensure the contrib is initernally initialised -
branches/Release01x00/MailerContrib/lib/Foswiki/Contrib/MailerContrib/WebNotify.pm
r1340 r3638 233 233 my $subscribersOnly = shift || 0; 234 234 235 my $page = $this->{pretext} if (!$subscribersOnly); 236 235 my $page = ''; 236 237 $page .= $this->{pretext} if (!$subscribersOnly); 237 238 foreach my $name ( sort keys %{$this->{subscribers}} ) { 238 239 my $subscriber = $this->{subscribers}{$name};
Note: See TracChangeset
for help on using the changeset viewer.
