[vhffs-dev] [svn] commit: r289 - in /branches/vhffs_4.1: vhffs-irc/ vhffs-panel/admin/ vhffs-robots/src/ |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
- To: vhffs-dev@xxxxxxxxx
- Subject: [vhffs-dev] [svn] commit: r289 - in /branches/vhffs_4.1: vhffs-irc/ vhffs-panel/admin/ vhffs-robots/src/
- From: vhffs-dev@xxxxxxxxx
- Date: Wed, 08 Nov 2006 08:28:03 -0000
Author: gradator
Date: Wed Nov 8 09:28:03 2006
New Revision: 289
Log:
Now uses get_moderator_mail() instead get_master_mail() in from of mail sent by moderation process
Modified:
branches/vhffs_4.1/vhffs-irc/modobot.pl
branches/vhffs_4.1/vhffs-panel/admin/moderation_submit.pl
branches/vhffs_4.1/vhffs-robots/src/refused_cvs.pl
branches/vhffs_4.1/vhffs-robots/src/refused_dns.pl
branches/vhffs_4.1/vhffs-robots/src/refused_groups.pl
branches/vhffs_4.1/vhffs-robots/src/refused_largefile.pl
branches/vhffs_4.1/vhffs-robots/src/refused_mail.pl
branches/vhffs_4.1/vhffs-robots/src/refused_ml.pl
branches/vhffs_4.1/vhffs-robots/src/refused_mysql.pl
branches/vhffs_4.1/vhffs-robots/src/refused_postgres.pl
branches/vhffs_4.1/vhffs-robots/src/refused_repository.pl
branches/vhffs_4.1/vhffs-robots/src/refused_svn.pl
branches/vhffs_4.1/vhffs-robots/src/refused_web.pl
Modified: branches/vhffs_4.1/vhffs-irc/modobot.pl
==============================================================================
--- branches/vhffs_4.1/vhffs-irc/modobot.pl (original)
+++ branches/vhffs_4.1/vhffs-irc/modobot.pl Wed Nov 8 09:28:03 2006
@@ -401,7 +401,7 @@
$mail .= gettext("The Moderator and Admin team");
my $subject = gettext("Your request on VHFFS platform");
- Vhffs::Functions::send_mail( $vhffs->get_config->get_master_mail , $userbis->get_mail , $subject , $mail );
+ Vhffs::Functions::send_mail( $vhffs->get_config->get_moderator_mail , $userbis->get_mail , $subject , $mail );
if( $vhffs->get_config->use_notation == 1 )
{
Modified: branches/vhffs_4.1/vhffs-panel/admin/moderation_submit.pl
==============================================================================
--- branches/vhffs_4.1/vhffs-panel/admin/moderation_submit.pl (original)
+++ branches/vhffs_4.1/vhffs-panel/admin/moderation_submit.pl Wed Nov 8 09:28:03 2006
@@ -108,7 +108,7 @@
$mail .= gettext("The Moderator and Admin team");
my $subject = gettext("Your request on VHFFS platform");
- Vhffs::Functions::send_mail( $vhffs->get_config->get_master_mail , $userbis->get_mail , $subject , $mail );
+ Vhffs::Functions::send_mail( $vhffs->get_config->get_moderator_mail , $userbis->get_mail , $subject , $mail );
if( $vhffs->get_config->use_notation == 1 )
{
Modified: branches/vhffs_4.1/vhffs-robots/src/refused_cvs.pl
==============================================================================
--- branches/vhffs_4.1/vhffs-robots/src/refused_cvs.pl (original)
+++ branches/vhffs_4.1/vhffs-robots/src/refused_cvs.pl Wed Nov 8 09:28:03 2006
@@ -80,7 +80,7 @@
$message .= gettext("The Moderator and Admin team");
$subject = gettext("Your CVS repository request");
- Vhffs::Functions::send_mail( $vhffs->get_config->get_master_mail , $user->get_mail , $subject , $message );
+ Vhffs::Functions::send_mail( $vhffs->get_config->get_moderator_mail , $user->get_mail , $subject , $message );
}
$object->delete;
Modified: branches/vhffs_4.1/vhffs-robots/src/refused_dns.pl
==============================================================================
--- branches/vhffs_4.1/vhffs-robots/src/refused_dns.pl (original)
+++ branches/vhffs_4.1/vhffs-robots/src/refused_dns.pl Wed Nov 8 09:28:03 2006
@@ -79,7 +79,7 @@
$message .= gettext("The Moderator and Admin team");
$subject = gettext("Your DNS hosting request");
- Vhffs::Functions::send_mail( $vhffs->get_config->get_master_mail , $user->get_mail , $subject , $message );
+ Vhffs::Functions::send_mail( $vhffs->get_config->get_moderator_mail , $user->get_mail , $subject , $message );
}
$object->delete;
Modified: branches/vhffs_4.1/vhffs-robots/src/refused_groups.pl
==============================================================================
--- branches/vhffs_4.1/vhffs-robots/src/refused_groups.pl (original)
+++ branches/vhffs_4.1/vhffs-robots/src/refused_groups.pl Wed Nov 8 09:28:03 2006
@@ -79,7 +79,7 @@
$message .= gettext("The Moderator and Admin team");
$subject = gettext("Your Group request");
- Vhffs::Functions::send_mail( $vhffs->get_config->get_master_mail , $user->get_mail , $subject , $message );
+ Vhffs::Functions::send_mail( $vhffs->get_config->get_moderator_mail , $user->get_mail , $subject , $message );
}
$object->delete;
Modified: branches/vhffs_4.1/vhffs-robots/src/refused_largefile.pl
==============================================================================
--- branches/vhffs_4.1/vhffs-robots/src/refused_largefile.pl (original)
+++ branches/vhffs_4.1/vhffs-robots/src/refused_largefile.pl Wed Nov 8 09:28:03 2006
@@ -81,7 +81,7 @@
$message .= gettext("The Moderator and Admin team");
$subject = gettext("Your file-hosting request");
- Vhffs::Functions::send_mail( $vhffs->get_config->get_master_mail , $user->get_mail , $subject , $message );
+ Vhffs::Functions::send_mail( $vhffs->get_config->get_moderator_mail , $user->get_mail , $subject , $message );
}
$object->delete;
Modified: branches/vhffs_4.1/vhffs-robots/src/refused_mail.pl
==============================================================================
--- branches/vhffs_4.1/vhffs-robots/src/refused_mail.pl (original)
+++ branches/vhffs_4.1/vhffs-robots/src/refused_mail.pl Wed Nov 8 09:28:03 2006
@@ -79,7 +79,7 @@
$message .= gettext("The Moderator and Admin team");
$subject = gettext("Your Mail hosting request");
- Vhffs::Functions::send_mail( $vhffs->get_config->get_master_mail , $user->get_mail , $subject , $message );
+ Vhffs::Functions::send_mail( $vhffs->get_config->get_moderator_mail , $user->get_mail , $subject , $message );
}
$object->delete;
Modified: branches/vhffs_4.1/vhffs-robots/src/refused_ml.pl
==============================================================================
--- branches/vhffs_4.1/vhffs-robots/src/refused_ml.pl (original)
+++ branches/vhffs_4.1/vhffs-robots/src/refused_ml.pl Wed Nov 8 09:28:03 2006
@@ -78,7 +78,7 @@
$message .= gettext("Cheers,")."\n";
$message .= gettext("The Moderator and Admin team");
$subject = gettext("Your Mailing-list request");
- Vhffs::Functions::send_mail( $vhffs->get_config->get_master_mail , $user->get_mail , $subject , $message );
+ Vhffs::Functions::send_mail( $vhffs->get_config->get_moderator_mail , $user->get_mail , $subject , $message );
}
$object->delete;
Modified: branches/vhffs_4.1/vhffs-robots/src/refused_mysql.pl
==============================================================================
--- branches/vhffs_4.1/vhffs-robots/src/refused_mysql.pl (original)
+++ branches/vhffs_4.1/vhffs-robots/src/refused_mysql.pl Wed Nov 8 09:28:03 2006
@@ -50,7 +50,7 @@
$message .= gettext("The Moderator and Admin team");
$subject = gettext("Your MySQL database request");
- Vhffs::Functions::send_mail( $vhffs->get_config->get_master_mail , $user->get_mail , $subject , $message );
+ Vhffs::Functions::send_mail( $vhffs->get_config->get_moderator_mail , $user->get_mail , $subject , $message );
}
$object->delete;
Modified: branches/vhffs_4.1/vhffs-robots/src/refused_postgres.pl
==============================================================================
--- branches/vhffs_4.1/vhffs-robots/src/refused_postgres.pl (original)
+++ branches/vhffs_4.1/vhffs-robots/src/refused_postgres.pl Wed Nov 8 09:28:03 2006
@@ -79,7 +79,7 @@
$message .= gettext("The Moderator and Admin team");
$subject = gettext("Your PostgreSQL database request");
- Vhffs::Functions::send_mail( $vhffs->get_config->get_master_mail , $user->get_mail , $subject , $message );
+ Vhffs::Functions::send_mail( $vhffs->get_config->get_moderator_mail , $user->get_mail , $subject , $message );
}
$object->delete;
Modified: branches/vhffs_4.1/vhffs-robots/src/refused_repository.pl
==============================================================================
--- branches/vhffs_4.1/vhffs-robots/src/refused_repository.pl (original)
+++ branches/vhffs_4.1/vhffs-robots/src/refused_repository.pl Wed Nov 8 09:28:03 2006
@@ -80,7 +80,7 @@
$message .= gettext("The Moderator and Admin team");
$subject = gettext("Your Download repository request");
- Vhffs::Functions::send_mail( $vhffs->get_config->get_master_mail , $user->get_mail , $subject , $message );
+ Vhffs::Functions::send_mail( $vhffs->get_config->get_moderator_mail , $user->get_mail , $subject , $message );
}
$object->delete;
Modified: branches/vhffs_4.1/vhffs-robots/src/refused_svn.pl
==============================================================================
--- branches/vhffs_4.1/vhffs-robots/src/refused_svn.pl (original)
+++ branches/vhffs_4.1/vhffs-robots/src/refused_svn.pl Wed Nov 8 09:28:03 2006
@@ -50,7 +50,7 @@
$message .= gettext("The Moderator and Admin team");
$subject = gettext("Your Subversion repository request");
- Vhffs::Functions::send_mail( $vhffs->get_config->get_master_mail , $user->get_mail , $subject , $message );
+ Vhffs::Functions::send_mail( $vhffs->get_config->get_moderator_mail , $user->get_mail , $subject , $message );
}
$object->delete;
Modified: branches/vhffs_4.1/vhffs-robots/src/refused_web.pl
==============================================================================
--- branches/vhffs_4.1/vhffs-robots/src/refused_web.pl (original)
+++ branches/vhffs_4.1/vhffs-robots/src/refused_web.pl Wed Nov 8 09:28:03 2006
@@ -79,7 +79,7 @@
$message .= gettext("The Moderator and Admin team");
$subject = gettext("Your hosting request");
- Vhffs::Functions::send_mail( $vhffs->get_config->get_master_mail , $user->get_mail , $subject , $message );
+ Vhffs::Functions::send_mail( $vhffs->get_config->get_moderator_mail , $user->get_mail , $subject , $message );
}
$object->delete;