]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - IkiWiki/Plugin/calendar.pm
calendar: Add creation time limits to user's pagespec
[git.ikiwiki.info.git] / IkiWiki / Plugin / calendar.pm
index 71c671d67e1d1919593c5fa4b6cb2bcb425c930e..5aac958841793b3e92cf4b6fe2820c1aa8c4245e 100644 (file)
@@ -66,7 +66,8 @@ sub format_month (@) {
        my %params=@_;
 
        my %linkcache;
-       foreach my $p (pagespec_match_list($params{page}, $params{pages},
+       foreach my $p (pagespec_match_list($params{page}, 
+                               "creation_year($params{year}) and creation_month($params{month}) and ($params{pages})",
                                # add presence dependencies to update
                                # month calendar when pages are added/removed
                                deptype => deptype("presence"))) {