Commit Graph

118871 Commits

Author SHA1 Message Date
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
tnegre
e44bbba481 Stickler fix 2023-02-03 09:53:30 +01:00
Frédéric FRANCE
3017205061 Merge remote-tracking branch 'origin/ajaxtooltip' into ajaxtooltip 2023-02-03 09:47:49 +01:00
Frédéric FRANCE
6ab742a530 add ajax tooltip on usergroup 2023-02-03 09:46:04 +01:00
stickler-ci
ba27b8c24c Fixing style errors. 2023-02-03 08:29:51 +00:00
Frédéric FRANCE
140a3b462d add ajax tooltip on usergroup 2023-02-03 09:29:02 +01:00
Frédéric FRANCE
dc33289a10 add ajax tooltip on actioncomm 2023-02-02 23:47:01 +01:00
Frédéric FRANCE
a32a0cc25a add ajax tooltip on warehouse 2023-02-02 23:28:09 +01:00
Frédéric FRANCE
a4a541a146 add ajax tooltip on delivery 2023-02-02 23:19:55 +01:00
Frédéric FRANCE
22fb5a4e6a add ajax tooltip on delivery 2023-02-02 23:12:54 +01:00
Frédéric FRANCE
41dd574b16 clean js 2023-02-02 22:59:54 +01:00
Frédéric FRANCE
ffa9e1e52f add ajax tooltip on categories 2023-02-02 22:23:43 +01:00
Frédéric FRANCE
ba2f87d307 add ajax tooltip on contract 2023-02-02 21:57:34 +01:00
Eric Seigne
a07916858f fix whitepage if modCategorie is not enabled 2023-02-02 21:36:41 +01:00
Frédéric FRANCE
9f365ac568 add ajax tooltip on modulebuilder 2023-02-02 21:35:40 +01:00
Frédéric FRANCE
a5b1f8c20e add ajax tooltip on bom 2023-02-02 21:29:23 +01:00
Frédéric FRANCE
a367fd24b7 add ajax tooltip on account 2023-02-02 21:16:09 +01:00
Laurent Destailleur
af61006b8b Add missing call of hook doActions in projet/contact.php 2023-02-02 21:11:52 +01:00
Frédéric FRANCE
1e305c4f86 add ajax tooltip on member 2023-02-02 20:53:26 +01:00
Laurent Destailleur
e9c43718ba Fix error was not propagated correctly 2023-02-02 20:53:07 +01:00
Adrien Raze
a254462bc9 FIX : Sub-BOM's services prices were not good 2023-02-02 17:58:54 +01:00
Mélina JOUM
e10a7de3e0 stickler-ci error 2023-02-02 17:52: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
Mélina JOUM
f46d9f1a15 Fix GETPOST 2023-02-02 15:54:24 +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
45dd6c8f0b Prepare option PDF_SWISS_QRCODE_USE_OWNER_OF_ACCOUNT_AS_CREDITOR 2023-02-02 15:06:19 +01:00
hystepik
463c87b393 first push flowjs-server.php 2023-02-02 13:30:32 +01:00
Laurent Destailleur
be63736f87 Enhance repair by removing some bad named indexes 2023-02-02 13:03:30 +01:00
Laurent Destailleur
c78e2b11f9 Complete the repair to remove orphelins states and regions 2023-02-02 13:03:18 +01:00
Laurent Destailleur
088d783e03 Fix all indexes must have a name 2023-02-02 12:59:05 +01: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
Laurent Destailleur
40852a124d Fix doc 2023-02-02 12:15:22 +01:00
Laurent Destailleur
2c1e1a6126 Fix missing upgrade 2023-02-02 11:48:30 +01:00
Mélina JOUM
4b61ef946a Fix 2023-02-02 11:44:10 +01:00
Frédéric FRANCE
e96cafa952 add ajaxtooltip on member type 2023-02-02 11:03:08 +01:00
mgabriel
99e5c89484 In CodingPhpTest::testPHP, found a GETPOST that uses 'none' as a parameter which is not allowe. 2023-02-02 10:20:02 +01:00
mgabriel
cd4064c034 Dolibarr was using td here but is now using th so th was substituted for td. 2023-02-02 10:07:52 +01:00
stickler-ci
35ce7352e8 Fixing style errors. 2023-02-02 08:09:57 +00:00
mgabriel
895957e89d Modify margin rates in offers like VAT rates. 2023-02-02 08:41:08 +01:00
FLIO
0080b0a80f fix (qodana) fix condlicts 2023-02-01 23:38:49 +01:00
FLIO
cc0d9b27f2 fix (scrutinizer) remove comments and create function send an email TODO 2023-02-01 23:31:53 +01:00
FLIO
4c5bcd02b7 fix (scrutinizer) remove comments and create function send an email TODO 2023-02-01 23:31:39 +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
2df357c7c2 do not use cache for thirdparty in order list 2023-02-01 22:28:29 +01:00