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>
|
||||
|
||||
* configure.in:
|
||||
|
|
|
@ -44,16 +44,18 @@
|
|||
}
|
||||
$obfuscated_email = preg_replace("/@/", " AT ", $email);
|
||||
|
||||
if (!$summary || $summary == "") {
|
||||
$bad_elements[] = "summary";
|
||||
$errors[] = "Please enter a list of areas of GNOME to which you have made a non-trivial contribution.";
|
||||
} else if (!$details || $details == "") {
|
||||
$bad_elements[] = "details";
|
||||
$errors[] = "Please enter a more detailed description of your contributions.";
|
||||
}
|
||||
if (!$contacts || $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.";
|
||||
if (!$previousmember) {
|
||||
if (!$summary || $summary == "") {
|
||||
$bad_elements[] = "summary";
|
||||
$errors[] = "Please enter a list of areas of GNOME to which you have made a non-trivial contribution.";
|
||||
} else if (!$details || $details == "") {
|
||||
$bad_elements[] = "details";
|
||||
$errors[] = "Please enter a more detailed description of your contributions.";
|
||||
}
|
||||
if (!$contacts || $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.";
|
||||
}
|
||||
}
|
||||
|
||||
if (count($bad_elements) == 0) {
|
||||
|
|
Loading…
Reference in a new issue