- default permissions can get duplicated after migration
- fixed changeset status labels, they now select radio buttons
- #682 translation difficult for multi-line text
1.5.0 (**2012-12-12**)
----------------------
news
++++
rhodecode/templates/admin/repos/repo_edit.html
➞
Show inline comments
@@ -276,15 +276,13 @@
<div class="form">
<div class="fields">
${h.submit('remove_%s' % c.repo_info.repo_name,_('Remove this repository'),class_="ui-btn red",onclick="return confirm('"+_('Confirm to delete this repository')+"');")}
<li>${_('''This repository will be renamed in a special way in order to be unaccesible for RhodeCode and VCS systems.
If you need fully delete it from file system please do it manually''')}
</li>
<li>${_('This repository will be renamed in a special way in order to be unaccesible for RhodeCode and VCS systems. If you need fully delete it from file system please do it manually')}</li>
</ul>
</div>
</div>
${h.end_form()}
</div>
rhodecode/templates/settings/repo_settings.html
➞
Show inline comments
@@ -113,15 +113,13 @@
<div class="">
<div class="fields">
${h.submit('remove_%s' % c.repo_info.repo_name,_('Remove this repository'),class_="ui-btn red",onclick="return confirm('"+_('Confirm to delete this repository')+"');")}
<li>${_('''This repository will be renamed in a special way in order to be unaccesible for RhodeCode and VCS systems.
If you need fully delete it from file system please do it manually''')}
</li>
<li>${_('This repository will be renamed in a special way in order to be unaccesible for RhodeCode and VCS systems. If you need fully delete it from file system please do it manually')}</li>