Hello community, here is the log from the commit of package webyast-users-ws for openSUSE:Factory checked in at Thu May 19 13:09:36 CEST 2011.
-------- --- webyast-users-ws/webyast-users-ws.changes 2011-05-02 14:47:41.000000000 +0200 +++ /mounts/work_src_done/STABLE/webyast-users-ws/webyast-users-ws.changes 2011-05-19 10:31:17.000000000 +0200 @@ -1,0 +2,12 @@ +Wed May 18 11:08:18 UTC 2011 - [email protected] + +- splitting in diffent caches for user:index (bnc#693928) +- 0.2.6 + +------------------------------------------------------------------- +Mon May 16 10:54:32 UTC 2011 - [email protected] + +- changed licence to the correct name GPL-2.0 +- 0.2.5 + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ webyast-users-ws.spec ++++++ --- /var/tmp/diff_new_pack.iDqfMM/_old 2011-05-19 13:05:52.000000000 +0200 +++ /var/tmp/diff_new_pack.iDqfMM/_new 2011-05-19 13:05:52.000000000 +0200 @@ -23,11 +23,11 @@ Provides: yast2-webservice-users = %{version} Obsoletes: yast2-webservice-users < %{version} PreReq: yast2-webservice -License: GPLv2 +License: GPL-2.0 Group: Productivity/Networking/Web/Utilities Url: http://en.opensuse.org/Portal:WebYaST AutoReqProv: on -Version: 0.2.4 +Version: 0.2.6 Release: 1 Summary: WebYaST - users management Source: www.tar.bz2 @@ -44,7 +44,7 @@ # %package testsuite -License: GPLv2 + Group: Productivity/Networking/Web/Utilities Requires: %{name} = %{version} Requires: webyast-base-ws-testsuite ++++++ www.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/www/app/controllers/users_controller.rb new/www/app/controllers/users_controller.rb --- old/www/app/controllers/users_controller.rb 2010-08-27 14:58:55.000000000 +0200 +++ new/www/app/controllers/users_controller.rb 2011-05-19 09:37:45.000000000 +0200 @@ -25,6 +25,18 @@ before_filter :login_required + private + + def init_cache(controller_name = request.parameters["controller"]) + if params[:getent] == "1" + super "getent_passwd" + else + super + end + end + + public + def initialize end ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
