Commit Graph

4068 Commits

Author SHA1 Message Date
Laurent Destailleur
e72c8c1d53 Merge branch 'develop' into task_update_single_array_option_element 2024-04-02 13:37:44 +02:00
Laurent Destailleur
51f862ad28 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2024-04-02 13:21:00 +02:00
Laurent Destailleur
990216b13f NEW Api parameters are sanitized by the WAF, same code than GET/POST 2024-04-02 13:07:13 +02:00
Jon Bendtsen
862c215648 spaces after comma 2024-04-01 22:06:51 +02:00
Jon Bendtsen
4442c3fab8 NEW: API GET projects by REF and by email_msgid 2024-04-01 21:57:47 +02:00
Jon Bendtsen
f873f9aa65 will allow updating 1 task single Complementary Attribute without specifying complementary attributes that we don't want to change. Similar to # 29115 but just for a task 2024-04-01 11:35:57 +02:00
Charlène Benke
917ab9b454 totalarray must not reinit here
else we lose the setting on line 980
and have warning at the total list line
2024-03-31 14:49:43 +02:00
Frédéric France
7a7b1953ed fix phpstan 2024-03-28 20:34:33 +01:00
Frédéric France
3535623ffc fix phpstan 2024-03-28 20:27:56 +01:00
Laurent Destailleur
e73f79ca96 Qual: Remove unnecessary use of $_GET 2024-03-28 20:19:28 +01:00
Laurent Destailleur
54501bccc3 Merge pull request #29066 from mdeweerd/fix/dol_get_fiche_head
Fix arguments to dol_get_fiche_head and dol_get_fiche_end
2024-03-28 14:16:45 +01:00
Laurent Destailleur
7535a884ac Merge pull request #29069 from mdeweerd/fix/price
Fix arguments to price()
2024-03-28 13:07:25 +01:00
Laurent Destailleur
a2ec7400eb Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2024-03-28 10:55:44 +01:00
Laurent Destailleur
1ce34cd5f3 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2024-03-28 09:55:57 +01:00
Laurent Destailleur
3867f00f90 Debug v20 2024-03-28 09:28:58 +01:00
Laurent Destailleur
3acb98b160 NEW Show the profit per attendee on events 2024-03-27 19:06:06 +01:00
Laurent Destailleur
f61bd8c347 Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop
Conflicts:
	htdocs/admin/menus/edit.php
2024-03-27 18:04:11 +01:00
Laurent Destailleur
f5c16bd31a CSS 2024-03-27 17:58:35 +01:00
MDW
47ef0645cf Fix arguments to dol_get_fiche_head 2024-03-27 10:22:58 +01:00
MDW
7b321f8ae5 Fix arguments to price() 2024-03-27 10:21:27 +01:00
Laurent Destailleur
50aadc43f9 NEW Upgrade jsChantImproved to 2.8.10 2024-03-23 17:18:11 +01:00
Laurent Destailleur
51a3641105 Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop
Conflicts:
	htdocs/bom/tpl/objectline_create.tpl.php
	htdocs/compta/bank/releve.php
	htdocs/core/class/html.formsetup.class.php
	htdocs/takepos/freezone.php
2024-03-22 02:35:37 +01:00
Laurent Destailleur
7b0177a84d Move to getDolGlobalString 2024-03-22 00:37:56 +01:00
Laurent Destailleur
60c626dbe4 Merge branch 'develop' into fix/PhanTypePossiblyInvalidDimOffset 2024-03-21 12:53:59 +01:00
MDW
aeefca7e7e Fix $arrayfields typing lost by dol_sort_array() by forcing the type 2024-03-20 23:29:48 +01:00
MDW
351c153102 Fix null return by initialising return value and generate error on 0 2024-03-20 21:58:48 +01:00
MDW
ba4a482c96 Fix PhanTypeMismatchReturnNullable by forcing type for phan 2024-03-20 21:58:41 +01:00
MDW
d245dab56b Fix PhanTypeMismatchReturnNullable by setting variable 2024-03-20 21:58:36 +01:00
MDW
1d97c989d0 Fix arg to preg_replace() with cast 2024-03-20 04:09:57 +01:00
MDW
0969343d15 Fix arg to strcmp with cast 2024-03-20 04:09:56 +01:00
MDW
12e3a5cb4a Fix arg type to preg_replace() with cast 2024-03-20 04:09:55 +01:00
MDW
1a791637f5 Fix arg type to preg_replace() with cast 2024-03-20 04:09:54 +01:00
MDW
41db5faa91 Fix arg type to preg_replace() with cast 2024-03-20 04:09:53 +01:00
MDW
6d602aa892 Fix arg type to preg_replace() with cast 2024-03-20 04:09:51 +01:00
MDW
2732d42e15 Fix arg type to preg_replace() with cast 2024-03-20 04:09:50 +01:00
MDW
9cf1308f47 Fix arg type to preg_replace() with cast 2024-03-20 04:09:49 +01:00
MDW
a669df956d Fix arg type to preg_replace() with cast 2024-03-20 04:09:48 +01:00
MDW
c924f38d84 Fix arg type to preg_replace() with cast 2024-03-20 04:09:47 +01:00
MDW
eaec09cc23 Fix arg type to preg_replace() with cast 2024-03-20 04:09:46 +01:00
MDW
f4330a11fe Fix PHPdoc, casts for correct type to strcmp 2024-03-20 04:08:24 +01:00
MDW
10b260a31d Fix PhanTypeSuspiciousStringExpression 2024-03-19 02:44:02 +01:00
MDW
18600215a1 Fix PhanTypeSuspiciousStringExpression 2024-03-19 02:43:51 +01:00
Laurent Destailleur
6b1f490ee1 Merge branch 'develop' into phpstanphpstan 2024-03-19 02:05:42 +01:00
MDW
fd9d48faac Fix phpstan CommonObject->fields - notnull is optional field 2024-03-19 00:32:00 +01:00
Frédéric France
c084f41525 fix sql 2024-03-17 22:49:18 +01:00
MDW
ef6eea3ed2 Qual: Fix PhanTypeExpectedObjectOrClassName by testing on classname
# Qual: Fix PhanTypeExpectedObjectOrClassName by testing on classname

PhanTypeExpectedObjectOrClassName should be fixed by testing that the classname is not
empty.
2024-03-17 00:03:20 +01:00
Laurent Destailleur
d3262ace71 Fix phpunit error due to regression in removing the $conf 2024-03-16 23:22:12 +01:00
Laurent Destailleur
487a55750a Fix warnings 2024-03-16 22:13:00 +01:00
Laurent Destailleur
3d02ca0fdc Debug v20 2024-03-16 13:41:24 +01:00
Laurent Destailleur
e994d6650f Fix regression in GETPOST limit 2024-03-16 11:41:00 +01:00