icingaweb2-module-director/library/Director/Web/Table
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
..
ActivityLogTable.php fixes wrong url in activitylog for scheduledowntime #2456 (#2507) 2026-02-17 15:46:32 +01:00
ApplyRulesTable.php Make TemplateUsageTables and other tables compatible with director branches 2023-09-21 14:57:30 +02:00
BasketSnapshotTable.php Remove gipfl/format package dependency 2024-02-08 15:59:13 +01:00
BasketTable.php Basket: sort table, form element 2019-09-19 17:42:29 +02:00
BranchActivityTable.php For method parameters, use ?T $x = null, not T $x = null 2026-04-16 09:38:24 +02:00
BranchedIcingaCommandArgumentTable.php CommandController: branch support, argument table 2021-10-05 23:33:30 +02:00
ChoicesTable.php ${var} deprecated in favor of {$var} 2023-07-19 10:44:40 +02:00
ConfigFileDiffTable.php Use ipl, try to keep dipl compatibility 2019-09-11 23:02:39 +02:00
CoreApiFieldsTable.php Drop usages of gipfl\Translation\TranslationHelper 2026-03-30 11:33:11 +02:00
CoreApiObjectsTable.php Drop usages of gipfl\Translation\TranslationHelper 2026-03-30 11:33:11 +02:00
CoreApiPrototypesTable.php Drop usages of gipfl\Translation\TranslationHelper 2026-03-30 11:33:11 +02:00
CustomvarTable.php ${var} deprecated in favor of {$var} 2023-07-19 10:44:40 +02:00
CustomvarVariantsTable.php ${var} deprecated in favor of {$var} 2023-07-19 10:44:40 +02:00
DatafieldCategoryTable.php Director: some PHP 8.1-related changes 2021-11-28 11:13:08 +01:00
DatafieldTable.php DatafieldTable: search case insensitive 2023-07-20 16:24:56 +02:00
DatalistEntryTable.php Use ipl, try to keep dipl compatibility 2019-09-11 23:02:39 +02:00
DatalistTable.php Use ipl, try to keep dipl compatibility 2019-09-11 23:02:39 +02:00
DbHelper.php DbHelpers, Connection: improve escapeBinary logic 2022-07-01 08:39:12 +02:00
DependencyTemplateUsageTable.php Make TemplateUsageTables and other tables compatible with director branches 2023-09-21 14:57:30 +02:00
DeploymentLogTable.php Fix PSR-12 violations 2024-10-22 14:31:14 +02:00
FilterableByUsage.php Commands: allow to filter by usage 2018-05-04 11:03:42 +02:00
GeneratedConfigFileTable.php Use ipl, try to keep dipl compatibility 2019-09-11 23:02:39 +02:00
GroupMemberTable.php ${var} deprecated in favor of {$var} 2023-07-19 10:44:40 +02:00
HostTemplateUsageTable.php Make TemplateUsageTables and other tables compatible with director branches 2023-09-21 14:57:30 +02:00
IcingaAppliedServiceTable.php Use ipl, try to keep dipl compatibility 2019-09-11 23:02:39 +02:00
IcingaCommandArgumentTable.php IcingaCommandArgumentTable: branch-specific fixes 2021-10-05 23:33:30 +02:00
IcingaHostAppliedForServiceTable.php Use ipl, try to keep dipl compatibility 2019-09-11 23:02:39 +02:00
IcingaHostAppliedServicesTable.php ObjectCommand: add --resolve-services 2022-07-20 16:42:26 +02:00
IcingaHostsMatchingFilterTable.php IcingaObjectResolver: clone filter, use helper 2020-02-12 15:08:51 +01:00
IcingaObjectDatafieldTable.php Use ipl, try to keep dipl compatibility 2019-09-11 23:02:39 +02:00
IcingaScheduledDowntimeRangeTable.php Use ipl, try to keep dipl compatibility 2019-09-11 23:02:39 +02:00
IcingaServiceSetHostTable.php Use ipl, try to keep dipl compatibility 2019-09-11 23:02:39 +02:00
IcingaServiceSetServiceTable.php Fix PSR-12 violations 2024-10-22 14:31:14 +02:00
IcingaTimePeriodRangeTable.php Use ipl, try to keep dipl compatibility 2019-09-11 23:02:39 +02:00
ImportedrowsTable.php ImportedrowsTable: sort by correct key column 2019-09-25 16:29:44 +02:00
ImportrunTable.php Use ipl, try to keep dipl compatibility 2019-09-11 23:02:39 +02:00
ImportsourceHookTable.php ImportsourceHookTable: just a comment 2021-04-13 16:34:13 +02:00
ImportsourceTable.php Use ipl, try to keep dipl compatibility 2019-09-11 23:02:39 +02:00
IntlZfQueryBasedTable.php Fix PSR-12 violations 2024-10-22 14:31:14 +02:00
JobTable.php Fix: Support data type change of columns ts_last_attempt and ts_last_error from timestamp to bigint 2025-03-25 16:03:30 +01:00
NotificationTemplateUsageTable.php Make TemplateUsageTables and other tables compatible with director branches 2023-09-21 14:57:30 +02:00
ObjectSetTable.php ObjectSetTable: fix on pgsql 2023-09-21 16:02:07 +02:00
ObjectsTable.php For method parameters, use ?T $x = null, not T $x = null 2026-04-16 09:38:24 +02:00
ObjectsTableApiUser.php For method parameters, use ?T $x = null, not T $x = null 2026-04-16 09:38:24 +02:00
ObjectsTableCommand.php For method parameters, use ?T $x = null, not T $x = null 2026-04-16 09:38:24 +02:00
ObjectsTableEndpoint.php For method parameters, use ?T $x = null, not T $x = null 2026-04-16 09:38:24 +02:00
ObjectsTableHost.php Table/Object*: use UUIDs 2021-10-05 23:33:30 +02:00
ObjectsTableHostTemplateChoice.php For method parameters, use ?T $x = null, not T $x = null 2026-04-16 09:38:24 +02:00
ObjectsTableService.php ObjectsTableService: Fix grouping of columns for postgres in prepareQuery() 2026-04-01 09:03:57 +02:00
ObjectsTableSetMembers.php Fix pgsql binary resource handling for uuids 2024-12-12 09:46:00 +01:00
ObjectsTableZone.php For method parameters, use ?T $x = null, not T $x = null 2026-04-16 09:38:24 +02:00
PropertymodifierTable.php PropertyTableSortForm: Don't use ipl`s CSRF counter measure 2024-12-04 13:28:42 +01:00
QuickTable.php Avoid passing non-string args to ctype_*() functions 2022-01-14 11:31:55 +01:00
ServiceTemplateUsageTable.php ObjectsTable: require Auth 2023-10-11 12:24:36 +02:00
SyncpropertyTable.php PropertyTableSortForm: Don't use ipl`s CSRF counter measure 2024-12-04 13:28:42 +01:00
SyncruleTable.php Use ipl, try to keep dipl compatibility 2019-09-11 23:02:39 +02:00
SyncRunTable.php Remove gipfl/format package dependency 2024-02-08 15:59:13 +01:00
TableLoader.php For method parameters, use ?T $x = null, not T $x = null 2026-04-16 09:38:24 +02:00
TableWithBranchSupport.php For method parameters, use ?T $x = null, not T $x = null 2026-04-16 09:38:24 +02:00
TemplatesTable.php Avoid inline css style 2024-01-19 15:17:41 +01:00
TemplateUsageTable.php For method parameters, use ?T $x = null, not T $x = null 2026-04-16 09:38:24 +02:00