2
0
forked from Wavyzz/dolibarr
Commit Graph

573 Commits

Author SHA1 Message Date
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
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
Frédéric FRANCE
441b499a82 fix tests 2024-01-26 13:23:41 +01:00
Laurent Destailleur
09c52d6cf9 Update html.formmail.class.php 2024-01-26 04:03:50 +01:00
lamrani abdelwadoud
5213eedfa8 Merge branch 'develop' into addInputInEmailing 2024-01-18 14:35:23 +01:00
Lamrani Abdel
1f647b7c66 fix td tag 2024-01-18 14:27:17 +01:00
Laurent Destailleur
5d3c775b69 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2024-01-18 12:19:08 +01:00
Laurent Destailleur
f7485182f7 Fix warning and MAIN_MAIL_AUTOCOPY_... 2024-01-17 19:52:17 +01:00
Lamrani Abdel
0c63d5ce4f fix condition problem 2024-01-17 18:02:01 +01:00
Lamrani Abdel
aa706fb4a8 fix tag problem 2024-01-17 17:54:56 +01:00
Lamrani Abdel
89e2fd4e29 create script for generate_content 2024-01-17 17:53:35 +01:00
Lamrani Abdel
38ee4e0ef0 fix params in function 2024-01-17 12:33:33 +01:00
Lamrani Abdel
77389ed565 create input in emailForm for put instructions 2024-01-16 18:43:19 +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
Frédéric FRANCE
0d3e0c8ec4 fix incorrect case and remove exclude check (#27449) 2024-01-12 20:40:34 +01:00
Laurent Destailleur
f0d910ecd3 Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-01-10 19:20:16 +01:00
MDW
da0bebc9ae Fix: formmail - add_attached_files - argument name consistency (#27338)
# Fix: formmail - add_attached_files - argument name consistency

Phan determined suspicious naming as arg #2 to add_attached_files is  while
that was the name for the first argument by the caller.

Also, on examination, only the first parameter is needed as add_attached_files
handles the other two in the same manner.
2024-01-10 16:56:40 +01:00
Laurent Destailleur
4501872f17 Clean code with rector 2 2024-01-05 04:33:58 +01:00
Frédéric FRANCE
61b79fda17 avoid phpstan error with phpdoc 2023-12-06 15:46:39 +01:00
Laurent Destailleur
54e6de0d7f Fix with php-cs-fixer 2023-12-04 12:04:36 +01:00
Laurent Destailleur
de96af8543 Fix warning php8.2 2023-11-27 11:24:19 +01:00
Laurent Destailleur
b55e8de320 Removed a deprecated substitution tag 2023-11-19 10:55:25 +01:00
Laurent Destailleur
1f38e54e78 Clean code 2023-10-15 15:32:35 +02:00
Frédéric FRANCE
c351d92158 phpstan
::error file=htdocs/core/class/html.formmail.class.php,line=310,col=0::Cannot unset offset string on array.
::error file=htdocs/core/class/html.formmail.class.php,line=311,col=0::Cannot unset offset string on array.
::error file=htdocs/core/class/html.formmail.class.php,line=312,col=0::Cannot unset offset string on array.
2023-09-16 16:37:56 +02:00
Frédéric France
0a3bb161f8 phpstan 2023-09-02 10:14:25 +02:00
Laurent Destailleur
1abcef076f NEW Suport html content for combo list of email recipient 2023-08-16 17:55:44 +02:00
Laurent Destailleur
0658c91bb6 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-08-05 14:21:40 +02:00
Laurent Destailleur
4431ca659f Debug v18 2023-08-05 14:20:25 +02:00
Lucas Marcouiller
ab6c05f4db New : can overwrite email_from on mail templates (#25086)
Co-authored-by: Hystepik <lucas.marcouiller@gmail.com>
2023-08-02 12:05:44 +02:00
Laurent Destailleur
42fea0090d Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0 2023-07-12 16:41:11 +02:00
Laurent Destailleur
1998248e96 Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2023-07-12 16:36:23 +02:00
Regis Houssin
76d6a30d48 FIX to avoid wrong path of file (#25320) 2023-07-12 16:30:34 +02:00
Laurent Destailleur
92e3fc2fc9 Merge pull request #25090 from Hystepik/develop#1
Fix : deprecated warnings on various pages
2023-06-16 03:51:45 +02:00
Laurent Destailleur
c67ea96e19 FIX Multicompany for SEPA file generation 2023-06-14 15:09:36 +02:00
Laurent Destailleur
9c2d8f5d55 Look and feel v18 2023-06-13 19:35:18 +02:00
Hystepik
e28de18a9b Fix : deprecated warnings on various pages 2023-06-13 16:01:52 +02:00
Frédéric France
44d3270a48 use user hasRight 2023-06-12 20:43:28 +02:00
Laurent Destailleur
c6cb29381e Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-05-11 19:09:19 +02:00
Laurent Destailleur
2f6b95c073 FIX Sending email from attendee list 2023-05-11 18:42:56 +02:00
Anthony Berton
06b37482b1 Merge branch 'develop' of https://github.com/Dolibarr/dolibarr into NEW---Do-not-select-a-default-recipient 2023-05-04 11:42:47 +02:00
Laurent Destailleur
40ed102dfe Fix selection of email template 2023-04-25 21:30:00 +02:00
Laurent Destailleur
f7dd265ee5 Clean code 2023-04-25 18:57:17 +02:00
Laurent Destailleur
2635ec9c19 NEW Autofill email form with the email template with status "Default" on 2023-04-25 16:57:31 +02:00
Laurent Destailleur
cff11abce4 Fix warning php 8.2 2023-03-26 18:48:29 +02:00
Laurent Destailleur
4d44e68533 Fix substitution for emailing test 2023-02-23 20:40:46 +01:00
Laurent Destailleur
dbf3df5210 Fix emailing in test mode use correct user or sender signature 2023-02-23 13:50:25 +01:00
Laurent Destailleur
870ac42082 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-02-20 16:20:49 +01:00