Eric Espie
bb62723114
N°5906 - CRUD Event - Fix listener launched twice and refactor calls to Tickets::UpdateImpactedItems()
2023-02-27 11:17:05 +01:00
Pierre Goiffon
937313c20e
N°5906 - CRUD Event - Fix \DBObject::IsCrudStackEmpty not static
2023-02-27 11:17:05 +01:00
Molkobain
70cbaeac7a
Merge remote-tracking branch 'origin/support/3.0' into develop
2023-02-24 22:42:06 +01:00
Molkobain
b174e4cab3
N°4517 - PHP 8.1: Fix deprecated notice for null value passed to string parameter of native PHP functions
2023-02-24 22:40:17 +01:00
Molkobain
b1bd1e1677
PHPUnit: Migrate deprecated usages of assertFileNotExists() and assertRegExp()
2023-02-24 21:41:53 +01:00
Molkobain
029c01b13e
Merge remote-tracking branch 'origin/support/3.0' into develop
2023-02-24 21:41:05 +01:00
Molkobain
61bd8b6bb4
N°4517 - PHP 8.1: Fix deprecated notice for null value passed to string parameter of native PHP functions
2023-02-24 21:40:10 +01:00
Pierre Goiffon
3a77423b38
Merge remote-tracking branch 'origin/support/3.0' into develop
...
# Conflicts:
# tests/php-unit-tests/unitary-tests/application/utilsTest.php
2023-02-23 18:57:50 +01:00
Pierre Goiffon
5c9eb7fa38
N°6020 PHPUnit for \utils::EscapeHtml and EscapedHtmlDecode methods
...
This will ensure conversion back and forth is working as expected (in other words, parameters to the php functions stays the same in both methods)
2023-02-23 18:56:28 +01:00
Pierre Goiffon
4e8a1563f8
Merge remote-tracking branch 'origin/support/3.0' into develop
2023-02-23 18:38:39 +01:00
Pierre Goiffon
e960a4ad53
N°6023 Fix cannot load SVG files in AttributeImage since 3.0.0 ( #449 )
...
Caused by merge error in ddd6bf2
Co-authored-by: Molkobain <lajarige.guillaume@free.fr >
2023-02-23 18:38:03 +01:00
Molkobain
1980cf4700
Merge remote-tracking branch 'origin/support/3.0' into develop
...
# Conflicts:
# composer.json
# composer.lock
# lib/composer/autoload_files.php
# lib/composer/autoload_real.php
# lib/composer/autoload_static.php
# lib/composer/installed.json
# lib/composer/installed.php
# lib/firebase/php-jwt/README.md
# lib/firebase/php-jwt/src/CachedKeySet.php
# lib/firebase/php-jwt/src/JWK.php
# lib/firebase/php-jwt/src/JWT.php
2023-02-23 16:29:06 +01:00
Molkobain
7aad60ed1b
Merge remote-tracking branch 'origin/support/2.7' into support/3.0
...
# Conflicts:
# composer.json
# composer.lock
# lib/composer/autoload_classmap.php
# lib/composer/autoload_static.php
# lib/composer/installed.php
# lib/composer/platform_check.php
# setup/setuputils.class.inc.php
2023-02-23 16:21:56 +01:00
Molkobain
97965277c7
N°6017 - Update OAuth dependencies
2023-02-23 15:57:32 +01:00
Pierre Goiffon
758933ae74
N°5849 use the new \utils::EscapedHtmlDecode method
2023-02-23 15:19:36 +01:00
Pierre Goiffon
f6a4cdbd8f
Merge remote-tracking branch 'origin/support/3.0' into develop
2023-02-23 15:18:06 +01:00
Pierre Goiffon
93aee5883b
N°6020 New \utils::EscapedHtmlDecode method
2023-02-23 15:17:46 +01:00
Molkobain
18ed5ed526
N°6019 - Increase PHP min version to 7.1.3 to enable dependencies update
2023-02-23 14:53:48 +01:00
Pierre Goiffon
93291454e5
Merge remote-tracking branch 'origin/support/3.0' into develop
2023-02-23 12:05:55 +01:00
Pierre Goiffon
bbf6476570
Merge remote-tracking branch 'origin/support/2.7' into support/3.0
2023-02-23 12:05:38 +01:00
Pierre Goiffon
94c4f8c929
N°6016 MissingDependencyException : better log message ( #355 )
...
The error displayed on screen was already improved (see #280 )
This commit improves the log message we can have for example by running unattended install.
2023-02-23 12:04:56 +01:00
Pierre Goiffon
5e6ed950cb
ReOrder LogChannels const
2023-02-23 11:55:31 +01:00
Pierre Goiffon
8ab459dfbc
Merge remote-tracking branch 'origin/support/3.0' into develop
...
# Conflicts:
# core/log.class.inc.php
2023-02-23 11:54:42 +01:00
Pierre Goiffon
d40cf7fe3b
ReOrder LogChannels const
2023-02-23 11:52:19 +01:00
Pierre Goiffon
6997c0fd83
Merge remote-tracking branch 'origin/support/2.7' into support/3.0
...
# Conflicts:
# core/log.class.inc.php
2023-02-23 11:47:49 +01:00
Pierre Goiffon
822922df5c
N°5588 - Improve PDF export robustness when AttributeImage dimensions cannot be determined ( #350 )
...
Can happen for example on SVG images
Now the export won't crash anymore, and we'll get a log (export channel, warning level) with the object and attribute causing a problem as context
Co-authored-by: Molkobain <lajarige.guillaume@free.fr >
2023-02-23 11:45:29 +01:00
Pierre Goiffon
d39ecb7406
Merge remote-tracking branch 'origin/support/3.0' into develop
2023-02-23 11:23:31 +01:00
Pierre Goiffon
cb2be0eccd
N°5121 New AttributeURL validation use case
...
In comment as it isn't handled yet
2023-02-23 11:16:50 +01:00
Molkobain
26169111ed
Merge remote-tracking branch 'origin/support/3.0' into develop
...
# Conflicts:
# css/backoffice/utils/helpers/_misc.scss
2023-02-23 11:05:54 +01:00
Pierre Goiffon
f55fc8d264
N°6014 Validation pattern for URL : now handles commas in params ( #356 )
...
Seen on PRTG URLs
Co-authored-by: Molkobain <lajarige.guillaume@free.fr >
2023-02-23 10:59:38 +01:00
Molkobain
577f125a8d
PHP 8.1: Fix trim() usage with a null value in Trigger
2023-02-23 10:40:29 +01:00
Molkobain
04269747b7
N°5920 - Increase delay before displaying tooltip
2023-02-23 10:17:30 +01:00
Molkobain
826fbe10c8
N°6002 - Explicitly add symfony/http-foundation and symfony/http-kernel to composer.json for easier lib update
2023-02-22 22:38:15 +01:00
Molkobain
ea2140258c
N°5317 - Handle overlapping tables when table cells have fixed widths
2023-02-22 18:57:56 +01:00
Molkobain
d997e36de0
N°6002 - Update Symfony libs to 5.4.19
2023-02-22 18:19:56 +01:00
Molkobain
5ee603f2ba
Merge remote-tracking branch 'origin/support/3.0' into develop
...
# Conflicts:
# datamodels/2.x/itop-portal-base/portal/src/Form/ObjectFormManager.php
2023-02-22 18:08:56 +01:00
Stephen Abello
31f2666941
Merge branch 'support/2.7' into support/3.0
...
# Conflicts:
# js/wizardhelper.js
2023-02-22 15:46:13 +01:00
Stephen Abello
cac7e94a67
N°5729 - Fix disabled button in bulk update/transition when picking a value in a drop-down list
2023-02-22 15:42:20 +01:00
Pierre Goiffon
7925a5bd7e
N°6013 Remove combodo-webhook-integration file
...
Will be pushed in the corresponding module repo
2023-02-22 15:28:26 +01:00
Molkobain
cd72eee6dd
N°6013 - Update hungarian translations thanks to @tacsaby
2023-02-22 14:47:10 +01:00
Stephen Abello
da02a05fa3
Merge branch 'support/2.7' into support/3.0
2023-02-22 10:18:38 +01:00
Stephen Abello
6d019615d0
N°5865 - Restore DoCheckToWrite error messages in portal
2023-02-22 10:17:34 +01:00
BenGrenoble
d3a5bb723f
N°5968 - Add structural data for Brand, OSFamily and OSVersion
2023-02-22 10:15:51 +01:00
BenGrenoble
a37dea9cc2
N°4577 - Move service dependencies from "itop-bridge-cmdb-ticket" to another module
...
Move Document Services_list and Document Contracts_list to the bridge cmdb-services
2023-02-22 09:24:24 +01:00
Molkobain
0c962d7e32
Merge remote-tracking branch 'origin/support/3.0' into develop
...
# Conflicts:
# datamodels/2.x/itop-bridge-cmdb-ticket/dictionaries/cs.dict.itop-bridge-cmdb-ticket.php
# datamodels/2.x/itop-bridge-cmdb-ticket/dictionaries/da.dict.itop-bridge-cmdb-ticket.php
# datamodels/2.x/itop-bridge-cmdb-ticket/dictionaries/de.dict.itop-bridge-cmdb-ticket.php
# datamodels/2.x/itop-bridge-cmdb-ticket/dictionaries/fr.dict.itop-bridge-cmdb-ticket.php
# datamodels/2.x/itop-bridge-cmdb-ticket/dictionaries/ja.dict.itop-bridge-cmdb-ticket.php
# datamodels/2.x/itop-bridge-cmdb-ticket/dictionaries/sk.dict.itop-bridge-cmdb-ticket.php
# datamodels/2.x/itop-config-mgmt/dictionaries/hu.dict.itop-config-mgmt.php
# datamodels/2.x/itop-problem-mgmt/dictionaries/hu.dict.itop-problem-mgmt.php
# datamodels/2.x/itop-service-mgmt/dictionaries/fr.dict.itop-service-mgmt.php
# datamodels/2.x/itop-structure/dictionaries/fr.dict.itop-structure.php
# dictionaries/hu.dictionary.itop.core.php
2023-02-21 22:26:54 +01:00
Molkobain
ccdd315357
N°5919 - Add missing linkset descriptions in french and other languages
2023-02-21 22:14:57 +01:00
Eric Espie
a9f08e87f9
N°5906 - CRUD Event - move some code
2023-02-21 11:06:10 +01:00
Molkobain
2d80d1c1df
N°5741 - Fix wrong merge from 649674c7
2023-02-21 10:34:24 +01:00
Eric Espie
43d17f9519
✅ Fix unit tests for PHP8.1
2023-02-20 11:57:39 +01:00
Molkobain
6c4289a491
Tests: Rename file to match conventions
3.1.0-alpha1
2023-02-17 15:33:09 +01:00