Show More
@@ -31,14 +31,14 b'' | |||
|
31 | 31 | <div class="fields"> |
|
32 | 32 | <div class="field"> |
|
33 | 33 | <div class="label label-checkbox"> |
|
34 |
<label for="destroy">${_(' |
|
|
34 | <label for="destroy">${_('Rescan option')}:</label> | |
|
35 | 35 | </div> |
|
36 | 36 | <div class="checkboxes"> |
|
37 | 37 | <div class="checkbox"> |
|
38 | 38 | ${h.checkbox('destroy',True)} |
|
39 | 39 | <label for="destroy"> |
|
40 | 40 | <span class="tooltip" title="${h.tooltip(_('In case a repository was deleted from filesystem and there are leftovers in the database check this option to scan obsolete data in database and remove it.'))}"> |
|
41 |
${_(' |
|
|
41 | ${_('Destroy old data')}</span> </label> | |
|
42 | 42 | </div> |
|
43 | 43 | <span class="help-block">${_('Rescan repositories location for new repositories. Also deletes obsolete if `destroy` flag is checked ')}</span> |
|
44 | 44 | </div> |
@@ -59,7 +59,7 b'' | |||
|
59 | 59 | <div class="fields"> |
|
60 | 60 | <div class="field"> |
|
61 | 61 | <div class="label label-checkbox"> |
|
62 |
<label>${_(' |
|
|
62 | <label>${_('Index build option')}:</label> | |
|
63 | 63 | </div> |
|
64 | 64 | <div class="checkboxes"> |
|
65 | 65 | <div class="checkbox"> |
@@ -199,17 +199,17 b'' | |||
|
199 | 199 | |
|
200 | 200 | <div class="fields"> |
|
201 | 201 | |
|
202 |
|
|
|
202 | <div class="field"> | |
|
203 | 203 | <div class="label label-checkbox"> |
|
204 | 204 | <label>${_('Web')}:</label> |
|
205 | 205 | </div> |
|
206 | 206 | <div class="checkboxes"> |
|
207 |
|
|
|
208 |
|
|
|
209 |
|
|
|
210 |
|
|
|
207 | <div class="checkbox"> | |
|
208 | ${h.checkbox('web_push_ssl', 'True')} | |
|
209 | <label for="web_push_ssl">${_('Require SSL for vcs operations')}</label> | |
|
210 | </div> | |
|
211 | 211 | <span class="help-block">${_('RhodeCode will require SSL for pushing or pulling. If SSL is missing it will return HTTP Error 406: Not Acceptable')}</span> |
|
212 |
|
|
|
212 | </div> | |
|
213 | 213 | </div> |
|
214 | 214 | |
|
215 | 215 | <div class="field"> |
@@ -217,14 +217,14 b'' | |||
|
217 | 217 | <label>${_('Hooks')}:</label> |
|
218 | 218 | </div> |
|
219 | 219 | <div class="checkboxes"> |
|
220 |
|
|
|
221 |
|
|
|
222 |
|
|
|
223 |
|
|
|
224 |
|
|
|
225 |
|
|
|
226 |
|
|
|
227 |
|
|
|
220 | <div class="checkbox"> | |
|
221 | ${h.checkbox('hooks_changegroup_update','True')} | |
|
222 | <label for="hooks_changegroup_update">${_('Update repository after push (hg update)')}</label> | |
|
223 | </div> | |
|
224 | <div class="checkbox"> | |
|
225 | ${h.checkbox('hooks_changegroup_repo_size','True')} | |
|
226 | <label for="hooks_changegroup_repo_size">${_('Show repository size after push')}</label> | |
|
227 | </div> | |
|
228 | 228 | <div class="checkbox"> |
|
229 | 229 | ${h.checkbox('hooks_changegroup_push_logger','True')} |
|
230 | 230 | <label for="hooks_changegroup_push_logger">${_('Log user push commands')}</label> |
@@ -233,9 +233,9 b'' | |||
|
233 | 233 | ${h.checkbox('hooks_outgoing_pull_logger','True')} |
|
234 | 234 | <label for="hooks_outgoing_pull_logger">${_('Log user pull commands')}</label> |
|
235 | 235 | </div> |
|
236 |
|
|
|
236 | </div> | |
|
237 | 237 | <div class="input" style="margin-top:10px"> |
|
238 |
${h.link_to(_(' |
|
|
238 | ${h.link_to(_('Advanced setup'),url('admin_edit_setting',setting_id='hooks'),class_="ui-btn")} | |
|
239 | 239 | </div> |
|
240 | 240 | </div> |
|
241 | 241 | <div class="field"> |
@@ -245,29 +245,30 b'' | |||
|
245 | 245 | <div class="checkboxes"> |
|
246 | 246 | <div class="checkbox"> |
|
247 | 247 | ${h.checkbox('extensions_largefiles','True')} |
|
248 |
<label for="extensions_ |
|
|
248 | <label for="extensions_largefiles">${_('Enable largefiles extension')}</label> | |
|
249 | 249 | </div> |
|
250 | 250 | <div class="checkbox"> |
|
251 | 251 | ${h.checkbox('extensions_hgsubversion','True')} |
|
252 |
<label for="extensions_hgsubversion">${_('hgsubversion extension |
|
|
252 | <label for="extensions_hgsubversion">${_('Enable hgsubversion extension')}</label> | |
|
253 | 253 | </div> |
|
254 |
<span class="help-block">${_('Requires hgsubversion library installed. Allows clon |
|
|
254 | <span class="help-block">${_('Requires hgsubversion library installed. Allows cloning from svn remote locations')}</span> | |
|
255 | 255 | ##<div class="checkbox"> |
|
256 | 256 | ## ${h.checkbox('extensions_hggit','True')} |
|
257 |
## <label for="extensions_hggit">${_('hg-git extension |
|
|
257 | ## <label for="extensions_hggit">${_('Enable hg-git extension')}</label> | |
|
258 | 258 | ##</div> |
|
259 |
##<span class="help-block">${_('Requires hg-git library installed. Allows clon |
|
|
259 | ##<span class="help-block">${_('Requires hg-git library installed. Allows cloning from git remote locations')}</span> | |
|
260 | 260 | </div> |
|
261 |
|
|
|
261 | </div> | |
|
262 | 262 | <div class="field"> |
|
263 | 263 | <div class="label"> |
|
264 | 264 | <label for="paths_root_path">${_('Repositories location')}:</label> |
|
265 | 265 | </div> |
|
266 | 266 | <div class="input"> |
|
267 | 267 | ${h.text('paths_root_path',size=30,readonly="readonly")} |
|
268 |
|
|
|
269 |
|
|
|
270 |
|
|
|
268 | <span id="path_unlock" class="tooltip" | |
|
269 | title="${h.tooltip(_('This a crucial application setting. If you are really sure you need to change this, you must restart application in order to make this setting take effect. Click this label to unlock.'))}"> | |
|
270 | ${_('unlock')} | |
|
271 | </span> | |
|
271 | 272 | <span class="help-block">${_('Location where repositories are stored. After changing this value a restart, and rescan is required')}</span> |
|
272 | 273 | </div> |
|
273 | 274 | </div> |
@@ -312,9 +313,9 b'' | |||
|
312 | 313 | |
|
313 | 314 | <h3>${_('System Info and Packages')}</h3> |
|
314 | 315 | <div class="form"> |
|
315 | <div> | |
|
316 |
<h5 id="expand_modules" style="cursor: pointer">↓ ${_(' |
|
|
317 | </div> | |
|
316 | <div> | |
|
317 | <h5 id="expand_modules" style="cursor: pointer">↓ ${_('Show')} ↓</h5> | |
|
318 | </div> | |
|
318 | 319 | <div id="expand_modules_table" style="display:none"> |
|
319 | 320 | <h5>Python - ${c.py_version}</h5> |
|
320 | 321 | <h5>System - ${c.platform}</h5> |
General Comments 0
You need to be logged in to leave comments.
Login now