Subversion Repositories DevTools

Rev

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

Rev 1295 Rev 1300
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);">
90
 <TD>
92
 <TD>
91
Start tag:
93
Start tag:
92
<FONT SIZE="-2"><a href="javascript:void(0);"
94
<FONT SIZE="-2"><a href="javascript:void(0);"
93
onmouseover="return create_window('\
95
onmouseover="return create_window('\
94
Rather than uploading the topic text, if the repository \
96
Rather than uploading the topic text, if the repository \
Line 97... Line 99...
97
The start tag, end tag, and module fields are ignored if text \
99
The start tag, end tag, and module fields are ignored if text \
98
is uploaded.<p> \
100
is uploaded.<p> \
99
If only one tag value is specified, the full contents of all \
101
If only one tag value is specified, the full contents of all \
100
files in the specified module corresponding to the entered tag \
102
files in the specified module corresponding to the entered tag \
101
will be downloaded.')">(?)</a></FONT>
103
will be downloaded.')">(?)</a></FONT>
-
 
104
<FONT SIZE="-2"><A HREF="javascript:void(0);"onmouseover="return create_window('\
-
 
105
Subversion Only\: The start tag may be a repository revision number or the name of a label \
-
 
106
within the \'Modules\' \'tags\' directory. \
-
 
107
')">(hint)</a></FONT>
102
</TD>
108
</TD>
103
<TD>
109
<TD>
104
<INPUT TYPE="text" NAME="start_tag" VALUE="[% start_tag | html_entity %]" SIZE=20 MAXLENGTH=150 />
110
<INPUT TYPE="text" NAME="start_tag" VALUE="[% start_tag | html_entity %]" SIZE=20 MAXLENGTH=150 />
105
</TD>
111
</TD>
106
<TD>End tag: <FONT SIZE="-2"><a href="javascript:void(0);"
112
<TD>End tag: <FONT SIZE="-2"><a href="javascript:void(0);"
Line 110... Line 116...
110
repository, given start and/or end tags, and a module name. \
116
repository, given start and/or end tags, and a module name. \
111
The start tag, end tag, and module fields are ignored if text \
117
The start tag, end tag, and module fields are ignored if text \
112
is uploaded. <p> \
118
is uploaded. <p> \
113
If only one tag value is specified, the full contents of all \
119
If only one tag value is specified, the full contents of all \
114
files in the specified module corresponding to the entered tag \
120
files in the specified module corresponding to the entered tag \
115
will be downloaded.')">(?)</A></FONT></TD>
121
will be downloaded.')">(?)</A></FONT>
-
 
122
<FONT SIZE="-2"><A HREF="javascript:void(0);"onmouseover="return create_window('\
-
 
123
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. \
-
 
125
')">(hint)</a></FONT>
-
 
126
</TD>
116
<TD>
127
<TD>
117
<INPUT TYPE="text" NAME="end_tag" VALUE="[% end_tag  | html_entity %]" SIZE=20 MAXLENGTH=150 />
128
<INPUT TYPE="text" NAME="end_tag" VALUE="[% end_tag  | html_entity %]" SIZE=20 MAXLENGTH=150 />
118
</TD>
129
</TD>
119
</TR>
130
</TR>
120
<TR>
131
<TR>
Line 123... Line 134...
123
Module:
134
Module:
124
<FONT SIZE="-2"><A HREF="javascript:void(0);"
135
<FONT SIZE="-2"><A HREF="javascript:void(0);"
125
onmouseover="return create_window('\
136
onmouseover="return create_window('\
126
This is the path to the file or module relative to the repository \
137
This is the path to the file or module relative to the repository \
127
root that should be inspected. It is ignored if text is uploaded.')">(?)</a></FONT>
138
root that should be inspected. It is ignored if text is uploaded.')">(?)</a></FONT>
-
 
139
<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 \
-
 
141
the repository base to the packages development branch. ie:\'DevTools/core_devl/trunk\'. \
-
 
142
')">(hint)</a></FONT>
128
</TD>
143
</TD>
129
<TD>
144
<TD>
130
<INPUT TYPE="text" NAME="module" VALUE="[% module | html_entity %]" SIZE=20 MAXLENGTH=150 />
145
<INPUT TYPE="text" NAME="module" VALUE="[% module | html_entity %]" SIZE=20 MAXLENGTH=150 />
131
</TD>
146
</TD>
132
</TR>
147
</TR>
133
 
