icingaweb2/application/views/scripts
Eric Lippmann 298f52456f Use Pdo\Mysql driver-specific constants
Replace deprecated `PDO::MYSQL_*` constant usage with the driver-specific
`Pdo\Mysql::ATTR_*` constants introduced in PHP 8.4.

This prepares the code for PHP 8.5, where accessing MySQL driver constants
through the generic `PDO` class is deprecated.

This change requires a compatibility shim on older PHP versions to provide
`Pdo\Mysql` for runtimes that do not expose the driver-specific class yet.  The
shim is provided in `ipl-sql`. As a consequence, the required version of the
Icinga PHP library has been raised.
2026-03-19 22:27:45 +01:00
..
about Don't mention Twitter anymore, it's gone now for good 2025-03-20 16:36:52 +01:00
account Allow users to change their password if backend is db 2016-07-21 17:38:19 +02:00
announcements Adjust global permissions 2021-02-18 11:11:39 +01:00
authentication LoginButtonHook: Support additional buttons below the login form (#5442) 2026-03-04 15:32:06 +01:00
config Escape invalid module name in error messages 2025-03-20 14:56:53 +01:00
dashboard Replace static inline styles with css class 2023-08-28 16:30:12 +02:00
error Use Pdo\Mysql driver-specific constants 2026-03-19 22:27:45 +01:00
filter Implement Filter to IDO Sql parser 2013-10-17 19:52:25 +02:00
form Fix some reflected XSS bugs 2023-01-12 09:55:57 +01:00
group Adjust global permissions 2021-02-18 11:11:39 +01:00
index Autorefresh: should work also on initial page load 2014-06-21 01:54:32 +02:00
layout Replace search icon png with fontawesome icon 2025-05-08 08:37:37 +02:00
list Replace static inline styles with css class 2023-08-28 16:30:12 +02:00
navigation navigation/dashboard.phtml: Use ipl-web's Icon for fa- icons 2024-11-04 10:26:06 +01:00
role Auth: Support single inheritance in roles 2021-02-18 11:11:39 +01:00
search Implement modules self provided search configuration 2014-09-04 16:31:10 +02:00
user Adjust global permissions 2021-02-18 11:11:39 +01:00
inline.phtml Template cleanup and validation part 1 2013-08-23 10:27:16 +02:00
joystickPagination.phtml servicegrid: Properly handle ?flipped=0 2018-05-07 14:14:34 +02:00
mixedPagination.phtml Fix some XSS vulnerabilities 2018-07-16 09:53:30 +02:00
pivottablePagination.phtml PivottablePagination view script: show axis type (x/y) in titles 2014-12-19 17:23:11 +01:00
showConfiguration.phtml Remove whitespace around config which couldn't be stored 2025-08-08 14:32:39 +02:00
simple-form.phtml Add tab for create, update and remove user 2015-10-01 09:39:21 +02:00