there's no need to enter all the informations for renewals
2004-09-15 Vincent Untz <vincent@vuntz.net> * foundation.gnome.org/membership/application.wml: there's no need to enter all the informations for renewals
This commit is contained in:
parent
986195f164
commit
bc7d4610cd
2 changed files with 17 additions and 10 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2004-09-15 Vincent Untz <vincent@vuntz.net>
|
||||||
|
|
||||||
|
* foundation.gnome.org/membership/application.wml: there's no need
|
||||||
|
to enter all the informations for renewals
|
||||||
|
|
||||||
2004-09-14 Vincent Untz <vincent@vuntz.net>
|
2004-09-14 Vincent Untz <vincent@vuntz.net>
|
||||||
|
|
||||||
* configure.in:
|
* configure.in:
|
||||||
|
|
|
@ -44,6 +44,7 @@
|
||||||
}
|
}
|
||||||
$obfuscated_email = preg_replace("/@/", " AT ", $email);
|
$obfuscated_email = preg_replace("/@/", " AT ", $email);
|
||||||
|
|
||||||
|
if (!$previousmember) {
|
||||||
if (!$summary || $summary == "") {
|
if (!$summary || $summary == "") {
|
||||||
$bad_elements[] = "summary";
|
$bad_elements[] = "summary";
|
||||||
$errors[] = "Please enter a list of areas of GNOME to which you have made a non-trivial contribution.";
|
$errors[] = "Please enter a list of areas of GNOME to which you have made a non-trivial contribution.";
|
||||||
|
@ -55,6 +56,7 @@
|
||||||
$bad_elements[] = "contacts";
|
$bad_elements[] = "contacts";
|
||||||
$errors[] = "Please enter a list of individuals who can confirm your contributions or indicate us how the membership committee can verify your contributions.";
|
$errors[] = "Please enter a list of individuals who can confirm your contributions or indicate us how the membership committee can verify your contributions.";
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if (count($bad_elements) == 0) {
|
if (count($bad_elements) == 0) {
|
||||||
// make the mail
|
// make the mail
|
||||||
|
|
Loading…
Reference in a new issue