Laurent Destailleur
806b2d9325
Merge pull request #23793 from frederic34/patch-7
...
add extrafields count in salary(ies) admin
2023-02-06 00:19:09 +01:00
Laurent Destailleur
437539ecb9
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2023-02-05 22:50:12 +01:00
Laurent Destailleur
631168f56c
NEW Collapse/Expand separators supported in edit and create mode
2023-02-05 22:37:24 +01:00
Frédéric FRANCE
89c5af14f4
add extrafields count in salary(ies) admin
2023-02-05 21:14:09 +01:00
Laurent Destailleur
53b64feb7b
Merge pull request #23760 from rept0id/develop
...
Fix : Updated function dol_eval, added error handling
2023-02-04 15:16:38 +01:00
Laurent Destailleur
1f195a3be5
Fix #yogosha14963
2023-02-04 14:04:25 +01:00
Laurent Destailleur
a7e1ed7c6c
Fix permissions #yogosha13771
2023-02-04 12:31:50 +01:00
Laurent Destailleur
53be37148b
NEW Support option MAIN_SECURITY_MAXFILESIZE_DOWNLOADED #yogosha10660
2023-02-04 11:32:38 +01:00
Laurent Destailleur
8947ce6450
FIX #yogosha14972
2023-02-04 10:58:00 +01:00
Laurent Destailleur
1e2e438103
Fix #yogosha
2023-02-04 00:18:30 +01:00
Rept0id
fb655a0b0a
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-02 16:50:50 +02:00
Laurent Destailleur
9fb08b5a0a
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-01-31 21:28:59 +01:00
Laurent Destailleur
36cf05318b
Debug v17
2023-01-31 21:17:06 +01:00
Laurent Destailleur
5c6d0bc26f
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-01-30 03:01:13 +01:00
Laurent Destailleur
1fe08ad3b8
Fix missing hook
2023-01-30 02:56:29 +01:00
Laurent Destailleur
dfcba30577
FIX Check of date of validity
2023-01-27 14:06:31 +01:00
Laurent Destailleur
a6daba61ce
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-01-26 02:32:08 +01:00
Laurent Destailleur
dbfa172e19
Debug view of thumbs for svg
2023-01-25 17:39:21 +01:00
Laurent Destailleur
faa44379e8
Debug view of thumbs for svg
2023-01-25 17:38:04 +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
1513c46c77
Doxygen
2023-01-22 19:25:37 +01:00
Laurent Destailleur
f7302232df
Fix rounding
2023-01-20 19:34:26 +01:00
Laurent Destailleur
80d46a22f1
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-01-18 21:36:57 +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
e1dd435b21
Merge pull request #23595 from Hystepik/develop#1
...
New #23494 : add birthday to thirdparty contact list
2023-01-17 17:36:02 +01:00
hystepik
fc8aed1a6d
New #23494 : add birthday to thirdparty contact list
2023-01-17 12:16:03 +01:00
Laurent Destailleur
28c3d18583
FIX Component js to generate password
2023-01-17 11:49:20 +01:00
Laurent Destailleur
8ced6d52e7
FIX Component js to generate password
2023-01-17 11:47:16 +01:00
Laurent Destailleur
7668233d0c
NEW Tooltip to explain how to add a photo on product
2023-01-17 10:22:23 +01:00
Maxime Kohlhaas
b54a15f504
Fix missing keywords in dol_dir_list_in_database
2023-01-15 09:11:29 +01:00
Laurent Destailleur
bd8a48b6dd
css
2023-01-15 01:45:54 +01:00
Laurent Destailleur
982ee6259f
NEW Session invalidation after a password change
2023-01-14 21:21:48 +01:00
ptibogxiv
e4515f01c0
Fix php 8 warnings
2023-01-14 11:56:41 +01:00
Laurent Destailleur
3bac52d053
Merge pull request #23143 from milenmk/massaction-delete-project-tasks
...
NEW|New [Bulk delete Project tasks]
2023-01-13 23:29:19 +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
97061a9a92
NEW Use a cache file for external RSS in calendar
2023-01-13 17:17:23 +01:00
Laurent Destailleur
2890b7354f
Merge pull request #23533 from Hystepik/develop#1
...
New : Add reload of modules in configuration
2023-01-13 13:24:10 +01:00
Laurent Destailleur
8eb89e0ad1
Remove merged feature with too many pb:
...
1=Not yet implemented everywhere.
2=Seems a duplicate info with the picto warning when late (so in past
not done)
3=Is also a duplicate with the existing css event-future, event-past,
event-current
4=It overwrites to choice done by the theme
5=Implementation is wrong, it must use css and not #background
Use CSS instead
2023-01-13 12:14:20 +01:00
Laurent Destailleur
5bbfdbb775
NEW Show counter of access of website in website list
2023-01-12 22:11:13 +01:00
hystepik
551daa5ca1
New : Add reload of modules in configuration
2023-01-12 16:26:39 +01:00
Laurent Destailleur
8ced29cb00
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-01-11 21:32:41 +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
44eab6b4e2
Merge pull request #23483 from ATM-Consulting/NEW_18_helper_functions_for_dates
...
New 18 helper functions for dates
2023-01-11 20:29:15 +01:00
Laurent Destailleur
2eb054a170
Fix try fix function not found of qodana
2023-01-11 17:06:23 +01:00
Laurent Destailleur
33917e97b6
NEW Increment website counter on each page access in website module
2023-01-11 01:12:08 +01:00
Laurent Destailleur
2da8c1d9bc
Fix rounding
2023-01-10 11:33:17 +01:00