Commit Graph

118871 Commits

Author SHA1 Message Date
Laurent Destailleur
374a3e4cfb
Merge pull request #23756 from frederic34/patch-7
doc
2023-02-04 15:38:41 +01:00
jyhere
ecadaf9666 [FIX] sellist / chkboxlist extrafields error when table is _extrafields
This patch fixes error when an sellist /chkboxlist extrafield directly use an *_extrafields table (as main table)
2023-02-04 15:27:08 +01:00
Laurent Destailleur
744be1d20a
Merge pull request #23765 from jyhere/jyhere-fix-tablelistextrafields
[FIX] sellist / chkboxlist extrafields error when table is _extrafields
2023-02-04 15:26:10 +01:00
Laurent Destailleur
4fba571a12
Merge pull request #23764 from frederic34/patch-12
colspan
2023-02-04 15:25:08 +01:00
Laurent Destailleur
2560a543b1
Merge pull request #23767 from Easya-Solutions/14.0_fix-ticket-join-file
FIX attach file and send by mail in ticket
2023-02-04 15:24:33 +01:00
Laurent Destailleur
4c99e5d6be
Merge pull request #23770 from lamrani002/AddRightManually
NEW functionality "Add right manually" In ModuleBuilder
2023-02-04 15:21: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
57e003a7f5 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2023-02-04 15:17:01 +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
4a5e474ab9
Merge pull request #23774 from noec764/16_0_Fix_Cgeneric
FIX: Cannot import find type_fees with cgenericdic.class because it has id and not rowid
2023-02-04 15:07:13 +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
a1a7b1fd36
Merge pull request #23776 from lamrani002/ModifyRight
NEW functionality "Modify permission" on ModuleBuilder
2023-02-04 15:01:38 +01:00
Laurent Destailleur
acef9f674f
Merge pull request #23779 from grandoc/new_branch_04_02_2023
fix : Warning: Undefined property: stdClass:: in /home/httpd/vhosts/a…
2023-02-04 15:01:23 +01:00
Laurent Destailleur
2cc19f0e42 Fix css 2023-02-04 14:59:44 +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
7a3c752914 Fix permission on an inherited group inside entity 0 no visible 2023-02-04 14:06:40 +01:00
Laurent Destailleur
e782930670 Fix #yogosha 2023-02-04 14:06:06 +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
Philippe GRAND
5271a2b4a7 fix : Warning: Undefined property: DeliveryLine:: in /home/httpd/vhosts/aflac.fr/domains/dev.aflac.fr/httpdocs/delivery/card.php on line 571 and same for 2023-02-04 12:17:42 +01:00
Philippe GRAND
9016f5e74a fix : Warning: Undefined variable in /home/httpd/vhosts/aflac.fr/domains/dev.aflac.fr/httpdocs/delivery/card.php on line 286 2023-02-04 11:42:01 +01:00
Laurent Destailleur
53be37148b NEW Support option MAIN_SECURITY_MAXFILESIZE_DOWNLOADED #yogosha10660 2023-02-04 11:32:38 +01:00
Philippe GRAND
263ef91984 fix : Warning: Undefined array key xStartPos in /home/httpd/vhosts/aflac.fr/domains/dev.aflac.fr/httpdocs/core/class/commondocgenerator.class.php on line 1109 2023-02-04 11:10:30 +01:00
Laurent Destailleur
8947ce6450 FIX #yogosha14972 2023-02-04 10:58:00 +01:00
Philippe GRAND
75b5c2cf54 fix : Warning: Undefined property: stdClass:: in /home/httpd/vhosts/aflac.fr/domains/dev.aflac.fr/httpdocs/delivery/class/delivery.class.php on line 822 2023-02-04 10:25:35 +01:00
Laurent Destailleur
1e2e438103 Fix #yogosha 2023-02-04 00:18:30 +01:00
Laurent Destailleur
6ac65400c3 Fix permission on an inherited group inside entity 0 no visible 2023-02-03 21:13:12 +01:00
Laurent Destailleur
601ca8ad7a Fix changelog 2023-02-03 18:22:36 +01:00
Laurent Destailleur
3069a97a46 Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2023-02-03 17:26:11 +01:00
Laurent Destailleur
d0d30d1f17 Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0 2023-02-03 17:11:30 +01:00
Laurent Destailleur
782e953a1d Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0 2023-02-03 17:09:38 +01:00
Laurent Destailleur
86c2f2fcde Fix phpcs 2023-02-03 17:08:24 +01:00
Lamrani Abdel
a480347738 New functionality for permission on modulebuilder 2023-02-03 17:08:02 +01:00
Lamrani Abdel
d15e1af966 New functionality for permission on modulebuilder 2023-02-03 17:06:05 +01:00
Noé Courtier
9cf71e7d1c FIX: Cannot import find type_fees with cgenericdic.class because its have id and not rowid 2023-02-03 16:34:36 +01:00
Julien Nicolas
04e3b47547
Division by zero 2023-02-03 15:56:50 +01:00
Lamrani Abdel
4d243360eb modify form for editing right 2023-02-03 15:53:05 +01:00
Lamrani Abdel
eeb792ba0e fix error 2023-02-03 15:43:18 +01:00
Lamrani Abdel
8f4ab293e0 NEW fonctionality delete right manually on modulebuilder 2023-02-03 15:23:50 +01:00
Lamrani Abdel
c424825840 added manually permission implementation 2023-02-03 15:13:00 +01:00
Lamrani Abdel
5db5c7f1a0 Merge branch 'RightsInModuleBuilder' of github.com:lamrani002/dolibarr into RightsInModuleBuilder 2023-02-03 14:38:05 +01:00
Lamrani Abdel
d990d55139 add forms for add and edit permission 2023-02-03 14:35:44 +01:00
Lamrani Abdel
6c0a923b67 add forms for add and edit permission 2023-02-03 14:33:33 +01:00
VESSILLER
c2f91b2e15 FIX attach file and send by mail in ticket 2023-02-03 14:02:46 +01:00
lamrani abdelwadoud
385d068ed1
Merge branch 'develop' into RightsInModuleBuilder 2023-02-03 14:00:41 +01:00
Lamrani Abdel
6df5eefa1a fix error in delete permission when we delete object 2023-02-03 13:55:17 +01:00
jyhere
201a94b550
[FIX] sellist / chkboxlist extrafields error when table is _extrafields
This patch fixes error when an sellist /chkboxlist extrafield directly use an *_extrafields table (as main table)
2023-02-03 13:11:17 +01:00
Frédéric FRANCE
9d02ff1ba9
Update editor.php 2023-02-03 11:28:14 +01:00