You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by jk...@apache.org on 2023/01/13 16:21:06 UTC

[netbeans-tools] branch jkovalsky/notificationTemplate created (now ad6b1ec)

This is an automated email from the ASF dual-hosted git repository.

jkovalsky pushed a change to branch jkovalsky/notificationTemplate
in repository https://gitbox.apache.org/repos/asf/netbeans-tools.git


      at ad6b1ec  More appropriate template for notifications about new NetBeans version

This branch includes the following new commits:

     new ad6b1ec  More appropriate template for notifications about new NetBeans version

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[netbeans-tools] 01/01: More appropriate template for notifications about new NetBeans version

Posted by jk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jkovalsky pushed a commit to branch jkovalsky/notificationTemplate
in repository https://gitbox.apache.org/repos/asf/netbeans-tools.git

commit ad6b1ec727fdf132df636e2c1c112ebac3aed136
Author: Jiří Kovalský <ji...@centrum.cz>
AuthorDate: Fri Jan 13 17:21:02 2023 +0100

    More appropriate template for notifications about new NetBeans version
---
 .../src/Application/Controller/AdminController.php | 25 +++++++++++++---------
 1 file changed, 15 insertions(+), 10 deletions(-)

diff --git a/pp3/module/Application/src/Application/Controller/AdminController.php b/pp3/module/Application/src/Application/Controller/AdminController.php
index 366ce20..83f9586 100644
--- a/pp3/module/Application/src/Application/Controller/AdminController.php
+++ b/pp3/module/Application/src/Application/Controller/AdminController.php
@@ -350,32 +350,37 @@ class AdminController extends AuthenticatedController {
 
         $onlyVerified = false;
         $nbVersionId = [];
-        $subject = '[NetBeans PluginPortal] <SUBJECT>';
+        $subject = '[NetBeans PluginPortal] Check your plugin with the new Apache NetBeans %4$s version!';
         $emailText = '
 <html>
 <head><title></title></head>
 <body>
-<p>Dear %1$s,</p>
+<p>Hey %1$s,</p>
 
-<p>we have some news for you.</p>
-
-<p>&lt;Your message&gt;</p>
+<p>
+have you heard of the new Apache NetBeans version on the horizon?
+Yes, the NetBeans community is going to release version %4$s soon!
+In order to have your great plugin(s) available on the NetBeans Update
+Center also for users of the new version please consider testing the
+plugin(s) with the latest RC build and possibly submit new verification
+request(s) via the Plugin Portal website.
+</p>
 
 <p>
 Your plugins:<br />
 %3$s
 </p>
 
-<p>Direct link to the plugin portal:<br />
-<a href="%2$s">%2$s</a>
+<p>Direct link to the list of your plugins:<br />
+<a href="%2$s/plugin/list">%2$s/plugin/list</a>
 </p>
 
 <p>
-Best wishes<br />
-NetBeans development team
+Thanks for your contribution and ongoing support!<br />
+Apache NetBeans Plugin Portal Administrator
 </p>
 
-<p>P.S.: Please contact dev@netbeans.apache.org for questions.</p>
+<p>P.S.: Please contact dev@netbeans.apache.org mailing list for any questions.</p>
 </body>
 </html>';
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists