--- rpms/smeserver-subversion/contribs7/smeserver-subversion-1.4-ClarifyPanel.patch 2008/08/10 11:45:20 1.2 +++ rpms/smeserver-subversion/contribs7/smeserver-subversion-1.4-ClarifyPanel.patch 2008/08/10 15:59:53 1.3 @@ -1,6 +1,47 @@ ---- smeserver-subversion-1.4/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/subversion.ClarifyPanel 2008-05-09 15:32:47.000000000 +0200 -+++ smeserver-subversion-1.4/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/subversion 2008-05-09 15:43:34.000000000 +0200 -@@ -125,25 +125,31 @@ +--- smeserver-subversion-1.4/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/subversion.pm.ClarifyPanel 2008-08-10 16:54:50.000000000 +0200 ++++ smeserver-subversion-1.4/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/subversion.pm 2008-08-10 16:55:33.000000000 +0200 +@@ -44,6 +44,7 @@ + our @EXPORT = qw( + print_repository_table + print_repository_name_field ++ print_privileges + print_vhost_message + group_list + user_list +@@ -269,6 +270,19 @@ + return ""; + } + ++=head2 print_privileges() ++ ++Prints a warning message that vhosts whose content is this repository will be modified to point to primary site. ++ ++=cut ++ ++sub print_privileges { ++ my $self = shift; ++ my $q = $self->{cgi}; ++ print qq() . $self->localise('PRIVILEGES') . qq(); ++ return ""; ++} ++ + =head2 print_vhost_message() + + Prints a warning message that vhosts whose content is this repository will be modified to point to primary site. +--- smeserver-subversion-1.4/root/etc/e-smith/web/functions/subversion.ClarifyPanel 2008-08-10 16:54:50.000000000 +0200 ++++ smeserver-subversion-1.4/root/etc/e-smith/web/functions/subversion 2008-08-10 16:55:33.000000000 +0200 +@@ -150,6 +150,8 @@ + + + ++ ++ + GROUPS_READ @@ -27,12 +68,15 @@ - Users (full access) + Users (write access) -+ -+ -+ -+ PRIVILEGES -+ -+ If you set neither group nor user setting for a privilege, the privilege will default to anonymous access. The only exception is when you have specified only read privileges (either for user(s), group(s) or both), there will be no anonymous write access.
If you want your user(s) or group(s) to have full access specify them in both the read and the write box.
++ PRIVILEGES ++ ++ If you set neither group nor user setting for a privilege, the privilege will default to anonymous access. The only exception is when you have specified only read privileges (either for user(s), group(s) or both), there will be no anonymous write access.
If you want your user(s) or group(s) to have full access specify them in both the read and the write box. ++
++
++ + ERROR_WHILE_CREATING_REPOSITORY + + An error occurred while creating the repository.