Commit Graph

34349 Commits

Author SHA1 Message Date
Laurent Destailleur
1a17130fbc Enhance the default setup page of generated modules 2024-01-23 15:25:45 +01:00
Laurent Destailleur
f314258246 Fix target on refresh 2024-01-23 14:17:14 +01:00
Laurent Destailleur
98091852a8 Add css for generic flex use. 2024-01-23 14:15:31 +01:00
jyhere
550de609fd FIX: packaging column mistypo in modService 2024-01-23 14:08:33 +01:00
Laurent Destailleur
679896f110 log 2024-01-23 13:14:25 +01:00
Laurent Destailleur
1f43efd08c Debug v19 2024-01-23 11:39:38 +01:00
Florian HENRY
a5422d2fc4 fix: onligne Signaturelink is bad for locaorexternal 2024-01-23 11:37:44 +01:00
Laurent Destailleur
28b3e656a9 Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-01-23 10:44:10 +01:00
thibdrev
0f26b9f2ad phpcs 2024-01-22 19:13:29 +01:00
Frédéric FRANCE
68856d5a5f fix phpstan 2024-01-22 18:14:49 +01:00
thibdrev
7768b115d8 new: add GETPOSTFLOAT() function
introduced following phpstan errors requiring to be corrected by using `$val = (float) price2num(GETPOST('name','alpha'));`
2024-01-22 16:07:18 +01:00
Frédéric FRANCE
5359abbe4f fix trigger on massaction delete member
https://www.dolibarr.fr/forum/t/massaction-delete-sur-les-adherents-et-les-tiers-avec-notrigger-1-connaissez-vous-la-raison/45192
2024-01-22 13:50:47 +01:00
thibdrev
1165ea9ab8 qual: phpstan
htdocs/core/modules/security/generate/modGeneratePassPerso.class.php	85	Property modGeneratePassPerso::$id (int) does not accept string.
htdocs/core/modules/security/generate/modGeneratePassPerso.class.php	105	Property modGeneratePassPerso::$length2 (int) does not accept string.
htdocs/core/modules/security/generate/modGeneratePassPerso.class.php	110	Property modGeneratePassPerso::$WithoutAmbi (int) does not accept string.
2024-01-22 13:48:01 +01:00
thibdrev
427eb21282 qual: phpstan
htdocs/core/modules/security/generate/modGeneratePassNone.class.php	64	Property modGeneratePassNone::$id (int) does not accept string.
htdocs/core/modules/security/generate/modGeneratePassNone.class.php	65	Property modGeneratePassNone::$length (string) does not accept int.
2024-01-22 13:45:15 +01:00
thibdrev
eba5964de8 qual: phpstan
htdocs/core/modules/security/generate/modGeneratePassStandard.class.php	64	Property modGeneratePassStandard::$id (int) does not accept string.
htdocs/core/modules/security/generate/modGeneratePassStandard.class.php	65	Property modGeneratePassStandard::$length (string) does not accept int.
2024-01-22 13:42:52 +01:00
Sylvain Legrand
261e72d864 Fix line view if multicurrency is used and line is option
In customer documents written in the third party's currency, the optional lines have a shifted appearance.
2024-01-22 12:25:53 +01:00
Laurent Destailleur
e950bdde26 Merge pull request #27687 from frederic34/dol_print_error_db
fix param
2024-01-22 00:03:06 +01:00
Laurent Destailleur
c141b47341 Merge pull request #27690 from thibdrev/patch-1
qual: phpstan
2024-01-22 00:01:41 +01:00
Laurent Destailleur
2ee9458edb Merge pull request #27691 from thibdrev/patch-2
qual: phsptan
2024-01-21 23:45:24 +01:00
Laurent Destailleur
e779bf0f6c Update functions_openid.php
Test use of "false" type
2024-01-21 17:39:43 +01:00
MDW
b8d7c1970b Fix: Resolve gmstrftime by using dol_print_date with
# Fix: Resolve gmstrftime by using dol_print_date with

