# HG changeset patch # User Paul Boddie # Date 1390414752 -3600 # Node ID 341db84affc5f701e3ab20dc3551a99a9fd55947 # Parent 1c58784606ce43b9d43fa2bcf7095fc7f53f6a75 Re-added the "pages" dependency to the macro, since its absence causes the non-script-based navigation to fail to update the calendar. diff -r 1c58784606ce -r 341db84affc5 README.txt --- a/README.txt Wed Jan 22 18:58:23 2014 +0100 +++ b/README.txt Wed Jan 22 19:19:12 2014 +0100 @@ -360,6 +360,8 @@ * Added support for remote iCalendar event sources using particular content types instead of text/calendar. * Added aggregation and improved formatting of iCalendar pages and regions. + * Re-added the "pages" dependency to the macro, since its absence causes the + non-script-based navigation to fail to update the calendar. New in EventAggregator 0.10.2 (Changes since EventAggregator 0.10.1) -------------------------------------------------------------------- diff -r 1c58784606ce -r 341db84affc5 macros/EventAggregator.py --- a/macros/EventAggregator.py Wed Jan 22 18:58:23 2014 +0100 +++ b/macros/EventAggregator.py Wed Jan 22 19:19:12 2014 +0100 @@ -2,7 +2,7 @@ """ MoinMoin - EventAggregator Macro - @copyright: 2008, 2009, 2010, 2011, 2012, 2013 by Paul Boddie + @copyright: 2008, 2009, 2010, 2011, 2012, 2013, 2014 by Paul Boddie @copyright: 2000-2004 Juergen Hermann , 2005-2008 MoinMoin:ThomasWaldmann @license: GNU GPL (v2 or later), see COPYING.txt for details. @@ -14,7 +14,7 @@ from MoinDateSupport import getFormMonth from MoinMoin import wikiutil -Dependencies = [] +Dependencies = ["pages"] # Macro functions.