Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 287283
Collapse All | Expand All

(-)components/portal/committer_vote/committer_vote_summary.class.php (-2 / +5 lines)
Lines 116-124 Link Here
116
				"$have Voting successful.<br>" .
116
				"$have Voting successful.<br>" .
117
				"$have PMC approved.<br>" .
117
				"$have PMC approved.<br>" .
118
				"$have VCS package information.<br>" .
118
				"$have VCS package information.<br>" .
119
				"$need Waiting for candidate paperwork." .
119
				"$need Processing candidate paperwork.*" .
120
				"<div style='color: gray;'>\n" .
120
				"<div style='color: gray;'>\n" .
121
				$this->legal_status_html() . "</div>\n";
121
				$this->legal_status_html() . "</div>\n
122
				<p>* If you have provided all requested paperwork (see \"New Committer Request Form\" email), 
123
				please allow 5 – 7 business days for processing (we're semi-automated but not fully robotic). 
124
				If you have not submitted your paperwork, please do so.</p>";
122
			case 'sent_to_webmaster': return
125
			case 'sent_to_webmaster': return
123
				"$have Voting successful.<br>" .
126
				"$have Voting successful.<br>" .
124
				"$have PMC approved.<br>" .
127
				"$have PMC approved.<br>" .
(-)tests/scripts/committer_election/committer_election_with_more_paperwork_required_for_individuals.txt (-1 / +1 lines)
Lines 66-72 Link Here
66
66
67
login( 'developer1' );
67
login( 'developer1' );
68
find( "committer_vote", "fullname() == 'Karl Candidate'" );
68
find( "committer_vote", "fullname() == 'Karl Candidate'" );
69
check( "Waiting for candidate paperwork" );
69
check( "Processing candidate paperwork" );
70
70
71
advance('3 days');
71
advance('3 days');
72
// candidate sends paper ICA and ECECF
72
// candidate sends paper ICA and ECECF
(-)tests/scripts/committer_election/committer_election_with_reminders_for_tardy_candidate_paperwork.txt (-1 / +1 lines)
Lines 65-71 Link Here
65
show();
65
show();
66
login( 'developer1' );
66
login( 'developer1' );
67
find( "committer_vote", "fullname() == 'Karl Candidate'" );
67
find( "committer_vote", "fullname() == 'Karl Candidate'" );
68
check( "Waiting for candidate paperwork" );
68
check( "Processing candidate paperwork" );
69
show();
69
show();
70
advance( '1 week' );
70
advance( '1 week' );
71
email( 'Reminder to fill out the New Committer paperwork', 'candidate' );
71
email( 'Reminder to fill out the New Committer paperwork', 'candidate' );
(-)tests/scripts/committer_election/committer_election_with_reminders_for_tardy_candidate_paperwork_for_existing_committer.txt (-1 / +1 lines)
Lines 49-55 Link Here
49
show();
49
show();
50
login( 'developer1' );
50
login( 'developer1' );
51
find( "committer_vote", "fullname() == 'Tyro Newbie'" );
51
find( "committer_vote", "fullname() == 'Tyro Newbie'" );
52
check( "Waiting for candidate paperwork" );
52
check( "Processing candidate paperwork" );
53
show();
53
show();
54
advance( '1 week' );
54
advance( '1 week' );
55
email( 'Reminder to fill out the New Committer paperwork', 'developer4' );
55
email( 'Reminder to fill out the New Committer paperwork', 'developer4' );

Return to bug 287283