Commit Graph

31537 Commits

Author SHA1 Message Date
Laurent Destailleur
89e378bc78 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-06-04 19:07:04 +02:00
Laurent Destailleur
701beafdc1 Debug v18 - Fix #24917 2023-06-04 18:54:38 +02:00
Laurent Destailleur
95a125128e Doc 2023-06-04 16:08:57 +02:00
Laurent Destailleur
e6ea14d2f2 Merge pull request #24925 from ATM-Consulting/FIX_openssl_iv_truncation_shouldnt_rely_on_dol_trunc
FIX: use dol_substr instead of dol_trunc for truncating openssl initialization vector
2023-06-04 15:21:45 +02:00
Laurent Destailleur
7cdfe05862 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-06-04 14:20:48 +02:00
Laurent Destailleur
93c8a35ec1 Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2023-06-04 14:19:13 +02:00
Laurent Destailleur
6efa2ecfbb Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-06-04 03:34:49 +02:00
Laurent Destailleur
a06ad46bc9 FIX #24921 2023-06-04 02:59:28 +02:00
Laurent Destailleur
aa6e512826 Fix warnings 2023-06-04 02:03:37 +02:00
Laurent Destailleur
7fc823a9ae Debug v18 2023-06-04 01:56:05 +02:00
Laurent Destailleur
342558d0fc Debug v18 2023-06-04 01:54:32 +02:00
Laurent Destailleur
98dd286342 Fix syntax error 2023-06-04 01:49:04 +02:00
Laurent Destailleur
ebfe632efe Debug v18 2023-06-03 15:33:46 +02:00
Laurent Destailleur
8d7e53a98c Clean code 2023-06-03 13:56:06 +02:00
Laurent Destailleur
4ec2a5eba9 Clean code to prepare reuse of common code 2023-06-03 12:06:15 +02:00
Laurent Destailleur
557a5ea35f Fix bad var 2023-06-03 11:28:43 +02:00
Laurent Destailleur
6c8b5d489f NEW Add option MAIN_ALLOW_LOCAL_LINKS_AS_EXTERNAL_LINKS 2023-06-03 11:20:24 +02:00
Laurent Destailleur
19de4a3450 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2023-06-02 19:38:08 +02:00
Laurent Destailleur
a6df8fad0b Debug v18 2023-06-01 23:42:57 +02:00
Laurent Destailleur
7be8ea782d Merge branch 'develop' of github.com:Dolibarr/dolibarr into develop
# Conflicts:
#	htdocs/compta/facture/card.php
#	htdocs/fourn/facture/card.php
2023-06-01 08:01:32 +02:00
Laurent Destailleur
f0a4732d0b Fix php 8.2 2023-06-01 07:35:41 +02:00
Laurent Destailleur
f4eecdc8e3 Debug v18 2023-05-31 14:02:05 +02:00
Laurent Destailleur
3f066ff6fb Clean code 2023-05-31 13:14:03 +02:00
atm-florian
cb9eac9047 FIX: dol_trunc may not have the desired behaviour for truncating a cryptographic initialiszation vector, for instance when MAIN_DISABLE_TRUNC is used 2023-05-31 12:13:50 +02:00
Laurent Destailleur
66393753c4 Clean code - fix warnings 2023-05-30 13:29:57 +02:00
Laurent Destailleur
130a2dc4f7 Fix warning 2023-05-30 12:57:30 +02:00
Noé Courtier
5d165fb726 FIX: Change $key into $tmpkey 2023-05-29 11:33:10 +02:00
Laurent Destailleur
066df875bc Fix error management 2023-05-26 20:13:37 +02:00
Laurent Destailleur
17609c5375 Fix restore old more INVOICE_ADD_SWISS_QR_CODE and introduce option
'bottom' for new one that is broken due to php compatibility errors
2023-05-26 19:36:18 +02:00
Laurent Destailleur
9b93cecced Fix for better compatilbity 2023-05-26 18:20:29 +02:00
Laurent Destailleur
089107850b Fix regressions 2023-05-26 17:55:25 +02:00
Laurent Destailleur
57fd5b82ac Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2023-05-26 17:49:01 +02:00
Laurent Destailleur
2c4e50195a Merge pull request #24252 from Raksha-ch/real-swissqr
Invoices - Add valid SwissQR code on Crabe & Sponge
2023-05-26 17:45:04 +02:00
Laurent Destailleur
1ec4689705 Add tooltips on setup page 2023-05-26 16:24:28 +02:00
Noé Courtier
b7419ff73f FIX: String was compared to an integer 2023-05-26 14:39:06 +02:00
Laurent Destailleur
cd4a589afe Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-05-26 11:33:10 +02:00
Laurent Destailleur
0db1862da2 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2023-05-26 11:18:35 +02:00
Laurent Destailleur
fdd3c0580c Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2023-05-26 11:18:08 +02:00
Laurent Destailleur
7aac5b730b Merge pull request #24870 from solution-libre/fix-notify-output-dir-supllier-order
Fix notify output dir supplier order
2023-05-26 00:52:43 +02:00
Laurent Destailleur
dcf45e1879 Merge pull request #24880 from daraelmin/daraelmin-patch-7
FIX PHP 8 Warning in subscription list
2023-05-26 00:46:18 +02:00
Laurent Destailleur
884ac621de Fix php8 2023-05-25 17:43:37 +02:00
Laurent Destailleur
0c38eefd96 Debug v18 2023-05-25 15:11:16 +02:00
Laurent Destailleur
5a6346f11b Debug v18 2023-05-25 14:36:16 +02:00
Laurent Destailleur
b069a8c9c9 Work on filter of custom report page 2023-05-25 14:26:48 +02:00
daraelmin
9d34f9dba9 FIX PHP 8 Warning in subscription list 2023-05-25 12:30:52 +02:00
Laurent Destailleur
b1d071a964 Better error message 2023-05-25 12:25:06 +02:00
Laurent Destailleur
1c40353752 Fix autocomplete 2023-05-25 12:03:04 +02:00
Florent Poinsaut
1cb666ff9f Fix notify output dir supplier order 2023-05-24 14:41:57 +02:00
Laurent Destailleur
750e7ee776 Merge pull request #24866 from hregis/fix_avoid_to_launch_sql_script_if_module_not_enabled
FIX avoid php8 warning
2023-05-24 14:22:41 +02:00
Laurent Destailleur
ff71d7d7d3 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2023-05-24 14:19:39 +02:00