MDW
0395718521
Qual: Spelling htdocs/p[b-z]* ( #27436 )
...
# Qual: Fix spelling htdocs/p[b-z]*
Highlight:
Probably fixes a bug:
htdocs/product/stock/replenish.php: empty(->variants->eabled) corrected to ...enabled.
'eabled' could not be found elsewhere in the codebase.
2024-01-12 17:55:52 +01:00
Frédéric FRANCE
d8ffc4aed0
fix phpstan ( #27442 )
...
* fix phpstan
* Update api_products.class.php
2024-01-12 17:16:28 +01:00
Laurent Destailleur
c28ad5f33a
Merge pull request #23182 from ATM-Consulting/FIX_api_products_improve_error_handling
...
FIX: confusing error codes in products API
2024-01-04 03:38:58 +01:00
Fabian Heinz
b78632a20e
api fixes
...
According to [RFC2616](https://www.rfc-editor.org/rfc/rfc2616#section-10.2 ), APIs should return 2xx status codes if the request was correct.
The response should be status 200 with an empty result array.
2023-12-31 14:11:05 +01:00
Laurent Destailleur
d92c65ad91
FIX infinite loop in API call/trigger by adding a caller
2023-12-15 12:15:33 +01:00
Laurent Destailleur
e8dc651877
Fix php8.2 warnings
2023-11-27 11:56:32 +01:00
pascal
80f060c771
fix tab indentation
2023-09-26 18:43:25 +02:00
pascal
871f896962
implementation of properties filter
2023-09-26 18:04:48 +02:00
Laurent Destailleur
b0e5b950f6
FIX API /product/getAttributes
2023-08-26 10:20:52 +02:00
Laurent Destailleur
272c51164b
Fix typo Productcustomerprice into ProductCustomerPrice
2023-08-24 15:08:33 +02:00
Laurent Destailleur
cfaa9b7971
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
2023-07-30 18:38:37 +02:00
ptibogxiv
e4cc07324b
Fix php syntax ( #25508 )
2023-07-28 14:24:16 +02:00
VMR Global Solutions
926aa6fec7
API add / fix filter on extrafields in index()
...
Add / change in api_xxx.class.php files the ability to filter on extrafields when missing in the public functions index()
by changing the SQL query with the pattern
" FROM ".MAIN_DB_PREFIX"xxxx AS t LEFT JOIN ".MAIN_DB_PREFIX."xxxx_extrafields AS ef ON (ef.fk_object = t.rowid)
2023-04-28 09:31:33 +02:00
Laurent Destailleur
ed5c890769
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-02-25 20:12:48 +01:00
Laurent Destailleur
cbb6ca071a
Fix #yogosha15157
2023-02-25 19:51:05 +01:00
Laurent Destailleur
43a0ccce2b
Clean code
2023-01-04 11:37:24 +01:00
Laurent Destailleur
b8092f1eae
Fix doxygen and warnings
2022-12-30 02:24:18 +01:00
Laurent Destailleur
6c223eafc9
Fix doxygen and warnings
2022-12-30 02:22:35 +01:00
atm-florian
80163a9569
FIX: HTTP Response 401 is for unauthorized requests but when the user provides wrong values for features or ID it should be 400 (or maybe 404 not found if they are valid integers but not valid IDs)
2022-12-11 22:37:06 +01:00
Laurent Destailleur
9b5fc20308
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0
2022-12-01 17:46:13 +01:00
Laurent Destailleur
cc982adc2f
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
2022-12-01 17:42:02 +01:00
Laurent Destailleur
c22d9f282a
Merge pull request #23016 from inovea-conseil/FIX_product_type9
...
FIX product_type 9
2022-11-30 00:41:35 +01:00
stickler-ci
3fd81293a3
Fixing style errors.
2022-11-25 23:57:35 +00:00
Eric Seigne
616e2b79ef
fix #22766 : better API response HTTP code
2022-11-26 00:50:45 +01:00
Laurent Destailleur
41a07f5e7d
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into develop
2022-10-29 12:51:51 +02:00
Maxime Kohlhaas
2fa0e34b09
Fix api product : rang is now position
2022-10-22 15:32:54 +02:00
Frédéric France
705b436494
replace other deprecated
2022-09-10 14:03:47 +02:00
Laurent Destailleur
75abbc819b
Clean code
2022-08-14 16:46:22 +02:00
ptibogxiv
6ff002405e
NEW manage virtual stock at future date
2022-08-07 19:37:15 +02:00
Laurent Destailleur
b2bc6059df
Fix test
2022-06-12 18:55:16 +02:00
Laurent Destailleur
f0d0bf6442
Update api_products.class.php
2022-06-12 18:52:43 +02:00
ptibogxiv
727fb63833
Fix php 8 compatibility
2022-06-12 14:21:14 +02:00
Laurent Destailleur
4c10c04f9f
Merge pull request #20495 from atm-john/new_fix_regression_select_extrafield_search
...
FIX : regression select extrafield search + fix function name
2022-05-24 21:55:33 +02:00
Laurent Destailleur
a2ff15164f
Update api_products.class.php
2022-05-01 12:23:02 +02:00
lainwir3d
f187f4214a
Product REST API: Always JOIN extrafields table.
2022-04-30 13:24:44 +04:00
lainwir3d
3b98f74a56
Fix typo and switch to old join style.
2022-04-28 22:56:44 +04:00
lainwir3d
b35b40649f
CLOSE #20736 Allow extrafields SQL filters on REST API product lookup
2022-04-28 15:48:07 +04:00
ATM john
c1d9ea95dc
fix function name
2022-03-30 12:16:17 +02:00
Laurent Destailleur
8603d493ad
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/contrat/list.php
htdocs/install/mysql/tables/llx_partnership.key.sql
2022-03-19 17:34:26 +01:00
Laurent Destailleur
ed631b2b06
Fix doxygen, missing error message
2022-03-18 16:14:20 +01:00
Laurent Destailleur
43e7547611
Fix sql errors
2022-03-17 11:49:14 +01:00
Laurent Destailleur
d69f9eca40
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/core/lib/pdf.lib.php
2022-02-10 11:25:15 +01:00
ptibogxiv
b18b049dca
FIX api product with subproduct
2022-02-06 22:55:37 +01:00
Regis Houssin
64119917a4
FIX avoid travis error use double quote instead simple quote
2022-01-27 13:35:03 +01:00
Regis Houssin
116bcd1bdc
FIX convert product class
2022-01-27 10:12:10 +01:00
Laurent Destailleur
108df3726a
Fix php syntax
2021-12-30 18:46:26 +01:00
Laurent Destailleur
0387b9922e
FIX error message on sqlfilter in API
2021-12-20 20:49:32 +01:00
lainwir3d
50d422cdf6
CLOSE #19531 Product REST API: allow list / search method to retrieve stock data.
...
See feature request #19531
2021-12-01 16:33:47 +04:00
Laurent Destailleur
fc29aa7d3b
Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into 14.0
2021-10-23 23:58:00 +02:00
Maxime Kohlhaas
604052d1a1
Fix #19070 : Api subproducts was returning false
2021-10-23 02:28:53 +02:00