Laurent Destailleur
5037067cdc
Fix hooks cache was broken by the sorting on priotity
2024-06-17 10:14:39 +02:00
Laurent Destailleur
bd2bad2ea5
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2024-06-16 13:17:21 +02:00
Frédéric FRANCE
4372f329b8
phpstan ignore unused method in evalmath.class.php ( #30048 )
2024-06-16 12:56:42 +02:00
Laurent Destailleur
4532866f0f
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2024-06-16 12:12:03 +02:00
Laurent Destailleur
d9ac7581fa
Fix look and feel v20
2024-06-16 12:11:47 +02:00
Frédéric FRANCE
f25c1ffde4
ignore phpstan level 4 ( #30046 )
2024-06-16 11:10:26 +02:00
Laurent Destailleur
1c2c3c36ad
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2024-06-16 01:33:58 +02:00
Laurent Destailleur
534606ed96
Prepare 20.0
2024-06-16 01:33:35 +02:00
Laurent Destailleur
99f0888ed0
Fix #30021
2024-06-15 15:52:21 +02:00
Laurent Destailleur
e4db878042
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2024-06-15 14:53:53 +02:00
Laurent Destailleur
d376a2a406
Fix look and feel v19
2024-06-14 19:39:26 +02:00
Frédéric FRANCE
facb1930a7
fix phpstan Property Product::$oldcopy in empty() is not falsy ( #30003 )
...
* fix phpstan Property Product::$oldcopy in empty() is not falsy
* add token
* doc
* fix phpstan Property Product::$oldcopy in empty() is not falsy
* fix phpstan Property Product::$oldcopy in empty() is not falsy
* fix phpstan
2024-06-13 08:11:11 +02:00
Frédéric FRANCE
c9f9e44454
add phpdoc ( #29982 )
...
* add phpdoc
* token
* token
2024-06-11 01:06:52 +02:00
Frédéric FRANCE
0d33365152
ignore phpstan error ( #29974 )
...
* ignore phpstan error
* Update dolgraph.class.php
2024-06-10 20:49:58 +02:00
Frédéric FRANCE
1711c1db45
ignore phpstan error ( #29973 )
2024-06-10 20:49:43 +02:00
Laurent Destailleur
77fe3bc02d
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2024-06-10 16:08:59 +02:00
Mathieu Moulin
abcb1dad4b
Define CommonObject relation in CommonObjectLine classes ( #29956 )
2024-06-10 16:08:39 +02:00
Laurent Destailleur
1d07e2a36b
css
2024-06-10 15:01:45 +02:00
boudet jean pascal
0fa6cd7042
fix extrafield input with the type int mus show 0 value if exist ( #29967 )
...
* fix extrafield input with the type int mus show 0 value if exist
* pre-commit
* pre-commit
---------
Co-authored-by: jpb <jean-pascal.boudet@atm-consulting>
2024-06-10 14:30:36 +02:00
Florian Mortgat
7163299f04
NEW convenience methods for getting / setting the value of an extrafield ( #29856 )
...
* NEW convenience methods for getting / setting the value of an extrafield on an object
* Update htdocs/core/class/commonobject.class.php
[code formatting] removing extra space
2024-06-09 15:34:04 +02:00
Eric
3421352e7c
prefix and suffix core cleanup ( #29938 )
2024-06-09 00:50:40 +02:00
Laurent Destailleur
b40bf1b768
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2024-06-08 19:38:31 +02:00
Laurent Destailleur
09ee64c154
FIX #29915 Better fix to show full path of category in multiselect mode.
2024-06-08 19:36:15 +02:00
Aloïs Micard
0cfd16d8db
Allow tweaking of the index that MySQL use when searching products ( #29934 )
...
* Allow tweaking of the index that MySQL use when searching products
Sometimes when working with large dataset with many entities the MySQL engine does not pick-up the right index.
This is especially true when doing a search over the reference because the LIKE '%%' prevent the uk_product_label from being chosen.
This PR aims to improve this situation by doing the following :
- Adding a simple index on entity column.
- Adding an hidden constant to force the index being used when searching products.
Performances over a 8M products dataset shows a reduction of 2/3 execution time.
* Add missing global $conf
* Fix wrong usage of getDolGlobalString()
* Finalise fix
* Add more indexes
* Rework indexes
2024-06-08 19:35:28 +02:00
Frédéric FRANCE
84491bfbdd
fix inline images with swiftmailer ( #29923 )
2024-06-08 12:00:23 +02:00
HENRY Florian
bcf7354ad6
fix: cookie JS creation missing defaut attribute SameSite ( #29862 )
...
* fix: cookie JS creation missing defaut setting
* fix: travis CI
* fix: travis CI
* fix: travis CI
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-06-08 02:49:57 +02:00
Vincent Maury
19f68b0b67
Add clean conditions to show "create purchase order" button in sale order card ( #29906 )
...
* Add clean conditions to show "create purchase order" button in sale order card
* Add clean conditions to show "create purchase order" button in sale order card
* Add clean conditions to show "create purchase order" button in sale order card
2024-06-08 02:48:59 +02:00
HENRY Florian
5142c9bfbb
fix: travis CI ( #29883 )
2024-06-07 16:18:34 +02:00
Laurent Destailleur
78421f4607
Debug v20
2024-06-06 11:09:43 +02:00
Laurent Destailleur
cbb458486b
Debug v20
2024-06-06 09:27:25 +02:00
Laurent Destailleur
18242bc0a0
Debug v20
2024-06-06 02:33:16 +02:00
Laurent Destailleur
0371ffefd0
Debug v20
2024-06-06 00:37:08 +02:00
Laurent Destailleur
ff2bd03584
Debug v20
2024-06-05 23:49:09 +02:00
Frédéric FRANCE
74806473ab
fix cti ( #29842 )
...
* fix cti odt asset
* comment unused code in template
* phpdoc
* fix unreachable code
* fix unreachable code
* fix not falsy
2024-06-05 14:55:07 +02:00
Frédéric FRANCE
741e75ee47
add phpdoc ( #29832 )
...
* add phpdoc
* fix phan
* fix phan
* fix phan
* fix phan
* fix phan
* fix phan
* fix phan
* fix phan
* fix phan
* add phpdoc
* fix phan
* fix phan
2024-06-04 14:46:54 +02:00
Laurent Destailleur
ae41b85a36
Fix look and feel v20
2024-06-04 11:58:43 +02:00
Laurent Destailleur
fd5a42a612
Fix phan
2024-06-04 10:44:44 +02:00
Laurent Destailleur
b3a42dad39
Debug v20
2024-06-04 10:18:56 +02:00
Laurent Destailleur
c00ffbcd66
Fix error in generic report
2024-06-03 22:43:09 +02:00
Laurent Destailleur
6e6271c47e
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2024-06-03 17:37:42 +02:00
Lucas Marcouiller
c5df307d03
Fix multi input workflow for text type ( #29820 )
...
* Fix multi input workflow for text type
* fix phan
* fix phan
---------
Co-authored-by: Hystepik <lmarcouiller@nltechno.com >
2024-06-03 16:47:48 +02:00
Laurent Destailleur
298c59f288
Fix warning
2024-06-01 15:00:42 +02:00
Laurent Destailleur
5edb71afb8
Debug v20
2024-05-31 23:57:44 +02:00
Laurent Destailleur
9c9773b74f
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2024-05-31 16:17:53 +02:00
Laurent Destailleur
65cfd9fa13
Doc
2024-05-31 16:11:05 +02:00
Sébastien NASSIET
a8781e0133
FIX Extrafields always been delete and re insert for categories ( #29781 )
...
* Check extrafields on the right table for categories
As it done in line 6737, it's necessary to add a compatibility renaming of table_element for categories.
* Update commonobject.class.php
* Update commonobject.class.php
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-05-31 16:09:33 +02:00
Laurent Destailleur
31a626b34d
Fix phan
2024-05-31 14:59:16 +02:00
Laurent Destailleur
82908a30eb
Clean phan warnings
2024-05-30 13:37:17 +02:00
Laurent Destailleur
386a40b4a6
Debug look and feel v20 - Fix groupby in kanban
2024-05-29 23:23:20 +02:00
Laurent Destailleur
326e611851
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-05-29 14:46:55 +02:00