denis.flaven@combodo.com
7fe565c4fb
Merge branch 'feature/6133-add-extra-files-to-backup-and-restore' into develop
2023-05-11 14:41:02 +02:00
denis.flaven@combodo.com
08ebac1b5c
Fix PR remarks
2023-05-10 17:42:50 +02:00
vdumas
380723056a
N°5559 - Obsolete replica locks object edition - fix default param value
2023-05-10 10:24:12 +02:00
Stephen Abello
2f20cf52f3
N°6219 Fix issues in dictionary entries
2023-05-10 10:08:18 +02:00
Stephen Abello
5219541b74
N°6154 Fix some classes names hardcoded in dict entries and calls MetaModel GetName instead of hardcoded dict entry
2023-05-10 10:03:02 +02:00
Pierre Goiffon
4695511b46
Merge remote-tracking branch 'origin/support/3.0' into develop
2023-05-09 15:37:05 +02:00
odain
0b5bf7bf6f
N°6299 - DBUpdate regression in 3.1 when setting a field with same value in the concerned object - fix temporarly ci until fix comes
2023-05-09 14:51:26 +02:00
Pierre Goiffon
cdcc069099
Fix typo in exception message
...
Regression introduced in fe179079 in support/3.0 branch and upwards
2023-05-09 14:02:02 +02:00
Vincent Dumas
5c252849fa
N°5559 - Prevent obsolete replica to lock iTop object ( #376 )
...
* N°5559 prevent obsolete replica to lock iTop object
* N°5559 - new config param for ignoring obsolete replica
* N°5559 - new config param for ignoring obsolete replica (2)
2023-05-09 11:28:44 +02:00
Eric Espie
9c50f0d072
Fixed regression due to typo
2023-05-05 17:09:10 +02:00
odain
b4f517b03b
Merge branch 'support/3.0' into develop
2023-05-05 15:57:04 +02:00
odain
8c639fc23a
N°5753 - add config parameter allow_rest_services_via_tokens to bypass rest secure profile option
2023-05-05 15:53:32 +02:00
Anne-Catherine
f29e748baa
N°6265 - Too many call to current person in database ( #488 )
2023-05-05 15:08:48 +02:00
Eric Espie
f1d1aa8833
Fixed regression due to forcing camel case names in operation methods, now allow both camel case and snake case
2023-05-05 14:55:45 +02:00
bdalsass
b9cfb62d1a
N°6251 - 1:n - Actions must not be proposed to user not allowed ( #491 )
2023-05-05 14:28:37 +02:00
odain
da5a825c7e
N°6171 - Password Expiration: can expire mode has no effect on user who have never changed their password
2023-05-05 11:37:44 +02:00
Pierre Goiffon
d10e2ac25a
Merge remote-tracking branch 'origin/support/3.0' into develop
2023-05-05 10:17:10 +02:00
Pierre Goiffon
b9230ad402
N°6274 DeprecatedCallsLogTest : replace expectException deprecated calls
...
Message was : Support for using expectException() with PHPUnit\Framework\Error\Warning is deprecated and will be removed in PHPUnit 10. Use expectWarning() instead.
2023-05-05 10:16:56 +02:00
Pierre Goiffon
436e6b80db
Merge remote-tracking branch 'origin/support/3.0' into develop
...
# Conflicts:
# tests/php-unit-tests/ItopTestCase.php
2023-05-05 09:45:02 +02:00
Pierre Goiffon
959ac7e3be
N°6274 DeprecatedCallsLogTest : fix expected exception mismatch in PHP 8.0+
...
Undefined offset notice was changed to a warning in PHP 8.0... Also message was changed :(
2023-05-05 09:13:03 +02:00
Molkobain
53e2d1103a
Improve PHPDoc and type hints
2023-05-04 23:16:14 +02:00
Molkobain
8dc7d68b8c
N°5890 - Use leave handler in backoffice forms to better handle leave confirmation message with multiple forms in a single page
2023-05-04 22:15:10 +02:00
Molkobain
bb46875679
N°5890 - Refactor leave handler to a global helper (not portal only)
2023-05-04 22:15:10 +02:00
Molkobain
1271bb31cb
Fix "Syntax error, unrecognized expression" during object editing due to object class being already JSON encoded
2023-05-04 22:15:09 +02:00
Pierre Goiffon
1884596ecd
N°6274 Fix log.class.inc.php crashing cause cannot load ItopTestCase class
...
Now the constant name is defined in approot
2023-05-04 17:34:14 +02:00
Pierre Goiffon
584cfa8cbf
N°6274 Fix PHP Notices not caught in ItopDataTestCase PHPUnit
...
This was caused by the set_error_handler() done in DeprecatedCallsLog during startup
Now we are :
* not registering the handler if a PHPUnit test is running (based on a constant set in ItopTestCase::setUp)
* on registration only do it for the required notices
2023-05-04 17:08:47 +02:00
BenGrenoble
ae8012c75f
N°4577 - Move service dependencies from "itop-bridge-cmdb-ticket" to another module
...
Add two more bridge for flexibilty and teemip needs
2023-05-04 15:42:51 +02:00
Benjamin Dalsass
34f3b92e2e
N°5916 - Generic message on Link Uniqueness rules
...
Add unit test
2023-05-04 15:24:14 +02:00
Pierre Goiffon
881aa87ad2
N°6270 Remove empty model.*.php files
...
Not necessary anymore in 3.1.0 since :
* N°4875 - Compiler : do not force the model.*.php file to be present in the module.*.php file ('datamodel' key)
* N°4280 - Module loading : do not crash if 'datamodel' file doesn't exists (model.*.php)
2023-05-04 12:14:52 +02:00
Benjamin Dalsass
03e22ce42d
N°5916 - Generic message on Link Uniqueness rules
2023-05-04 11:21:06 +02:00
Eric Espie
4f6e74a3ee
N°2250 - DisplayObject with ormLinkSet ignore Removed
2023-05-04 11:01:51 +02:00
Benjamin Dalsass
5a856f96eb
N°6124 - Workaround performance problem on the modification of an object with an n:n relation having a large volume
...
Add new bForceTableRefresh flag description
2023-05-04 10:54:04 +02:00
Benjamin Dalsass
c7e8c70ced
N°6124 - Workaround performance problem on the modification of an object with an n:n relation having a large volume
2023-05-04 10:34:37 +02:00
Benjamin Dalsass
aa01003042
N°5916 - Generic message on Link Uniqueness rules
...
Replace space by non-breaking space
2023-05-03 12:48:33 +02:00
Benjamin Dalsass
27d9d6a822
N°6154 - n:n Read - tooltip, buttons tooltips on edit widgets
2023-05-03 12:42:45 +02:00
BenGrenoble
e16ffe5a99
N°4577 - Move service dependencies from "itop-bridge-cmdb-ticket" to another module
...
Fix empty files issue from previous commit
2023-05-03 10:57:57 +02:00
Eric Espie
befef6c71e
N°5658 - Fix spinning wheel appearing on all application upgrade buttons - fix css
2023-05-03 10:49:08 +02:00
BenGrenoble
d86b3dba0e
N°4577 - Move service dependencies from "itop-bridge-cmdb-ticket" to another module
2023-05-03 10:19:54 +02:00
Eric Espie
a972393685
N°5658 - Fix spinning wheel appearing on all application upgrade buttons - fix css
2023-05-03 10:17:04 +02:00
bdalsass
e16a32bad2
Feature/6154 - Change dict key ( #490 )
2023-05-03 09:47:56 +02:00
bdalsass
375677612d
Feature/6154 - Confirmation modal issue ( #489 )
2023-05-03 09:47:40 +02:00
Molkobain
99376225de
Improve PHPDoc
2023-05-03 09:46:45 +02:00
Molkobain
3ce810ee99
N°5655 - Router: Improve robustness
...
* Change visibility from public to protected of methods for which it was not necessary
* Change visibility from static to non-static of methods that could be used as such for easier testability
* Cache available routes for better performances
* Finish Router::GetRoutes() so we can use the available routes data to display them to the developers somewhere (ideally in the toolkit)
* Improve unit tests
2023-05-02 23:56:25 +02:00
Stephen Abello
1945708c16
Merge branch 'support/3.0' into develop
2023-05-02 09:25:55 +02:00
Stephen Abello
eebc61385d
N°6009 - Fix restore backup button not working when JS dependencies are present
2023-05-02 09:24:54 +02:00
Eric Espie
9dd8ed2317
N°5658 - Fix spinning wheel appearing on all application upgrade buttons - fix css
2023-04-28 17:25:04 +02:00
Stephen Abello
98430bc16e
N°6148 - Add icons to Ticket, AuditRule, AuditCategory and AuditDomain
2023-04-28 17:16:30 +02:00
Eric Espie
21fec412c3
N°5658 - Fix spinning wheel appearing on all application upgrade buttons - fix css
2023-04-28 17:14:22 +02:00
Eric Espie
cc45da5f29
N°5658 - Fix spinning wheel appearing on all application upgrade buttons - fix css
2023-04-28 17:14:01 +02:00
Eric Espie
e4412a5201
N°5658 - Fix spinning wheel appearing on all application upgrade buttons - move twig_base and itop-core-update to new router
2023-04-28 16:56:16 +02:00