/[smecontribs]/rpms/smeserver-subversion/contribs7/smeserver-subversion-1.4-ClarifyPanel.patch
ViewVC logotype

Diff of /rpms/smeserver-subversion/contribs7/smeserver-subversion-1.4-ClarifyPanel.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.2 by snetram, Sun Aug 10 11:45:20 2008 UTC Revision 1.3 by snetram, Sun Aug 10 15:59:53 2008 UTC
# Line 1  Line 1 
1  --- 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/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/subversion.pm.ClarifyPanel    2008-08-10 16:54:50.000000000 +0200
2  +++ 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  +++ smeserver-subversion-1.4/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/subversion.pm 2008-08-10 16:55:33.000000000 +0200
3  @@ -125,25 +125,31 @@  @@ -44,6 +44,7 @@
4     our @EXPORT = qw(
5         print_repository_table
6         print_repository_name_field
7    +    print_privileges
8         print_vhost_message
9         group_list
10         user_list
11    @@ -269,6 +270,19 @@
12         return "";
13     }
14    
15    +=head2 print_privileges()
16    +
17    +Prints a warning message that vhosts whose content is this repository will be modified to point to primary site.
18    +
19    +=cut
20    +
21    +sub print_privileges {
22    +    my $self = shift;
23    +    my $q = $self->{cgi};
24    +    print qq(<tr><td colspan="2">) . $self->localise('PRIVILEGES') . qq(</td></tr>);
25    +    return "";
26    +}
27    +
28     =head2 print_vhost_message()
29    
30     Prints a warning message that vhosts whose content is this repository will be modified to point to primary site.
31    --- smeserver-subversion-1.4/root/etc/e-smith/web/functions/subversion.ClarifyPanel     2008-08-10 16:54:50.000000000 +0200
32    +++ smeserver-subversion-1.4/root/etc/e-smith/web/functions/subversion  2008-08-10 16:55:33.000000000 +0200
33    @@ -150,6 +150,8 @@
34                <label>MOD_MIME_USE_PATH_INFO</label>
35            </field>
36            
37    +        <subroutine src="print_privileges()" />
38    +
39             <field
40                 type="select"
41                 id="groupsRead"
42    --- smeserver-subversion-1.4/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/subversion.ClarifyPanel    2008-08-10 16:54:50.000000000 +0200
43    +++ smeserver-subversion-1.4/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/subversion 2008-08-10 16:56:02.000000000 +0200
44    @@ -124,28 +124,34 @@
45       <entry>       <entry>
46           <base>GROUPS_READ</base>           <base>GROUPS_READ</base>
47           <trans>           <trans>
# Line 27  Line 68 
68           <trans>           <trans>
69  -            Users (full access)  -            Users (full access)
70  +            Users (write access)  +            Users (write access)
 +        </trans>  
 +    </entry>  
 +    <entry>  
 +        <base>PRIVILEGES</base>  
 +        <trans>  
 +            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.<br />If you want your user(s) or group(s) to have full access specify them in both the read and the write box.  
71           </trans>           </trans>
72       </entry>       </entry>
73       <entry>       <entry>
74    +        <base>PRIVILEGES</base>
75    +        <trans>
76    +            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.<br />If you want your user(s) or group(s) to have full access specify them in both the read and the write box.
77    +         </trans>
78    +     </entry>
79    +    <entry>
80             <base>ERROR_WHILE_CREATING_REPOSITORY</base>
81             <trans>
82                 An error occurred while creating the repository.


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed