[yast-commit] r57282 - in /branches/SuSE-SLE-10-SP3-Branch/slp-server: VERSION package/yast2-slp-server.changes src/dialogs.ycp

Author: mzugec Date: Thu May 21 10:17:32 2009 New Revision: 57282 URL: http://svn.opensuse.org/viewcvs/yast?rev=57282&view=rev Log: accept both IP and hostname in configuration (bnc#501941) Modified: branches/SuSE-SLE-10-SP3-Branch/slp-server/VERSION branches/SuSE-SLE-10-SP3-Branch/slp-server/package/yast2-slp-server.changes branches/SuSE-SLE-10-SP3-Branch/slp-server/src/dialogs.ycp Modified: branches/SuSE-SLE-10-SP3-Branch/slp-server/VERSION URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP3-Branch/slp-ser... ============================================================================== --- branches/SuSE-SLE-10-SP3-Branch/slp-server/VERSION (original) +++ branches/SuSE-SLE-10-SP3-Branch/slp-server/VERSION Thu May 21 10:17:32 2009 @@ -1 +1 @@ -2.13.13 +2.13.14 Modified: branches/SuSE-SLE-10-SP3-Branch/slp-server/package/yast2-slp-server.changes URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP3-Branch/slp-ser... ============================================================================== --- branches/SuSE-SLE-10-SP3-Branch/slp-server/package/yast2-slp-server.changes (original) +++ branches/SuSE-SLE-10-SP3-Branch/slp-server/package/yast2-slp-server.changes Thu May 21 10:17:32 2009 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Thu May 21 10:17:16 CEST 2009 - mzugec@suse.cz + +- accept both IP and hostname in configuration (bnc#501941) +- 2.13.14 + +------------------------------------------------------------------- Mon Dec 15 17:26:44 CET 2008 - mzugec@suse.de - allow more than one DA IP addresses (bnc#430336) Modified: branches/SuSE-SLE-10-SP3-Branch/slp-server/src/dialogs.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP3-Branch/slp-ser... ============================================================================== --- branches/SuSE-SLE-10-SP3-Branch/slp-server/src/dialogs.ycp (original) +++ branches/SuSE-SLE-10-SP3-Branch/slp-server/src/dialogs.ycp Thu May 21 10:17:32 2009 @@ -580,9 +580,11 @@ { boolean ip_valid = true; if ((string)UI::QueryWidget(`id(`ip), `Value) == "") ip_valid = false; +/* foreach(string ip, splitstring((string)UI::QueryWidget(`id(`ip), `Value), ","), { if(!IP::Check(String::CutBlanks(ip))) ip_valid = false; }); +*/ if (!ip_valid){ Popup::Error (_("Scope and IP address must be inserted.")); return false; -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
mzugec@svn.opensuse.org