Commit Graph

9461 Commits

Author SHA1 Message Date
MDW
738c2d1d4d Extra checks to fix PhanNonClassMethodCall 2024-03-24 15:40:20 +01:00
MDW
cbb82042a5 Extra checks to fix PhanNonClassMethodCall 2024-03-24 15:40:19 +01:00
MDW
743b86a8c3 Force list type to fix PhanNonClassMethodCall 2024-03-24 15:07:00 +01:00
Laurent Destailleur
295587ea20 Fix warning 2024-03-24 14:19:44 +01:00
Laurent Destailleur
67508c4a3c Doc 2024-03-24 02:57:04 +01:00
Laurent Destailleur
6c83239f16 Merge pull request #29034 from mdeweerd/PhanTypeInvalidRightOperandOfNumericOp
Fix & enable PhanTypeInvalidRightOperandOfNumericOp
2024-03-24 02:07:59 +01:00
Laurent Destailleur
d9488770ae GETPOST(..., 'alpha') does not accept \ char anymore. Replaced with / 2024-03-24 01:45:31 +01:00
Laurent Destailleur
a5fec9f06f Merge branch 'develop' into PhanTypeInvalidRightOperandOfNumericOp 2024-03-23 20:44:54 +01:00
Laurent Destailleur
19fbfb9444 Merge pull request #29013 from frederic34/box_member_phpstan
clean code for phpstan
2024-03-23 19:36:27 +01:00
Laurent Destailleur
6a0678e717 Merge branch 'develop' into PhanTypeInvalidRightOperandOfNumericOp 2024-03-23 17:36:29 +01:00
Laurent Destailleur
8906df343a NEW Add option THIRDPARTY_MIN_NB_PROF_ID and THIRDPARTY_MAX_NB_PROF_ID 2024-03-23 16:01:41 +01:00
MDW
139451f2f1 Fix PhanTypeInvalid{Left,Right}OperandOfNumericOp mostly by typing, casting, idate 2024-03-23 01:49:57 +01:00
MDW
5d6ae6e9c0 Fix PhanTypeInvalidLeftOperandOfAdd with casts 2024-03-22 09:51:40 +01:00
MDW
b267d7fcb8 Fix PhanTypeInvalidLeftOperandOfAdd with casts 2024-03-22 09:51:39 +01:00
Frédéric France
ce38158c35 fix warnings with syslog checkconfiguration 2024-03-21 21:50:42 +01:00
Laurent Destailleur
c24a5234f7 Merge branch 'develop' into patch-323 2024-03-20 15:15:49 +01:00
Laurent Destailleur
cb3880cc62 Clean translations 2024-03-20 15:15:28 +01:00
Laurent Destailleur
979003e539 Update dict.php 2024-03-20 14:15:47 +01:00
Charlène Benke
81189c9759 Disable change on system product_nature element
finished value 1 is associed to bom feature (and factory module)
it's better to disable the change of the 2 initial value (consider it as system)
2024-03-20 12:58:28 +01:00
Laurent Destailleur
e92d6230df Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop
Conflicts:
	htdocs/ticket/class/ticket.class.php
	htdocs/ticket/list.php
	htdocs/ticket/stats/index.php
2024-03-20 02:31:33 +01:00
Laurent Destailleur
dd5d70ad5d Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
Conflicts:
	htdocs/core/triggers/interface_50_modTicket_TicketEmail.class.php
	htdocs/public/ticket/create_ticket.php
	htdocs/public/ticket/index.php
	htdocs/public/ticket/list.php
	htdocs/public/ticket/view.php
	htdocs/ticket/agenda.php
	htdocs/ticket/card.php
	htdocs/ticket/class/ticket.class.php
	htdocs/ticket/contact.php
	htdocs/ticket/document.php
	htdocs/ticket/index.php
	htdocs/ticket/list.php
	htdocs/ticket/messaging.php
	htdocs/ticket/stats/index.php
