Eric Espie
72dad5dd07
N°5891 - Make CSV import unit tests work
2023-02-16 16:14:37 +01:00
Molkobain
dc38db1c3d
PHP 8.1: Reduce time interval to something more pragmatic for quicker test execution
2023-02-16 11:40:59 +01:00
Molkobain
45df1002ec
N°5388 - PHP 8.2: Fix dynamic properties to standard declared properties
2023-02-15 23:02:40 +01:00
Molkobain
737388053f
PHP 8.1: Fix FunctionExpression::Evaluate() "TO_DAYS" misalignment due to PHP 8.1 bug fix
2023-02-15 21:31:11 +01:00
dariocodes
d0b000d125
Update README.md to improve grammar
...
- Using hyphens to combine "web-based" ensures that the reader understands that it is a compound modifier.
- Adding a comma after "platform" helps to separate the list of items that follows and improve readability.
- Using commas to separate the list of items in the series (CMDB, helpdesk system, and document management tool) helps to clarify that each item is a distinct element.
- Fixed a typo where "adds-on" was written instead of "add-ons".
- Uses the wrong form of the verb "be." In this context, the correct form of the verb to use is "become," not "being."
- Adding a comma after led is grammatically better as is referenced here: https://github.com/Combodo/combodo-workflow-graphical-view/pull/1
2023-02-15 18:02:54 +01:00
Eric Espie
1d0ce1862d
N°4756 - Ease extensibility for CRUD operations : Event Service - ✅ Fix unit tests
2023-02-14 15:53:12 +01:00
Eric Espie
c0589715c1
N°4756 - Ease extensibility for CRUD operations : Event Service - Fix RegisterListener() signature and calls
2023-02-14 11:26:47 +01:00
Eric Espie
8b18fd7cc0
Merge remote-tracking branch 'origin/support/3.0' into develop
2023-02-14 09:35:59 +01:00
Eric Espie
9f81e4875a
Merge branch 'hotfix/5944_GetClassesForInterface_filter' into support/3.0
2023-02-14 09:16:49 +01:00
Molkobain
33717b9610
N°5951 - Fix crash when creating a user with a non valid password
...
/!\ Mind that this could have impact on DoCheckToWrite() overloads for people using \DBObject::GetKey() instead of \DBObject::IsNew()
2023-02-13 20:22:39 +01:00
Molkobain
b97a464bb1
N°2783 - Initialize property correctly (highlighted by 58c0da7e)
2023-02-13 19:36:46 +01:00
Pierre Goiffon
58c0da7e87
N°2783 Fix setup crashing because of a php warning ( #389 )
2023-02-13 17:09:24 +01:00
Molkobain
4203382920
N°2783 - Add support for custom zlists ( #389 )
2023-02-13 16:13:51 +01:00
Molkobain
825e402dd6
N°5279 - Improve DBBackup::MakeName() unit test by evaluating placeholders
2023-02-13 15:57:29 +01:00
Molkobain
fa75c8964a
Tests: Improve REST API tests robustness when output JSON is not always ordered the same (even though the content is semantically the same)
2023-02-13 10:27:28 +01:00
Pierre Goiffon
fc58c6f4ce
N°4577 setup params : add itop-bridge-cmdb-services
2023-02-13 09:23:19 +01:00
Molkobain
ef4e38f6b9
Merge remote-tracking branch 'origin/support/3.0' into develop
2023-02-11 09:55:15 +01:00
Molkobain
4f102d764a
Merge remote-tracking branch 'origin/support/2.7' into support/3.0
2023-02-10 23:18:37 +01:00
Molkobain
dbd58cfeb6
Tests: Force RestAPI unit tests not to verify SSL certificate as most dev / test envs are self-signed
2023-02-10 23:07:27 +01:00
Molkobain
1086eaaffe
N°3190 - Fix XML conversion unit test
2023-02-10 22:37:24 +01:00
Molkobain
f7ee21f1d7
N°5279 - PHP 8.1: Migrate usages of deprecated strftime() function
...
In the end we made an adapter to keep using the strftime() format (https://www.php.net/manual/fr/function.strftime.php ); not to ease migration but because we couldn't use \DateTime::format().
We can't use \DateTime::format() directly on the whole filename as it would also format characters that are not supposed to be. eg. "__DB__-Y-m-d-production" would become "itopdb-2023-02-09-+01:00Thu, 09 Feb 2023 11:34:01 +0100202309", mind the "production" part being converted.
2023-02-10 22:15:18 +01:00
Pierre Goiffon
35b0b16e20
N°4756 Add listenerId to register call for debug purposes
2023-02-10 17:31:48 +01:00
Pierre Goiffon
ca72ec736e
N°4756 DBObject Rename Event* methods to FireEvent*
2023-02-10 15:22:33 +01:00
Pierre Goiffon
e63d66aa5d
N°4756 Fix TypeError on EventData::$aCallbackData
2023-02-10 15:01:56 +01:00
bdalsass
2803f0be49
N°3190 - Add iTop design format compatibility converter
...
- Add converter for for display_style property
- Update php unit test to control conversion
2023-02-10 13:47:10 +01:00
BenGrenoble
278b0d643f
N°5968 - Add structural data for Brand, OSFamily and OSVersion
...
Refactor file model.itop-bridge-cmdb-services.php
2023-02-10 11:21:19 +01:00
vdumas
569045f675
N°5946 - Error in a french translation - user preference
2023-02-09 17:30:17 +01:00
vdumas
25989bc00f
N°5947 - Typos in french translation for incident
2023-02-09 17:25:25 +01:00
vdumas
fc60759db5
N°5920 - Align icon, title and tooltip for extra tabs in standard DM
2023-02-09 17:13:07 +01:00
BenGrenoble
3a931ff79e
N°5968 - Add structural data for Brand, OSFamily and OSVersion
...
Change path and correct osversion id
2023-02-09 11:32:57 +01:00
BenGrenoble
f6bd380ad0
N°5968 - Add structural data for Brand, OSFamily and OSVersion
...
Remove sample brand
2023-02-09 11:10:00 +01:00
BenGrenoble
97c4ecf8bc
N°5968 - Add structural data for Brand, OSFamily and OSVersion
...
Correct brand id
2023-02-09 10:50:59 +01:00
BenGrenoble
5f4ef74d34
N°5968 - Add structural data for Brand, OSFamily and OSVersion
...
Move data to config-mgmt
2023-02-09 10:45:10 +01:00
BenGrenoble
6184dbafff
N°4577 - Move service dependencies from "itop-bridge-cmdb-ticket" to another module
2023-02-09 10:32:39 +01:00
BenGrenoble
630c1dcdc8
N°5968 - Add structural data for Brand, Model, OSFamily and OSVersion
2023-02-09 09:59:06 +01:00
vdumas
cb84cbf7a8
N°5106 - Add Associated User tab on Person
2023-02-09 09:40:19 +01:00
vdumas
b025f86b21
N°5106 - Add Associated User tab on Person
2023-02-09 09:06:48 +01:00
vdumas
5a76175ec1
N°5908 - add a description on "known error" tab on UserRequest and Incident
2023-02-09 09:03:18 +01:00
vdumas
ce162f05da
N°5908 - add a description on "known error" tab on UserRequest and Incident
2023-02-08 19:00:57 +01:00
Molkobain
d358c9e8fa
N°5920 - Tab manager: Fallback on dict entry code convention (tab code followed by "+" sign) for tab's description / tooltip if none given
2023-02-08 18:23:20 +01:00
bdalsass
86a208a86d
N°5904 - Use attribute linked set edit mode to enable actions in view (improvement)
2023-02-08 14:34:46 +01:00
vdumas
372888c7a7
N°5106 - Add Associated User tab on Person
2023-02-08 13:01:41 +01:00
Molkobain
547a520ab1
N°5951 - Temporary fix to unblock 3.1.0-alpha1, we need to discuss the DBObject::DBInsertNoReload() sequence before going further
2023-02-07 19:41:03 +01:00
Molkobain
8bf788dcb9
N°5904 - PHP 8.1: Migrate usage of deprecated FILTER_SANITIZE_STRING constant
2023-02-07 14:57:24 +01:00
Molkobain
a157e754a9
N°5074 - Clean up of dynamically created class properties due to bdb29fd99
2023-02-07 14:51:42 +01:00
Molkobain
eae84ab399
N°5074 - Clean up of dynamically created class properties due to bdb29fd99
2023-02-07 14:51:00 +01:00
Molkobain
4d4d3bd9a2
N°5904 - Fix crash when adding a 1:n link item in object edition
2023-02-07 14:35:49 +01:00
Benjamin Dalsass
9f9630d011
N°5904 - remove link as tagset add button
2023-02-07 09:42:41 +01:00
Benjamin Dalsass
de1c58a84c
N°5904 - Use attribute linked set edit mode to enable actions in view
2023-02-06 17:22:30 +01:00
bdalsass
1fe9520b7e
N°5904 - Use attribute linked set edit mode to enable actions ( #440 )
...
* Add corresponding buttons depending on old edit mode (need to check with piR pour récuperer l'ancienne valeur.
* N°5904 - Handle attribute linked set edit_mode
* N°5904 Move calls to private jquery widget methods to public
* N°5904 - Worker improvements add button on link tagset
* Change itop set widget to new set block UI (5)
* Change itop set widget to new set block UI (5)
* Renommage variables JS avec le prefix combodo
* Search dialog block id conflict with form id
* add moved js files in iTopWebPage compatibility list
---------
Co-authored-by: Stephen Abello <stephen.abello@combodo.com >
2023-02-06 16:07:55 +01:00