Frédéric FRANCE
80d1f47d4d
fix ignored phpstan (most of expects string, int given) ( #30649 )
...
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
fix ignored phpstan
fix ignored phpstan
fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
fix ignored phpstan
fix ignored phpstan
fix ignored phpstan
fix ignored phpstan
fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* more ignore
* more ignore
* more ignore
* more ignore
* more ignore
* more ignore
* more ignore
* more ignore
* more ignore
* more ignore
* more ignore
* more ignore
* more ignore
* more ignore
* more ignore
* more ignore
* more ignore
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
2024-09-05 16:05:37 +02:00
Laurent Destailleur
e7cfa4ddcc
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-08-27 07:26:26 +02:00
Francis Appels
a8ddeff35c
Fix some php warning ( #30753 )
...
* Fix php warning on send email
* Fix php warning on getTotalWeightVolume when no lines.
* Fix totalOrdered totalToShip should be int
2024-08-27 04:52:47 +02:00
MDW
d71cd352d5
Qual: Fix PhanUndeclaredMethod ( #30661 )
...
* Qual: Fix PhanUndeclaredMethod cases
* Fix PhanUndeclaredMethod cases
* Qual: Remove PhanUndeclaredMethod exceptions
* Fix spelling "disacard"
* Improve phpdoc, add abstract method to trait for typing
* Improve phpdoc typing for PHanUndeclaredMethod
* Suppress phan notices for guarded AliasNbPages calls
* Fix return value for printFile stub
* Fix getting message from Exception
* Define dummy getAllByProducts(), typing for it.
* Fix typo in comment
* Qual: Better typing for apiService (phan)
* Test that the Generic OAuth Service is provided
* Qual: Fix getSqlArrayForStats typing
* Force modTcpdfbarcode
* Correct typing hint
* Set ModelePDFAsset typehint
* Fix ModelePDFUserGroup typing hint
* Fix phan typing hints htdocs/core/modules/printing/printgcp.modules.php
* Fix write_file in ModelePDFStock*
* Update printsheet.php
* Adjust typing hint for barcode generator
* Update printsheet.php
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-08-19 02:05:27 +02:00
Laurent Destailleur
543f97f92e
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2024-08-15 15:24:20 +02:00
Laurent Destailleur
e5d3d8c7ed
Add a log to help debug
2024-08-15 15:17:39 +02:00
MDW
3d04a7195c
Qual: Updates regarding write_file(s) methods for Phan ( #30511 )
...
* Fix phpdoc for phpstan
* Add abstract write_file to ModelePDFContract
And update phpdoc for derived classes
* Fix typing for php_standard_actions writefile
* Improve phpdoc for write_files (& related)
* Add abstract write_file to ModelePDFBom
* Add abstract write_file to ModelePDFDeliveryOrder
* Add abstract write_file to ModeleExpenseReport
* Add abstract write_file to ModelePDFFicheinter
* Add abstract write_file to ModelePDFEvaluation
* Add abstract write_file to ModelePDFFactures
* Add abstract write_file to ModelePDFSuppliersInvoices
* Update ModelePDFProjects and ModelePDFTask related classes
* Qual: Add abstract write_file to ModelePdfExpedition
And update phpdoc for derived classes
* Qual: Correct reference (doc) to ModelePDFEvaluation
* Qual: Add abstract write_file to ModelePDFKnowledgeRecord
And update phpdoc for derived classes
* Qual: Add abstract write_file to ModelePDFMo & ModelePDFMouvement
And update phpdoc for derived classes
* Qual: Set typehint to ModelePDFFicheinter
* Qual: Add abstract write_file to ModelePDFCommandes
And update phpdoc for derived classes
* Qual: Add abstract write_file to ModelePDFPropales
And update phpdoc for derived classes
* Qual: Add abstract write_file to ModelePdfReception
And update phpdoc for derived classes
* Qual: Add abstract write_file to ModelePDFSuppliersOrders
And update phpdoc for derived classes
* Qual: Add abstract write_file to ModelePDFSuppliersOrders
And update phpdoc for derived classes
* Qual: Add abstract write_file to ModelePDFSuppliersPayments
And update phpdoc for derived classes
* Qual: Add abstract write_file to ModelePDFSupplierProposal
And update phpdoc for derived classes
* Qual: Add abstract write_file to ModelePDFWorkstation
And update phpdoc for derived classes
* Set typing for doc generator (commonobject)
* Improve typing for write_file
* Set typing for doc generator
* Qual: Add abstract write_file to ModelePDFMember
And update phpdoc for derived classes
* Qual: Add abstract write_file to ModelePDFProduct
And update phpdoc for derived classes
* Qual: Add abstract write_file to ModelePDFProductBatch
And update phpdoc for derived classes
* Qual: Add abstract write_file to ModelePDFRecruitmentJobPosition
And update phpdoc for derived classes
* Add abstract write_file to ModelePDFTicket
* Add abstract write_file to ModelePDFUser
* Add abstract write_file to ModelePDFUserGroup
* Add abstract write_file to ModeleThirdPartyDoc
* Add abstract write_file to ModelePDFAsset
* Find all incompatible classes
* Qual: update phan baseline
* Set typing for doc generator (commonobject)
* Qual: update phan baseline
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-08-14 19:21:10 +02:00
Laurent Destailleur
88253bf647
WIP Work on generic OAuth service
2024-08-13 18:36:33 +02:00
Laurent Destailleur
56d4a30bdf
Code comment
2024-08-01 17:05:29 +02:00
Laurent Destailleur
cbc28b0afd
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2024-08-01 14:02:36 +02:00
Laurent Destailleur
483a30078d
Try to avoid to reload token when not necessary.
2024-08-01 11:55:49 +02:00
Laurent Destailleur
66da3d7f9b
Debug v20 - Fix use of oauth for alternative send email setup
2024-08-01 11:46:54 +02:00
Laurent Destailleur
efb8a9d4d3
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2024-08-01 11:36:38 +02:00
Laurent Destailleur
2efb14c767
Debug v20 - Fix use of oauth for alternative send email setup
2024-08-01 11:35:42 +02:00
MDW
63aab818e6
Qual: Fixes related to CMailFile for phan notices ( #30510 )
...
* Qual: Fix CMailFile related phan notices
# Qual: Fix CMailFile related phan notices
Fix several phan notices by typing and typing checks.
* Fix initialisation of CMailFile instantiation
* Update phan baseline
* Update mails_emailing.php
* Update mails_emailing.php
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-08-01 11:09:26 +02:00
Frédéric FRANCE
173dc1a70e
fix constructor expects int ( #30512 )
...
* constructor expects int
* fix constructor expects int
* fix constructor expects int
* fix constructor expects int
* fix constructor expects int
* fix constructor expects int
* fix constructor expects int
* fix constructor expects int
* fix constructor expects int
* fix constructor expects int
* fix constructor expects int
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-08-01 10:52:53 +02:00
idayat-dev2a
a9d4a9bda0
Fix Wrong header Errors-To ( #30470 )
2024-07-25 17:55:52 +02:00
Laurent Destailleur
9af159cdd8
Replace "! empty($conf->global->$" with "getDolGlobalString($"
2024-07-03 20:05:29 +02:00
Laurent Destailleur
8b9b3f9429
QUAL Use archiveOrBackupFile for MAIN_MAIL_DEBUG_LOG_WITH_DATE
2024-07-01 12:30:36 +02:00
Frédéric FRANCE
84491bfbdd
fix inline images with swiftmailer ( #29923 )
2024-06-08 12:00:23 +02:00
Laurent Destailleur
82908a30eb
Clean phan warnings
2024-05-30 13:37:17 +02:00
Laurent Destailleur
05ed5dbe6a
Fix warning
2024-05-17 03:48:55 +02:00
Lucas Marcouiller
4756401897
Fix : mail filter to not send to when using object from dolibarr ( #29428 )
...
Co-authored-by: Hystepik <lmarcouiller@nltechno.com >
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-04-22 15:20:25 +02:00
Laurent Destailleur
abd6882589
Doc
2024-04-22 15:06:41 +02:00
Lucas Marcouiller
83a057fe25
Fix bad verification for unwanted mail send ( #29410 )
...
Co-authored-by: Hystepik <lmarcouiller@nltechno.com >
2024-04-20 22:20:36 +01:00
Laurent Destailleur
d4c74cf572
Debug v20
2024-04-13 14:14:25 +02:00
Laurent Destailleur
6ef81a05dc
typo
2024-04-04 19:13:12 +02:00
Frédéric FRANCE
613f8be05f
Merge remote-tracking branch 'upstream/develop' into translations_errors
2024-04-03 14:47:01 +02:00
Frédéric FRANCE
c349d38897
add translations of errors
2024-04-03 14:46:46 +02:00
Laurent Destailleur
3df311481b
NEW Management of the In-Reply-To and References for ticket answers.
2024-04-01 19:11:08 +02:00
Laurent Destailleur
e9e2105508
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/accountancy/class/bookkeeping.class.php
htdocs/core/class/CMailFile.class.php
htdocs/core/lib/functions.lib.php
htdocs/ticket/class/ticket.class.php
2024-03-19 18:12:13 +01:00
Laurent Destailleur
43a3f449c4
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2024-03-19 17:07:51 +01:00
Laurent Destailleur
b705dd8094
NEW Support Reply-To tracking in emails sending (tickets only for the
...
moment)
Conflicts:
htdocs/core/class/CMailFile.class.php
htdocs/ticket/class/ticket.class.php
2024-03-19 16:42:27 +01:00
Laurent Destailleur
edbc4b3781
Fix fatal error
2024-03-19 10:51:42 +01:00
Laurent Destailleur
43b6d26dd8
Doc
2024-03-19 10:31:39 +01:00
Laurent Destailleur
db4fbdea71
Fix dir for tmp files
2024-03-19 09:19:59 +01:00
Laurent Destailleur
01e6bd012e
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-03-18 21:37:37 +01:00
Laurent Destailleur
a0b7cb90d8
FIX trackid and temp dir on payment confirmation of event registration
2024-03-18 20:17:19 +01:00
Laurent Destailleur
62cf3ab098
Enhance error message
2024-03-18 19:27:52 +01:00
MDW
4a343466aa
Suppress PhanTypeMismatchReturnNullable notification
...
# Suppress PhanTypeMismatchReturnNullable notification
There is no "straightforward" way to avoid this notification, ignoring
it.
2024-03-16 13:53:04 +01:00
Laurent Destailleur
5fadea4d0d
NEW Support Reply-To tracking in emails sending (tickets only for the
...
moment)
2024-03-15 19:40:32 +01:00
Laurent Destailleur
3cc9467ee4
Clean code
2024-03-13 18:39:51 +01:00
MDW
d33e0a69ca
Fix PhanPluginRedundantAssignment
2024-03-13 00:40:41 +01:00
Laurent Destailleur
16edaf9208
Merge pull request #28783 from lamrani002/cMailFileSendmail
...
fix method sendfile return type
2024-03-12 16:19:36 +01:00
Laurent Destailleur
cf28211a78
Update CMailFile.class.php
2024-03-12 16:18:44 +01:00
Lamrani Abdel
8bf54dee9e
fix method sendfile return type
2024-03-12 15:13:54 +01:00
MDW
b79328f4e6
Qual: Fix PHPdoc to match parent
2024-03-11 23:46:46 +01:00
MDW
cb35dabd8f
Qual: Document sendMail according to code
2024-03-11 21:39:04 +01:00
lamrani abdelwadoud
c0cd4e1aaa
Fix return method by adding type int ( #28493 )
2024-02-28 16:52:30 +01:00
Lucas Marcouiller
88232ff0fc
fix php warnings and errors ( #28207 )
...
Co-authored-by: Hystepik <lmarcouiller@nltechno.com >
2024-02-18 23:00:01 +01:00