Subversion Repositories DevTools

Rev

Rev 1300 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1300 Rev 1301
Line 61... Line 61...
61
  [% END %]
61
  [% END %]
62
  </TD></TR>
62
  </TD></TR>
63
[% END %]
63
[% END %]
64
[%# The topic text upload button #%]
64
[%# The topic text upload button #%]
65
<TR>
65
<TR>
66
 <TD>Topic text upload:
66
<TD>Topic text upload:
67
<FONT SIZE="-2"><a href="javascript:void(0);"
67
<FONT SIZE="-2"><a href="javascript:void(0);"
68
onmouseover="return create_window('\
68
onmouseover="return create_window('\
69
The uploaded file contains the actual text of the review. \
69
The uploaded file contains the actual text of the review. \
70
Typically, the text is the output of a command such as: \
70
Typically, the text is the output of a command such as: \
71
<p> \
71
<p> \
Line 85... Line 85...
85
</TR>
85
</TR>
86
 
86
 
87
[% IF allow_repositories != 0 %]
87
[% IF allow_repositories != 0 %]
88
[%# The diff fetcher #%]
88
[%# The diff fetcher #%]
89
<TR>
89
<TR>
90
</TABLE>
-
 
91
<TABLE style="border: 1px solid rgb(180, 180, 180);">
-
 
92
 <TD>
90
 <TD>
93
Start tag:
91
Start tag:
94
<FONT SIZE="-2"><a href="javascript:void(0);"
92
<FONT SIZE="-2"><a href="javascript:void(0);"
95
onmouseover="return create_window('\
93
onmouseover="return create_window('\
96
Rather than uploading the topic text, if the repository \
94
Rather than uploading the topic text, if the repository \
Line 105... Line 103...
105
Subversion Only\: The start tag may be a repository revision number or the name of a label \
103
Subversion Only\: The start tag may be a repository revision number or the name of a label \
106
within the \'Modules\' \'tags\' directory. \
104
within the \'Modules\' \'tags\' directory. \
107
')">(hint)</a></FONT>
105
')">(hint)</a></FONT>
108
</TD>
106
</TD>
109
<TD>
107
<TD>
110
<INPUT TYPE="text" NAME="start_tag" VALUE="[% start_tag | html_entity %]" SIZE=20 MAXLENGTH=150 />
108
<INPUT TYPE="text" NAME="start_tag" VALUE="[% start_tag | html_entity %]" SIZE=30 MAXLENGTH=150 />
111
</TD>
109
</TD>
-
 
110
<TR>
112
<TD>End tag: <FONT SIZE="-2"><a href="javascript:void(0);"
111
<TD>End tag: <FONT SIZE="-2"><a href="javascript:void(0);"
113
onmouseover="return create_window('\
112
onmouseover="return create_window('\
114
Rather than uploading the topic text, if the repository \
113
Rather than uploading the topic text, if the repository \
115
supports it, the text can be fetched by querying the \
114
supports it, the text can be fetched by querying the \
116
repository, given start and/or end tags, and a module name. \
115
repository, given start and/or end tags, and a module name. \
Line 123... Line 122...
123
Subversion Only\: The end tag may be a repository revision number or the name of a label \
122
Subversion Only\: The end tag may be a repository revision number or the name of a label \
124
within the \'Modules\' \'tags\' directory. <p>If empty then the HEAD of the Module will be used. \
123
within the \'Modules\' \'tags\' directory. <p>If empty then the HEAD of the Module will be used. \
125
')">(hint)</a></FONT>
124
')">(hint)</a></FONT>
126
</TD>
125
</TD>
127
<TD>
126
<TD>
128
<INPUT TYPE="text" NAME="end_tag" VALUE="[% end_tag  | html_entity %]" SIZE=20 MAXLENGTH=150 />
127
<INPUT TYPE="text" NAME="end_tag" VALUE="[% end_tag  | html_entity %]" SIZE=30 MAXLENGTH=150 />
129
</TD>
128
</TD>
130
</TR>
129
</TR>
131
<TR>
130
<TR>
132
<TD>&nbsp;</TD><TD>&nbsp;</TD>
-
 
133
<TD>
131
<TD>
134
Module:
132
Module:
135
<FONT SIZE="-2"><A HREF="javascript:void(0);"
133
<FONT SIZE="-2"><A HREF="javascript:void(0);"
136
onmouseover="return create_window('\
134
onmouseover="return create_window('\
137
This is the path to the file or module relative to the repository \
135
This is the path to the file or module relative to the repository \
Line 139... Line 137...
139
<FONT SIZE="-2"><A HREF="javascript:void(0);"onmouseover="return create_window('\
137
<FONT SIZE="-2"><A HREF="javascript:void(0);"onmouseover="return create_window('\
140
When a Subversion Repository is selected the \'Module\' field specifies the path from \
138
When a Subversion Repository is selected the \'Module\' field specifies the path from \
141
the repository base to the packages development branch. ie:\'DevTools/core_devl/trunk\'. \
139
the repository base to the packages development branch. ie:\'DevTools/core_devl/trunk\'. \
142
')">(hint)</a></FONT>
140
')">(hint)</a></FONT>
143
</TD>
141
</TD>
144
<TD>
142
<TD COLSPAN="3">
145
<INPUT TYPE="text" NAME="module" VALUE="[% module | html_entity %]" SIZE=20 MAXLENGTH=150 />
143
<INPUT TYPE="text" NAME="module" VALUE="[% module | html_entity %]" SIZE=62 MAXLENGTH=150 />
146
</TD>
144
</TD>
147
</TR>
145
</TR>
148
 
146
 
149
<TR>
-
 
150
 <TD>&nbsp;</TD><TD>&nbsp;</TD>
-
 
151
[%# The default_to_head input field #%]
147
[%# The default_to_head input field #%]
152
[% IF supporting_CVS %]
148
[% IF supporting_CVS %]
-
 
149
<TR>
-
 
150
<TD>&nbsp;</TD><TD>&nbsp;</TD>
153
<TD>Default to HEAD:
151
<TD>Default to HEAD:
154
<FONT SIZE="-2"><a href="javascript:void(0);"
152
<FONT SIZE="-2"><a href="javascript:void(0);"
155
onmouseover="return create_window('\
153
onmouseover="return create_window('\
156
Fall back to HEAD revision if a file does not exist on either tag. \
154
Fall back to HEAD revision if a file does not exist on either tag. \
157
This will allow diffs between a branch and the HEAD revision, without \
155
This will allow diffs between a branch and the HEAD revision, without \
Line 197... Line 195...
197
 
195
 
198
[% IF projects_enabled != 0 %]
196
[% IF projects_enabled != 0 %]
199
 
197
 
200
[%# The project the review belongs to #%]
198
[%# The project the review belongs to #%]
201
<TR>
199
<TR>
202
</TABLE>
-
 
203
<TABLE>
-
 
204
 
200
 
205
 <TD>Project:
201
 <TD>Project:
206
<FONT SIZE="-2"><a href="javascript:void(0);"
202
<FONT SIZE="-2"><a href="javascript:void(0);"
207
onmouseover="return create_window('\
203
onmouseover="return create_window('\
208
Topics are associated with a specific project, which can be \
204
Topics are associated with a specific project, which can be \
Line 248... Line 244...
248
</TD>
244
</TD>
249
 <TD COLSPAN="3"><INPUT TYPE="text" NAME="bug_ids" VALUE="[% bug_ids | html_entity %]" SIZE=30 MAXLENGTH=50 /></TD>
245
 <TD COLSPAN="3"><INPUT TYPE="text" NAME="bug_ids" VALUE="[% bug_ids | html_entity %]" SIZE=30 MAXLENGTH=50 /></TD>
250
</TR>
246
</TR>
251
[% END %]
247
[% END %]
252
 
248
 
-
 
249
<tr><td>&nbsp;</td></tr>
-
 
250
<tr><td><B>Email Addresses</B></td></tr>
253
[%# The email input field #%]
251
[%# The email input field #%]
254
<TR>
252
<TR>
255
 <TD>Your (Author's) email address:
253
 <TD>You (Author's):
256
<FONT SIZE="-2"><A HREF="javascript:void(0);"
254
<FONT SIZE="-2"><A HREF="javascript:void(0);"
257
onmouseover="return create_window('\
255
onmouseover="return create_window('\
258
This is the Author\'s email address.  All comments made against a topic \
256
This is the Author\'s email address.  All comments made against a topic \
259
will be sent to this address.  The new topic notification email \
257
will be sent to this address.  The new topic notification email \
260
will also be sent to this address.')">(?)</a></FONT>
258
will also be sent to this address.')">(?)</a></FONT>