Skip to content

Commit

Permalink
Item12477: move recording of changes up to Meta. The store just store…
Browse files Browse the repository at this point in the history
…s the records, it doesn't generate them. That gives us consistency over all store implementations, as well as affording the opprotunity to record a lot more useful information
  • Loading branch information
Comment committed Dec 19, 2014
1 parent ebf32a2 commit 1f6ee18
Show file tree
Hide file tree
Showing 13 changed files with 622 additions and 524 deletions.
1 change: 1 addition & 0 deletions MailerContrib/lib/Foswiki/Contrib/MailerContrib.pm
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ sub _processSubscriptions {
my $it = Foswiki::Func::eachChangeSince( $web, $timeOfLastNotify + 1 );
while ( $it->hasNext() ) {
my $change = $it->next();
next if $change->{minor};
next if $change->{more} && $change->{more} =~ /minor/;

next unless Foswiki::Func::topicExists( $web, $change->{topic} );
Expand Down
Loading

0 comments on commit 1f6ee18

Please sign in to comment.