2
0
forked from Wavyzz/dolibarr
Commit Graph

13245 Commits

Author SHA1 Message Date
Laurent Destailleur
8a3ffae859 Merge pull request #27923 from thibdrev/patch-1
qual: phpstan for htdocs/core/class/evalmath.class.php
2024-01-31 19:30:10 +01:00
Laurent Destailleur
cd7bab52ea Reduce the size of an export of website template. Removed useless files. 2024-01-31 18:08:50 +01:00
William Mead
3fb9c1f734 Update debug messages 2024-01-31 15:43:23 +01:00
William Mead
fada6a5db3 Fix PHPCS. Rename dump_content to dumpContent. 2024-01-31 15:32:58 +01:00
William Mead
f114094ffe Fix PHPCS. Rename connect_bind to connectBind. 2024-01-31 15:31:57 +01:00
thibdrev
bda7cee900 qual: phpstan for htdocs/core/class/evalmath.class.php
htdocs/core/class/evalmath.class.php	389	Method EvalMath::pfx() should return string but returns bool.
htdocs/core/class/evalmath.class.php	392	Method EvalMath::pfx() should return string but returns bool.
htdocs/core/class/evalmath.class.php	406	Method EvalMath::pfx() should return string but returns bool.
htdocs/core/class/evalmath.class.php	422	Method EvalMath::pfx() should return string but returns bool.
htdocs/core/class/evalmath.class.php	434	Method EvalMath::pfx() should return string but returns bool.
htdocs/core/class/evalmath.class.php	448	Method EvalMath::pfx() should return string but returns bool.
htdocs/core/class/evalmath.class.php	454	Method EvalMath::pfx() should return string but returns bool.
2024-01-31 13:28:44 +01:00
Laurent Destailleur
d12eedd7d1 Merge pull request #27916 from mdeweerd/qual/fix_typing_user
Qual: Fix annotation
2024-01-31 12:03:40 +01:00
Laurent Destailleur
3b2e0f7408 Merge pull request #27919 from mdeweerd/fix/doActions
Fix: Always return value as suggested
2024-01-31 11:59:30 +01:00
Laurent Destailleur
dc961b46ca Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-01-31 03:51:47 +01:00
MDW
485dec120f Fix: Always return value as suggested
# Fix: Always return value as suggested

Always return a value in doAction (as per PHPDoc type hint).
2024-01-31 01:42:15 +01:00
MDW
5655eb387c Qual: Fix annotation
# Qual: Fix annotation

