Module: check_mk
Branch: master
Commit: 22f12e076958bb5669c57f4bfc38e43b61971c66
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=22f12e076958bb…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Mon Sep 24 15:11:25 2012 +0200
Fixed typo
---
.bugs/701 | 7 +++++--
.bugs/761 | 7 +++++--
.bugs/782 | 7 +++++--
web/htdocs/wato.py | 2 +-
4 files changed, 16 insertions(+), 7 deletions(-)
diff --git a/.bugs/701 b/.bugs/701
index 9f2f392..e9076a7 100644
--- a/.bugs/701
+++ b/.bugs/701
@@ -1,10 +1,13 @@
Title: Logout not working when configured cookie auth but using basic auth
Component: multisite
-State: open
+Class: bug
+State: wontfix
Date: 2012-07-09 09:31:42
Targetversion: future
-Class: bug
Multisite can be configured to use cookie auth but uses basic auth when available. In
this case
of implicit basic auth usage the logout functionality does not work since the
page_logout() function
only takes the configured option into account.
+
+2012-09-24 15:07:42: changed state open -> wontfix
+This is a case of misconfiguration. There is no easy fix possible at the moment -
closing.
diff --git a/.bugs/761 b/.bugs/761
index c3c2287..8178a68 100644
--- a/.bugs/761
+++ b/.bugs/761
@@ -1,11 +1,14 @@
Title: ValueSpec ListOf breaks during user input error
Component: multisite
-State: open
+Class: bug
+State: done
Date: 2012-05-30 10:23:56
Targetversion: 1.2.0
-Class: bug
When an element of a ListOf() raises a user validation
error then the total ListOf() seems to fall back to its
original value - for example I've added a value and then
changed its position to top and then saved.
+
+2012-09-24 15:08:34: changed state open -> done
+Has already been fixed in 1.2.1i1
diff --git a/.bugs/782 b/.bugs/782
index 3dc9589..40b1355 100644
--- a/.bugs/782
+++ b/.bugs/782
@@ -1,9 +1,12 @@
Title: WATO Homescreen has "refresh: 0 secs" in bottom line
Component: wato
-State: open
+Class: nastiness
+State: done
Date: 2012-07-04 08:27:52
Targetversion: 1.2.0
-Class: nastiness
In htmllib.py we need to suppress this message if the refresh
is 0.
+
+2012-09-24 14:58:33: changed state open -> done
+Has already been solved.
diff --git a/web/htdocs/wato.py b/web/htdocs/wato.py
index c40939d..e8ec7d5 100644
--- a/web/htdocs/wato.py
+++ b/web/htdocs/wato.py
@@ -8934,7 +8934,7 @@ def mode_edit_hosttag(phase):
_("The tag ID '%s' is already being used as
auxiliary tag.") % id)
if len(new_choices) == 0:
- raise MKUserError("id_0", _("Please specify at least on
tag."))
+ raise MKUserError("id_0", _("Please specify at least one
tag."))
if len(new_choices) == 1 and new_choices[0][0] == None:
raise MKUserError("id_0", _("Tags with only one choice
must have an ID."))