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
Stephen Abello
3fbc5e1ce0
N°5904 Hide decorative plus icon on attribute set edit
2023-02-06 14:24:44 +01:00
Molkobain
786e7d647c
N°5388 - PHP 8.2: Fix partially supported callable
2023-02-03 23:01:24 +01:00
Molkobain
1768274aaf
N°5943 - Fix undefined array key "Remote" in AjaxRenderController.php with DokuWiki extension
2023-02-03 09:38:28 +01:00
Stephen Abello
7cc1e33950
N°5904 Fix attribute set / linkset wrapping
2023-02-02 10:05:55 +01:00
Molkobain
72a586e490
N°5905 - Fix linkset panel description still in an alert when editing host object
2023-02-01 18:09:46 +01:00
Stephen Abello
0cce58e0cf
N°5904 Fix hardcoded string when existing dict entry was available
2023-02-01 09:40:38 +01:00
Stephen Abello
53b68f88b8
Fix typo in dictionaries
2023-02-01 09:39:33 +01:00
Stephen Abello
7fb10da013
N°5904 Fix hardcoded strings when existing dict entries were available
2023-02-01 09:33:58 +01:00
Stephen Abello
0b1352fe37
N°5904 Move dict entries
2023-01-31 09:57:06 +01:00
acognet
e0cc00e772
N°5849 - Fix wrong encoding of external keys in "Header with statstics" dashlet - fix for 3.1
2023-01-30 17:29:51 +01:00
Molkobain
002e52cc3e
N°5929 - Fix parse error due to not closed array from bbea9782
2023-01-30 17:21:41 +01:00
Thomas Casteleyn
bbea978259
N°5929 - Update hungarian translations thanks to @tacsaby ( #438 )
...
Co-authored-by: tacsaby
Co-authored-by: Molkobain <lajarige.guillaume@free.fr >
2023-01-30 17:15:08 +01:00
Molkobain
bddfa4cd7a
Merge remote-tracking branch 'origin/support/3.0' into develop
2023-01-30 17:09:36 +01:00
Anne-Catherine
12ef74ec42
N°5849 - Fix wrong encoding of external keys in "Header with statstics" dashlet ( #384 )
...
N°5849 - Fix wrong encoding of external keys in "Header with statstics" dashlet #384
2023-01-30 16:06:10 +01:00
Eric Espie
cd1b441025
N°4756 - Ease extensibility for CRUD operations: 🎨 add log
2023-01-30 14:45:58 +01:00
Pierre Goiffon
0f97b93617
N°5856 Fix object lists always ajax loaded
...
Regression introduced in N°3200 with 4f7a1ea9
2023-01-30 09:31:10 +01:00
Molkobain
b61c8ea4ca
N°5388 - PHP 8.2: Fix dynamic properties to standard declared properties
2023-01-27 19:00:59 +01:00
Molkobain
f48df74933
N°5388 - PHP 8.2: Fix dynamic properties that were actually just case-sensitive typos
2023-01-27 17:57:50 +01:00
Molkobain
6fb00cbbf3
N°5388 - PHP 8.2: Fix dynamic properties to standard declared properties
2023-01-27 17:56:55 +01:00