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,16 +44,18 @@ | ||||||
|       } |       } | ||||||
|       $obfuscated_email = preg_replace("/@/", " AT ", $email); |       $obfuscated_email = preg_replace("/@/", " AT ", $email); | ||||||
| 
 | 
 | ||||||
|       if (!$summary || $summary == "") { |       if (!$previousmember) { | ||||||
|         $bad_elements[] = "summary"; |         if (!$summary || $summary == "") { | ||||||
|         $errors[] = "Please enter a list of areas of GNOME to which you have made a non-trivial contribution."; |           $bad_elements[] = "summary"; | ||||||
|       } else if (!$details || $details == "") { |           $errors[] = "Please enter a list of areas of GNOME to which you have made a non-trivial contribution."; | ||||||
|         $bad_elements[] = "details"; |         } else if (!$details || $details == "") { | ||||||
|         $errors[] = "Please enter a more detailed description of your contributions."; |           $bad_elements[] = "details"; | ||||||
|       } |           $errors[] = "Please enter a more detailed description of your contributions."; | ||||||
|       if (!$contacts || $contacts == "") { |         } | ||||||
|         $bad_elements[] = "contacts"; |         if (!$contacts || $contacts == "") { | ||||||
|         $errors[] = "Please enter a list of individuals who can confirm your contributions or indicate us how the membership committee can verify your contributions."; |           $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) { |       if (count($bad_elements) == 0) { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Vincent Untz
						Vincent Untz