Eric Lippmann
|
5b4fab0750
|
Add license header
This time without syntax errors hopefully :)
|
2015-02-03 16:27:59 +01:00 |
Eric Lippmann
|
5fa2e3cfdc
|
Revert "Add license header"
This reverts commit 338d067aba .
|
2015-02-03 16:16:26 +01:00 |
Eric Lippmann
|
338d067aba
|
Add license header
fixes #7788
|
2015-02-03 15:51:04 +01:00 |
Eric Lippmann
|
d6e331018b
|
monitoring: Use Form::translate() in the backend configuration form
refs #7551
|
2014-12-30 10:02:31 +01:00 |
Eric Lippmann
|
e05e04bb74
|
monitoring: Uppercasse the first word of comments in the backend configuration form
|
2014-12-30 09:47:45 +01:00 |
Eric Lippmann
|
e72361c2cb
|
monitoring: Fix missing return argument in the backend configuration form
|
2014-12-30 09:47:19 +01:00 |
Eric Lippmann
|
24b2369adb
|
monitoring: Fix PHPDoc of BackendConfigForm::setResourceConfig()
|
2014-12-30 09:45:24 +01:00 |
Eric Lippmann
|
27110ce594
|
monitoring: use @type instead of @var in the backend configuration form
|
2014-12-30 09:44:33 +01:00 |
Eric Lippmann
|
6a67b7fee3
|
monitoring: add description to @see tags in the backend configuration form
|
2014-12-30 09:43:35 +01:00 |
Eric Lippmann
|
2a1f12354e
|
monitoring: Use '@return $this' when documenting fluent interfaces in the backend configuration form
|
2014-12-30 09:41:22 +01:00 |
Eric Lippmann
|
d595541d42
|
monitoring: optimize imports in the backend configuration form
|
2014-12-30 09:40:09 +01:00 |
Eric Lippmann
|
c1aff80f7b
|
monitoring: Fix "Show resource configuration" link
|
2014-12-30 09:39:11 +01:00 |
Alexander Fuhr
|
268dc7e4b1
|
Fix the add link to the resource configuration
refs #7493
|
2014-11-18 18:06:36 +01:00 |
Johannes Meyer
|
7621f6642d
|
Adjust usages of Icinga\Application\Config
refs #7147
|
2014-11-18 13:11:52 +01:00 |
Johannes Meyer
|
ddf2ef5cc9
|
Remove $request parameter from Form::onSuccess and Form::onRequest
fixes #7552
|
2014-11-14 14:59:29 +01:00 |
Johannes Meyer
|
3166c518e1
|
Rename Icinga\Module\Monitoring\Form to Icinga\Module\Moni...\Forms
refs #7553
|
2014-11-14 11:17:22 +01:00 |
Johannes Meyer
|
775c20d9ad
|
Rename namespace Icinga\Form to Icinga\Forms
refs #7553
|
2014-11-14 10:57:14 +01:00 |
Marius Hein
|
cb09c8acdc
|
Backend/Config: Add shortlink to resource
fixes #7493
|
2014-11-07 14:20:47 +01:00 |
Alexander Klimov
|
ba12d7b46c
|
Use mt() in the monitoring module instead of just t()
fixes #7330
|
2014-10-21 17:22:16 +02:00 |
Eric Lippmann
|
1b23fd7fbe
|
monitoring: Don't support status.dat as backend
Icinga Web 2 will not support status.dat for now and maybe forever.
|
2014-10-07 13:22:07 +02:00 |
Eric Lippmann
|
531448eee4
|
monitoring: Fix setting a resource on a backend
The resources were indexed by integers instead of the resource names.
|
2014-10-01 14:17:29 +02:00 |
Johannes Meyer
|
930e6e7d71
|
We shouldn't require Form::createElements() to return self
refs #5525
|
2014-09-08 09:24:53 +02:00 |
Johannes Meyer
|
439d1895a7
|
Adjust Monitoring\BackendForm to use handleRequest() & Co.
refs #5525
|
2014-09-04 11:25:47 +02:00 |