gmstrftime is deprecated, use dol_print_date with  parameter.
Also update related typing for static check tools.
2024-01-21 16:37:05 +01:00
thibdrev
490d1f8cfa qual: phsptan
htdocs/core/login/functions_openid.php	62	Function check_user_password_openid() should return string but returns false.
htdocs/core/login/functions_openid.php	64	Function check_user_password_openid() should return string but returns false.
htdocs/core/login/functions_openid.php	103	Function check_user_password_openid() should return string but returns false.
htdocs/core/login/functions_openid.php	107	Function check_user_password_openid() should return string but returns false.
htdocs/core/login/functions_openid.php	112	Function check_user_password_openid() should return string but returns false.
2024-01-20 21:18:52 +01:00
thibdrev
791f8c11dc qual: phpstan
htdocs/core/class/translate.class.php	995	Method Translate::getLabelFromKey() should return string but returns int.
htdocs/core/class/translate.class.php	1032	Method Translate::getLabelFromKey() should return string but returns int.
2024-01-20 21:05:53 +01:00
Frédéric France
03e29c6960 fix param 2024-01-20 09:22:38 +01:00
Laurent Destailleur
c78cd05818 Merge pull request #27638 from mdeweerd/qual/admin_lib
Qual: Cleanup method to ignore misspelled key
2024-01-20 00:42:41 +01:00
Laurent Destailleur
1f13ec7e39 Merge pull request #27634 from frederic34/patch-8
fix phpstan
2024-01-20 00:41:07 +01:00
Laurent Destailleur
72649eb9c6 Clean code 2024-01-20 00:39:13 +01:00
Laurent Destailleur
0de4793bf8 Merge pull request #27640 from frederic34/date_lim_reglement
phpdoc
2024-01-19 22:29:28 +01:00
Laurent Destailleur
32b05403ce Merge pull request #27674 from frederic34/patch-7
fix phpdoc and default value
2024-01-19 20:08:58 +01:00
Laurent Destailleur
4c4ee11abf Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 19.0 2024-01-19 20:08:04 +01:00
Laurent Destailleur
25d06a66d5 Merge pull request #27677 from Hystepik/fix-formticketmultilevel
fix selectgroupticket  to prevent some bugs
2024-01-19 20:06:02 +01:00
Laurent Destailleur
916c017aa6 Debug v19 2024-01-19 20:04:11 +01:00
Frédéric FRANCE
f981a64720 fix phpdoc and default value 2024-01-19 18:11:30 +01:00
Laurent Destailleur
90ddcaab8b Merge pull request #27647 from FHenry/17.0_fix_filter_entity
FIX: filter by entity on contact is missing
2024-01-19 18:02:48 +01:00
Laurent Destailleur
372b4a020f Fix #yogosha20013 2024-01-19 16:31:53 +01:00
Laurent Destailleur
ca6f460ff3 Merge pull request #27661 from frederic34/patch-7
phpdoc
2024-01-19 15:54:46 +01:00
Hystepik
571e46f5be fix selectgroupticket to prevent some bugs 2024-01-19 15:45:54 +01:00
Laurent Destailleur
4795c40601 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2024-01-19 15:36:53 +01:00
Frédéric FRANCE
bded3dd658 phpdoc 2024-01-19 14:24:05 +01:00
Laurent Destailleur
26cbf2e207 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2024-01-19 14:06:46 +01:00
Laurent Destailleur
853b3c3997 NEW Add a Feedback-ID into email headers
NEW Support $moreinheader with SwiftMailer
2024-01-19 14:05:42 +01:00
Laurent Destailleur
f711d0d144 Typo doc 2024-01-19 12:36:07 +01:00
Laurent Destailleur
941a8eda2f Debug v19 2024-01-19 11:28:02 +01:00
Laurent Destailleur
b5abb27e26 Debug v19 2024-01-19 11:09:11 +01:00
Laurent Destailleur
be9e94a4a2 Fix duplicate trnaslation key 2024-01-19 10:45:00 +01:00
VESSILLER
26a05d3046 FIX update price extrafield on propal card 2024-01-19 10:15:42 +01:00
William Mead
e222842864 Added fk_facture_source to invoice exports. Added contributor details. 2024-01-19 09:43:26 +01:00
Florian HENRY
26bb72d12f FIX: filter by entity on contact is missing 2024-01-19 09:17:21 +01:00
Florian HENRY
d04cfa89ce FIX: filter by entity on contact is missing 2024-01-19 09:15:30 +01:00
Frédéric France
4b3f351f95 phpdoc 2024-01-18 23:28:42 +01:00