Author: lslezak Date: Wed Apr 29 09:17:31 2009 New Revision: 57018
URL: http://svn.opensuse.org/viewcvs/yast?rev=57018&view=rev Log: - media change popup - display also the URL in the short summary (bnc#439069) - 2.18.15
Modified: trunk/yast2/VERSION trunk/yast2/library/packages/src/PackageCallbacks.ycp trunk/yast2/package/yast2.changes
Modified: trunk/yast2/VERSION URL: http://svn.opensuse.org/viewcvs/yast/trunk/yast2/VERSION?rev=57018&r1=57... ============================================================================== --- trunk/yast2/VERSION (original) +++ trunk/yast2/VERSION Wed Apr 29 09:17:31 2009 @@ -1 +1 @@ -2.18.14 +2.18.15
Modified: trunk/yast2/library/packages/src/PackageCallbacks.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/yast2/library/packages/src/Packag... ============================================================================== --- trunk/yast2/library/packages/src/PackageCallbacks.ycp (original) +++ trunk/yast2/library/packages/src/PackageCallbacks.ycp Wed Apr 29 09:17:31 2009 @@ -797,17 +797,19 @@ // with network repository it doesn't make sense to ask for disk if (url_scheme == "dir") { - // report error while accessing local directory with product (%1 == "SuSE Linux ...") + // report error while accessing local directory with product (%1 = URL, %2 = "SuSE Linux ...") message = sformat (_("Cannot access installation media -%1. -Check whether the directory is accessible."), wanted_label); +%1 +%2. +Check whether the directory is accessible."), URL::HidePassword(url), wanted_label); } else if (url_scheme != "cd" && url_scheme != "dvd") { - // report error while accessing network media of product (%1 == "SuSE Linux ...") + // report error while accessing network media of product (%1 = URL, %2 = "SuSE Linux ...") message = sformat (_("Cannot access installation media -%1. -Check whether the server is accessible."), wanted_label); +%1 +%2. +Check whether the server is accessible."), URL::HidePassword(url), wanted_label); }
// currently unused
Modified: trunk/yast2/package/yast2.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/yast2/package/yast2.changes?rev=5... ============================================================================== --- trunk/yast2/package/yast2.changes (original) +++ trunk/yast2/package/yast2.changes Wed Apr 29 09:17:31 2009 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Wed Apr 29 09:15:49 CEST 2009 - lslezak@suse.cz + +- media change popup - display also the URL in the short summary + (bnc#439069) +- 2.18.15 + +------------------------------------------------------------------- Tue Apr 28 15:18:49 CEST 2009 - lslezak@suse.cz
- URL.ycp - escape also non-ASCII characters in URL, added
yast-commit@lists.opensuse.org