Eric Lippmann
fdbcc6af8e
Bump version to 2.3.1
2016-04-18 01:10:20 +02:00
Eric Lippmann
f66daa622c
Fix unwanted change of ContactgroupQuery::$groupBase
...
Oops!
fixes #11598
2016-04-18 01:01:26 +02:00
Michael Friedrich
c3da7a5bce
Update changelog.py and fix markdown indent
...
This behaves the same as in Icinga 2, only the default
redmine project is different.
There's also an addition for "support" as tracker.
2016-04-14 18:17:27 +02:00
Eric Lippmann
1a7da738ae
Update ChangeLog
2016-04-13 16:36:51 +02:00
Eric Lippmann
c96bd0abf6
Update AUTHORS
2016-04-13 16:26:13 +02:00
Eric Lippmann
773c3cc88e
Bump version to 2.3.0
2016-04-13 16:23:38 +02:00
Eric Lippmann
5f8611ffe5
doc: Support fragment-less file links
2016-04-13 16:18:27 +02:00
Eric Lippmann
118055c07d
Merge branch 'feature/restrict-custom-variables-10965'
...
resolves #10965
2016-04-13 15:55:26 +02:00
Eric Lippmann
b0a6eb5b1e
Ignore case and whitespaces in the glob filter
...
refs #10965
2016-04-13 15:54:41 +02:00
Eric Lippmann
4d488ab354
Merge branch 'master' into feature/restrict-custom-variables-10965
2016-04-13 15:44:12 +02:00
Alexander A. Klimov
589da9bcd1
monitoring: Apply custom variable restrictions
...
refs #10965
2016-04-13 15:43:42 +02:00
Eric Lippmann
42b7867562
Merge branch 'feature/support-multiple-ticket-patterns-10909'
...
refs #10909
2016-04-13 15:35:22 +02:00
Eric Lippmann
0461b060f8
Fix typo in doc/module.less
2016-04-13 15:33:19 +02:00
Eric Lippmann
0a162008a2
Increase font-weight of links in docs
2016-04-13 15:28:08 +02:00
Florian Strohmaier
a8bf78b054
CSS: Optimize button link styles
2016-04-13 15:16:48 +02:00
Eric Lippmann
04a3d3e90d
Fix issue w/ duplicate section IDs
...
fixes #11580
2016-04-13 14:49:34 +02:00
Eric Lippmann
42112b28c5
Revert "doc: Replace whitespaces with - for section IDs"
...
This reverts commit 82d36e11cc
.
2016-04-13 14:41:27 +02:00
Florian Strohmaier
6168828878
CSS: Change font to Lucida Grande on OS X
2016-04-13 13:58:50 +02:00
Eric Lippmann
99adeaa065
Merge branch 'bugfix/external-auth-no-env-11391'
...
fixes #11391
2016-04-13 13:57:56 +02:00
Eric Lippmann
855e7f7120
Fix icingacli monitoring list --problems
...
fixes #11245
2016-04-13 13:51:43 +02:00
Florian Strohmaier
8034e9de23
Accessibility: Increase focus visibility in tactical overview
...
fixes #11516
2016-04-13 13:48:32 +02:00
Eric Lippmann
0fdd02e0d2
Add version 2.3.0 upgrading note
2016-04-13 13:47:11 +02:00
Eric Lippmann
ffd5a56ded
Fix doc links
2016-04-13 13:43:39 +02:00
Eric Lippmann
b33b8e1b30
Merge branch 'bugfix/docs-permissions-table-11568'
...
fixes #11568
2016-04-13 13:03:08 +02:00
Marc DeTrano
621c0dbcad
Support data URIs in href
...
resolves #11495
Signed-off-by: Eric Lippmann <eric.lippmann@netways.de>
2016-04-13 12:59:09 +02:00
Eric Lippmann
9ec5a46fae
Fix exception if all dashboards are disabled
2016-04-13 12:55:01 +02:00
Florian Strohmaier
7e15f68a7a
CSS: Beautify state-badges
2016-04-13 12:42:52 +02:00
Eric Lippmann
275d9bd411
Add CSS class for state badge groups
2016-04-13 12:28:38 +02:00
Eric Lippmann
be7263ebfa
Fix that only one default dashboard could be removed
...
fixes #11078
2016-04-13 12:27:25 +02:00
Eric Lippmann
7dbcd27c3c
Remove superfluous whitespace
2016-04-13 11:04:54 +02:00
Eric Lippmann
9082a5204e
Fix tab order of refresh and close container controls
2016-04-13 11:04:23 +02:00
Eric Lippmann
5afc54d973
monitoring: Select instance_name in multi-select views
...
Before, if all command transports are configured to filter for a specific instance, no command would have been sent to Icinga.
2016-04-12 13:23:13 +02:00
Eric Lippmann
b0e3dd438f
Doc: Fix too greedy regex for matching blockquotes
2016-04-12 11:11:41 +02:00
Eric Lippmann
fb07b9aa83
vendor: Upgrade Parsedown to version 1.6.0
...
fixes #11558
2016-04-12 10:51:54 +02:00
Michael Friedrich
e298ee8e3d
Docs: Fix global permission table formatting
...
'<' and '>' must be escaped using html-tags in tables.
refs #11568
2016-04-11 16:43:38 +02:00
Eric Lippmann
93b50fe484
Refresh menu but keep search text if not focused
...
fixes #11128
2016-04-11 14:24:23 +02:00
Eric Lippmann
25a85ca36b
Help IE to outline the focus
2016-04-11 14:13:37 +02:00
Eric Lippmann
7ea9ae8305
CSS: Remove redundant hover styles for a
2016-04-11 14:12:32 +02:00
Eric Lippmann
99d08bf03b
Get remote user from $_SERVER if env does not have it in external auth
...
refs #11391
2016-04-11 14:09:04 +02:00
Eric Lippmann
2ac54d7c3e
lib: Add ExternalBackend::getRemoteUser()
...
If the user is authenticated via the web server, this method should be used to retrieve the user because
it supports both reading the user from the environment or from the $_SERVER variable as fallback.
refs #11391
2016-04-11 14:01:36 +02:00
Eric Lippmann
c803ec64c5
lib: Move getters before setters in ExternalBackend
2016-04-11 10:57:01 +02:00
Eric Lippmann
05f752ecd8
Don't offer disable notifications w/ expire time if backend is Icinga 2
...
resolves #11529
2016-04-11 10:51:37 +02:00
Eric Lippmann
b783b0c44c
monitoring: Use icon view helper instead for icon images
...
fixes #11299
2016-04-11 10:41:22 +02:00
Eric Lippmann
29c310b565
Merge branch 'feature/is_reachable-columns-11404'
...
resolves #11404
2016-04-11 10:30:39 +02:00
Eric Lippmann
4cc4657ee9
Add host_is_reachable column to the host status data view
...
refs #11404
2016-04-11 10:29:26 +02:00
Eric Lippmann
750b8950b2
lib: Reorder columns in Hoststatus
2016-04-11 10:29:08 +02:00
Eric Lippmann
a824637c0e
Add service_is_reachable column to the service status data view
...
refs #11404
2016-04-11 10:28:12 +02:00
Eric Lippmann
aced4f3b6e
lib: Reorder columns in Servicestatus
2016-04-11 10:27:28 +02:00
Ramy Talal
de81eb7e93
Fix installation URL in README.md
...
Signed-off-by: Eric Lippmann <eric.lippmann@netways.de>
2016-04-11 10:10:41 +02:00
Eric Lippmann
e23672e483
Merge branch 'bugfix/word-break-in-plugin-output-10820'
...
refs #10820
2016-04-11 10:00:20 +02:00