Commit Graph

132163 Commits

Author SHA1 Message Date
Laurent Destailleur
3d02ca0fdc Debug v20 2024-03-16 13:41:24 +01:00
Laurent Destailleur
e9e6803d37 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2024-03-16 12:49:53 +01:00
Laurent Destailleur
2b0a789289 Fix translation 2024-03-16 12:49:42 +01:00
Laurent Destailleur
52dfeaaf8d Merge pull request #28894 from rycks/develop_natural_sort_list
natural sort of result
2024-03-16 12:30:13 +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
bcb68d8924 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2024-03-16 12:21:10 +01:00
Laurent Destailleur
44ff048881 Exclude false positive 2024-03-16 12:20:51 +01:00
Laurent Destailleur
d686ce02d9 Merge pull request #28884 from lamrani002/addDelay
NEW animation for display spinner when waiting response
2024-03-16 12:12:33 +01:00
Laurent Destailleur
0beffc8ace Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2024-03-16 11:52:01 +01:00
Laurent Destailleur
e15f243e95 Clean code - Remove a deprecated tag that should not exists. 2024-03-16 11:51:32 +01:00
Laurent Destailleur
e9c4be9856 Merge pull request #28883 from lamrani002/getMsgInEditor
FIX problem for display content in editor
2024-03-16 11:49:00 +01:00
Laurent Destailleur
a247b474d7 Merge pull request #28885 from mdeweerd/fix/phan/low_occurrence
Fix some phan notifications with low occurrence
2024-03-16 11:48:10 +01:00
Laurent Destailleur
eb1a9727ea Merge pull request #28888 from JonBendtsen/new_notification_action_triggers
NEW notification action triggers for cancelling orders and invoices
2024-03-16 11:45:56 +01:00
Laurent Destailleur
e994d6650f Fix regression in GETPOST limit 2024-03-16 11:41:00 +01:00
Eric Seigne
6a50978206 natural sort of result 2024-03-16 11:17: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
Laurent Destailleur
25dd05c35e Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2024-03-16 10:45:55 +01:00
Laurent Destailleur
97e4346913 Fix look and feel 2024-03-16 10:45:32 +01:00
Laurent Destailleur
325035e239 Merge pull request #28893 from frederic34/fixfixfix
fix phpstan warnings
2024-03-16 10:27:49 +01:00
Laurent Destailleur
de13b19818 Merge pull request #28887 from JonBendtsen/fix_delete_company_bank_account
Fix delete company bank account
2024-03-16 10:25:49 +01:00
Frédéric France
5c7db3d4e1 fix phpstan warnings 2024-03-16 09:14:58 +01:00
Frédéric France
41fccbaac5 fix phpstan warnings 2024-03-16 08:49:50 +01:00
Frédéric France
a48c3215a1 fix phpstan warnings 2024-03-16 08:43:08 +01:00
Lamrani Abdel
5422cbdfc2 remove variables withaiprompt 2024-03-16 01:07:17 +01:00
Lamrani Abdel
28e10cb999 Change icon spinner 2024-03-16 01:02:32 +01:00
MDW
6e887464d3 Fix NOOP code with unset of conf->multicompany->enabled 2024-03-16 00:00:26 +01:00
MDW
8c29ca9033 Fix PhanNoopVariable for $i by changing loop to while
# Fix PhanNoopVariable for $i by changing loop to while

`$i` looked like a NOOP on $i which is provided as an argument to
the function.  Changed to while to improve readability and avoid thinking
that `$i` needs initialisation and fix the notification
2024-03-16 00:00:26 +01:00
MDW
8a83388905 Qual: Enable several phan notifications 2024-03-16 00:00:25 +01:00
MDW
f1ea8bee83 Fix PhanPluginUseReturnValueInternalKnown by returning value 2024-03-16 00:00:24 +01:00
MDW
c8ecf18b0c Suppress false positive for UnknownModuleName 2024-03-16 00:00:23 +01:00
MDW
c8db19331b Handle ftp_chdir error 2024-03-16 00:00:22 +01:00
MDW
1877dda1a4 Always return a value in dol_eval 2024-03-16 00:00:21 +01:00
MDW
df591e8c15 Suppress PhanEmptyForeachBody on TODO code 2024-03-16 00:00:20 +01:00
MDW
c9135d0c33 Fix: Main email configuration was not added to list 2024-03-16 00:00:19 +01:00
MDW
7c9e6d09c3 Fix tmpobjectkey test 2024-03-15 23:58:19 +01:00
MDW
17db0726a6 Fix tmpobjectkey test 2024-03-15 23:58:18 +01:00
MDW
a0a9454828 Fix tmpobjectkey test 2024-03-15 23:58:17 +01:00
MDW
b494c1a57c Qual add typing for $users property 2024-03-15 23:41:28 +01:00
MDW
d174abe449 Fix class filter (needs array_key, not array_value) 2024-03-15 23:41:26 +01:00
MDW
f0f2e7c2fc Fix: $domain for setcookie() must be string 2024-03-15 23:41:25 +01:00
MDW
048f459869 Fix: $domain for setcookie() must be string 2024-03-15 23:41:24 +01:00
MDW
882533da0d Fix: $domain for setcookie() must be string 2024-03-15 23:41:22 +01:00
MDW
705296217c Fix: preg_match must be string, add cast
Note: ['type'] does not seem to be set.
2024-03-15 23:41:21 +01:00
MDW
49381e2af1 Fix: $domain for setcookie() must be string 2024-03-15 23:41:20 +01:00
MDW
0492b19c09 Fix: openssl_decrypt needs a string for $iv 2024-03-15 23:41:19 +01:00
MDW
b6f9df4ad3 Passing null to DOMDocument() is deprecated in PHP8.1 at the latest 2024-03-15 23:41:18 +01:00
MDW
375e4d7ccf Qual: Enable PhanTypeMismatchArgumentInternalReal 2024-03-15 23:41:17 +01:00