Author: kmachalkova
Date: Thu Jan 29 12:09:27 2009
New Revision: 55145
URL: http://svn.opensuse.org/viewcvs/yast?rev=55145&view=rev
Log:
Notify user about the need to relogin on finishing
proxy configuration
Modified:
trunk/network/package/yast2-network.changes
trunk/network/src/modules/Proxy.ycp
trunk/network/src/services/proxy.ycp
Modified: trunk/network/package/yast2-network.changes
URL: http://svn.opensuse.org/viewcvs/yast/trunk/network/package/yast2-network.ch…
==============================================================================
--- trunk/network/package/yast2-network.changes (original)
+++ trunk/network/package/yast2-network.changes Thu Jan 29 12:09:27 2009
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Thu Jan 29 11:59:48 CET 2009 - kmachalkova(a)suse.cz
+
+- Proxy finish popup is back - notify user about the need to relogin
+ to apply new settings (bnc#458708)
+
+-------------------------------------------------------------------
Mon Jan 26 13:30:16 CET 2009 - mzugec(a)suse.cz
- lan : button labeling (bnc#440551)
Modified: trunk/network/src/modules/Proxy.ycp
URL: http://svn.opensuse.org/viewcvs/yast/trunk/network/src/modules/Proxy.ycp?re…
==============================================================================
--- trunk/network/src/modules/Proxy.ycp (original)
+++ trunk/network/src/modules/Proxy.ycp Thu Jan 29 12:09:27 2009
@@ -40,17 +40,13 @@
/**
* Display popup at the end of the proxy configuration
* @param modified true if proxy settings have been modified
+ */
define void ProxyFinishPopup(boolean modified) ``{
-string text = _("Applications that support it, such as YaST2 Online Update,
-use them immediately. Other applications use them after a new login
-(lynx, wget). Some applications do not support these settings at all --
-they use their own settings system.
-");
+string text = _("It is recommended to relogin to make new proxy settings effective.");
FinishPopup(modified, "proxy", text, "", []);
}
- */
/**
* Read settings
@@ -172,8 +168,8 @@
sleep(sl);
Progress::NextStage();
- /*if (!Mode::config ())
- ProxyFinishPopup(true); */
+ if (!Mode::config ())
+ ProxyFinishPopup(true);
/* Update /root/.wgetrc */
/* YOU uses curl(1)
Modified: trunk/network/src/services/proxy.ycp
URL: http://svn.opensuse.org/viewcvs/yast/trunk/network/src/services/proxy.ycp?r…
==============================================================================
--- trunk/network/src/services/proxy.ycp (original)
+++ trunk/network/src/services/proxy.ycp Thu Jan 29 12:09:27 2009
@@ -287,7 +287,9 @@
/* Proxy dialog help 1/8 */
string help = _("<p>Configure your Internet proxy (caching) settings here.</p>
-<p><b>Note:</b> In some cases you may need to relogin for the settings to take effect</p>") +
+<p><b>Note:</b> It is generally recommended to relogin for the settings to take effect,
+however in some cases the application may pick up new settings immediately. Please check
+what your application (web browser, ftp client,...) supports. </p>") +
/* Proxy dialog help 2/8 */
_("<p><b>HTTP Proxy URL</b> is the name of the proxy server for your access
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
Author: locilka
Date: Thu Jan 29 11:03:08 2009
New Revision: 55142
URL: http://svn.opensuse.org/viewcvs/yast?rev=55142&view=rev
Log:
Created tag stable-2_18_0 for sshd
Added:
tags/stable-2_18_0/sshd/
- copied from r55141, trunk/sshd/
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
Author: locilka
Date: Thu Jan 29 10:54:32 2009
New Revision: 55141
URL: http://svn.opensuse.org/viewcvs/yast?rev=55141&view=rev
Log:
Created tag branch-Code-11-2_17_2 for sshd
Added:
tags/branch-Code-11-2_17_2/sshd/
- copied from r55140, branches/SuSE-Code-11-Branch/sshd/
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
Author: kmachalkova
Date: Thu Jan 29 10:51:52 2009
New Revision: 55138
URL: http://svn.opensuse.org/viewcvs/yast?rev=55138&view=rev
Log:
something for changelog
Modified:
trunk/packager/package/yast2-packager.changes
Modified: trunk/packager/package/yast2-packager.changes
URL: http://svn.opensuse.org/viewcvs/yast/trunk/packager/package/yast2-packager.…
==============================================================================
--- trunk/packager/package/yast2-packager.changes (original)
+++ trunk/packager/package/yast2-packager.changes Thu Jan 29 10:51:52 2009
@@ -1,4 +1,11 @@
-------------------------------------------------------------------
+Thu Jan 29 10:46:38 CET 2009 - kmachalkova(a)suse.cz
+
+- Webpin search: remember all packages selected by user in all
+ queries in this session + show them in "All Packages" tab
+- Show "Really exit?" pop-up only if there is something to do
+
+-------------------------------------------------------------------
Wed Jan 28 17:06:48 CET 2009 - lslezak(a)suse.cz
- do not remove kernel-xenpae package at update, it can be
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org