diff --git a/Changes b/Changes index 291d464..0cd2523 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for CPAN-Testers-WWW-Statistics +0.85 28/05/2010 + - added missing.html for missing in action PAUSE accounts. + 0.84 20/04/2010 - fixed ranges() to return correct ranges for a range ending on or after the current month, and ignore any that start on or after the diff --git a/MANIFEST b/MANIFEST index 471ffe1..5e69d8d 100644 --- a/MANIFEST +++ b/MANIFEST @@ -7,7 +7,6 @@ bin/addresses.pl bin/cpanstats-writegraphs bin/cpanstats-writepages bin/getmailrc.pl -data/01mailrc.txt examples/cpanstats.sql examples/cpanstats.sh examples/example-settings.ini @@ -60,6 +59,7 @@ templates/interest.html templates/layout.html templates/layout-wide.html templates/leadercpan.html +templates/missing.html templates/month.html templates/mperls.html templates/mplatforms.html diff --git a/templates/missing.html b/templates/missing.html new file mode 100644 index 0000000..4037b35 --- /dev/null +++ b/templates/missing.html @@ -0,0 +1,39 @@ +[% + title = 'Missing In Action' ; + box_sites = 1 + + crumb2_name = 'Main' ; + crumb2_href = '/' ; + crumb1_name = 'Missing In Action' ; +%] + +

Since setting up the ability for CPAN authors to receive daily summary reports, the CPAN Testers server has received the +occasional bounce back, when the destination mail server has rejected an email from the CPAN Testers. To avoid continually +receiving these bounce backs, we disable sending to these addresses. This then means that these users no longer receive +any daily summaries or individual reports from the CPAN Testers preferences system.

+

If your PAUSE id is listed below, please take the time to check how your PAUSE account +is set up, as you may have inadvertantly provided an mispelt address, or perhaps an old email address is listed that requires +updating. Or it is quite possible that need to set your PAUSE account to allow receipt of email. Once logged into PAUSE, +under the 'Account' menu heading, click 'Edit Account Info'. Here you can enter a visible email address, a secret email +address and set how redirect works. Regards the latter, if you select 'Neither Nor' this will disable your ability to +receive CPAN Testers emails, RT bug tickets and potentially anyone wishing to contact you regarding your modules. If it is +your intention to not receive these emails, please ensure your modules provide some means for users to contact you.

+

Once your pause redirect is corrected as appropriate, please contact me and I will +remove you from the list below, and re-enable the CPAN Testers summaries for you.

+ +

Missing In Action

+ +
+ + +[% IF missing %] +[% FOREACH item = missing %] + +[% END %] +[% ELSE %] + +[% END %] +
PAUSETimestampReason
[% item.pauseid %][% item.timestamp %][% item.reason %]
All PAUSE ids accounted for.
+
+ +

Note: The timestamp indicates the time of the last received bounce back email.