Hello community, here is the log from the commit of package webyast-status-ui for openSUSE:Factory checked in at Thu May 19 13:15:57 CEST 2011.
-------- --- webyast-status-ui/webyast-status-ui.changes 2011-05-03 11:56:27.000000000 +0200 +++ /mounts/work_src_done/STABLE/webyast-status-ui/webyast-status-ui.changes 2011-05-18 15:01:50.000000000 +0200 @@ -1,0 +2,18 @@ +Wed May 18 13:00:19 UTC 2011 - [email protected] + +- changed the licence to the correct name (is still gpl2 only) +- 0.2.11 + +------------------------------------------------------------------- +Wed May 11 12:25:08 UTC 2011 - [email protected] + +- handle wrong entries in configuration file (bnc #688554) +- 0.2.10 + +------------------------------------------------------------------- +Wed May 11 10:12:02 UTC 2011 - [email protected] + +- removed status indicator +- added checkmark image if system is healthy + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ webyast-status-ui.spec ++++++ --- /var/tmp/diff_new_pack.VYreaZ/_old 2011-05-19 13:15:37.000000000 +0200 +++ /var/tmp/diff_new_pack.VYreaZ/_new 2011-05-19 13:15:37.000000000 +0200 @@ -25,11 +25,11 @@ Provides: yast2-webclient-status = %{version} Obsoletes: yast2-webclient-status < %{version} PreReq: yast2-webclient >= 0.1.14 -License: GPLv2 +License: GPL-2.0 Group: Productivity/Networking/Web/Utilities Url: http://en.opensuse.org/Portal:WebYaST AutoReqProv: on -Version: 0.2.9 +Version: 0.2.11 Release: 1 Summary: WebYaST - system status UI Source: www.tar.bz2 @@ -45,7 +45,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/status_controller.rb new/www/app/controllers/status_controller.rb --- old/www/app/controllers/status_controller.rb 2011-04-29 13:40:08.000000000 +0200 +++ new/www/app/controllers/status_controller.rb 2011-05-11 14:26:55.000000000 +0200 @@ -358,7 +358,8 @@ #flatten the data of all lines to the same amount of entries min_hash = data[:lines].min {|a,b| a[:values].size <=> b[:values].size } - count = min_hash[:values].size + count = 0 + count = min_hash[:values].size unless min_hash.blank? data[:lines].each do |line| #strip to the same length while line[:values].size > count diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/www/app/views/status/_status_summary.html.erb new/www/app/views/status/_status_summary.html.erb --- old/www/app/views/status/_status_summary.html.erb 2011-05-03 11:49:42.000000000 +0200 +++ new/www/app/views/status/_status_summary.html.erb 2011-05-11 14:26:55.000000000 +0200 @@ -23,11 +23,7 @@ <% unauthorized = error.class == ActiveResource::UnauthorizedAccess -%> <%if error && !unauthorized %> - <div class="statusbar_row"> - <a href="status" class="warning_message"> - <%= report_error(error, _("An problem occured when loading status information.")) %> - </a> - </div> + <%= report_error(error, _("An problem occured when loading status information.")) %> <% end %> <% unless status.blank? %> @@ -42,7 +38,7 @@ <% javascript_tag do -%> jQuery(function($){ $('#status-eye').addClass('eye_warning'); }); - $('#status_indicator').addClass("status_warning"); + //$('#status_indicator').addClass("status_warning"); <% end -%> <% else %> @@ -55,13 +51,14 @@ <% elsif !error %> <% javascript_tag do -%>jQuery(function($){ if($('#status-eye').hasClass("eye_warning") == false) { $('#status-eye').addClass('eye_healthy'); } }); - $('#status_indicator').addClass("status_ok"); + //$('#status_indicator').addClass("status_ok"); <% end -%> <div class="statusbar_row"> - <% link_to "status", :class=>"warning_message" do %> - <span><%= _("Your system is healthy.") %></span> <!-- RORSCAN_ITL --> - <% end %> + <img src="/images/checkmark.gif" class="checked_health"> + <span><%= _("Your system is healthy.") %></span> <!-- RORSCAN_ITL --> + <!-- #<#% link_to "status", :class=>"warning_message" do #%#> --> + <!-- #<#% end #%#> --> </div> <% end %> <% end %> <!- if else --> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/www/shortcuts.yml new/www/shortcuts.yml --- old/www/shortcuts.yml 2011-04-14 16:12:58.000000000 +0200 +++ new/www/shortcuts.yml 2011-05-04 14:35:31.000000000 +0200 @@ -2,6 +2,7 @@ icon: '/icons/monitoring.png' url: /status groups: [ System ] + main: [true] tags: [ access] title: _("Status") description: _("Show system status") ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
