Commit Graph

9110 Commits

Author SHA1 Message Date
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
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
cd5009d8a4 Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2023-01-18 21:21:49 +01:00
Laurent Destailleur
283ad1abcf Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0 2023-01-18 20:54:16 +01:00
Laurent Destailleur
2a299068ad Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0 2023-01-18 20:45:44 +01:00
Laurent Destailleur
c33f5474b1
Merge pull request #23562 from ptibogxiv/patch-80
Fix php 8 warnings
2023-01-18 20:28:25 +01:00
Laurent Destailleur
28c3d18583 FIX Component js to generate password 2023-01-17 11:49:20 +01:00
Maxime Kohlhaas
b54a15f504 Fix missing keywords in dol_dir_list_in_database 2023-01-15 09:11:29 +01:00
ptibogxiv
e4515f01c0
Fix php 8 warnings 2023-01-14 11:56:41 +01:00
Laurent Destailleur
c3a71b264e
Merge pull request #23455 from ptibogxiv/patch-76
Fix php 8 error
2023-01-13 21:34:37 +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
ptibogxiv
88c3f33e18
Fix php 8 error 2023-01-08 15:52:20 +01:00
Laurent Destailleur
d33a7ff4d4 Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2023-01-07 17:30:15 +01:00
Laurent Destailleur
98e61dc40d Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0 2023-01-07 17:29:24 +01:00
Laurent Destailleur
7218d8419f
Merge pull request #23434 from altairis-noe/too_much_br
FIX: do not add <br> when dol_concatdesc already does it
2023-01-07 03:38:57 +01:00
Noé Cendrier
10018d48a9 do not add <br> when dol_concatdesc already does it 2023-01-06 11:46:59 +01:00
Laurent Destailleur
37528e6544 Add CRC to currency with symbol before amount 2023-01-04 09:43:26 +01:00
Laurent Destailleur
1e65d24293 Fix missing security check on payment 2023-01-03 19:33:46 +01:00
Laurent Destailleur
e58d88c62a Fix warnings 2023-01-03 13:49:05 +01:00
Laurent Destailleur
d62fb2af64 css 2023-01-02 20:15:34 +01:00
Laurent Destailleur
81800034ae Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2023-01-02 00:46:54 +01:00
Laurent Destailleur
2970f039dd Fix warning 2022-12-31 16:52:23 +01:00
Laurent Destailleur
751f79b672 Debug v17 2022-12-31 14:21:16 +01:00
Francis Appels
cef9a8e8d4 Fix Price by qty for multiprices 2022-12-31 13:42:18 +01:00
Laurent Destailleur
24e3e278ed Fix warning 2022-12-30 14:24:39 +01:00
Laurent Destailleur
a4c1ae1b82 Fix permission 2022-12-27 11:54:11 +01:00
Laurent Destailleur
08b81203f0 Debug v17 2022-12-26 13:55:29 +01:00
Laurent Destailleur
1368128743 Debug v17 2022-12-26 13:00:22 +01:00
Laurent Destailleur
46db4b51d1 FIX Debug v17 2022-12-22 03:08:41 +01:00
Laurent Destailleur
e32b7789e5 Merge 2022-12-17 11:44:25 +01:00
Laurent Destailleur
14c3f01809
Merge pull request #23220 from sonikf/develop
Update functions2.lib.php Allow also non latin characters in {tttt} tag
2022-12-17 01:33:28 +01:00
Laurent Destailleur
a73a9e8583
Merge pull request #23234 from defrance/patch-254
FIX : duplicate tabs on external module with 5 params
2022-12-17 01:22:56 +01:00
Laurent Destailleur
e009e8da23
Merge pull request #23236 from Hystepik/develop#2
Fix: php 8.1 warnings
2022-12-17 01:17:43 +01:00
Frédéric FRANCE
141a321ff6
Update expedition.lib.php 2022-12-16 16:59:23 +01:00
Laurent Destailleur
d07669a92c Debug v17 2022-12-16 12:04:37 +01:00
Charlène Benke
4863b0ff4e
FIX : duplicate tabs on external module with 5 params 2022-12-15 09:22:36 +01:00
sonikf
6159e67dc6
Update functions2.lib.php 2022-12-14 15:53:14 +02:00
Laurent Destailleur
d866903992 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2022-12-14 11:39:53 +01:00
Laurent Destailleur
50c76110bb Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2022-12-14 11:19:12 +01:00
Laurent Destailleur
62b0447c7b Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0 2022-12-14 11:02:23 +01:00
Laurent Destailleur
64de591770 Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 15.0 2022-12-14 10:20:47 +01:00
Laurent Destailleur
a673bdba15 Debug v17, on supplier, default vat rate is sale if no price found 2022-12-13 20:06:56 +01:00
Laurent Destailleur
8741c6cffb Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2022-12-13 18:56:02 +01:00
Laurent Destailleur
bbeddae5f5 Debug v17 2022-12-13 17:05:50 +01:00
Laurent Destailleur
6cf50356a3 Debug v17 2022-12-13 16:50:29 +01:00
Laurent Destailleur
623150b1e1 Doc 2022-12-13 15:52:07 +01:00
Laurent Destailleur
66dff8ebc9 Fix var_dump 2022-12-12 17:13:09 +01:00
Laurent Destailleur
88df865e30 Debu v17 2022-12-12 10:25:03 +01:00
Laurent Destailleur
5b31882ce3
Merge pull request #23167 from Hystepik/develop#2
Fix : php 8.1 warnings
2022-12-10 16:15:40 +01:00
Laurent Destailleur
247d950e6a Debug v17 2022-12-09 17:02:34 +01:00
Laurent Destailleur
a07193ef4b Fix php8 2022-12-09 15:57:18 +01:00
hystepik
d8ce58811a Fix : php 8.1 warnings 2022-12-09 14:27:43 +01:00
Laurent Destailleur
e1e9ff8cda Fix debug v17 2022-12-08 19:34:16 +01:00
Laurent Destailleur
6b7f1a32f9 Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into develop 2022-12-07 13:32:23 +01:00
Laurent Destailleur
28e56de8fd Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0 2022-12-07 12:38:10 +01:00
Laurent Destailleur
ba582963d6 Fix typo 2022-12-06 19:56:49 +01:00
Laurent Destailleur
e0bd7f2359 Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into develop 2022-12-06 19:43:42 +01:00
Laurent Destailleur
ac8914eb19 FIX #23115 FIX #23116 2022-12-06 19:25:56 +01:00
Alexandre SPANGARO
a107c81bf1 Merge branch '14.0' into 14p42 2022-12-06 04:53:10 +01:00
Alexandre SPANGARO
89b10b0dfb Fix css 2022-12-06 04:48:04 +01:00
Laurent Destailleur
57371302be FIx #yogosha13798 2022-12-05 15:05:40 +01:00
Laurent Destailleur
7deccc97b1 Fix #yogosha13774 2022-12-05 03:08:57 +01:00
Laurent Destailleur
44627f0caa Debug v17 2022-12-04 18:52:11 +01:00
Laurent Destailleur
a34f69012e Debug v17 2022-12-04 13:37:13 +01:00
Laurent Destailleur
24d7a72b06 Fix case of MAIN_VAT_DEFAULT_IF_AUTODETECT_FAILS is 'none' 2022-12-04 12:17:19 +01:00
Laurent Destailleur
a0e53a402d Fix reponsive 2022-12-02 19:23:12 +01:00
Laurent Destailleur
48f7d20e83 Fix warning 2022-12-02 16:34:56 +01:00
Frédéric FRANCE
9f4182c924
fetch entity contact to take the right directory 2022-12-02 11:00:52 +01:00
Laurent Destailleur
21f1dcc3de Complete substitution with __NOW_TMS__ 2022-12-01 18:58:45 +01:00
Laurent Destailleur
20b707b245 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2022-12-01 18:45:30 +01:00
Laurent Destailleur
8236ad34fa Fix revert a new feature that must be in develop 2022-12-01 18:34:20 +01:00
Laurent Destailleur
e8e9086c15
Merge pull request #22999 from inovea-conseil/FIX#20415
FIX#20415
2022-12-01 17:52:55 +01:00
Laurent Destailleur
5026de62f7 Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into develop 2022-12-01 17:48:29 +01:00
Laurent Destailleur
9b5fc20308 Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0 2022-12-01 17:46:13 +01:00
Laurent Destailleur
0aadbc6433 Fix too late to test critical change during beta 2022-12-01 17:40:44 +01:00
Laurent Destailleur
5713bf025c Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2022-12-01 17:38:17 +01:00
Laurent Destailleur
7627bba443 Debug v17 2022-12-01 17:28:26 +01:00
Laurent Destailleur
85e1bd722d
Merge pull request #22819 from noec764/14_FIX_getNextValue
FIX: GetNextValue() adding regexsql() function
2022-12-01 17:27:36 +01:00
Laurent Destailleur
fdb2f5956e
Merge pull request #23053 from Easya-Solutions/new-dol-get-element-url-mailing
NEW dolGetElementUrl for mailing object
2022-12-01 10:53:54 +01:00