Mailinglist Archive: yast-commit (1056 mails)
| < Previous | Next > |
[yast-commit] r44783 - in /trunk/http-server: VERSION package/yast2-http-server.changes src/HttpServerWidgets.ycp src/YaST/httpdUtils.pm
- From: mzugec@xxxxxxxxxxxxxxxx
- Date: Thu, 21 Feb 2008 16:44:30 -0000
- Message-id: <20080221164430.6019633056@xxxxxxxxxxxxxxxx>
Author: mzugec
Date: Thu Feb 21 17:44:29 2008
New Revision: 44783
URL: http://svn.opensuse.org/viewcvs/yast?rev=44783&view=rev
Log:
text proofread
Modified:
trunk/http-server/VERSION
trunk/http-server/package/yast2-http-server.changes
trunk/http-server/src/HttpServerWidgets.ycp
trunk/http-server/src/YaST/httpdUtils.pm
Modified: trunk/http-server/VERSION
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/http-server/VERSION?rev=44783&r1=44782&r2=44783&view=diff
==============================================================================
--- trunk/http-server/VERSION (original)
+++ trunk/http-server/VERSION Thu Feb 21 17:44:29 2008
@@ -1 +1 @@
-2.16.2
+2.16.3
Modified: trunk/http-server/package/yast2-http-server.changes
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/http-server/package/yast2-http-server.changes?rev=44783&r1=44782&r2=44783&view=diff
==============================================================================
--- trunk/http-server/package/yast2-http-server.changes (original)
+++ trunk/http-server/package/yast2-http-server.changes Thu Feb 21 17:44:29 2008
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Thu Feb 21 17:43:53 CET 2008 - mzugec@xxxxxxx
+
+- text proofread
+- 2.16.3
+
+-------------------------------------------------------------------
Thu Jan 24 14:24:12 CET 2008 - mzugec@xxxxxxx
- replace deprecated NetworkDevices by NetworkInterfaces (from yast2)
Modified: trunk/http-server/src/HttpServerWidgets.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/http-server/src/HttpServerWidgets.ycp?rev=44783&r1=44782&r2=44783&view=diff
==============================================================================
--- trunk/http-server/src/HttpServerWidgets.ycp (original)
+++ trunk/http-server/src/HttpServerWidgets.ycp Thu Feb 21 17:44:29 2008
@@ -1124,7 +1124,7 @@
global boolean validateVhostRes(string key, map event) ``{
string vhost=(string)UI::QueryWidget(`id( `virtual_host ), `Value);
if (size(vhost)==0) {
- Popup::Error(_("Name for VirtualHost ID can't be empty."));
+ Popup::Error(_("Name for VirtualHost ID cannot be empty."));
return false;
}
Modified: trunk/http-server/src/YaST/httpdUtils.pm
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/http-server/src/YaST/httpdUtils.pm?rev=44783&r1=44782&r2=44783&view=diff
==============================================================================
--- trunk/http-server/src/YaST/httpdUtils.pm (original)
+++ trunk/http-server/src/YaST/httpdUtils.pm Thu Feb 21 17:44:29 2008
@@ -60,7 +60,7 @@
next unless( exists($checkMap{$entry->{KEY}}) );
my $re = $checkMap{$entry->{KEY}};
if( $entry->{VALUE} !~ /$re/ ) {
- return $self->SetError( summary => sprintf( __("illegal '%s'
parameter"), $entry->{KEY} ),
+ return $self->SetError( summary => sprintf( __("Illegal '%s'
parameter"), $entry->{KEY} ),
code => "PARAM_CHECK_FAILED" );
}
# $ssl = $entry->{VALUE} if( $entry->{KEY} eq 'SSL' );
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Thu Feb 21 17:44:29 2008
New Revision: 44783
URL: http://svn.opensuse.org/viewcvs/yast?rev=44783&view=rev
Log:
text proofread
Modified:
trunk/http-server/VERSION
trunk/http-server/package/yast2-http-server.changes
trunk/http-server/src/HttpServerWidgets.ycp
trunk/http-server/src/YaST/httpdUtils.pm
Modified: trunk/http-server/VERSION
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/http-server/VERSION?rev=44783&r1=44782&r2=44783&view=diff
==============================================================================
--- trunk/http-server/VERSION (original)
+++ trunk/http-server/VERSION Thu Feb 21 17:44:29 2008
@@ -1 +1 @@
-2.16.2
+2.16.3
Modified: trunk/http-server/package/yast2-http-server.changes
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/http-server/package/yast2-http-server.changes?rev=44783&r1=44782&r2=44783&view=diff
==============================================================================
--- trunk/http-server/package/yast2-http-server.changes (original)
+++ trunk/http-server/package/yast2-http-server.changes Thu Feb 21 17:44:29 2008
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Thu Feb 21 17:43:53 CET 2008 - mzugec@xxxxxxx
+
+- text proofread
+- 2.16.3
+
+-------------------------------------------------------------------
Thu Jan 24 14:24:12 CET 2008 - mzugec@xxxxxxx
- replace deprecated NetworkDevices by NetworkInterfaces (from yast2)
Modified: trunk/http-server/src/HttpServerWidgets.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/http-server/src/HttpServerWidgets.ycp?rev=44783&r1=44782&r2=44783&view=diff
==============================================================================
--- trunk/http-server/src/HttpServerWidgets.ycp (original)
+++ trunk/http-server/src/HttpServerWidgets.ycp Thu Feb 21 17:44:29 2008
@@ -1124,7 +1124,7 @@
global boolean validateVhostRes(string key, map event) ``{
string vhost=(string)UI::QueryWidget(`id( `virtual_host ), `Value);
if (size(vhost)==0) {
- Popup::Error(_("Name for VirtualHost ID can't be empty."));
+ Popup::Error(_("Name for VirtualHost ID cannot be empty."));
return false;
}
Modified: trunk/http-server/src/YaST/httpdUtils.pm
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/http-server/src/YaST/httpdUtils.pm?rev=44783&r1=44782&r2=44783&view=diff
==============================================================================
--- trunk/http-server/src/YaST/httpdUtils.pm (original)
+++ trunk/http-server/src/YaST/httpdUtils.pm Thu Feb 21 17:44:29 2008
@@ -60,7 +60,7 @@
next unless( exists($checkMap{$entry->{KEY}}) );
my $re = $checkMap{$entry->{KEY}};
if( $entry->{VALUE} !~ /$re/ ) {
- return $self->SetError( summary => sprintf( __("illegal '%s'
parameter"), $entry->{KEY} ),
+ return $self->SetError( summary => sprintf( __("Illegal '%s'
parameter"), $entry->{KEY} ),
code => "PARAM_CHECK_FAILED" );
}
# $ssl = $entry->{VALUE} if( $entry->{KEY} eq 'SSL' );
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |