Laurent Destailleur (aka Eldy)
fcc344f9da
Security - More robust dol_eval function after vulnerability report by
...
Muhammad Zeeshan (Xib3rR4dAr)
2024-12-26 15:43:29 +01:00
Frédéric France
7ba7a975a1
fix phpstan
2024-12-19 21:57:14 +01:00
Laurent Destailleur (aka Eldy)
7f4b2b08b4
Complete phpunit and tests to avoid use of non expected function
2024-12-18 19:00:33 +01:00
Laurent Destailleur (aka Eldy)
02ae579a3f
Add information to help debug
2024-12-12 15:42:14 +01:00
Laurent Destailleur
2da5ff0d8a
Merge pull request #32258 from frederic34/getMultiDirOutput
...
enhance getMultiDirOutput
2024-12-08 10:38:34 +01:00
Frédéric FRANCE
44a3c76c7a
enhance getMultiDirOutput
2024-12-05 16:43:50 +01:00
Laurent Destailleur
19b0c2d8a0
Merge pull request #32222 from frederic34/holiday_card
...
fix phpstan
2024-12-04 01:04:31 +01:00
Laurent Destailleur (aka Eldy)
657c3a7432
Comment
2024-12-03 22:23:47 +01:00
Laurent Destailleur (aka Eldy)
076aae4e01
FIX #32169
2024-12-03 22:22:27 +01:00
Frédéric France
b2c3ec675b
fix phpstan
2024-12-03 21:30:01 +01:00
Frédéric France
1a4c9736b7
fix phpstan
2024-12-03 21:17:10 +01:00
nateogroup-antoine
c983cfff50
Typo in log : SERVICES_ARE_ECOMMERCE_200238EC => SERVICE_ARE_ECOMMERCE_200238EC and set shipment origin for shipment created by api on an order ( #32143 )
...
* Update functions.lib.php
* set shipment origin for shipment created by api on an order
2024-11-29 14:50:25 +01:00
Laurent Destailleur (aka Eldy)
16cbc512a2
Doc
2024-11-28 11:38:07 +01:00
Laurent Destailleur (aka Eldy)
92c1af15a7
Test
2024-11-27 21:04:59 +01:00
Laurent Destailleur (aka Eldy)
998da221a2
Test
2024-11-27 21:03:30 +01:00
Laurent Destailleur (aka Eldy)
f28928daeb
Test
2024-11-27 20:29:04 +01:00
Laurent Destailleur (aka Eldy)
e901cbdfa8
Test
2024-11-27 20:14:12 +01:00
Laurent Destailleur (aka Eldy)
25a7e9ef15
Try to fix phan
2024-11-27 18:52:49 +01:00
Laurent Destailleur (aka Eldy)
461d26dd0f
Try to fix phan
2024-11-27 18:27:10 +01:00
Laurent Destailleur
c2a3a93342
Debug v21 - renameto avoid future conflit
2024-11-24 14:58:40 +01:00
Laurent Destailleur
fb3c464555
Debug v21
2024-11-24 13:00:08 +01:00
Lucas Marcouiller
01687b396b
fiw warning for action message display ( #31865 )
...
Co-authored-by: Hystepik <lmarcouiller@nltechno.com >
2024-11-16 00:27:22 +01:00
Lucas Marcouiller
6f6997a017
fix projet/messaging.php warnings ( #31869 )
...
Co-authored-by: Hystepik <lmarcouiller@nltechno.com >
2024-11-16 00:15:43 +01:00
IC-faycal
3705d4a7ae
FIX issue Not check mandatory field in Select field. #31467 ( #31836 )
2024-11-15 16:05:39 +01:00
Frédéric FRANCE
ec91ed2af9
test action ( #31815 )
...
* NEW : Add category feature on Fichinter
category update
* Update viewcat.php
* Update categories.lang
* Update categorie.class.php
* Update categories.lang
* Update viewcat.php
* Update viewcat.php
* test action
* test action
* test action
* test action
* test action
* test action
* test action
* test action
* test action
* test action
* test action
* clean baseline
Debug v21
NEW: use Expedition::$date_shipping property in card and list (#31701 )
* NEW: use Expedition::$date_shipping property in card and list
* FIX: translation
* FIX: PHPStan rebutal
* FIX: not a great idea to copy and not edit comment
* FIX: on create, expected delivery date should precede sending date
* Update card.php
* Update list.php
* Update list.php
* Update list.php
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
clean baseline
clean baseline
clean baseline
* clean baseline
* clean baseline
* merge
* fix
* fix
* fix
* fix
* fix
* fix
* fix translations
* fix translations
* fix translations
* fix translations
* fix
* fix filters
* fix filters
* fix filters
* fix filters
* fix
---------
Co-authored-by: Charlène Benke <1179011+defrance@users.noreply.github.com >
2024-11-15 14:09:04 +01:00
Alexis Thietard
8c9a1c2bfc
fix #24780 change default isolation method in dol_clone ( #29391 )
...
This fixes serialization error when attempting to update a custom field value.
This change is made globally because the previous native = 0 default isolation
method is labeled as `deprecated` in the code and therefore shouldn't be used
anymore.
Signed-off-by: Alexis Thietard <alexis.thietard@rtone.fr >
2024-11-13 23:42:07 +01:00
Laurent Destailleur
1f00485763
Doc
2024-11-13 16:14:26 +01:00
lvessiller-opendsi
6c9c177763
NEW VAT by state ( #31628 )
...
* NEW VAT by state
* Fix global conf in looad tva function
* Fix load vat rates in memory
* Revert fk_tva column in state dict and load_tva function
* NEW vat rate with department in dict
* Fix isset not nullable
* Fix order VAT rate desc to set as default
2024-11-11 17:57:32 +01:00
MDW
9ec4618199
Qual: Fix FunctionArray phan notices ( #31754 )
...
* Qual: Fix FunctionArray phan notices
* Fix class name in typing of htdocs/modulebuilder/index.php
* Fix customreports phpdoc
* Adjust file type after completeFileArrayWithDatabaseInfo
* Further phpdoc typing improvements
* More phpdoc
* Improve typing with cast on position field
* Force phpstan version
* Add phpstan exception
* Fix array index type + adjust phan config comment
2024-11-11 14:48:18 +01:00
Laurent Destailleur
ec7ea921d4
Debug v21
2024-11-08 18:45:56 +01:00
Frédéric FRANCE
5cf3074d28
clean phpstan baseline ( #31725 )
...
* clean phpstan baseline
* fix and clean phpstan baseline
* fix and clean phpstan baseline
* fix and clean phpstan baseline
* fix and clean phpstan baseline
* fix and clean phpstan baseline
* fix and clean phpstan baseline
* fix and clean phpstan baseline
* fix and clean phpstan baseline
* fix and clean phpstan baseline
* fix and clean phpstan baseline
* fix and clean phpstan baseline
* fix and clean phpstan baseline
* fix and clean phpstan baseline
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-11-08 14:41:01 +01:00
Laurent Destailleur
77efa1b760
Fix phan
2024-11-08 02:34:31 +01:00
Laurent Destailleur
1b7c412787
WIP generic upload files
2024-11-07 19:51:21 +01:00
Laurent Destailleur
31f147622a
The deprecated GET parameter "&sall=" has been removed, use now the
...
"&search_all=".
2024-11-07 12:26:42 +01:00
Laurent Destailleur
865bf1f3e0
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2024-11-07 05:13:28 +01:00
Frédéric FRANCE
4f777f58dc
fix ecmfile tooltip ( #30993 )
...
* Update ecmfiles.class.php
* Update ecm.lang
* Update ecmfiles.class.php
* add translations
* wip
* wip
* enhance tooltip
* fix
* fix
* fix
* fix ajaxtooltip
* fix picto
* fix picto
* fix sql
* tooltip
* tooltip
* test
2024-11-07 05:07:41 +01:00
Laurent Destailleur
665477c6fb
Rename substituion key __MEMBER_CIVILITY__
2024-11-07 05:05:29 +01:00
Laurent Destailleur
507d400a56
Fix substition key
2024-11-07 05:03:59 +01:00
Laurent Destailleur
4bdd848bbe
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-11-06 13:26:08 +01:00
MDW
e7539f2e19
Qual: Fix notices in .lib.php files ( #31672 )
...
* Qual: Fix notices in .lib.php files
* Update wrapper.php
* Update availabilities_card.php
* Update index.php
* Update document.controller.class.php
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-11-04 12:32:13 +01:00
Frédéric FRANCE
0349f5b513
fix unable to resolve template T ( #31680 )
2024-11-04 12:24:18 +01:00
Regis Houssin
26e89a7760
FIX this constant break the dictionary admin without Multicompany ( #31638 )
2024-10-30 21:10:49 +01:00
Laurent Destailleur
eaf92c9fa4
FIX better regex to detect substitution key
2024-10-30 19:53:40 +01:00
Laurent Destailleur
c34ea09c2c
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-10-30 18:17:59 +01:00
Laurent Destailleur
590ef86f40
Warning
2024-10-30 18:09:26 +01:00
Laurent Destailleur
e37737695e
Clean code
2024-10-30 18:04:54 +01:00
Laurent Destailleur
3c65972ff8
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 20.0
2024-10-30 18:03:57 +01:00
Laurent Destailleur
9e1c640eee
FIX open redirection
2024-10-30 18:03:31 +01:00
Laurent Destailleur
2e56340386
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2024-10-30 17:46:36 +01:00
Laurent Destailleur
f1f08010db
Clean code
2024-10-30 14:09:17 +01:00