Laurent Destailleur
9ddb7b6198
Debug v17
2023-03-20 12:00:21 +01:00
Laurent Destailleur
51bf3f0686
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0
2023-03-19 19:14:44 +01:00
Laurent Destailleur
9a192e443e
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0
2023-03-19 19:05:47 +01:00
Laurent Destailleur
249a6ea9a9
Remove warning
2023-03-19 14:49:54 +01:00
Laurent Destailleur
d3f679f2b1
Fix sql regression
2023-03-19 12:54:11 +01:00
Laurent Destailleur
502badad4b
Better error management
2023-03-19 11:32:46 +01:00
Laurent Destailleur
6e17c0c961
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
2023-03-18 10:51:07 +01:00
Laurent Destailleur
b81cb7e963
Merge pull request #24070 from Daviid-P/ignore_localtaxes_if_localtax_type_zero
...
Ignore localtaxes if localtax1_type or localtax2_type is 0
2023-03-18 10:48:23 +01:00
Laurent Destailleur
91cf865583
Update functions.lib.php
2023-03-18 10:41:07 +01:00
Laurent Destailleur
882857ce08
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0
2023-03-16 09:42:01 +01:00
David Pareja Rodriguez
927d0a2fa1
ORDER BY rowid
2023-03-13 11:16:37 +01:00
Laurent Destailleur
3300905599
Fix add a protection against bad param of dol_eval
2023-03-13 11:15:46 +01:00
Laurent Destailleur
80678cfcb9
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0
2023-03-13 10:30:37 +01:00
Laurent Destailleur
ade0592a9b
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0
2023-03-13 10:23:52 +01:00
noec764
353d451e5a
Correct dolForgeCriteriaCallback
2023-03-10 15:48:26 +01:00
Laurent Destailleur
c235b5c5a0
Fix remove a bad error_log that was sending emails
2023-02-28 18:43:26 +01:00
David Pareja Rodriguez
590373a620
Forgot to loop on the results
2023-02-28 13:33:52 +01:00
David Pareja Rodriguez
b191330a79
Ignore localtaxes if localtax1_type or localtax2_type is 0
2023-02-28 13:24:11 +01:00
Laurent Destailleur
d97725173b
Fix sql error
2023-02-26 12:45:13 +01:00
Laurent Destailleur
cbb6ca071a
Fix #yogosha15157
2023-02-25 19:51:05 +01:00
Laurent Destailleur
e5341c3b06
Merge pull request #24016 from atm-gauthier/fix_missing_w_option_in_dol_print_date
...
FIX : missing w option in dol_print_date
2023-02-23 20:27:28 +01:00
Laurent Destailleur
9216a6f870
FIX Bad value for phone in substitutions keys
2023-02-23 13:53:37 +01:00
Gauthier PC portable 024
30c76623e1
FIX : missing w option in dol_print_date
2023-02-23 10:46:20 +01:00
Marc de Lima Lucio
087af4f300
FIX: banner: status was not displayed if status field is not called 'status' + error if getLibStatut method not implemented
2023-02-22 12:26:56 +01:00
Laurent Destailleur
00032ac970
Fix set a max length for UMR
2023-02-22 01:35:15 +01:00
Laurent Destailleur
4df225a8e4
Debug v17
2023-02-21 20:51:26 +01:00
Laurent Destailleur
196184ca3f
Debug v17
2023-02-20 01:12:15 +01:00
Laurent Destailleur
93927cceff
Debug v17
2023-02-19 16:12:28 +01:00
Laurent Destailleur
30c0b5e60e
Debug Look and feel v17
2023-02-19 12:42:04 +01:00
Laurent Destailleur
ec706fa13e
CSS
2023-02-16 00:42:19 +01:00
Laurent Destailleur
0d557d1afc
Debug v17
2023-02-11 12:28:23 +01:00
Laurent Destailleur
d37c5ed6b1
Debug v17
2023-02-10 14:18:37 +01:00
Laurent Destailleur
5ef4aa78e9
Fix filter using !=
2023-02-09 23:16:34 +01:00
Laurent Destailleur
e9ce09f9d1
Doc
2023-02-09 18:50:22 +01:00
Laurent Destailleur
1873371616
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0
2023-02-09 18:08:23 +01:00
Laurent Destailleur
393f3a9480
Merge pull request #23811 from evarisk-theo/FIX-clicktodial-backtopage
...
FIX: fatal error on clicktodial backtopage
2023-02-09 15:40:28 +01:00
Laurent Destailleur
e71ad2e23b
Maxi debug of OAuth module
2023-02-07 20:12:53 +01:00
Laurent Destailleur
95b306ba84
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0
2023-02-07 00:19:54 +01:00
Laurent Destailleur
3dc8937ad3
Provide an object for computed extrafields
2023-02-07 00:11:33 +01:00
Théo David
394c3f847c
FIX clicktodial backtopage
2023-02-06 17:03:51 +01:00
Laurent Destailleur
70c6ce9bfb
Enhance error catching on dol_eval
2023-02-04 15:21:32 +01:00
Rept0id
3cc415af47
Updated function dol_eval, added error handling
...
- There were cases that dol_eval() would break the whole system.
-That was happening in case of using a new version plugin on an old version dolibarr. New plugin validates through isModActive() instead of $conf->moduleName->enabled. Even if you were deactivating the plugin, or totally delete it, the records were still on database for menu, so there were no obvious solution. This update adds a backwards compatibility, makes doli more stable and counterparts the use of eval, making it more safe.
- Use of eval is not bad, as well there are techniques in any project that are project-related useful and smart. For example, Linux kernel uses GOTO. But in such cases, there needs to be a safety net.
-I found out this after a lot of trouble, I hope this small fix will save other developers.
👍
2023-02-04 15:17:51 +01:00
Laurent Destailleur
a6f6192d78
Fix warnings
2023-02-01 11:20:52 +01:00
Laurent Destailleur
36cf05318b
Debug v17
2023-01-31 21:17:06 +01:00
Laurent Destailleur
dbfa172e19
Debug view of thumbs for svg
2023-01-25 17:39:21 +01:00
Laurent Destailleur
5429882147
Debug v17
2023-01-24 18:23:46 +01:00
Laurent Destailleur
5b5a3547e2
Debug v17
2023-01-24 13:00:09 +01:00
Laurent Destailleur
f7302232df
Fix rounding
2023-01-20 19:34:26 +01:00
Laurent Destailleur
4f350d878c
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0
2023-01-11 21:07:43 +01:00
Laurent Destailleur
2da8c1d9bc
Fix rounding
2023-01-10 11:33:17 +01:00