Johannes Meyer
|
b759ab6f5a
|
DbResourceForm: Don't show SSL form elements by default
Addded additionally a check for PHP 5.4 so that these elements
are not shown for earlier versions.
refs #11115
|
2016-05-27 15:45:22 +02:00 |
Johannes Meyer
|
5e7817cad2
|
DbResourceForm: Fix initial db type selection
refs #11115
|
2016-05-27 15:42:16 +02:00 |
Lee Clemens
|
87e774cb88
|
Add SSL Support to MySQL resources
Signed-off-by: Johannes Meyer <johannes.meyer@netways.de>
|
2016-05-27 13:15:48 +02:00 |
Alexander A. Klimov
|
1be8e14772
|
Servicegroups list: show how many services are unknown and handled
fixes #11708
|
2016-05-20 17:05:51 +02:00 |
Alexander A. Klimov
|
af2cee0942
|
Make host and service severities independend of whether the state is soft or hard
refs #11729
|
2016-05-20 14:41:02 +02:00 |
Alexander A. Klimov
|
7cfdbfccdb
|
PluginOutput: fix links only if there is any HTML
refs #11796
|
2016-05-20 14:07:01 +02:00 |
Alexander A. Klimov
|
ac96d16af0
|
PluginOutput: add doc
refs #11796
|
2016-05-20 14:07:00 +02:00 |
Alexander A. Klimov
|
53d8278877
|
Add regression test for bug #11796
|
2016-05-20 14:07:00 +02:00 |
Alexander A. Klimov
|
10d2b9c51d
|
Don't destroy links by adding zero width space characters to plugin output
refs #11796
|
2016-05-20 14:07:00 +02:00 |
Alexander A. Klimov
|
06755ba778
|
Add regression test for bug #11728
refs #11728
|
2016-05-19 13:45:15 +02:00 |
Alexander A. Klimov
|
c94228308a
|
PluginOutput: preserve character after comma
refs #11728
|
2016-05-19 11:37:12 +02:00 |
Johannes Meyer
|
695d2fdaf6
|
RepositoryForm: Use null as default in methods add() and edit()
An empty array is now considered valid data in method
onUpdateRequest() which now allows to avoid unnecessary
data retrieval.
|
2016-04-29 09:32:20 +02:00 |
Johannes Meyer
|
9c097c3957
|
RepositoryForm: Introduce method getBaseTable()
Concrete form classes may want to utilize another base table
than the one of the repository.
|
2016-04-29 09:31:26 +02:00 |
Alexander A. Klimov
|
21e4ba5680
|
Icinga Web 2.3.2
|
2016-04-28 14:56:31 +02:00 |
Alexander A. Klimov
|
f75d268c3e
|
monitoring/config: honor permissions
fixes #11691
|
2016-04-28 11:43:01 +02:00 |
Alexander A. Klimov
|
2179c3aaef
|
FilterEditor: check for a hidden form field instead of the submit button
|
2016-04-27 15:05:25 +02:00 |
Alexander A. Klimov
|
6def061742
|
FilterEditor: correct submit button name
|
2016-04-27 12:49:40 +02:00 |
Alexander A. Klimov
|
281e6e8163
|
Revert "Revert "FilterEditor::handleRequest(): don't apply a filter's changes if the 'Apply' button hasn't been pressed""
This reverts commit 45a6259b4c .
|
2016-04-27 12:46:48 +02:00 |
Alexander A. Klimov
|
45a6259b4c
|
Revert "FilterEditor::handleRequest(): don't apply a filter's changes if the 'Apply' button hasn't been pressed"
This reverts commit 61a04e7ba1 .
|
2016-04-27 12:10:46 +02:00 |
Marius Hein
|
6607af61e1
|
Set dashboard active if it is not disabled
|
2016-04-26 13:50:02 +02:00 |
Alexander A. Klimov
|
8461cfafd8
|
Merge branch 'bugfix/can-t-configure-monitoring-backend-when-none-were-configured-11392'
fixes #11392
|
2016-04-26 12:56:11 +02:00 |
Alexander A. Klimov
|
dda44bf7ba
|
ConfigController: ignore URL parameter `backend'
refs #11392
|
2016-04-26 12:54:02 +02:00 |
Alexander A. Klimov
|
1bef896f6f
|
Merge branch 'feature/simplified-event-history-date-and-time-representation-11629'
resolves #11629
|
2016-04-26 12:20:01 +02:00 |
Alexander A. Klimov
|
809c2d0e02
|
Event history: display a heading above each group of events (by day)
refs #11629
|
2016-04-26 12:09:40 +02:00 |
Alexander A. Klimov
|
531d999129
|
Event history: show the absolute time of events
refs #11629
|
2016-04-26 11:38:24 +02:00 |
Alexander A. Klimov
|
098eff9050
|
Event history: preserve translation domain
refs #11629
|
2016-04-26 11:34:10 +02:00 |
Alexander A. Klimov
|
4b9a20f239
|
ConfigController: inherit from Icinga\Web\Controller directly
refs #11392
|
2016-04-25 17:22:13 +02:00 |
Alexander A. Klimov
|
aa57981b3e
|
ConfigController: don't use Monitoring\Controller::$backend
refs #11392
|
2016-04-25 17:19:57 +02:00 |
Alexander A. Klimov
|
eecd15ee68
|
NavigationItem: fall back to the default renderer if an error occurrs
fixes #10486
|
2016-04-25 15:26:08 +02:00 |
Johannes Meyer
|
d0cd03f324
|
ScheduleHostDowntimeCommandForm: Add missing use statement for DateTime
|
2016-04-21 15:35:29 +02:00 |
Johannes Meyer
|
28c024c037
|
Repository: Properly handle non-aliased columns
|
2016-04-21 10:10:24 +02:00 |
Marius Hein
|
6faed28e1b
|
Merge branch 'bugfix/warn-about-illogical-dates-10847'
fixes #10847
|
2016-04-19 11:12:45 +02:00 |
Alexander A. Klimov
|
66bdae81ac
|
Don't let the user schedule illogical host or service downtimes
refs #10847
|
2016-04-18 17:55:29 +02:00 |
Alexander A. Klimov
|
242cdab754
|
DateTimePicker: implement getFormat()
refs #10847
|
2016-04-18 17:19:57 +02:00 |
Alexander A. Klimov
|
61a04e7ba1
|
FilterEditor::handleRequest(): don't apply a filter's changes if the 'Apply' button hasn't been pressed
fixes #10848
|
2016-04-18 15:15:41 +02:00 |
Eric Lippmann
|
3398453293
|
doc: Update upgrading section
|
2016-04-18 01:13:04 +02:00 |
Eric Lippmann
|
502a7a4c1e
|
Update ChangeLog
|
2016-04-18 01:12:37 +02:00 |
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 |