Module: check_mk
Branch: master
Commit: 38fc0d2271296c9e6ccfc146213a810d9c809e82
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=38fc0d2271296c…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Thu Dec 15 16:00:02 2011 +0100
Updated bug entries #0401, #0436
---
.bugs/401 | 7 +++++--
.bugs/436 | 10 ++++++++--
.bugs/config | 1 +
3 files changed, 14 insertions(+), 4 deletions(-)
diff --git a/.bugs/401 b/.bugs/401
index 37ecb08..c751e75 100644
--- a/.bugs/401
+++ b/.bugs/401
@@ -1,12 +1,15 @@
Title: IE8: Hiliting of rows in checkbox mode is broken
Component: multisite
+State: done
+Class: bug
Benefit: 1
-State: open
Cost: 1
Date: 2011-10-27 18:51:44
Targetversion: 1.1.12
-Class: bug
When in a view in Checkbox mode hovering over the rows
should hilite those rows. In IE8 this does not work.
The red background of the CRIT is destroyed, too.
+
+2011-12-15 15:12:05: changed state open -> done
+Has just been fixed.
diff --git a/.bugs/436 b/.bugs/436
index f3813c4..3e65aac 100644
--- a/.bugs/436
+++ b/.bugs/436
@@ -1,11 +1,11 @@
Title: sounds/ URL create Popup on Windows 7
Component: multisite
+State: worksforme
+Class: bug
Benefit: 1
-State: open
Cost: 2
Date: 2011-11-15 09:09:22
Targetversion: 1.1.12
-Class: bug
In Windows 7 when you Multisite plays a sound file (e.g.
due to a problem shown in the dashboard), a HTTP
@@ -13,3 +13,9 @@ auth window pops up. The reason seems to be that
the sounds URL is excluded from Auth via the
apache config of Multisite. IE seems to think that
it can log out.
+
+2011-12-15 15:59:59: changed state open -> worksforme
+I can not reproduce this using Windows 7 + IE9. The problem may be strongly related
+to the handler for the wav files. I had quicktime installed which could not play
+these files. Then I uninstalled quicktime. After that the IE used the windows media
+player to play the wav files and this worked with the current apache config / code.
diff --git a/.bugs/config b/.bugs/config
index 9f9c59d..0425a80 100644
--- a/.bugs/config
+++ b/.bugs/config
@@ -3,6 +3,7 @@ states = {
"done" : tty_green,
"closed" : tty_normal,
"wontfix" : tty_magenta,
+ "worksforme" : tty_white,
"discuss" : tty_red,
}