Alexander A. Klimov
|
ff92b0a485
|
For method parameters, use ?T $x = null, not T $x = null
Implicitly marking parameters as nullable is deprecated, the explicit nullable type must be used instead.
|
2026-04-16 09:38:24 +02:00 |
|
Johannes Meyer
|
95a662d2c1
|
Drop usages of gipfl\Translation\TranslationHelper
|
2026-03-30 11:33:11 +02:00 |
|
Thomas Gelf
|
7267953e13
|
TemplateUsageTable: pass auth to constructor
|
2023-10-12 08:45:12 +02:00 |
|
Thomas Gelf
|
48db90c7df
|
ObjectsTable: require Auth
fixes #2808
|
2023-10-11 12:24:36 +02:00 |
|
raviks789
|
ca855c6ee7
|
TemplateUsageTable: Fix indrect object count
fixes #2806
|
2023-09-22 13:16:33 +02:00 |
|
raviks789
|
dcd36877ea
|
Make TemplateUsageTables and other tables compatible with director branches
`TemplateUsageTable`, `ApplyRulesTable`, `ObjectsTableSetmembers` and `TemplatesTable` are
made compatible with `director branches`.
|
2023-09-21 14:57:30 +02:00 |
|
raviks789
|
3c7082cabc
|
Modify IcingaObjectFilterHelper::filterByTemplate for director branches
Icinga objects must be filterable based on templates when a director branch is active.
|
2023-09-21 14:57:30 +02:00 |
|
Thomas Gelf
|
388f743290
|
TemplateUsageTable: show header
fixes #2780
|
2023-07-30 20:39:21 +02:00 |
|
EmTeedee
|
6b7bff80de
|
${var} deprecated in favor of {$var}
See: https://www.php.net/manual/en/migration82.deprecated.php#migration82.deprecated.core.dollar-brace-interpolation
|
2023-07-19 10:44:40 +02:00 |
|
Thomas Gelf
|
de2ad48c4f
|
TemplateUsageTable: fix ipl compatibility
|
2019-09-16 11:16:42 +02:00 |
|
Thomas Gelf
|
606d71501e
|
Use ipl, try to keep dipl compatibility
|
2019-09-11 23:02:39 +02:00 |
|
Thomas Gelf
|
e1565c9990
|
Revert "Merge branch 'next'"
This reverts commit f45f925e5e, reversing
changes made to 90c07943e4.
This was too early, need to check for incubator
|
2019-09-06 09:54:03 +02:00 |
|
Thomas Gelf
|
17f8ef1dd0
|
Use ipl, try to keep dipl compatibility
|
2019-09-06 09:48:11 +02:00 |
|
Thomas Gelf
|
d1e116a5a1
|
ipl: rename to dipl
fixes #1217
|
2017-10-09 15:23:27 +02:00 |
|
Thomas Gelf
|
f005f54c72
|
TemplateUsageTable: add missing headers
fixes #1119
|
2017-08-25 15:37:09 +02:00 |
|
Thomas Gelf
|
dac5dbdcc0
|
TemplateUsage: make code generic, do no longer...
...require concrete implementations
fixes #1028
fixes #1032
|
2017-07-27 11:34:12 +02:00 |
|
Thomas Gelf
|
2691081349
|
HosttemplateController: introduce usage view
fixes #884
|
2017-07-14 13:21:42 +02:00 |
|
Thomas Gelf
|
43eda94918
|
TemplateUsageTable: new generic implementation
|
2017-07-14 13:21:42 +02:00 |
|