Johannes Meyer
46a21d9709
Drop method `DbQuery::whereToSql()`
...
It's been used by `DbQuery::renderFilter()` rather
exclusively. So if removing one, both need to go.
2022-06-14 14:24:30 +02:00
Sukhwinder Dhillon
e179f9cf3f
Update `80-Upgrading.md`
2022-06-14 14:24:30 +02:00
Johannes Meyer
8301cae1a9
migrate: Remove `dashboard sections` command
2022-06-14 14:24:30 +02:00
Sukhwinder Dhillon
846a90301d
DbQuery: Replace deprecated method `renderFilter()` and remove it
2022-06-14 14:24:30 +02:00
Sukhwinder Dhillon
be1ff03dd3
MonitoredObject: Remove deprecated methods `matches()` and `fromParams()`
2022-06-14 14:24:30 +02:00
Sukhwinder Dhillon
60756afa34
Replace `MonitoringBackend::createBackend()` with `MonitoringBackend::instance()`
2022-06-14 14:24:30 +02:00
Sukhwinder Dhillon
49bea36345
MonitoringBackend: Remove deprecated method `createBackedn()`
2022-06-14 14:24:30 +02:00
Sukhwinder Dhillon
bba77b52e7
LdapConnection: Remove deprecated method `connect()`
2022-06-14 14:24:30 +02:00
Sukhwinder Dhillon
b47298fffe
SimpleQuery: Remove deprecated method `paginate()`
2022-06-14 14:24:30 +02:00
Sukhwinder Dhillon
8f0ac0492d
Replace deprecated method `DbConnection::getConnection()` with `DbConnection::getDbAdapter()`
2022-06-14 14:24:30 +02:00
Sukhwinder Dhillon
aded6a055e
DbConnection: Remove deprecated method `getConnection()`
2022-06-14 14:24:30 +02:00
Sukhwinder Dhillon
a3afc1cf5d
loader.js: Remove deprecated method ` addUrlFlag()`
2022-06-14 14:24:30 +02:00
Sukhwinder Dhillon
eb768b4fce
Remove deprecated method `ApplicationBootstrap::setupZendAutoloader()` and its uses
2022-06-14 14:24:30 +02:00
Sukhwinder Dhillon
577d97a450
DataView: Move `sort()` body to `order()` and remove `sort()` and `fromRequest()`
2022-06-14 14:24:30 +02:00
Sukhwinder Dhillon
58ac2a97c2
InlinPie: Remove deprecated method `disableNoScript()`
2022-06-14 14:24:30 +02:00
Sukhwinder Dhillon
a9af8f2e1a
Url: Remove deprecated methods `setBaseUrl()` and `getBaseUrl()`
2022-06-14 14:24:30 +02:00
Sukhwinder Dhillon
55d23a531f
Module: Remove deprecated method `registerHook()`
2022-06-14 14:24:30 +02:00
Sukhwinder Dhillon
479bec6fb4
ApplicationBootstrap: Remove deprecated method `listLocales()`
2022-06-14 14:24:30 +02:00
Sukhwinder Dhillon
b1f723318f
Web: Remove deprecated method `getMenu()`
2022-06-14 14:24:30 +02:00
Sukhwinder Dhillon
8fc50645c4
AesCrypt: Remove deprecated methods `encryptToBase64()` and `decryptFromBase64()`
2022-06-14 14:24:30 +02:00
Sukhwinder Dhillon
3113dc06ac
Remove deprecated class `Icinga/Util/Translator`
2022-06-14 14:24:30 +02:00
Sukhwinder Dhillon
423c58d710
Remove deprecated class `Icinga/Util/String`
2022-06-14 14:24:30 +02:00
Johannes Meyer
60938b58c6
Remove jQuery
...
It's now part of icinga-php-thirdparty
2022-06-14 14:07:20 +02:00
Johannes Meyer
de424ddadb
Merge pull request #4763 from Icinga/drop-internet-explorer-support
...
Drop IE support
2022-06-13 16:44:48 +02:00
Johannes Meyer
a29159a0a1
Remove remaining IE adjustments
2022-06-13 16:41:15 +02:00
Johannes Meyer
5619d8f13d
doc: Mention IE11 compat drop in upgrading chapter
2022-06-13 16:31:20 +02:00
Johannes Meyer
6810b0ab70
Revert "complete.js: Keep IE11 compatibility"
...
This reverts commit fcd0a0a698
.
2022-06-13 16:22:00 +02:00
Sukhwinder Dhillon
d994c33bc6
Revert "main.less: Don't use `unset`, IE11 does not support it"
...
This reverts commit c5ebaa2bde
.
2022-06-13 15:50:52 +02:00
Sukhwinder Dhillon
cf9ffe29bf
Revert "storage.js: Use substring instead of startsWith on strings"
...
This reverts commit 2280551484
.
2022-06-13 15:50:52 +02:00
Sukhwinder Dhillon
252f17e868
Revert "IE11: Fix nav flyouts being covered by #main"
...
This reverts commit 1778ec673b
.
2022-06-13 15:50:52 +02:00
Sukhwinder Dhillon
a4d2397dd1
Revert "js: Avoid usage of `.matches()` as it isn't available with IE11"
...
This reverts commit cc0c6fc71b
.
2022-06-13 15:50:52 +02:00
Sukhwinder Dhillon
b64d205e6b
layout-structure.less: Remove unused `#fileupload-frame-target`
2022-06-13 15:50:52 +02:00
Sukhwinder Dhillon
a38d5ccac6
Revert "Form: Process request parameter _frameUpload"
...
This reverts commit fc481e527b
.
2022-06-13 15:50:52 +02:00
Sukhwinder Dhillon
e4450e7368
Revert "js: Don't serve scripts utilizing ECMA2016+ features"
...
This reverts commit 4d4f5b3a69
.
2022-06-13 15:50:52 +02:00
Sukhwinder Dhillon
f1e8280c3e
Revert "Don't support dark/light mode for IE"
...
This reverts commit baeca33789
.
2022-06-13 15:50:52 +02:00
Johannes Meyer
e050ea53ee
RoleController: Include domain of a domain-aware backend..
...
..when suggesting user names of it
2022-06-13 15:09:42 +02:00
Johannes Meyer
d663fe84c3
DbConnection: Fix that unequal is handled as equal...
...
refs #4814
2022-06-13 15:05:24 +02:00
Johannes Meyer
1bee2db583
DbConnection: Only ignore the `*` for equal/unequal conditions
...
fixes #4813
2022-06-13 14:38:51 +02:00
Mattia Codato
253597c4fb
Fix autosubmit of forms with elements named 'id'
...
refs #4798
2022-06-13 13:04:24 +02:00
Sukhwinder Dhillon
d8ddc6600a
overrides `customvarsWithOriginalNames` only if the given object is of type `host`
...
A call to `__get()` reset the array if the given `$name` is a customvar
If `service` has a `host` customvar filter, the `fetchHostVariables()`
method was executed and overwrote the `customvarsWithOriginalNames` array.
fixes #4757
2022-06-13 11:56:57 +02:00
Sukhwinder Dhillon
c0d247613d
Manager: Ensure enableModule dir has correct permission when created
2022-06-13 11:44:40 +02:00
Johannes Meyer
77060ed312
Merge pull request #4799 from Icinga/php-81-support
...
Fix PHP 8.1 deprecation errors
2022-06-07 15:11:44 +02:00
Johannes Meyer
e3219be4fa
Merge pull request #4808 from Icinga/fix/strpos-null-Zend_Form-dissolveArrayValue
...
Avoid passing null as hastack to `strpos` in library/vendor/Zend/Form::_dissolveArrayValue()
2022-06-07 15:10:34 +02:00
raviks789
f33566be1c
Avoid passing null as hastack to `strpos` in library/vendor/Zend/Form::_dissolveArrayValue()
2022-06-07 14:09:37 +02:00
Yonas Habteab
8e6d4a6b46
LinearUnit: Make Iterator methods compatible with the parent methods
2022-06-02 16:19:42 +02:00
Yonas Habteab
4782df4fee
Form: Fix don't pass null values to strtolower() error
2022-05-30 14:00:01 +02:00
Johannes Meyer
777d146ba1
Perfdata: Avoid passing null to `number_format()`
2022-05-27 14:41:42 +02:00
Sukhwinder Dhillon
6fe2ef4698
layout-structure.less: Display announcements in fullscreen-layout
2022-05-27 14:35:06 +02:00
Yonas Habteab
2279502265
SingleValueSearchControl: Add default class to the search suggestions
2022-05-27 14:26:16 +02:00
Johannes Meyer
e602db3073
ui.js: Don't trigger `layout-change` before the app is initialized
2022-05-27 14:21:47 +02:00