fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2011-05-02 11:40 am

[dw-free] Update pauamma's email address in author sections

[commit: http://hg.dwscoalition.org/dw-free/rev/349e60113ca0]

http://bugs.dwscoalition.org/show_bug.cgi?id=3651

Update email address.

Patch by [personal profile] pauamma.

Files modified:
  • bin/worker/distribute-invites
  • cgi-bin/DW/BusinessRules.pm
  • cgi-bin/DW/BusinessRules/InviteCodes.pm
  • cgi-bin/DW/Controller/SiteStats.pm
  • cgi-bin/DW/InviteCodeRequests.pm
  • cgi-bin/DW/InviteCodes.pm
  • cgi-bin/DW/StatData/ActiveAccounts.pm
  • cgi-bin/DW/StatStore.pm
  • cgi-bin/DW/Worker/DistributeInvites.pm
  • htdocs/404-error.bml
  • views/admin/stats.tt
  • views/stats/site.tt
--------------------------------------------------------------------------------
diff -r 9d0bd3358c2d -r 349e60113ca0 bin/worker/distribute-invites
--- a/bin/worker/distribute-invites	Mon May 02 19:38:52 2011 +0800
+++ b/bin/worker/distribute-invites	Mon May 02 19:39:53 2011 +0800
@@ -5,7 +5,7 @@
 # TheSchwartz worker for invite code distribution.
 #
 # Authors:
-#      Pau Amma <pauamma@cpan.org>
+#      Pau Amma <pauamma@dreamwidth.org>
 #
 # Copyright (c) 2009 by Dreamwidth Studios, LLC.
 #
diff -r 9d0bd3358c2d -r 349e60113ca0 cgi-bin/DW/BusinessRules.pm
--- a/cgi-bin/DW/BusinessRules.pm	Mon May 02 19:38:52 2011 +0800
+++ b/cgi-bin/DW/BusinessRules.pm	Mon May 02 19:39:53 2011 +0800
@@ -7,7 +7,7 @@
 # invite code distribution), including merging default and site-specific rules.
 #
 # Authors:
-#      Pau Amma <pauamma@cpan.org>
+#      Pau Amma <pauamma@dreamwidth.org>
 #
 # Copyright (c) 2009 by Dreamwidth Studios, LLC.
 #
@@ -120,7 +120,7 @@ Bound to have some.
 
 =head1 AUTHORS
 
-Pau Amma <pauamma@cpan.org>
+Pau Amma <pauamma@dreamwidth.org>
 
 =head1 COPYRIGHT AND LICENSE
 
diff -r 9d0bd3358c2d -r 349e60113ca0 cgi-bin/DW/BusinessRules/InviteCodes.pm
--- a/cgi-bin/DW/BusinessRules/InviteCodes.pm	Mon May 02 19:38:52 2011 +0800
+++ b/cgi-bin/DW/BusinessRules/InviteCodes.pm	Mon May 02 19:39:53 2011 +0800
@@ -7,7 +7,7 @@
 # DW::BusinessRules::InviteCodes::*).
 #
 # Authors:
-#      Pau Amma <pauamma@cpan.org>
+#      Pau Amma <pauamma@dreamwidth.org>
 #
 # Copyright (c) 2009 by Dreamwidth Studios, LLC.
 #
@@ -186,7 +186,7 @@ Bound to have some.
 
 =head1 AUTHORS
 
-Pau Amma <pauamma@cpan.org>
+Pau Amma <pauamma@dreamwidth.org>
 
 =head1 COPYRIGHT AND LICENSE
 
diff -r 9d0bd3358c2d -r 349e60113ca0 cgi-bin/DW/Controller/SiteStats.pm
--- a/cgi-bin/DW/Controller/SiteStats.pm	Mon May 02 19:38:52 2011 +0800
+++ b/cgi-bin/DW/Controller/SiteStats.pm	Mon May 02 19:39:53 2011 +0800
@@ -6,7 +6,7 @@
 #
 # Authors:
 #      Afuna <coder.dw@afunamatata.com>
-#      Pau Amma <pauamma@cpan.org>
+#      Pau Amma <pauamma@dreamwidth.org>
 #
 # Copyright (c) 2009-2010 by Dreamwidth Studios, LLC.
 #
diff -r 9d0bd3358c2d -r 349e60113ca0 cgi-bin/DW/InviteCodeRequests.pm
--- a/cgi-bin/DW/InviteCodeRequests.pm	Mon May 02 19:38:52 2011 +0800
+++ b/cgi-bin/DW/InviteCodeRequests.pm	Mon May 02 19:39:53 2011 +0800
@@ -4,7 +4,7 @@
 #
 # Authors:
 #      Afuna <coder.dw@afunamatata.com>
-#      Pau Amma <pauamma@cpan.org>
+#      Pau Amma <pauamma@dreamwidth.org>
 #
 # Copyright (c) 2009 by Dreamwidth Studios, LLC.
 #
@@ -354,7 +354,7 @@ sub timeprocessed {
 =head1 AUTHORS
 
 Afuna <coder.dw@afunamatata.com>
-Pau Amma <pauamma@cpan.org>
+Pau Amma <pauamma@dreamwidth.org>
 
 =head1 COPYRIGHT AND LICENSE
 
diff -r 9d0bd3358c2d -r 349e60113ca0 cgi-bin/DW/InviteCodes.pm
--- a/cgi-bin/DW/InviteCodes.pm	Mon May 02 19:38:52 2011 +0800
+++ b/cgi-bin/DW/InviteCodes.pm	Mon May 02 19:39:53 2011 +0800
@@ -4,7 +4,7 @@
 #
 # Authors:
 #      Afuna <coder.dw@afunamatata.com>
-#      Pau Amma <pauamma@cpan.org>
+#      Pau Amma <pauamma@dreamwidth.org>
 #
 # Copyright (c) 2009 by Dreamwidth Studios, LLC.
 #
@@ -512,7 +512,7 @@ Bound to be some.
 
 Afuna <coder.dw@afunamatata.com>
 
-Pau Amma <pauamma@cpan.org>
+Pau Amma <pauamma@dreamwidth.org>
 
 =head1 COPYRIGHT AND LICENSE
 
diff -r 9d0bd3358c2d -r 349e60113ca0 cgi-bin/DW/StatData/ActiveAccounts.pm
--- a/cgi-bin/DW/StatData/ActiveAccounts.pm	Mon May 02 19:38:52 2011 +0800
+++ b/cgi-bin/DW/StatData/ActiveAccounts.pm	Mon May 02 19:39:53 2011 +0800
@@ -4,7 +4,7 @@
 # and account level
 #
 # Authors:
-#      Pau Amma <pauamma@cpan.org>
+#      Pau Amma <pauamma@dreamwidth.org>
 #      Some code based off bin/maint/stats.pl
 #
 # Copyright (c) 2009-2010 by Dreamwidth Studios, LLC.
@@ -149,7 +149,7 @@ a bug in the design.
 
 =head1 AUTHORS
 
-Pau Amma <pauamma@cpan.org>, with some code based off bin/maint/stats.pl
+Pau Amma <pauamma@dreamwidth.org>, with some code based off bin/maint/stats.pl
 
 =head1 COPYRIGHT AND LICENSE
 
diff -r 9d0bd3358c2d -r 349e60113ca0 cgi-bin/DW/StatStore.pm
--- a/cgi-bin/DW/StatStore.pm	Mon May 02 19:38:52 2011 +0800
+++ b/cgi-bin/DW/StatStore.pm	Mon May 02 19:39:53 2011 +0800
@@ -6,7 +6,7 @@
 #
 # Authors:
 #      Mark Smith <mark@dreamwidth.org>
-#      Pau Amma <pauamma@cpan.org>
+#      Pau Amma <pauamma@dreamwidth.org>
 #      Afuna <coder.dw@afunamatata.com>
 #
 # Copyright (c) 2009-2010 by Dreamwidth Studios, LLC.
@@ -153,7 +153,7 @@ 1;
 
 Mark Smith <mark@dreamwidth.org>
 
-Pau Amma <pauamma@cpan.org>
+Pau Amma <pauamma@dreamwidth.org>
 
 Afuna <coder.dw@afunamatata.com>
 
diff -r 9d0bd3358c2d -r 349e60113ca0 cgi-bin/DW/Worker/DistributeInvites.pm
--- a/cgi-bin/DW/Worker/DistributeInvites.pm	Mon May 02 19:38:52 2011 +0800
+++ b/cgi-bin/DW/Worker/DistributeInvites.pm	Mon May 02 19:39:53 2011 +0800
@@ -8,7 +8,7 @@
 #       invites => 42, reason => 'Because I wanna' } );
 #
 # Authors:
-#      Pau Amma <pauamma@cpan.org>
+#      Pau Amma <pauamma@dreamwidth.org>
 #
 # Copyright (c) 2009 by Dreamwidth Studios, LLC.
 #
diff -r 9d0bd3358c2d -r 349e60113ca0 htdocs/404-error.bml
--- a/htdocs/404-error.bml	Mon May 02 19:38:52 2011 +0800
+++ b/htdocs/404-error.bml	Mon May 02 19:39:53 2011 +0800
@@ -5,7 +5,7 @@
 # Stock 404 ErrorDocument
 #
 # Author:
-#      Pau Amma <pauamma@cpan.org>
+#      Pau Amma <pauamma@dreamwidth.org>
 #
 # Copyright (c) 2009 by Dreamwidth Studios, LLC.
 #
diff -r 9d0bd3358c2d -r 349e60113ca0 views/admin/stats.tt
--- a/views/admin/stats.tt	Mon May 02 19:38:52 2011 +0800
+++ b/views/admin/stats.tt	Mon May 02 19:39:53 2011 +0800
@@ -5,7 +5,7 @@ Admin-level statistics
 
 Authors:
      Afuna <coder.dw@afunamatata.com>
-     Pau Amma <pauamma@cpan.org>
+     Pau Amma <pauamma@dreamwidth.org>
 
 Copyright (c) 2009-2010 by Dreamwidth Studios, LLC.
 
diff -r 9d0bd3358c2d -r 349e60113ca0 views/stats/site.tt
--- a/views/stats/site.tt	Mon May 02 19:38:52 2011 +0800
+++ b/views/stats/site.tt	Mon May 02 19:39:53 2011 +0800
@@ -5,7 +5,7 @@ New public statistics
 
 Authors:
      Afuna <coder.dw@afunamatata.com>
-     Pau Amma <pauamma@cpan.org>
+     Pau Amma <pauamma@dreamwidth.org>
 
 Copyright (c) 2009-2010 by Dreamwidth Studios, LLC.
 
--------------------------------------------------------------------------------