2
0
forked from Wavyzz/dolibarr
Commit Graph

34632 Commits

Author SHA1 Message Date
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
MDW
eb8960bcd1 Qual: Cleanup method to ignore misspelled key
# Qual: Cleanup method to ignore misspelled key

With the method to ignore lines, the code can be cleaned up to ignore
the spelling issue.
2024-01-18 23:08:08 +01:00
Laurent Destailleur
f3d97a8a13 Merge pull request #27632 from mdeweerd/fix/depr/mysqli_init
Fix: Deprecated mysqli::init() in PHP8.1
2024-01-18 22:55:24 +01:00
Frédéric FRANCE
99b0531ca7 fix phpstan 2024-01-18 22:43:17 +01:00
Frédéric FRANCE
17335b25b4 fix phpstan 2024-01-18 22:06:56 +01:00
MDW
b4b0cdf105 Fix: Deprecated mysqli::init() in PHP8.1
# Fix: Deprecated mysqli::init() in PHP8.1

See https://www.php.net/manual/en/migration81.deprecated.php#migration81.deprecated.mysqli
2024-01-18 22:04:19 +01:00
Laurent Destailleur
0a5e9b26a5 Merge pull request #27522 from frederic34/patch-11
add function isDolTms
2024-01-18 21:38:45 +01:00
Laurent Destailleur
c63896f746 Merge pull request #27563 from mdeweerd/fix/strftime_deprecation
Fix: PHP8.1 strftime deprecation -> dol_print_date
2024-01-18 21:36:22 +01:00
Laurent Destailleur
511a4f6f2f Merge pull request #27625 from thibdrev/patch-10
fix: phpstan
2024-01-18 21:33:19 +01:00
Laurent Destailleur
6421920dac Merge pull request #27624 from thibdrev/patch-9
fix: phpstan
2024-01-18 21:29:20 +01:00
Laurent Destailleur
7f84b1e569 Merge pull request #27614 from frederic34/patch-3
fix box_dolibarr_state_board.php
2024-01-18 21:28:03 +01:00
Laurent Destailleur
4429e70bc8 Merge pull request #27615 from frederic34/patch-5
remove unknown module required
2024-01-18 21:23:49 +01:00
thibdrev
9c794e66f0 fix: phpstan
htdocs/core/lib/pdf.lib.php	440	Function pdf_build_address() should return string but returns int.
htdocs/core/lib/pdf.lib.php	443	Function pdf_build_address() should return string but returns int.
2024-01-18 21:10:58 +01:00
thibdrev
b8d3ee8148 fix: phpstan
htdocs/core/lib/memory.lib.php	299	Function dol_getshmop() should return int but returns null.
htdocs/core/lib/memory.lib.php	303	Function dol_getshmop() should return int but returns null.
htdocs/core/lib/memory.lib.php	317	Function dol_getshmop() should return int but returns null.
2024-01-18 21:07:44 +01:00
Frédéric FRANCE
9b86ed98ca fix phpstan 2024-01-18 20:15:58 +01:00
Frédéric FRANCE
4ca05b97e2 remove unknown module required 2024-01-18 18:36:47 +01:00
Frédéric FRANCE
b83bc3db1e fix box_dolibarr_state_board.php
63f1e44493
2024-01-18 18:07:55 +01:00
MDW
aed39b73e5 Fix: PHP8.1 strftime deprecation -> dol_print_date
# Fix: PHP8.1 strftime deprecation -> dol_print_date

Change strftime to dol_print_date to work around deprecation
2024-01-18 17:01:30 +01:00