2024-03-20 02:25:58 +01:00
Regis Houssin
ce3171a722 FIX avoid php warning 2024-03-19 19:50:28 +01:00
Laurent Destailleur
363a083c54 Look and feel v20 2024-03-19 15:34:47 +01:00
MDW
0a1cec7e9b Fix PhanTypeSuspiciousStringExpression 2024-03-19 02:43:17 +01:00
Laurent Destailleur
defd044a74 Fix phpunit 2024-03-18 23:34:08 +01:00
Laurent Destailleur
dfa9ed67d0 Fix warnings 2024-03-18 20:52:59 +01:00
Laurent Destailleur
1a82c5e8ce Fix warnings 2024-03-18 20:38:51 +01:00
Laurent Destailleur
13f7012d40 NEW Add maintenance tool to switch utf8 -> utf8mb4 2024-03-18 18:17:53 +01:00
Laurent Destailleur
49bd37a72d Doc 2024-03-18 16:02:33 +01:00
Laurent Destailleur
6640354e79 Move to use the english key name ofmodule 2024-03-18 14:32:59 +01:00
MDW
257f65cc47 Fix return type for callbak of array_filter to bool fixes PhanTypeMismatchArgumentInternal 2024-03-18 04:03:46 +01:00
MDW
ef97d549c6 Fix cast int to string for strpos fixes PhanTypeMismatchArgumentInternal 2024-03-18 02:33:19 +01:00
Laurent Destailleur
ebba438fbe Merge pull request #27528 from altairisfr/rdb
[DATA_MODEL] rename commande_fournisseur_dispatch into receptiondet_batch
2024-03-17 21:31:27 +01:00
MDW
6843232393 Qual: Remove useless trim (fix PhanTypeMismatchArgumentInternal) 2024-03-17 14:48:32 +01:00
Laurent Destailleur
310b74960e Fight against ucfirst to get a className. 2024-03-16 22:26:24 +01:00
Laurent Destailleur
d6674ee44b Fix default value 2024-03-16 22:04:39 +01:00
Laurent Destailleur
90172fba83 Code simpler 2024-03-16 22:00:55 +01:00
Laurent Destailleur
eececbe72b More secured parameter for $tmpobjectkey 2024-03-16 17:34:58 +01:00
Laurent Destailleur
75fae0f27d Merge branch 'develop' into fix/PhanTypeMismatchReturn 2024-03-16 16:08:08 +01:00
MDW
9eed23c6d0 Fix return type by cast or typing update
# Fix return type by cast or typing update

Fix most PhanTypeMismatchReturn notifications.

The remaining ones are likely real bugs or need more Dolibarr
knowledge to fix them efficiently
2024-03-16 13:52:12 +01:00
Frédéric France
912c0f754b fix knowledgerecord 2024-03-16 13:36:55 +01:00
Frédéric France
eee807e7d3 fix knowledgerecord 2024-03-16 13:23:30 +01:00
Frédéric France
f61c97bd9a fix knowledgerecord 2024-03-16 13:20:36 +01:00
Frédéric France
582424c607 fix knowledgerecord 2024-03-16 13:09:25 +01:00
Laurent Destailleur
62827c14e6 Fix "Class KnowledgeManagement constructor invoked with 1 parameter, 0
required"
2024-03-16 12:28:15 +01:00
Laurent Destailleur
e994d6650f Fix regression in GETPOST limit 2024-03-16 11:41:00 +01:00
Laurent Destailleur
2b9d5b7232 Clean code 2024-03-16 11:16:32 +01:00
Laurent Destailleur
0e07611344 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
Fix for #28785 and #28889
2024-03-16 11:09:24 +01:00
Laurent Destailleur
57d826e261 Merge pull request #28889 from mdeweerd/fix/PhanTypeMismatchArgumentInternalReal
Fix & enable PhanTypeMismatchArgumentInternalReal
2024-03-16 11:05:20 +01:00
Laurent Destailleur
ea2eab434c Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2024-03-16 11:04:54 +01:00