148
 
134
<TR>
149
<TR>
135
 <TD>&nbsp;</TD><TD>&nbsp;</TD>
150
 <TD>&nbsp;</TD><TD>&nbsp;</TD>
136
[%# The default_to_head input field #%]
151
[%# The default_to_head input field #%]
-
 
152
[% IF supporting_CVS %]
137
 <TD>Default to HEAD:
153
<TD>Default to HEAD:
138
<FONT SIZE="-2"><a href="javascript:void(0);"
154
<FONT SIZE="-2"><a href="javascript:void(0);"
139
onmouseover="return create_window('\
155
onmouseover="return create_window('\
140
Fall back to HEAD revision if a file does not exist on either tag. \
156
Fall back to HEAD revision if a file does not exist on either tag. \
141
This will allow diffs between a branch and the HEAD revision, without \
157
This will allow diffs between a branch and the HEAD revision, without \
142
showing files not on the branch as deleted. \
158
showing files not on the branch as deleted. \
143
This option affects only CVS topics currently.')">(?)</A></FONT>
159
This option affects only CVS topics currently.')">(?)</A></FONT>
144
</TD>
160
</TD>
145
 <TD COLSPAN="3"><INPUT TYPE="checkbox" NAME="default_to_head" [% IF default_to_head %]CHECKED[% END %] /></TD>
161
 <TD COLSPAN="3"><INPUT TYPE="checkbox" NAME="default_to_head" [% IF default_to_head %]CHECKED[% END %] /></TD>
146
</TR>
162
</TR>
147
[% END %]
163
[% END %]
-
 
164
[% END %]
148
 
165
 
149
[%# The repository the review is made against #%]
166
[%# The repository the review is made against #%]
150
[%# Only display the repository select if there is more than one #%]
167
[%# Only display the repository select if there is more than one #%]
151
[% IF repositories.size > 1 %]
168
[% IF repositories.size > 1 %]
152
<TR>
169
<TR>
Line 157... Line 174...
157
which the topic text was prepared against.  If \
174
which the topic text was prepared against.  If \
158
this is correctly set, this provides the \
175
this is correctly set, this provides the \
159
ability to view the entire contents of a file \
176
ability to view the entire contents of a file \
160
with and/or without a proposed change, which \
177
with and/or without a proposed change, which \
161
an aid in the reviewing process.')">(?)</a></FONT>
178
an aid in the reviewing process.')">(?)</a></FONT>
-
 
179
<FONT SIZE="-2"><A HREF="javascript:void(0);"onmouseover="return create_window('\
-
 
180
Subversion Only\: Selects the Repository Server. The \Module\' name provides the Repository path. \
-
 
181
')">(hint)</a></FONT>
-
 
182
 
162
</TD>
183
</TD>
-
 
184
 <TD COLSPAN="3">
163
 <TD COLSPAN="3"><SELECT NAME="repository">
185
       <SELECT NAME="repository">
164
       [% FOREACH entry = repositories %]
186
       [% FOREACH entry = repositories %]
165
          [% IF entry == default_repository %]
187
          [% IF entry == default_repository %]
166
	      <OPTION SELECTED VALUE="[% entry %]">[% entry %]</OPTION>
188
	      <OPTION SELECTED VALUE="[% entry %]">[% entry %]</OPTION>
167
	  [% ELSE %]
189
	  [% ELSE %]
168
	      <OPTION VALUE="[% entry %]">[% entry %]</OPTION>
190
	      <OPTION VALUE="[% entry %]">[% entry %]</OPTION>
Line 175... Line 197...
175
 
197
 
176
[% IF projects_enabled != 0 %]
198
[% IF projects_enabled != 0 %]
177
 
199
 
178
[%# The project the review belongs to #%]
200
[%# The project the review belongs to #%]
179
<TR>
201
<TR>
-
 
202
</TABLE>
-
 
203
<TABLE>
-
 
204
 
180
 <TD>Project:
205
 <TD>Project:
181
<FONT SIZE="-2"><a href="javascript:void(0);"
206
<FONT SIZE="-2"><a href="javascript:void(0);"
182
onmouseover="return create_window('\
207
onmouseover="return create_window('\
183
Topics are associated with a specific project, which can be \
208
Topics are associated with a specific project, which can be \
184
used as filtering criteria in the search screen.')">(?)</a></FONT>
209
used as filtering criteria in the search screen.')">(?)</a></FONT>