Laurent Destailleur
3ffc97bbf4
Merge pull request #23737 from fboitel/NEW-checkbox-left-column
...
New checkbox left column on all lists
2023-02-04 16:32:45 +01:00
Laurent Destailleur
cd8db1c60d
Merge pull request #23748 from OPEN-DSI/develop_fix_insert_extra_fields_on_link_type_when_error
...
FIX: Remove orphelan $this->db->rollback() in the function insertExtrafields()
2023-02-04 16:12:34 +01:00
Laurent Destailleur
4d2dcf54c8
Merge pull request #23757 from SylvainLegrand/Fix_show_progress_imput_on_edit_line
...
Fix input for progress not shown on lines in edit mode
2023-02-04 15:41:10 +01:00
Laurent Destailleur
374a3e4cfb
Merge pull request #23756 from frederic34/patch-7
...
doc
2023-02-04 15:38:41 +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
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
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
a1a7b1fd36
Merge pull request #23776 from lamrani002/ModifyRight
...
NEW functionality "Modify permission" on ModuleBuilder
2023-02-04 15:01: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
Laurent Destailleur
6ac65400c3
Fix permission on an inherited group inside entity 0 no visible
2023-02-03 21:13:12 +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
Lamrani Abdel
4d243360eb
modify form for editing right
2023-02-03 15:53:05 +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
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
Frédéric FRANCE
cc2f4502fc
colspan
2023-02-03 11:10:26 +01:00
Lamrani Abdel
f84f94f0be
delete rights if exists when delete object
2023-02-03 11:09:59 +01:00
Lamrani Abdel
05a1558778
add checkbox when itit object for generate permission by default
2023-02-03 11:05:14 +01:00
Lamrani Abdel
64ce1705f7
add checkbox when itit object for generate permission by default
2023-02-03 11:01:06 +01:00
Lamrani Abdel
ed42696a79
add message warning & error in library lang
2023-02-03 10:29:33 +01:00
Laurent Destailleur
af61006b8b
Add missing call of hook doActions in projet/contact.php
2023-02-02 21:11:52 +01:00
Laurent Destailleur
e9c43718ba
Fix error was not propagated correctly
2023-02-02 20:53:07 +01:00
Laurent Destailleur
1be5145148
NEW Add more zip, town, country for owner of a bank account
2023-02-02 16:04:16 +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
fc64d78247
NEW The upgrade process can be done by creating a file upgrade.unlock
2023-02-02 12:58:12 +01:00
Laurent Destailleur
8f0f9af94a
Enhance repair by removing some bad named indexes
2023-02-02 12:27:43 +01:00
Laurent Destailleur
2aa6868f13
Complete the repair to remove orphelins states and regions
2023-02-02 12:17:17 +01:00
Sylvain Legrand
eaf125e028
Fix input for progress not shown on lines in edit mode
2023-02-01 22:42:41 +01:00
Frédéric FRANCE
ac5b95b555
Update commondocgenerator.class.php
2023-02-01 22:14:37 +01:00
Frédéric FRANCE
941a73411b
doc
2023-02-01 22:10:20 +01:00
kkhelifa
1ce55f34bd
FIX: Remove orphelan $this->db->rollback() in the function insertExtrafields()
2023-02-01 15:33:14 +01:00
Laurent Destailleur
e67eac97e7
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-02-01 00:00:59 +01:00
Laurent Destailleur
670d77ce34
Sync transifex
2023-01-31 23:41:05 +01: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
67bf4a3ec0
Debug v17
2023-01-31 20:45:32 +01:00
Laurent Destailleur
79eacba4d8
Add a protection for forged sql filters
2023-01-31 20:41:00 +01:00
Laurent Destailleur
19eced3981
css
2023-01-31 20:10:39 +01:00
Laurent Destailleur
5e8e4551fb
Debug v17
2023-01-31 20:07:08 +01:00