Commit Graph

118069 Commits

Author SHA1 Message Date
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
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
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
Frédéric FRANCE
e96cafa952 add ajaxtooltip on member type 2023-02-02 11:03:08 +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
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
stickler-ci
29d1197cbb Fixing style errors. 2023-02-01 21:03:52 +00:00
Frédéric FRANCE
99c0d42b77 ajax tooltip on thirdparty 2023-02-01 21:57:45 +01:00
Frédéric FRANCE
11e3dbb2fb ajax tooltip on contact 2023-02-01 21:29:50 +01:00
Frédéric FRANCE
8d71b81013 ajax tooltip on propal 2023-02-01 20:58:40 +01:00
kkhelifa
1ce55f34bd FIX: Remove orphelan $this->db->rollback() in the function insertExtrafields() 2023-02-01 15:33:14 +01:00
Quentin VIAL-GOUTEYRON
ca32f6247e FIX filter status na 2023-02-01 08:53:10 +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
Frédéric FRANCE
7eb0b71252 work on ajax tooltip 2023-01-31 22:47:30 +01:00
Frédéric FRANCE
993c1d28c4 work on ajax tooltip 2023-01-31 22:08:32 +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
Laurent Destailleur
99f26b49b7 Trans 2023-01-31 19:46:02 +01:00
Laurent Destailleur
52267efb99 Fix filter must use the Dolibarr filter syntax 2023-01-31 18:18:33 +01:00
Faustin
f53b55b360 checkbox colum on left for resource list 2023-01-31 16:55:37 +01:00
Laurent Destailleur
e2efeeef9a Fix menu accountancy not visible with module "comptabilite" 2023-01-31 16:05:19 +01:00