Hello community, here is the log from the commit of package webyast-users-ui for openSUSE:Factory checked in at Thu May 19 13:03:16 CEST 2011.
-------- --- webyast-users-ui/webyast-users-ui.changes 2011-04-14 09:18:45.000000000 +0200 +++ /mounts/work_src_done/STABLE/webyast-users-ui/webyast-users-ui.changes 2011-05-18 14:31:47.000000000 +0200 @@ -1,0 +2,19 @@ +Wed May 18 12:30:35 UTC 2011 - [email protected] + +- changed the licence to the correct name (is still gpl2 only) +- 0.2.14 + +------------------------------------------------------------------- +Thu May 12 11:50:50 UTC 2011 - [email protected] + +- fixed "It could not able to assign a role to a user" (bnc#692223) +- fixed bug in user exist validation +- 0.2.13 + +------------------------------------------------------------------- +Wed May 4 14:27:52 UTC 2011 - [email protected] + +- User module added to "recently used modules" in control panel and will appear if older browser doesn't support HTML5 local storage +- 0.2.12 + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ webyast-users-ui.spec ++++++ --- /var/tmp/diff_new_pack.iHPCdg/_old 2011-05-19 13:02:44.000000000 +0200 +++ /var/tmp/diff_new_pack.iHPCdg/_new 2011-05-19 13:02:44.000000000 +0200 @@ -25,11 +25,11 @@ # updated jQuery quicksearch plugin PreReq: webyast-base-ui >= 0.2.0 PreReq: webyast-users-ws >= 0.1.6 -License: GPLv2 +License: GPL-2.0 Group: Productivity/Networking/Web/Utilities Url: http://en.opensuse.org/Portal:WebYaST AutoReqProv: on -Version: 0.2.11 +Version: 0.2.14 Release: 1 Summary: WebYaST - users management UI Source: www.tar.bz2 @@ -44,7 +44,7 @@ # %package testsuite -License: GPLv2 + Group: Productivity/Networking/Web/Utilities Requires: %{name} = %{version} Requires: webyast-base-ui-testsuite rubygem-mocha rubygem-test-unit tidy ++++++ 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 2011-04-12 11:29:23.000000000 +0200 +++ new/www/app/controllers/users_controller.rb 2011-05-13 10:46:18.000000000 +0200 @@ -287,7 +287,8 @@ # :id was not changed, so it can be used for find even after renaming @user = User.find(params[:user][:id]) - @user.id = @user.uid + + #@user.id = @user.uid @user.uid = params["user"]["uid"] # 'uid' may have been changed @user.groupname = params["user"]["groupname"] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/www/app/views/users/_user_form.erb new/www/app/views/users/_user_form.erb --- old/www/app/views/users/_user_form.erb 2011-04-12 11:29:23.000000000 +0200 +++ new/www/app/views/users/_user_form.erb 2011-05-13 10:46:18.000000000 +0200 @@ -18,7 +18,7 @@ # To contact Novell about this file by physical or electronic mail, # you may find current contact information at www.novell.com --> - + <input type="hidden" id="all_users_string" value="<%= @all_users_string %>" /> <div class="fieldset-group tabs_<%= user.uid %>"> <fieldset id="tab_login_<%= (new ? "" : user.uid) %>"> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/www/app/views/users/index.html.erb new/www/app/views/users/index.html.erb --- old/www/app/views/users/index.html.erb 2011-04-12 13:05:56.000000000 +0200 +++ new/www/app/views/users/index.html.erb 2011-05-13 10:46:18.000000000 +0200 @@ -21,7 +21,7 @@ <% content_for :head do %> <% if JSMIN == true %> - <%= javascript_include_tag "/min/users-min.js"-%> + <%= javascript_include_tag "min/users-min.js"-%> <%= javascript_include_tag "select_dialog.js" %> <% else %> <%= javascript_include_tag "select_dialog.js" %> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/www/shortcuts.yml new/www/shortcuts.yml --- old/www/shortcuts.yml 2011-03-04 11:20:44.000000000 +0100 +++ new/www/shortcuts.yml 2011-05-04 14:35:31.000000000 +0200 @@ -2,6 +2,7 @@ icon: '/icons/yast-users.png' url: /users groups: [ Accounts ] + main: [true] tags: [ users, account, security, access] title: _("Users") description: _("Manage user accounts") ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
