Molkobain
0d8a21f6ef
N°5897 - Improve deprecated logs relevance for PHP "trigger_deprecation"
2023-01-17 16:30:35 +01:00
Pierre Goiffon
01d9d34118
Merge remote-tracking branch 'origin/support/3.0' into develop
2023-01-17 15:37:43 +01:00
Pierre Goiffon
de7c9d965e
💡 PHPDoc in \DeprecatedCallsLog
2023-01-17 15:37:23 +01:00
Molkobain
4c127b6f61
Revert "N°4517 - PHP 8.1: Fix return type hint for iterable classes"
...
This reverts commit 61be903eb2 .
2023-01-16 14:38:20 +01:00
Molkobain
61be903eb2
N°4517 - PHP 8.1: Fix return type hint for iterable classes
2023-01-16 14:21:00 +01:00
Eric Espie
06a5d645da
N°4756 - ✅ Ease extensibility for CRUD operations : Add unit tests
2023-01-12 17:40:17 +01:00
Lars Kaltefleiter
57ab3a0336
N°1350 - link audit catecories to domains and evaluate only categories of a given domain via interactive audit
2023-01-10 18:20:15 +01:00
Lars Kaltefleiter
b354058eb5
N°5622 Fix backup cannot be done if TLS enabled with no CA ( #354 )
2023-01-10 12:13:33 +01:00
Pierre Goiffon
43d86ad8e2
N°2013 Setup : fix crash on setting readonly mode if initial DB info were wrong
...
Same as 15d3201a , but this error happened before compilation, when setting read only mode.
As before this is another fix for #351 .
This fix introduces the new method \WizardController::GetParamForConfigArray
I replaced existing duplicate code with a call to this new generic method.
2023-01-10 10:56:21 +01:00
Pierre Goiffon
15d3201a40
N°2013 Setup : fix crash on compilation if initial DB info were wrong
...
Use case :
- having in the iTop config file wrong DB parameters (unreachable server for example)
- launch the setup in update mode
- fix the DB config in the wizard
The PR #351 solved the errors that were happening in the following steps.
But we still had an error during compilation, caused by the maintenance mode activation.
2023-01-09 16:11:27 +01:00
Molkobain
083d19c688
📝 PHPDoc
2023-01-05 21:19:56 +01:00
Eric Espie
4e9a34d8d8
Merge branch 'support/3.0' into develop
2023-01-05 09:25:11 +01:00
Eric Espie
524e65a29b
📝 fix PHPDoc
2023-01-05 09:23:48 +01:00
Pierre Goiffon
4f7a1ea9da
N°3200 Datatable "filter list" icon : specific query for 1,n and n,n objects relations
...
This specific query passes attcodes list to display to UI.php, but this endpoint doesn't handle it yet. Adding this enhancements would require too much time for now (datatables legacy code), hopefully a refactoring work will be done soon and we'll get back to it !
Note that dedicated ContextTag is renamed from Search to ObjectSearch
2023-01-04 16:23:52 +01:00
Pierre Goiffon
a62a373f64
N°3200 ♻️ Refactor relations attcode list generation
...
The existing code was added in N°2334
Its generic part is now callable in the MetaModel::GetAttributeLinkedSetIndirectDatatableAttCodesToDisplay method
2023-01-04 16:23:52 +01:00
Pierre Goiffon
6b23171d65
N°3200 New "Filter list" icon in datatables
...
Every datatables will open its query in a new UI.php?operation=search page
2023-01-04 16:23:52 +01:00
Eric Espie
a693c343e8
N°4756 - Ease extensibility for CRUD operations : Reduce events after review
2023-01-04 14:18:01 +01:00
Eric Espie
cd17eb484a
N°4756 - Ease extensibility for CRUD operations : Reduce events after review
2023-01-04 12:23:23 +01:00
Vincent Dumas
259eb60f97
N°5841 - Non-admin managing User can't see Administrator by default ( #383 )
2023-01-03 14:08:28 +01:00
Eric Espie
1afa3e2003
Merge branch 'support/3.0' into develop
2023-01-03 08:52:10 +01:00
Eric Espie
df7d7c877d
N°5490 - PHP 8.0: Fix crash of bulk modify
2023-01-03 08:50:18 +01:00
Eric Espie
4c4d7c12e8
N°4756 - Ease extensibility for CRUD operations : Coherency in method parameters
2023-01-02 14:23:36 +01:00
Eric Espie
97c3cacfaa
N°4756 - Ease extensibility for CRUD operations : Pass DeletionPlan to EVENT_DB_CHECK_TO_DELETE
2023-01-02 14:20:17 +01:00
Eric Espie
98ec568788
N°4756 - Ease extensibility for CRUD operations : Events not sent in overridable methods
2023-01-02 14:06:02 +01:00
Eric Espie
626ba7ee66
📝 PHPDoc reworked packages
2022-12-30 14:17:57 +01:00
Eric Espie
3920f84f45
📝 PHPDoc reworked for auto-doc
2022-12-30 10:11:11 +01:00
Eric Espie
f3cea730af
Merge branch 'support/3.0' into develop
...
# Conflicts:
# application/applicationextension.inc.php
2022-12-29 14:40:26 +01:00
Eric Espie
88d9a29599
📝 Change packages for auto-documentation
2022-12-29 12:38:31 +01:00
Eric Espie
23b4d4cb6b
Merge branch 'support/2.7' into support/3.0
2022-12-28 09:52:52 +01:00
Eric Espie
b37e74b407
📝 Change packages for auto-documentation
2022-12-28 09:51:46 +01:00
Eric Espie
1cac189077
N°4756 - Ease extensibility for CRUD operations : Fix CRUD after review
2022-12-23 10:37:08 +01:00
Eric Espie
0383fb124b
N°4756 - Ease extensibility for CRUD operations : Events renamed
2022-12-22 15:28:31 +01:00
Eric Espie
f378fd3d72
N°4756 - Ease extensibility for CRUD operations : Events renamed
2022-12-22 15:22:06 +01:00
Eric Espie
44fac686f9
N°4756 - Ease extensibility for CRUD operations : Events renamed
2022-12-22 15:16:52 +01:00
Eric Espie
bdd5741290
N°4756 - Ease extensibility for CRUD operations : Protect against update loops
2022-12-22 08:56:40 +01:00
Molkobain
5cb2f19ea0
N°4756 - Improve PHPDoc and type hints
2022-12-20 11:11:14 +01:00
Eric Espie
0810a113c1
N°4756 - Ease extensibility for CRUD operations : Event Service - Moved Events source code under sources/application/events
2022-12-16 11:30:00 +01:00
Eric Espie
fae857175b
N°4756 - Ease extensibility for CRUD operations : Event Service - Changed CheckToWrite and CheckToDelete events and add two new events to set attributes flags
2022-12-16 11:07:41 +01:00
Pierre Goiffon
ccdb5ec79f
Merge remote-tracking branch 'origin/support/3.0' into develop
2022-12-15 15:37:09 +01:00
Pierre Goiffon
cb6232cc05
Merge remote-tracking branch 'origin/support/2.7' into support/3.0
2022-12-15 15:36:43 +01:00
Pierre Goiffon
0d49c605e2
💡 Fix \DBSearch::FromOQL phpdoc + modifiers order
2022-12-15 15:36:14 +01:00
Molkobain
3d09e3b57b
Merge remote-tracking branch 'origin/support/3.0' into develop
2022-12-14 20:35:47 +01:00
Molkobain
6d47b0f4f8
N°4517 - PHP 8.0: Fix undefined array key due to type cast being done before coalesce
2022-12-14 20:34:40 +01:00
Molkobain
27cf8159d0
N°5388 - PHP 8.2: Fix dynamic properties
2022-12-14 19:55:08 +01:00
jbostoen
32ee1a8226
N°5793 - HTML Sanitizer: Allow 'start' attribute in 'ol' tag ( #368 )
...
* * Extended allowed attributes on ol, li (based on W3Schools)
* Change unit test case label
Co-authored-by: Molkobain <lajarige.guillaume@free.fr >
2022-12-14 15:46:59 +01:00
Eric Espie
c02f84969a
N°4756 - Ease extensibility for CRUD operations : Event Service
2022-12-08 08:21:13 +01:00
vdumas
4f36819ab2
Fix @param & @return comments for GetTagFromLabel
2022-12-06 16:43:55 +01:00
Eric Espie
3548251997
Merge branch 'support/3.0' into develop
2022-12-02 09:27:40 +01:00
Eric Espie
4d365c8a44
Merge branch 'support/2.7' into support/3.0
2022-12-02 09:26:40 +01:00
Eric Espie
957ff40f30
N°5155 - Email by SMTP with self-signed certificate (changed default values to the previous behaviour)
2022-12-02 09:25:53 +01:00