Commit Graph

8838 Commits

Author SHA1 Message Date
thibdrev
427eb21282 qual: phpstan
htdocs/core/modules/security/generate/modGeneratePassNone.class.php	64	Property modGeneratePassNone::$id (int) does not accept string.
htdocs/core/modules/security/generate/modGeneratePassNone.class.php	65	Property modGeneratePassNone::$length (string) does not accept int.
2024-01-22 13:45:15 +01:00
thibdrev
eba5964de8 qual: phpstan
htdocs/core/modules/security/generate/modGeneratePassStandard.class.php	64	Property modGeneratePassStandard::$id (int) does not accept string.
htdocs/core/modules/security/generate/modGeneratePassStandard.class.php	65	Property modGeneratePassStandard::$length (string) does not accept int.
2024-01-22 13:42:52 +01:00
Frédéric France
03e29c6960 fix param 2024-01-20 09:22:38 +01:00
Laurent Destailleur
4795c40601 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2024-01-19 15:36:53 +01:00
Laurent Destailleur
be9e94a4a2 Fix duplicate trnaslation key 2024-01-19 10:45:00 +01:00
William Mead
e222842864 Added fk_facture_source to invoice exports. Added contributor details. 2024-01-19 09:43:26 +01:00
Christophe Battarel
c3c7c1f742 Merge branch 'develop' into rdb 2024-01-19 08:54:06 +01:00
Laurent Destailleur
c63896f746 Merge pull request #27563 from mdeweerd/fix/strftime_deprecation
Fix: PHP8.1 strftime deprecation -> dol_print_date
2024-01-18 21:36:22 +01:00
Frédéric FRANCE
4ca05b97e2 remove unknown module required 2024-01-18 18:36:47 +01:00
MDW
aed39b73e5 Fix: PHP8.1 strftime deprecation -> dol_print_date
# Fix: PHP8.1 strftime deprecation -> dol_print_date

Change strftime to dol_print_date to work around deprecation
2024-01-18 17:01:30 +01:00
Laurent Destailleur
ec31f00dbd Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-01-18 13:45:39 +01:00
Charlène Benke
0a97f1b19c stock transfert realy not stable
I detected quite a few bugs, absence of token, error in class definition on certain page...
I don't understand how we could declare this module stable overnight without having a minimum of testing it.
2024-01-18 12:06:14 +01:00
Laurent Destailleur
949da06555 Merge pull request #27600 from W1W1-M/new-export-invoice-source-id
New export invoice source id
2024-01-18 12:01:44 +01:00
Laurent Destailleur
64445a8312 Merge pull request #27555 from frederic34/fix_global
fix warnings
2024-01-18 11:13:47 +01:00
William Mead
e56458fe1b Added fk_facture_source export filter 2024-01-18 10:17:28 +01:00
William Mead
f036da31cc Added fk_facture_source to invoice exports. Added contributor details. 2024-01-18 10:09:56 +01:00
Laurent Destailleur
2f79aac2e9 Merge pull request #27569 from lamrani002/moduleAI
New Module Ai, create manualy
2024-01-17 18:16:02 +01:00
William Mead
4fa726f340 Added contributor details 2024-01-16 17:11:16 +01:00
William Mead
8544f95ac7 Updated PHPDoc 2024-01-16 17:10:28 +01:00
William Mead
df65cb76df Updated PHPDoc 2024-01-16 17:09:45 +01:00
Lamrani Abdel
592e9e33d0 New Module Ai, create manualy 2024-01-16 15:52:52 +01:00
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