# HG changeset patch # User Paul Boddie # Date 1318722996 -7200 # Node ID 5d6c478ee3e53867efdf17e1ce25823334191050 # Parent ec7051aece28f18fd74bb574ba5ae1b2c5cb82d8 Isolated maps and unpositioned events on separate pages. Fixed the download link in the package information. Updated the release notes. diff -r ec7051aece28 -r 5d6c478ee3e5 PKG-INFO --- a/PKG-INFO Fri Oct 14 00:35:47 2011 +0200 +++ b/PKG-INFO Sun Oct 16 01:56:36 2011 +0200 @@ -6,7 +6,7 @@ Maintainer: Paul Boddie Maintainer-email: paul at boddie org uk Home-page: http://moinmo.in/MacroMarket/EventAggregator -Download-url: http://moinmo.in/MacroMarket/EventAggregator?action=AttachFile&do=view&target=EventAggregator-0.8.tar.gz +Download-url: http://moinmo.in/MacroMarket/EventAggregator?action=AttachFile&do=view&target=EventAggregator-0.8.tar.bz2 Summary: Aggregate event data and display it in an event calendar (or summarise it in iCalendar and RSS resources) License: GPL (version 2 or later) Description: The EventAggregator macro for MoinMoin can be used to display event diff -r ec7051aece28 -r 5d6c478ee3e5 README.txt --- a/README.txt Fri Oct 14 00:35:47 2011 +0200 +++ b/README.txt Sun Oct 16 01:56:36 2011 +0200 @@ -306,6 +306,8 @@ the page text can be changed and the page saved without a redundant initial version being created. Cancelling the editing operation will also avoid the creation of unwanted event pages. + * Added a page break before each map in the print view, adding a page break + after each map to fully isolate unpositioned events on separate pages. New in EventAggregator 0.8 (Changes since EventAggregator 0.7.1) ---------------------------------------------------------------- diff -r ec7051aece28 -r 5d6c478ee3e5 css/event-aggregator-print.css --- a/css/event-aggregator-print.css Fri Oct 14 00:35:47 2011 +0200 +++ b/css/event-aggregator-print.css Sun Oct 16 01:56:36 2011 +0200 @@ -64,6 +64,8 @@ .event-map table { display: block; + page-break-before: always; /* page-break-inside: avoid; not supported anywhere */ + page-break-after: always; } .event-map-container > ol {