Commit Graph

9092 Commits

Author SHA1 Message Date
Laurent Destailleur
610ab03f0d Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2023-02-22 14:38:25 +01:00
Laurent Destailleur
da503e6c58 Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0 2023-02-22 14:33:59 +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
70c99b1f79 Fix pdf 2023-02-21 18:32:36 +01:00
Laurent Destailleur
1f3aa24c8a Fix missing date delivery on invoice 2023-02-21 16:56:16 +01:00
Laurent Destailleur
88367520f1 Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2023-02-21 12:19:36 +01:00
Guenter Lukas
9d43d51888 FIX: #23966 Error "Param dbt_keyfield is required but not defined" 2023-02-20 12:57:14 +01:00
Laurent Destailleur
0d8d3e5205 Debug v17 2023-02-20 01:32:45 +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
56add74e71 Debug v17 2023-02-19 13:58:57 +01:00
Laurent Destailleur
30c0b5e60e Debug Look and feel v17 2023-02-19 12:42:04 +01:00
Laurent Destailleur
b35d768d05 Debug v17 2023-02-18 20:47:19 +01:00
Laurent Destailleur
1ac4e6f458 Fix phpunit 2023-02-17 16:52:00 +01:00
Laurent Destailleur
f8c3b9ff5b Fix trans of "d" 2023-02-16 22:11:41 +01:00
Laurent Destailleur
396c7b5d33
Merge pull request #23904 from hregis/fix_php8_compatibility
FIX multicompany compatibility
2023-02-16 21:36:09 +01:00
Regis Houssin
33e345a280 FIX missing getEntity filter 2023-02-16 15:51:55 +01:00
Laurent Destailleur
ec706fa13e CSS 2023-02-16 00:42:19 +01:00
Regis Houssin
89a2f7a0c1 FIX multicompany compatibility 2023-02-14 10:53:59 +01:00
Laurent Destailleur
4a49ca86c9 Fix #huntr88841fe0-e332-49ce-a46b-36d4f091fd89 2023-02-13 13:31:39 +01:00
Laurent Destailleur
9e79e00f10 Debug v17 2023-02-11 15:19:49 +01:00
Laurent Destailleur
d0858d8eaa Debug v17 2023-02-11 14:55:46 +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
6cf792438d Fix permission 2023-02-08 13:48:17 +01:00
Laurent Destailleur
47128f2ccc Debug v17 2023-02-08 04:40:13 +01:00
Laurent Destailleur
4cf2131410 Enable MS OAuth 2023-02-08 01:52:28 +01:00
Laurent Destailleur
310fd4e369 Debug IMAP-PHP for MS 2023-02-08 01:28:14 +01:00
Laurent Destailleur
e71ad2e23b Maxi debug of OAuth module 2023-02-07 20:12:53 +01:00
Laurent Destailleur
7c4858fdc3 Add page with help for ingoing email setup 2023-02-07 11:05:09 +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
Théo David
7e15ea256f fix: socid post param on clicktodial add event button 2023-02-06 16:35:53 +01:00
Philippe GRAND
0633ead0e6 fix : Warning: Undefined array key delivery in /home/httpd/vhosts/aflac.fr/domains/dev.aflac.fr/httpdocs/core/lib/sendings.lib.php on line 53 2023-02-05 18:05:03 +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
0a2d236c4e
Merge pull request #23773 from DethCount/patch-3
FIX Division by zero
2023-02-04 15:06:03 +01:00
Laurent Destailleur
c0dc9d47e3 Fix permissions #yogosha13771 2023-02-04 14:09:28 +01:00
Laurent Destailleur
f32fdf3f29 FIX #yogosha14972 2023-02-04 14:07:07 +01:00
Laurent Destailleur
e782930670 Fix #yogosha 2023-02-04 14:06:06 +01:00
Julien Nicolas
04e3b47547
Division by zero 2023-02-03 15:56:50 +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
1fe08ad3b8 Fix missing hook 2023-01-30 02:56:29 +01:00