summaryrefslogtreecommitdiff
path: root/template/patch_form.tt2
blob: b860b8d78a8db505d07e4efd65addb20099b2c9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
[% IF new_commitfest %]
<p class='error'>You are moving this patch to a different CommitFest.  Since
topics are CommitFest-specific, you must select an appropriate topic for this
patch from among those defined for the target CommitFest.
<input name='commitfest' type='hidden' value='[% new_commitfest.id %]'></p>
[% SET nopara = 1 %]
[% END %]

[% IF commitfest_topic_warning %]
<p class='error'>Note: No topics have been defined for this CommitFest.
Before you can add patches to this CommitFest, you will need to visit the
<a href='/https/git.postgresql.org/action/commitfest_topic_search?id=[% d.commitfest_id %]'>CommitFest
Topics</a> page and add one or more topics.</p>
[% SET nopara = 1 %]
[% END %]

[% IF !id %]
<p>The Message-ID for Original Patch field should contain the message-ID from
the headers of the relevant email to the pgsql-hackers mailing list, which
can also be found in the archives at
<a href='http://archives.postgresql.org/'>archives.postgresql.org</a>. It looks
something like this (the format varies somewhat depending on the sender's Mail
User Agent): [email protected]</p>
[% END %]

[% IF !nopara  %]
<p></p>
[% END %]

<div class='tblBasic'>
<table cellspacing='0' class='tblBasicGrey'>
<tr class='firstrow'>
  <td class='colFirst'>[% control.name.display_name_html %]</td>
  <td class='colLast'>[% control.name.render %]</td>
</tr>
<tr>
  <td class='colFirst'>[% control.commitfest_topic.display_name_html %]</td>
  <td class='colLast'>[% control.commitfest_topic.render %]</td>
</tr>
<tr>
  <td class='colFirst'>[% control.patch_status.display_name_html %]</td>
  <td class='colLast'>[% control.patch_status.render %]</td>
</tr>
<tr>
  <td class='colFirst'>[% control.author.display_name_html %]</td>
  <td class='colLast'>[% control.author.render %]</td>
</tr>
<tr>
  <td class='colFirst'>[% control.reviewers.display_name_html %]</td>
  <td class='colLast'>[% control.reviewers.render %]</td>
</tr>
<tr>
  <td class='colFirst'>[% control.committer.display_name_html %]</td>
  <td class='colLast'>[% control.committer.render %]</td>
</tr>
<tr[% IF id %] class='lastrow'[% END %]>
  <td class='colFirst'>[% control.date_closed.display_name_html %]</td>
  <td class='colLast'>[% control.date_closed.render %] (YYYY-MM-DD)</td>
</tr>
[% IF !id %]
<tr class='lastrow'>
  <td class='colFirst'>[% control.message_id.display_name_html %]</td>
  <td class='colLast'>[% control.message_id.render %]</td>
</tr>
[% END %]
</table>
</div>

<div><input type='submit' value='Submit'>
<input name='cancel' type='submit' value='Cancel'>
<input name='go' type='hidden' value='1'>
[% IF id %]<input name='id' type='hidden' value='[% id %]'>[% ELSE %]<input name='commitfest' type='hidden' value='[% d.commitfest_id %]'>[% END %]</div>