Commit Graph

39551 Commits

Author SHA1 Message Date
Zephyriony
82dc53e796 Update functions.lib.php 2024-03-16 00:36:43 +01:00
Zephyriony
cd47aa1aad Update functions.lib.php 2024-03-16 00:34:09 +01:00
Zephyriony
dd7f84abde Update functions.lib.php 2024-03-16 00:30:24 +01:00
Zephyriony
d339f4252c Update functions.lib.php 2024-03-16 00:26:50 +01:00
Zephyriony
4dc118a759 Update functions.lib.php 2024-03-16 00:25:05 +01:00
Zephyriony
fb9f9a7c8b Update functions.lib.php 2024-03-16 00:22:17 +01:00
Zephyriony
13350802e5 Update functions.lib.php 2024-03-16 00:16:15 +01:00
Jon Bendtsen
e90d35870b there is no trigger available + indent fix 2024-03-16 00:15:40 +01:00
Zephyriony
e1cf39773b Update functions.lib.php 2024-03-16 00:13:51 +01:00
Zephyriony
48bbc532b9 Update functions.lib.php 2024-03-16 00:11:06 +01:00
Zephyriony
c12af524d5 Update functions.lib.php 2024-03-16 00:05:34 +01:00
MDW
6e887464d3 Fix NOOP code with unset of conf->multicompany->enabled 2024-03-16 00:00:26 +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
Zephyriony
05ee3d482c Update functions.lib.php 2024-03-16 00:00:06 +01:00
Jon Bendtsen
8d1d1666bf also based on update bank account 2024-03-15 23:51:57 +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
Zephyriony
f8ea5ac077 Proposed function for records that can't be found 2024-03-15 23:33:51 +01:00
Jon Bendtsen
8625fc717d Merge branch 'develop' into new_thirdparty_notification_api 2024-03-15 22:05:51 +01:00
Jon Bendtsen
d28835ef7d adding 2 new notification triggers, Order and Invoice cancellation 2024-03-15 20:56:12 +01:00
Laurent Destailleur
79aa9fb1f1 Code simpler 2024-03-15 20:29:21 +01:00
Laurent Destailleur
5fadea4d0d NEW Support Reply-To tracking in emails sending (tickets only for the
moment)
2024-03-15 19:40:32 +01:00
Lamrani Abdel
7d49d0e20b NEW annimation for display spinner when waiting response 2024-03-15 18:05:32 +01:00
Lamrani Abdel
13e1209c01 FIX problem for display content in editor 2024-03-15 17:15:24 +01:00
Laurent Destailleur
372c8445fd Merge pull request #28809 from mdeweerd/PhanPluginPrintfIncompatibleArgumentTypeWeak
Fix & enable PhanPluginPrintfIncompatibleArgumentTypeWeak occurrences
2024-03-15 16:32:40 +01:00
Laurent Destailleur
0ee6fd6bad Merge pull request #28877 from mdeweerd/PhanTypeMismatchDefault
Fix & enable PhanTypeMismatchDefault
2024-03-15 15:44:30 +01:00
Laurent Destailleur
799ccf1a2f Merge pull request #28708 from atm-john/fix_element_type_part_05
NEW : Factoring and Fix external module elementType limit - Part 05
2024-03-15 15:29:03 +01:00
Laurent Destailleur
7d585f2a48 Merge pull request #28839 from lamrani002/fixTypagePAram
FIX PHPStan warnings
2024-03-15 15:25:51 +01:00
Laurent Destailleur
e6a6142b8b Merge pull request #28831 from lamrani002/addDeleteForContact
NEW function for removing company contacts
2024-03-15 15:25:24 +01:00
Laurent Destailleur
b658beab99 Merge pull request #28872 from mdeweerd/fix/PhanTypeMismatchReturnProbablyReal
Fix & enable PhanTypeMismatchReturnProbablyReal
2024-03-15 15:24:31 +01:00
Laurent Destailleur
6042ea9228 Merge pull request #28870 from mdeweerd/fix/moduleparts/typing
Qual: Fix typing - module_parts['hooks'] may be empty
2024-03-15 15:22:58 +01:00
Laurent Destailleur
1a722fa436 Merge branch 'develop' into fix/PhanTypeMismatchPropertyProbablyReal 2024-03-15 15:07:35 +01:00
MDW
ca06a0ee7f Fix PhanTypeMismatchDefault with typing hint 2024-03-15 14:53:06 +01:00
Lamrani Abdel
d9694bec3d fix type by adding both to doc function 2024-03-15 14:38:22 +01:00
Lamrani Abdel
4a53b3dd17 fix type by adding both to doc function 2024-03-15 14:37:35 +01:00
MDW
920e1fbe77 Fix PhanTypeMismatchDefault by removing defaults ($object is required) 2024-03-15 14:29:21 +01:00
MDW
972028bb95 Fix PhanTypeMismatchDefault by removing defaults ($object is required) 2024-03-15 14:29:20 +01:00
MDW
3b0e83c533 Fix PhanTypeMismatchReturnProbablyReal 2024-03-15 14:20:57 +01:00
MDW
c5c79a9fc5 Fix PhanTypeMismatchReturnProbablyReal 2024-03-15 14:20:56 +01:00
MDW
9a79e6b6d0 Fix PhanTypeMismatchDefault with typing hints 2024-03-15 13:26:23 +01:00
evarisk-micka
d43c3227db Add signed status CRUD to contract and fichinter 2024-03-15 12:12:21 +01:00
Laurent Destailleur
066565938c Merge pull request #28812 from mdeweerd/fix/PhanTypeSuspiciousEcho
Fix & enable PhanTypeSuspiciousEcho
2024-03-15 11:02:33 +01:00
Laurent Destailleur
11c77c410b Merge pull request #28864 from mdeweerd/fix/PhanUndeclaredTypeReturnType
Fix & enable PhanUndeclaredTypeReturnType
2024-03-15 11:01:11 +01:00
MDW
f91d32de86 Qual: Fix typing - module_parts['hooks'] may be empty
# Qual: Fix typing - moduleparts['hooks'] may be empty

PHPstan reported on initialisation mismatch when module_parts['hooks']
is initialised to empty array.  This change makes the fields optional.
2024-03-15 10:46:20 +01:00
Laurent Destailleur
60e159f689 Merge pull request #28827 from jyhere/patch-10
UPDATE: add a conf param to disable extrafields code autofill
2024-03-15 10:19:10 +01:00