The typing hint was incorrect, corrected.
2024-01-31 00:41:06 +01:00
Eric Seigne
8d9ddf4a51 fix comment about datehour -> datetime 2024-01-30 21:35:19 +01:00
thibdrev
3d5fd010b4 Update cgenericdic.class.php
htdocs/core/class/cgenericdic.class.php	100	Property CGenericDic::$active (int) does not accept string.
htdocs/core/class/cgenericdic.class.php	324	Property CGenericDic::$active (int) does not accept string.
2024-01-30 21:25:01 +01:00
thibdrev
7546063a8e Update ccountry.class.php
htdocs/core/class/ccountry.class.php	76	Property CommonDict::$active (int) does not accept string.
htdocs/core/class/ccountry.class.php	198	Property CommonDict::$active (int) does not accept string.
2024-01-30 21:22:21 +01:00
thibdrev
0d395aa082 Update cunits.class.php
htdocs/core/class/cunits.class.php	88	Property CommonDict::$active (int) does not accept string.
htdocs/core/class/cunits.class.php	91	Property CommonDict::$active (int) does not accept string.
htdocs/core/class/cunits.class.php	321	Property CommonDict::$active (int) does not accept string.
2024-01-30 20:31:05 +01:00
thibdrev
fa21289257 Update ctyperesource.class.php
htdocs/core/class/ctyperesource.class.php	83	Property CommonDict::$active (int) does not accept string.
htdocs/core/class/ctyperesource.class.php	280	Property CommonDict::$active (int) does not accept string.
htdocs/core/class/ctyperesource.class.php	436	Property CommonDict::$active (int) does not accept string.
2024-01-30 20:27:07 +01:00
thibdrev
aa3085d7ad Update ctypent.class.php
htdocs/core/class/ctypent.class.php	67	Property CommonDict::$id (int) does not accept string.
htdocs/core/class/ctypent.class.php	76	Property CommonDict::$active (int) does not accept string.
htdocs/core/class/ctypent.class.php	196	Property CommonDict::$activ
2024-01-30 20:25:46 +01:00
thibdrev
5df55a0c34 Update cstate.class.php
htdocs/core/class/cstate.class.php	87	Property CommonDict::$active (int) does not accept string.
htdocs/core/class/cstate.class.php	197	Property CommonDict::$active (int) does not accept string.
2024-01-30 20:22:55 +01:00
thibdrev
84e0909310 Update cregion.class.php
htdocs/core/class/cregion.class.php	97	Property CommonDict::$active (int) does not accept string.
htdocs/core/class/cregion.class.php	227	Property CommonDict::$active (int) does not accept string.
2024-01-30 20:20:52 +01:00
Laurent Destailleur
bd1d7141e2 Merge pull request #27893 from thibdrev/patch-14
qual: phpdoc for htdocs/core/class/utils.class.php
2024-01-30 18:09:24 +01:00
thibdrev
df60be8abc phpcs 2024-01-30 17:34:40 +01:00
thibdrev
91bc9dc057 Merge branch 'Dolibarr:develop' into patch-14 2024-01-30 17:29:40 +01:00
Laurent Destailleur
27a6a61827 Merge branch 'develop' into setTemplateForEachModel 2024-01-30 17:07:36 +01:00
Laurent Destailleur
94a8d9a0a8 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2024-01-30 17:00:07 +01:00
Laurent Destailleur
694739575c Merge pull request #27878 from thibdrev/patch-12
qual: phpdoc for htdocs/core/class/cregion.class.php
2024-01-30 16:59:57 +01:00
Laurent Destailleur
ea6982f763 Fix sql to use int 2024-01-30 16:59:44 +01:00
Laurent Destailleur
5736d0a66c Merge pull request #27880 from thibdrev/patch-15
qual: phpdoc for htdocs/core/class/translate.class.php
2024-01-30 16:34:25 +01:00
atm-florian
101c5a2dca FIX 17.0 - php8 warnings: test for $field existence before checking if it is null or empty 2024-01-30 16:21:51 +01:00
Lamrani Abdel
9ef70a70be fix orthographe 2024-01-30 15:51:38 +01:00
Lamrani Abdel
11d985e24f generate html model for each box 2024-01-30 15:37:52 +01:00
thibdrev
736a26a527 phpcs 2024-01-29 23:00:53 +01:00
thibdrev
1aef35e96d qual: phpdoc for htdocs/core/class/translate.class.php 2024-01-29 22:59:31 +01:00
thibdrev
c0d8da34d4 qual: phpdoc for htdocs/core/class/utils.class.php 2024-01-29 22:36:23 +01:00
thibdrev
3da8970a09 qual: phpdoc for htdocs/core/class/cstate.class.php 2024-01-29 22:20:18 +01:00
thibdrev
60a2c30f87 qual: phpdoc for htdocs/core/class/cregion.class.php 2024-01-29 22:05:05 +01:00
Lamrani Abdel
586230adbe add image for boxes 2024-01-29 17:31:23 +01:00
Lamrani Abdel
17ce61b82f fix name in input message 2024-01-29 16:03:11 +01:00
Lamrani Abdel
3cc15d4163 New display for template email in boxes 2024-01-29 15:38:13 +01:00
Laurent Destailleur
40794458d2 Comment 2024-01-29 13:00:33 +01:00
vmaury
f033cc455f Fix : random bug when attaching file to email : no file attached 2024-01-29 01:58:07 +01:00
Laurent Destailleur
c57e16dd05 Merge pull request #27845 from vmaury/Fix_random_bug_when_attach_file_to_a_mail
Fix : random bug when attaching file to email : no file attached
2024-01-29 01:57:28 +01:00
Laurent Destailleur
df9349a866 Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-01-29 01:27:25 +01:00
Laurent Destailleur
9c703c08e0 Merge pull request #27044 from defrance/patch-299
NEW : add some bank info on odt
2024-01-29 00:56:25 +01:00
Laurent Destailleur
b0c8266aa4 Merge pull request #27082 from altairis-benjamin/improveTicketMail
ADD ticket subject on emails
2024-01-29 00:49:28 +01:00
Laurent Destailleur
fab05b38da Merge pull request #27819 from thibdrev/patch-3
qual: phpstan for htdocs/core/class/menubase.class.php
2024-01-28 12:49:52 +01:00
Laurent Destailleur
f37657f72b Merge pull request #27830 from frederic34/patch-3
fix tests
2024-01-28 12:45:20 +01:00
vmaury
e66d9dd22f Fix : random bug when attaching file to email : no file attached 2024-01-28 09:32:53 +01:00
Laurent Destailleur
079b2aa3a0 Debug webportal 2024-01-27 17:58:19 +01:00
Laurent Destailleur
25a91c63cf Debug webportal module 2024-01-27 17:23:03 +01:00
Laurent Destailleur
f9de28a9e9 Qual: The color selector use the generic Dolibarr component. 2024-01-27 12:08:28 +01:00