Laurent Destailleur
fc9206097a
Merge pull request #27551 from frederic34/patch-10
...
fix phpstan
2024-01-15 21:50:11 +01:00
Frédéric France
a1e117283d
fix warnings
2024-01-15 21:28:19 +01:00
Frédéric FRANCE
19059d6705
fix phpstan
2024-01-15 20:49:50 +01:00
Frédéric FRANCE
a73bd4f256
fix phpstan
2024-01-15 20:48:34 +01:00
Laurent Destailleur
7fecb5e44b
Merge pull request #27517 from frederic34/patch-5
...
fix phpstan
2024-01-15 11:37:44 +01:00
Laurent Destailleur
dc9fa8a6e0
Merge pull request #27516 from frederic34/patch-3
...
fix phpstan
2024-01-15 11:31:31 +01:00
Christophe Battarel
ab206910ab
change to receptiondet_batch into scripts
2024-01-15 09:40:59 +01:00
Frédéric FRANCE
4938beb441
fix phpstan
2024-01-14 22:25:29 +01:00
Frédéric FRANCE
df48eb6032
fix phpstan
2024-01-14 22:23:50 +01:00
Frédéric FRANCE
459c07abd8
fix phpstan
2024-01-14 22:22:10 +01:00
MDW
a04f2bf4e7
Qual: Spelling fixes that newly appeared. ( #27495 )
...
* Qual: Spelling fixes that newly appeared.
# Qual: Fix spelling erros that appeared since the bulk updates.
These issues mostly appeared since the bulk updates (a few ones were postponed
to make sure no real spelling errors were missed.)
* Update modulebuilder.lib.php
* Update pdf_standard.modules.php
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-01-14 12:26:37 +01:00
Laurent Destailleur
40f4ef9285
Close #27496
2024-01-14 12:10:09 +01:00
MDW
89004f7e03
Qual: Spelling htdocs/core ( #27491 )
...
Highlights:
- initialY in pdf_standard.modules.php was unused
- remove (otherwise -> initially) (+same in other file)
2024-01-13 19:48:20 +01:00
MDW
39769482b1
Qual: Fix typing hints for DoliDB ( #27484 )
...
# Qual: Fix typing hints for DoliDB
This should help the static tools for type and method checking.
2024-01-13 15:50:02 +01:00
Frédéric FRANCE
b2af85a9be
fix phpstan ( #27475 )
...
* fix phpstan
* Update mod_codeproduct_leopard.php
2024-01-13 15:35:55 +01:00
Frédéric FRANCE
677109df41
fix phpstan ( #27483 )
...
* fix phpstan
* fix phpstan
2024-01-13 15:32:07 +01:00
Laurent Destailleur
00903a7672
Fix phpstan
2024-01-12 20:55:40 +01:00
Frédéric FRANCE
0d3e0c8ec4
fix incorrect case and remove exclude check ( #27449 )
2024-01-12 20:40:34 +01:00
Frédéric FRANCE
b7846ac9d1
fix phpdoc ( #27430 )
2024-01-12 18:02:28 +01:00
Laurent Destailleur
aba9afe9f1
NEW Add method getPublicImageOfObject() for website module
2024-01-12 13:05:28 +01:00
Laurent Destailleur
866b44e34e
Debug v20
2024-01-11 14:37:32 +01:00
Laurent Destailleur
6b42b48d20
NEW Can generate the email selector file
2024-01-11 02:47:42 +01:00
Laurent Destailleur
c15627016a
Fix bad test for disabling TCPDI. Add more phpunit
2024-01-10 21:51:32 +01:00
Laurent Destailleur
0a00afcad3
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-01-10 16:24:49 +01:00
Laurent Destailleur
e9205dcdb1
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2024-01-10 16:23:01 +01:00
Frédéric FRANCE
6bc40a5e26
fix duplicate ( #27389 )
2024-01-10 16:17:30 +01:00
David
82c93e6812
FIX: typo when adding height after custom header ( #27384 )
...
'extra_under_header_shift' instead of 'extra_under_address_shift'
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-01-10 15:40:36 +01:00
David
5ea1c977a5
FIX: typo when adding height after custom header ( #27384 )
...
'extra_under_header_shift' instead of 'extra_under_address_shift'
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-01-10 15:40:04 +01:00
Laurent Destailleur
75746ba90e
Merge pull request #27373 from mdeweerd/fix/remove_extra_arg_mod_codeclient_constructs
...
FIX: Update mod_codeclient_* constructor to have $db argument as in callers.
2024-01-10 15:33:55 +01:00
Laurent Destailleur
b418bc9e1e
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2024-01-10 15:14:11 +01:00
Laurent Destailleur
e770259b3f
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2024-01-10 15:12:50 +01:00
Laurent Destailleur
f3911bccc8
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
2024-01-10 15:11:40 +01:00
Laurent Destailleur
f711144428
Try to move tmp dir
2024-01-10 14:52:12 +01:00
Laurent Destailleur
38994fa9ec
Merge pull request #27359 from frederic34/patch-19
...
Method should return null but return statement is missing.
2024-01-10 14:30:05 +01:00
MDW
9d2bc42ee3
FIX: Update mod_codeclient_* constructor to have $db argument as in callers.
...
None of the mod_codeclient_* constructors has an argument.
Reported by phan as `PhanParamTooMany: Call with 1 arg(s) to \mod_codeclient_leopard::__construct() which only takes 0 arg(s) defined at htdocs/core/modules/societe/mod_codeclient_leopard.php:69`
in all modified files.
One exception in the card.php file because the code has no explicit detail,
but it also uses a mod_codeclient_ constructor.
2024-01-10 14:06:40 +01:00
Laurent Destailleur
565c4b7a8b
Merge pull request #27369 from mdeweerd/fix/pdf_typing_hint
...
Fix: Typing hint for PDF set to TCPDF
2024-01-10 12:37:11 +01:00
MDW
ed2f5cb2bf
Fix: Typing hint for PDF set to TCPDF
...
# Fix: Set typing hint to TCPDF (not PDF)
There is no PDF proxy class in the project, change to TCPDF
to help static tools.
2024-01-09 21:29:23 +01:00
Frédéric FRANCE
185b65712a
Method should return null but return statement is missing.
2024-01-09 18:51:11 +01:00
Laurent Destailleur
6f144a7ccf
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-01-09 16:43:13 +01:00
Noé
c2f3ce1491
FIX: BarCode Header not well displayed
2024-01-09 15:38:35 +01:00
Laurent Destailleur
910a541c60
Clean code
2024-01-09 13:08:22 +01:00
Laurent Destailleur
1f2d1a2df2
Fix color and dates are missings in export categories
2024-01-08 11:43:54 +01:00
Laurent Destailleur
ffd309e24e
Fix missing notes for contacts
2024-01-08 11:27:54 +01:00
Laurent Destailleur
c5cf8b8805
Debug v19
2024-01-07 15:07:59 +01:00
Laurent Destailleur
7cbc1c98fc
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-01-07 13:40:36 +01:00
Laurent Destailleur
bf17b8767c
Debug v19
2024-01-07 11:15:48 +01:00
Laurent Destailleur
4501872f17
Clean code with rector 2
2024-01-05 04:33:58 +01:00
Laurent Destailleur
b5cdfd5190
Rename class file for pdf generation to match Dolibarr standard
2024-01-04 15:23:46 +01:00
Laurent Destailleur
32dec98d14
Fix warning
2024-01-04 15:06:37 +01:00
Charlène Benke
3ac7c8646f
Update mod_takepos_ref_simple.php
2023-12-30 08:24:52 +01:00