Hello community, here is the log from the commit of package webyast-base-ui for openSUSE:Factory checked in at Thu May 19 13:02:38 CEST 2011.
-------- --- webyast-base-ui/webyast-base-ui.changes 2011-05-02 16:09:50.000000000 +0200 +++ /mounts/work_src_done/STABLE/webyast-base-ui/webyast-base-ui.changes 2011-05-18 16:49:36.000000000 +0200 @@ -1,0 +2,109 @@ +Wed May 18 14:36:47 UTC 2011 - [email protected] + +- enabled nginx gzip comperssion for static components +- added expires headers for static components +- optimized WebYaST UI (YSlow) +- improved frequently used modules script +- 0.2.44 + +------------------------------------------------------------------- +Wed May 18 11:24:28 UTC 2011 - [email protected] + +- enable polling for more than one model (string which contains + model name seperated by ,). This is needed for (bnc#693928) +- 0.2.43 + +------------------------------------------------------------------- +Tue May 17 10:04:05 UTC 2011 - [email protected] + +- replaced old tango icons through monochrome icons designed by etrounev +- minor layout adaptation +- fixed tipsy offset issue +- 0.2.42 + +------------------------------------------------------------------- +Mon May 16 09:17:39 UTC 2011 - [email protected] + +- replaced webyast module icons +- adapted layout +- renamed the license +- 0.2.41 + +------------------------------------------------------------------- +Fri May 13 13:31:15 UTC 2011 - [email protected] + +- corrected spelling mistakes in passwordStrength meter script +- added quick sand script to be included if JSMIN is set to false +- 0.2.40 + +------------------------------------------------------------------- +Thu May 12 14:26:20 UTC 2011 - [email protected] + +- "Recently used modules" displayed in Webyast after first login (bnc#692851) +- 0.2.39 + +------------------------------------------------------------------- +Thu May 12 09:27:46 UTC 2011 - [email protected] + +- fixed Copyright of WebYaST should be "2009-2011" (bnc#691874) +- 0.2.38 + +------------------------------------------------------------------- +Thu May 12 08:30:31 UTC 2011 - [email protected] + +- fixed wrong table width for patches description +- adapted webyast-software-ui.css +- 0.2.37 + +------------------------------------------------------------------- +Wed May 11 14:23:46 UTC 2011 - [email protected] + +- fixed [webyast-base-ui] Link to external URL in WebYaST control panel is broken (bnc#692189) +- 0.2.36 + +------------------------------------------------------------------- +Wed May 11 13:19:41 UTC 2011 - [email protected] + +- Evaluate http address while starting client (bnc #692846) +- 0.2.35 + +------------------------------------------------------------------- +Wed May 11 10:07:45 UTC 2011 - [email protected] + +- removed status and patches indicator +- added checkmark image if system is healthy +- 0.2.34 + +------------------------------------------------------------------- +Tue May 10 14:07:39 UTC 2011 - [email protected] + +- optimized CSS and Javascript for iPad +- 0.2.33 + +------------------------------------------------------------------- +Fri May 6 08:28:20 UTC 2011 - [email protected] + +- Fixed ruby error: Anonymous modules have no name to be referenced by + (bnc#692182) +- 0.2.32 + +------------------------------------------------------------------- +Thu May 5 11:20:32 UTC 2011 - [email protected] + +- fixed control center crash with private method `gsub' called for #<Hash:0x7f4f6f3a7940> +- don't show system actions container if webyast-reboot-ws is not installed +- 0.2.31 + +------------------------------------------------------------------- +Wed May 4 15:05:20 UTC 2011 - [email protected] + +- fixed: disable animation for recently used plugins, the plugins do not appearance:wq in control panel (Chromium) +- 0.2.30 + +------------------------------------------------------------------- +Wed May 4 14:42:22 UTC 2011 - [email protected] + +- added support for "Recently used modules" based on user behaviour +- 0.2.29 + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ webyast-base-ui.spec ++++++ --- /var/tmp/diff_new_pack.xgeoMU/_old 2011-05-19 13:02:04.000000000 +0200 +++ /var/tmp/diff_new_pack.xgeoMU/_new 2011-05-19 13:02:04.000000000 +0200 @@ -48,11 +48,11 @@ %endif Requires: nginx, rubygem-passenger-nginx, rubygem-nokogiri -License: LGPLv2.1 ; ASLv2.0 +License: LGPL-2.1; Apache-2.0 Group: Productivity/Networking/Web/Utilities Url: http://en.opensuse.org/Portal:WebYaST AutoReqProv: on -Version: 0.2.28 +Version: 0.2.44 Release: 1 Summary: WebYaST - base UI for system management Source: www.tar.bz2 @@ -85,7 +85,7 @@ Josef Reidinger <[email protected]> %package testsuite -License: LGPLv2.1 ; ASLv2.0 + Group: Productivity/Networking/Web/Utilities Requires: %{name} = %{version} Requires: rubygem-mocha rubygem-test-unit tidy @@ -97,7 +97,7 @@ and it is not needed at runtime. %package branding-default -License: LGPLv2.1 ; ASLv2.0 + Group: Productivity/Networking/Web/Utilities Provides: webyast-branding Requires: %{name} = %{version} ++++++ nginx.conf ++++++ --- /var/tmp/diff_new_pack.xgeoMU/_old 2011-05-19 13:02:04.000000000 +0200 +++ /var/tmp/diff_new_pack.xgeoMU/_new 2011-05-19 13:02:04.000000000 +0200 @@ -42,7 +42,16 @@ #keepalive_timeout 0; keepalive_timeout 65; - #gzip on; + gzip on; + gzip_static on; + gzip_buffers 16 8k; + gzip_comp_level 9; + gzip_http_version 1.0; + gzip_proxied any; + gzip_min_length 0; + gzip_types text/plain text/css image/x-icon image/png image/gif image/jpeg application/x-javascript text/javascript; + gzip_vary on; + server { listen 54984; @@ -59,6 +68,12 @@ ssl_protocols TLSv1; ssl_ciphers ALL:!aNULL:!eNULL:!SSLv2:!LOW:!EXP:!MD5:@STRENGTH; ssl_prefer_server_ciphers on; + + location ~* \.(png|gif|jpg|jpeg|css|js|swf|ico)(\?[0-9]+)?$ { + access_log off; + expires max; + add_header Cache-Control public; + } } } ++++++ www.tar.bz2 ++++++ ++++ 2783 lines of diff (skipped) ++++++ yastwc ++++++ --- /var/tmp/diff_new_pack.xgeoMU/_old 2011-05-19 13:02:05.000000000 +0200 +++ /var/tmp/diff_new_pack.xgeoMU/_new 2011-05-19 13:02:05.000000000 +0200 @@ -208,16 +208,16 @@ rc_status -v # print the URL of the server -# if test "$?" -eq 0; then -# IFC=`LC_ALL=C route | grep "^default" | tr -s " " | cut -d " " -f 8` -# IP=`LC_ALL=C ifconfig $IFC | grep "inet addr" | cut -d ":" -f 2 | cut -d " " -f 1` -# PORT=`LC_ALL=C grep "^server.port" $LIGHTTPD_CONFIG | cut -d " " -f 3` -# if [ -n "$IP" ]; then -# echo -e "\t${done}The WebYaST client service is running at https://$IP:$PORT/${norm}\n" -# else -# echo -e "\t${warn}WebYaST could not determine the IP address for $IFC${norm}\n" -# fi -# fi + if test "$?" -eq 0; then + IFC=`LC_ALL=C route | grep "^default" | tr -s " " | cut -d " " -f 8` + IP=`LC_ALL=C ifconfig $IFC | grep "inet addr" | cut -d ":" -f 2 | cut -d " " -f 1` + PORT=`LC_ALL=C grep "listen" $NGINX_CONFIG|cut -d ";" -f 1|tr -s " "|cut -d " " -f 3` + if [ -n "$IP" ]; then + echo -e "\t${done}The WebYaST client service is running at https://$IP:$PORT/${norm}\n" + else + echo -e "\t${warn}WebYaST could not determine the IP address for $IFC${norm}\n" + fi + fi ;; stop) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
