Matthias Jentsch
|
6898a4e0d5
|
Display icon tooltips without delay
Original functionality was broken when changing the icon library.
|
2015-04-16 18:32:47 +02:00 |
|
Matthias Jentsch
|
0974b70e0e
|
Display service grid tooltips on the top
fixes #9025
|
2015-04-16 18:32:47 +02:00 |
|
Matthias Jentsch
|
f07c0d83e8
|
Add option to change tooltip settings from data attributes
refs #9025
|
2015-04-16 18:32:47 +02:00 |
|
Matthias Jentsch
|
168577ff33
|
Use icon instead of the letter 'X' in close tab
|
2015-04-16 18:32:47 +02:00 |
|
Tim Helfensdörfer
|
3015028f5d
|
Remove quotation marks in password example
Otherwise the quotation marks are included in the password.
Signed-off-by: Eric Lippmann <eric.lippmann@netways.de>
|
2015-04-16 14:04:10 +02:00 |
|
Eric Lippmann
|
36726560dd
|
Document how to install Icinga Web 2 from Package
|
2015-04-16 13:59:53 +02:00 |
|
Matthias Jentsch
|
aa409bda72
|
Fix formatting of js error log entries generated from responses
Replace multiple whitespace characters with a single one and remove linebreaks.
refs #8711
|
2015-04-16 12:15:59 +02:00 |
|
Eric Lippmann
|
ff45faf123
|
lib: Remove prefixedTimeUntil()
refs #6778
|
2015-04-15 15:47:58 +02:00 |
|
Eric Lippmann
|
44c8d37288
|
lib: Remove prefixedTimeSince()
refs #6778
|
2015-04-15 15:47:10 +02:00 |
|
Eric Lippmann
|
0f70701034
|
Use timeSince() in the monitoring list command
refs #6778
|
2015-04-15 15:46:12 +02:00 |
|
Eric Lippmann
|
796cbffbd7
|
Merge branch 'master' into bugfix/time-formatting-6778
Conflicts:
modules/monitoring/application/views/scripts/show/components/notifications.phtml
|
2015-04-15 15:43:39 +02:00 |
|
Eric Lippmann
|
229e266daf
|
Add new line between comment author and creation time in the detail views
refs #6778
|
2015-04-15 15:40:40 +02:00 |
|
Eric Lippmann
|
e500715bda
|
Use timeAgo() when displaying comments in the detail views
refs #6778
|
2015-04-15 15:33:44 +02:00 |
|
Johannes Meyer
|
675d070b86
|
Set the view property `compact' exactly once
refs #7876
|
2015-04-15 15:33:00 +02:00 |
|
Eric Lippmann
|
eb77fff012
|
Capitalize status change information in tables via CSS
refs #6778
|
2015-04-15 15:28:34 +02:00 |
|
Eric Lippmann
|
ae1962af27
|
Let DateFormatter format dates like Format::smartTimeDiff()
Date diffs which are bigger than 3 days are now displayed w/o time again.
refs #6778
|
2015-04-15 15:26:25 +02:00 |
|
Eric Lippmann
|
2440308699
|
Use timeSince() in the host groups view
Instead of prefixedTimeSince() which will be removed.
refs #6778
|
2015-04-15 15:22:26 +02:00 |
|
Eric Lippmann
|
9b9975bd73
|
Use timeSince() in the service groups view
Instead of prefixedTimeSince() which will be removed.
refs #6778
|
2015-04-15 15:21:19 +02:00 |
|
Johannes Meyer
|
32e8b606b4
|
Monitoring\Controller: Drop `compactView' property, as it's not used anywere
|
2015-04-15 15:17:59 +02:00 |
|
Johannes Meyer
|
5e92171ab7
|
Drop the `inline' view property, as it's not used anywhere
|
2015-04-15 15:15:03 +02:00 |
|
Eric Lippmann
|
a6a9bd28eb
|
Use timeSince() for the last status change in the service's detail view
Instead of using prefixedTimeSince() which will be removed.
refs #6778
|
2015-04-15 15:06:15 +02:00 |
|
Eric Lippmann
|
b84452140c
|
Use timeSince() for the last status change in the host's detail view
Instead of using prefixedTimeSince() which will be removed.
refs #6778
|
2015-04-15 15:02:27 +02:00 |
|
Eric Lippmann
|
a4d815051c
|
Add missing break statements in the comments list view
|
2015-04-15 14:59:30 +02:00 |
|
Eric Lippmann
|
a8ce3abca7
|
Fix code compliance in the SendCustomNotificationCommandForm
|
2015-04-15 14:59:29 +02:00 |
|
Eric Lippmann
|
9d4460d02f
|
Use inheritdoc in the ScheduleServiceCheckCommand
|
2015-04-15 14:59:29 +02:00 |
|
Eric Lippmann
|
b8849c0ac9
|
Return $this in the setters of the SendCustomNotificationCommand
Further fixed bad PHPDoc.
|
2015-04-15 14:59:29 +02:00 |
|
Johannes Meyer
|
17262ae2bd
|
Make the sort control floating at the right by default
refs #7876
|
2015-04-15 14:21:27 +02:00 |
|
Johannes Meyer
|
ed2de3c4d0
|
Fix SortBox widget
refs #7876
|
2015-04-15 14:20:36 +02:00 |
|
Johannes Meyer
|
be05d3a73a
|
Fix dashboard header handling
refs #7876
|
2015-04-15 13:23:34 +02:00 |
|
Johannes Meyer
|
d882ea11b4
|
Avoid to set an empty redirect url parameter when accessing icinga web 2
|
2015-04-15 11:00:47 +02:00 |
|
Johannes Meyer
|
d02c078e4a
|
Wizard: Ensure that privileges are checked only once
Another entry in the "The provided credentials cannot be
used to create the database and/or the user" story...
|
2015-04-15 09:26:39 +02:00 |
|
Johannes Meyer
|
923bc11b39
|
GroupsummaryQuery: Provide case insensitive filter columns for group names
I've renamed those and made them case sensitive as part of #8613 but
missed that they are required by the global search.
fixes #9056
|
2015-04-14 12:44:24 +02:00 |
|
Johannes Meyer
|
2618d4a468
|
DataView\Contact: Add missing query columns
fixes #9057
|
2015-04-14 12:27:54 +02:00 |
|
Johannes Meyer
|
9ef414c9ed
|
Add separator when listing downtimes in the detail view
fixes #9046
|
2015-04-14 09:20:43 +02:00 |
|
Matthias Jentsch
|
1f0940c8e8
|
Remove all selections closing the detail area
fixes #8781
|
2015-04-13 17:55:41 +02:00 |
|
Matthias Jentsch
|
f4c0b35eff
|
Remove unused code
|
2015-04-13 17:55:41 +02:00 |
|
Matthias Jentsch
|
16b9c73436
|
Do not destroy all global on mailto link clicks
Only call the cleanup code on the unload event, beforeunload is only for asking for confirmation.
fixes #7759
|
2015-04-13 17:55:41 +02:00 |
|
Johannes Meyer
|
36fed03764
|
Do not log that the logging configuration is invalid on every request
Instead, log those messages *everytime* a subsequent message is being
logged.
refs #8957
|
2015-04-13 17:11:42 +02:00 |
|
Johannes Meyer
|
67ad575cf5
|
Set the configured logging level even if the configured logging type is invalid
refs #8957
|
2015-04-13 17:09:49 +02:00 |
|
Johannes Meyer
|
46296dce95
|
Merge branch 'feature/non-collated-ido-queries-8613'
resolves #8613
|
2015-04-13 15:55:53 +02:00 |
|
Johannes Meyer
|
638c00d685
|
Merge branch 'master' into feature/non-collated-ido-queries-8613
|
2015-04-13 15:55:32 +02:00 |
|
Johannes Meyer
|
9cc5469305
|
NotificationQuery: Provide case-insensitive filter column `contact'
refs #8613
|
2015-04-13 15:33:33 +02:00 |
|
Johannes Meyer
|
29f05bf878
|
NotificationQuery: Provide case-insensitive filter column `service'
refs #8613
|
2015-04-13 15:33:19 +02:00 |
|
Johannes Meyer
|
3653ec810a
|
NotificationQuery: Provide case-insensitive filter column `host'
refs #8613
|
2015-04-13 15:32:52 +02:00 |
|
Johannes Meyer
|
644a386bf8
|
NotificationQuery: Use query column `notification_contact_name'
...instead of `notification_contact'.
refs #8613
|
2015-04-13 15:26:06 +02:00 |
|
Johannes Meyer
|
15399d77ce
|
NotificationQuery: Use query column service_description' instead of service'
refs #8613
|
2015-04-13 15:25:10 +02:00 |
|
Johannes Meyer
|
96954ea9a1
|
NotificationQuery: Use query column host_name' instead of host'
refs #8613
|
2015-04-13 15:24:15 +02:00 |
|
Johannes Meyer
|
24e06e5bc0
|
Alertsummary: Remove another bunch of redundant query columns
|
2015-04-13 15:15:42 +02:00 |
|
Johannes Meyer
|
edaa51c41d
|
Merge branch 'bugfix/incorrect-db-privilege-checks-8707'
fixes #8707
|
2015-04-13 14:18:27 +02:00 |
|
Johannes Meyer
|
a21d54460d
|
DbTool: Fix that all mysql privileges were checked regardless of their context
refs #8707
|
2015-04-13 14:17:18 +02:00 |
|