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

Annotation of /rpms/smeserver-subversion/contribs7/smeserver-subversion-1.4-MaxLength.patch

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


Revision 1.1 - (hide annotations) (download)
Sun Aug 10 15:59:53 2008 UTC (15 years, 10 months ago) by snetram
Branch: MAIN
CVS Tags: smeserver-subversion-1_4-26_el4_sme
* Sun Aug 10 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4-26
- Reinstate description validation routine [SME: 3698]
- Remove user/group from repository privileges list(s) when user/group is
  removed from the system [SME: 4013]
- Clarify panel fields for user(s)/group(s) read/write access with regards
  to anonymous access on empty lists [SME: 4327]
- Fix maxLength not appearing in the create/modify page of the panel [SME: 4495]
- Fixed bug reference in previous changelog entry

1 snetram 1.1 --- smeserver-subversion-1.4/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/subversion.pm.MaxLength 2008-08-10 17:53:26.000000000 +0200
2     +++ smeserver-subversion-1.4/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/subversion.pm 2008-08-10 17:54:13.000000000 +0200
3     @@ -435,6 +435,7 @@
4     my $in = $self->{cgi}->param('name') || '';
5     my $action = $self->{cgi}->param('action') || '';
6     my $maxLength = $configdb->get('maxRepositoryNameLength');
7     + $maxLength = $maxLength->value;
8     print qq(<tr><td colspan="2">) . $self->localise('NAME_FIELD_DESC',
9     {maxLength => $maxLength}) . qq(</td></tr>);
10     print qq(<tr><td class="sme-noborders-label">) .

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