<?xml version="1.0" encoding="utf-8"?>
<!--RSS generated by Flaimo.com RSS Builder [2026-04-10 00:57:19]-->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"><channel><docs>https://bugtracking.boldt-webservice.de/</docs><link>https://bugtracking.boldt-webservice.de/</link><description><![CDATA[Boldt Webservice BugTracker - Issues]]></description><title>Boldt Webservice BugTracker - Issues</title><image><title>Boldt Webservice BugTracker - Issues</title><url>https://bugtracking.boldt-webservice.de/images/mantis_logo_button.gif</url><link>https://bugtracking.boldt-webservice.de/</link><description><![CDATA[Boldt Webservice BugTracker - Issues]]></description></image><language>en</language><category>All Projects</category><ttl>10</ttl><dc:language>en</dc:language><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title>0000151: Empty Newsletter in frontend</title><author></author><link>https://bugtracking.boldt-webservice.de/view.php?id=151</link><description><![CDATA[When I open the newsletters list in the front end and click on a newsletter, then it shows an empty one. When I add the following code to the file /administrator/components/com_bwpostman/src/Table/SendmailcontentTable.php after line 371, then it works:&lt;br /&gt;
&lt;br /&gt;
$query-&gt;order('id desc');&lt;br /&gt;
&lt;br /&gt;
Looks like it renders the newsletter with the first revision and not the last one.]]></description><category>Newsletters Frontend</category><pubDate>Mon, 16 Feb 2026 06:07:34 +0100</pubDate><guid>https://bugtracking.boldt-webservice.de/view.php?id=151</guid><comments>https://bugtracking.boldt-webservice.de/view.php?id=151#bugnotes</comments></item><item><title>0000122: Introducing namespaces</title><author></author><link>https://bugtracking.boldt-webservice.de/view.php?id=122</link><description><![CDATA[Namespacing is introduced in php 5.3.0, which is minimum required for Joomla 3.x. So there is no reason, not to introduce namespacing for BwPostman also.]]></description><category>General</category><pubDate>Sat, 14 Feb 2026 09:29:05 +0100</pubDate><guid>https://bugtracking.boldt-webservice.de/view.php?id=122</guid><comments>https://bugtracking.boldt-webservice.de/view.php?id=122#bugnotes</comments></item><item><title>0000123: Make BwPostman Joomla 4 ready (legacy)</title><author></author><link>https://bugtracking.boldt-webservice.de/view.php?id=123</link><description><![CDATA[The title is a bit misleading, because all extensions, that work with Joomla 3.9 also will work with Joomla 4.&lt;br /&gt;
This is reached, because Joomla 4 has some code to ensure backward compatibility. This backward compatibility will be removed one day or another.]]></description><category>General</category><pubDate>Sat, 14 Feb 2026 09:28:10 +0100</pubDate><guid>https://bugtracking.boldt-webservice.de/view.php?id=123</guid><comments>https://bugtracking.boldt-webservice.de/view.php?id=123#bugnotes</comments></item><item><title>0000139: no captcha on index.php?option=com_bwpostman&amp;view=register</title><author></author><link>https://bugtracking.boldt-webservice.de/view.php?id=139</link><description><![CDATA[Hello,&lt;br /&gt;
The Captcha is not displayed on the 'index.php?option=com_bwpostman&amp;view=register' page. However, when I enter 'exit();' in the file 'components\com_bwpostman\controllers\register.php' on line 481 in the function showCaptcha insert, the captcha is displayed to me.&lt;br /&gt;
&lt;br /&gt;
@@ -477,5 +478,6 @@&lt;br /&gt;
 	public function showCaptcha()&lt;br /&gt;
 	{&lt;br /&gt;
 		BwPostmanHelper::showCaptcha();&lt;br /&gt;
+                exit();&lt;br /&gt;
 	}&lt;br /&gt;
 }]]></description><category>Subscribers Frontend</category><pubDate>Thu, 04 Dec 2025 05:47:03 +0100</pubDate><guid>https://bugtracking.boldt-webservice.de/view.php?id=139</guid><comments>https://bugtracking.boldt-webservice.de/view.php?id=139#bugnotes</comments></item><item><title>0000146: error on newsletters list view</title><author></author><link>https://bugtracking.boldt-webservice.de/view.php?id=146</link><description><![CDATA[hello&lt;br /&gt;
I've just sent a newsletter, and then I cannot have access to my newsletters list. I have this error :&lt;br /&gt;
&lt;br /&gt;
&quot;Une erreur est survenue&lt;br /&gt;
 Call to a member function setLimit() on bool &quot;&lt;br /&gt;
&lt;br /&gt;
I have the last version (4.2), and I checked the database with the maintenance tool (no problem).]]></description><category>Newsletters Backend</category><pubDate>Thu, 04 Dec 2025 05:46:04 +0100</pubDate><guid>https://bugtracking.boldt-webservice.de/view.php?id=146</guid><comments>https://bugtracking.boldt-webservice.de/view.php?id=146#bugnotes</comments></item><item><title>0000147: BwPostman time control no longer available</title><author></author><link>https://bugtracking.boldt-webservice.de/view.php?id=147</link><description><![CDATA[Hello,&lt;br /&gt;
&lt;br /&gt;
Since the last update, the &quot;timecontrol&quot; service no longer triggers on my installation.&lt;br /&gt;
&lt;br /&gt;
However, I perform the same operations as before:&lt;br /&gt;
- I start the cron&lt;br /&gt;
- my newsletter is marked as ready to send with a date&lt;br /&gt;
- I wait for the cron interval; I've been waiting more than 24 hours...&lt;br /&gt;
&lt;br /&gt;
There's nothing in the queue, and the newsletter status doesn't change. There's nothing in the logs (even at DEBUG level).&lt;br /&gt;
&lt;br /&gt;
I've tried stopping apache, stopping the cron, clearing the cache and sessions, starting from scratch, even redoing the newsletter, but nothing.&lt;br /&gt;
&lt;br /&gt;
Is there another way to monitor the cron service? Could you help me?&lt;br /&gt;
&lt;br /&gt;
thanks in advance&lt;br /&gt;
&lt;br /&gt;
Marion]]></description><category>Usability Backend</category><pubDate>Thu, 04 Dec 2025 05:44:56 +0100</pubDate><guid>https://bugtracking.boldt-webservice.de/view.php?id=147</guid><comments>https://bugtracking.boldt-webservice.de/view.php?id=147#bugnotes</comments></item><item><title>0000150: BWPostman Version 4.3.4 - Stack Trace bei Prüfung auf Joomla 6 Kompatibilität</title><author></author><link>https://bugtracking.boldt-webservice.de/view.php?id=150</link><description><![CDATA[Bei der Prüfung auf Joomla 6 Kompatibilität mit deaktiviertem Kompatiilitäts-Plugin (plg_behaviour_compat) bekomme ich nachfolgenden Stack Trace (Auszug aus dem Logfile):&lt;br /&gt;
&lt;br /&gt;
&quot;2025-12-02T13:08:28+00:00	CRITICAL	127.0.0.1	error	Uncaught Throwable of type Error thrown with message &quot;Class &quot;JPlugin&quot; not found&quot;. Stack trace: #0 [ROOT]\libraries\src\Extension\ExtensionManagerTrait.php(217): require_once()&lt;br /&gt;
#1 [ROOT]\libraries\src\Extension\ExtensionManagerTrait.php(160): Joomla\CMS\Application\CMSApplication-&gt;loadPluginFromFilesystem('bwpm_mediaoverr...', 'system')&lt;br /&gt;
#2 [ROOT]\libraries\src\Extension\ExtensionManagerTrait.php(99): Joomla\CMS\Application\CMSApplication-&gt;loadExtension('Joomla\\CMS\\Exte...', 'bwpm_mediaoverr...', 'C:\\wamp64\\www\\b...')&lt;br /&gt;
&lt;a href=&quot;https://bugtracking.boldt-webservice.de/view.php?id=3&quot;&gt;0000003&lt;/a&gt; [ROOT]\libraries\src\Plugin\PluginHelper.php(232): Joomla\CMS\Application\CMSApplication-&gt;bootPlugin('bwpm_mediaoverr...', 'system')&quot;&lt;br /&gt;
&lt;br /&gt;
Auslöser ist offensichtlich das Plugin 'plgSystemBWPM_MediaOverride' in Zeile 33: &lt;br /&gt;
&quot;class plgSystemBWPM_MediaOverride extends JPlugin {&quot;]]></description><category>General</category><pubDate>Thu, 04 Dec 2025 05:43:34 +0100</pubDate><guid>https://bugtracking.boldt-webservice.de/view.php?id=150</guid><comments>https://bugtracking.boldt-webservice.de/view.php?id=150#bugnotes</comments></item><item><title>0000149: Im newsletter wird die Personalisierung nicht umgesetzt.</title><author></author><link>https://bugtracking.boldt-webservice.de/view.php?id=149</link><description><![CDATA[Seid dem Update auf 4.2.6 am 13.2 wird die Presonalizierung im HTML Newsletter nicht mehr korrekt umgesetzt. Vorher hat alles bestens funktioniert.&lt;br /&gt;
&lt;br /&gt;
Sehr geehrter [bwpostman_personalize | &quot;Herr&quot; | &quot;Frau&quot; | &quot;Kunde&quot; ] Alfred Wiktorin,&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Alle anderen Inhalte werden korrekt umgesetzt.]]></description><category>Newsletters Frontend</category><pubDate>Mon, 26 Feb 2024 12:19:22 +0100</pubDate><guid>https://bugtracking.boldt-webservice.de/view.php?id=149</guid><comments>https://bugtracking.boldt-webservice.de/view.php?id=149#bugnotes</comments></item><item><title>0000148: count(): Argument #1 ($value) must be of type Countable|array, string given - beim versuch sich zu registrieren</title><author></author><link>https://bugtracking.boldt-webservice.de/view.php?id=148</link><description><![CDATA[Hallo Romana ich bekomme die Fehlermaledung -  count(): Argument #1 ($value) must be of type Countable|array, string given - wenn sich ein neuer Benutzer im System registrien möchte. Anbei der Call stack:&lt;br /&gt;
&lt;br /&gt;
Call stack&lt;br /&gt;
#	Function	Location&lt;br /&gt;
1	()	JROOT/plugins/system/bwpm_user2subscriber/src/Extension/Bwpm_user2subscriber.php:434&lt;br /&gt;
2	count()	JROOT/plugins/system/bwpm_user2subscriber/src/Extension/Bwpm_user2subscriber.php:434&lt;br /&gt;
3	BoldtWebservice\Plugin\System\Bwpm_user2subscriber\Extension\Bwpm_user2subscriber-&gt;onContentPrepareForm()	JROOT/libraries/vendor/joomla/event/src/Dispatcher.php:486&lt;br /&gt;
4	Joomla\Event\Dispatcher-&gt;dispatch()	JROOT/libraries/src/Application/EventAware.php:111&lt;br /&gt;
5	Joomla\CMS\Application\WebApplication-&gt;triggerEvent()	JROOT/libraries/src/MVC/Model/FormBehaviorTrait.php:169&lt;br /&gt;
6	Joomla\CMS\MVC\Model\FormModel-&gt;preprocessForm()	JROOT/components/com_users/src/Model/RegistrationModel.php:385&lt;br /&gt;
7	Joomla\Component\Users\Site\Model\RegistrationModel-&gt;preprocessForm()	JROOT/libraries/src/MVC/Model/FormBehaviorTrait.php:107&lt;br /&gt;
8	Joomla\CMS\MVC\Model\FormModel-&gt;loadForm()	JROOT/components/com_users/src/Model/RegistrationModel.php:330&lt;br /&gt;
9	Joomla\Component\Users\Site\Model\RegistrationModel-&gt;getForm()	JROOT/components/com_users/src/Model/RegistrationModel.php:275&lt;br /&gt;
10	Joomla\Component\Users\Site\Model\RegistrationModel-&gt;getData()	JROOT/components/com_users/src/Model/RegistrationModel.php:353&lt;br /&gt;
11	Joomla\Component\Users\Site\Model\RegistrationModel-&gt;loadFormData()	JROOT/libraries/src/MVC/Model/FormBehaviorTrait.php:100&lt;br /&gt;
12	Joomla\CMS\MVC\Model\FormModel-&gt;loadForm()	JROOT/components/com_users/src/Model/RegistrationModel.php:330&lt;br /&gt;
13	Joomla\Component\Users\Site\Model\RegistrationModel-&gt;getForm()	JROOT/libraries/src/MVC/View/AbstractView.php:152&lt;br /&gt;
14	Joomla\CMS\MVC\View\AbstractView-&gt;get()	JROOT/components/com_users/src/View/Registration/HtmlView.php:97&lt;br /&gt;
15	Joomla\Component\Users\Site\View\Registration\HtmlView-&gt;display()	JROOT/components/com_users/src/Controller/DisplayController.php:138&lt;br /&gt;
16	Joomla\Component\Users\Site\Controller\DisplayController-&gt;display()	JROOT/libraries/src/MVC/Controller/BaseController.php:693&lt;br /&gt;
17	Joomla\CMS\MVC\Controller\BaseController-&gt;execute()	JROOT/libraries/src/Dispatcher/ComponentDispatcher.php:143&lt;br /&gt;
18	Joomla\CMS\Dispatcher\ComponentDispatcher-&gt;dispatch()	JROOT/libraries/src/Component/ComponentHelper.php:361&lt;br /&gt;
19	Joomla\CMS\Component\ComponentHelper::renderComponent()	JROOT/libraries/src/Application/SiteApplication.php:208&lt;br /&gt;
20	Joomla\CMS\Application\SiteApplication-&gt;dispatch()	JROOT/libraries/src/Application/SiteApplication.php:249&lt;br /&gt;
21	Joomla\CMS\Application\SiteApplication-&gt;doExecute()	JROOT/libraries/src/Application/CMSApplication.php:293&lt;br /&gt;
22	Joomla\CMS\Application\CMSApplication-&gt;execute()	JROOT/includes/app.php:61&lt;br /&gt;
23	require_once()	JROOT/index.php:32&lt;br /&gt;
&lt;br /&gt;
Erweiterungen - Status Tabelle &lt;br /&gt;
Auswählen BwPostman		BwPostman	Administrator	Komponente	4.2.6	28.11.2023	Boldt Webservice	Unbekannt	369&lt;br /&gt;
Auswählen BwPostman Complete Package		BwPostman Complete Package	Site	Paket	4.2.6	28.11.2023	Boldt Webservice	Unbekannt	 &lt;br /&gt;
Auswählen BwPostman Modul		BwPostman Modul	Site	Modul	4.2.6	28.11.2023	Boldt Webservice	Unbekannt	369&lt;br /&gt;
Auswählen BwPostman Plugin Footer Used Mailinglists		BwPostman Plugin Footer Used Mailinglists	Site	Plugin	4.2.6	28.11.2023	Boldt Webservice	bwpostman	369&lt;br /&gt;
Auswählen BwPostman Plugin NewsletterContent		BwPostman Plugin NewsletterContent	Site	Plugin	4.2.6	28.11.2023	Boldt Webservice	bwpostman	369&lt;br /&gt;
Auswählen BwPostman Plugin Personalize		BwPostman Plugin Personalize	Site	Plugin	4.2.6	28.11.2023	Boldt Webservice	bwpostman	369&lt;br /&gt;
Auswählen BwPostman Plugin User2Subscriber		BwPostman Plugin User2Subscriber	Site	Plugin	4.2.6	28.11.2023	Boldt Webservice	system	369&lt;br /&gt;
Auswählen BwPostman UserAccount Plugin		BwPostman UserAccount Plugin	Site	Plugin	4.2.6	28.11.2023	Boldt Webservice	system	369&lt;br /&gt;
Auswählen BwPostman Übersichts-Modul		BwPostman Übersichts-Modul	Site	Modul	4.2.6	28.11.2023	Boldt Webservice	Unbekannt	369&lt;br /&gt;
Auswählen Verhalten - Abwärtskompatibilität		Verhalten - Abwärtskompatibilität	Site	Plugin	4.4.0	01.09.2023	Joomla! Project	behaviour]]></description><category>General</category><pubDate>Mon, 26 Feb 2024 12:18:06 +0100</pubDate><guid>https://bugtracking.boldt-webservice.de/view.php?id=148</guid><comments>https://bugtracking.boldt-webservice.de/view.php?id=148#bugnotes</comments></item><item><title>0000145: Error on creation or duplication of a newsletter with last version</title><author></author><link>https://bugtracking.boldt-webservice.de/view.php?id=145</link><description><![CDATA[When you create a newsletter (or duplicate one), we cannot registered it (or see it on newsletters list).&lt;br /&gt;
&lt;br /&gt;
Errors are on datetime fields : archive_date and mailing_date that are set to NULL and not to '0000-00-00 00:00:00'.&lt;br /&gt;
And we have to modified it directly on database]]></description><category>Newsletters Backend</category><pubDate>Tue, 25 Jul 2023 18:15:44 +0200</pubDate><guid>https://bugtracking.boldt-webservice.de/view.php?id=145</guid><comments>https://bugtracking.boldt-webservice.de/view.php?id=145#bugnotes</comments></item><item><title>0000144: Anhang mit Leerzeichen im Namen können nicht versendet werden</title><author></author><link>https://bugtracking.boldt-webservice.de/view.php?id=144</link><description><![CDATA[Newsletter mit Leerzeichen im Namen des Anhangs können nicht versendet werden.&lt;br /&gt;
Speichern des Newsletters ist möglich, aber nicht automatisch.&lt;br /&gt;
&lt;br /&gt;
Wenn man einen Anhang mit auswählt z.B.: &quot;abc 2023.pdf&quot; dann wird aus dem Namen &quot;abc%202023.pdf&quot; d.h. das Leerzeichen wird durch %20 ersetzt.&lt;br /&gt;
&lt;br /&gt;
Fehlermeldung beim Versenden:  Speichern nicht möglich, Anhang 1 existiert nicht]]></description><category>Newsletters Backend</category><pubDate>Wed, 31 May 2023 13:14:50 +0200</pubDate><guid>https://bugtracking.boldt-webservice.de/view.php?id=144</guid><comments>https://bugtracking.boldt-webservice.de/view.php?id=144#bugnotes</comments></item><item><title>0000142: Newsletter mit Anhang ca. &gt;500MB und SMTP als Versender funktioniert nicht</title><author></author><link>https://bugtracking.boldt-webservice.de/view.php?id=142</link><description><![CDATA[Ich hatte als Versender SMTP in Joomla eingestellt und wenn im Newsletter ein Anhang (PDF oder JPG) enthalten ist, bleibt der Versand des Newsletters hängen und es passiert dann auch nichts weiter. wenn man die Seite neu lädt, ist der Status des Newsletter als gesendet markiert.&lt;br /&gt;
&lt;br /&gt;
Ich habe dann den Versand auf &quot;sendmal&quot; umgestellt, damit klappt es einwandfrei.]]></description><category>Newsletters Backend</category><pubDate>Tue, 02 May 2023 23:13:34 +0200</pubDate><guid>https://bugtracking.boldt-webservice.de/view.php?id=142</guid><comments>https://bugtracking.boldt-webservice.de/view.php?id=142#bugnotes</comments></item><item><title>0000137: Improve article selection for a new newsletter</title><author></author><link>https://bugtracking.boldt-webservice.de/view.php?id=137</link><description><![CDATA[Right now, to select an article for a new newsletter, one have to look for it in &quot;Available website contents&quot; list. It really makes a pain to find the desired article if the list contains hundreds of items.&lt;br /&gt;
The idea is to change the way articles are selected. For example, there might be a single list of selected articles with some article selection dialog instead of having two lists (&quot;Selected website contents&quot; and &quot;Available website contents&quot;). As for the dialog, an existing field type `JFormFieldModal_Article` can be leveraged. This is a modal form field used to pick up an article for a menu item.&lt;br /&gt;
&lt;br /&gt;
If the idea is approved I can try to implement it :)]]></description><category>Newsletters Backend</category><pubDate>Tue, 02 May 2023 12:39:38 +0200</pubDate><guid>https://bugtracking.boldt-webservice.de/view.php?id=137</guid><comments>https://bugtracking.boldt-webservice.de/view.php?id=137#bugnotes</comments></item><item><title>0000138: #0 Call to a member function getTable() on bool on index.php?option=com_bwpostman&amp;view=register</title><author></author><link>https://bugtracking.boldt-webservice.de/view.php?id=138</link><description><![CDATA[Hello,&lt;br /&gt;
i become shown this error '#0 Call to a member function getTable() on bool' on page 'index.php?option=com_bwpostman&amp;view=register'. &lt;br /&gt;
This is on the Joomla 3.9.28 .&lt;br /&gt;
I have a solution.&lt;br /&gt;
If running this patch on the file 'components\com_bwpostman\controllers\register.php'.&lt;br /&gt;
@@ -91,7 +91,8 @@&lt;br /&gt;
 		// Check if user is logged (subscriber id = 0 means the user has no newsletter subscription)&lt;br /&gt;
 		if ($userId)&lt;br /&gt;
 		{&lt;br /&gt;
-			$subsTable    = $this-&gt;getModel('subscriber', 'Administrator')-&gt;getTable('Subscriber');&lt;br /&gt;
+                    require_once(JPATH_ADMINISTRATOR . '/components/com_bwpostman/models/subscriber.php');&lt;br /&gt;
+			$subsTable    = $this-&gt;getModel('subscriber')-&gt;getTable('Subscribers');&lt;br /&gt;
 			$subscriberId = $subsTable-&gt;getSubscriberIdByUserId($userId);&lt;br /&gt;
 		}&lt;br /&gt;
 		// Check if user is in edit mode&lt;br /&gt;
&lt;br /&gt;
Can you please fix this bug in future releases?]]></description><category>Subscribers Frontend</category><pubDate>Tue, 02 May 2023 12:39:08 +0200</pubDate><guid>https://bugtracking.boldt-webservice.de/view.php?id=138</guid><comments>https://bugtracking.boldt-webservice.de/view.php?id=138#bugnotes</comments></item><item><title>0000140: Testempfänger werden fehlerhaft gespeichert</title><author></author><link>https://bugtracking.boldt-webservice.de/view.php?id=140</link><description><![CDATA[joomla-version: 4.2.5 / BW-Postman 4.1.2&lt;br /&gt;
&lt;br /&gt;
Wenn ich einen Testempfänger anlege wird dieser zwar gespeichert, aber die erfassten Felder sind nach dem Speichern leer. Der Testempfänger wird auch nicht in der Übersicht der Testempfänger angezeigt, sondern mit den leeren Feldern in der Übersicht der  unbestägtigten Abonnenten.]]></description><category>Subscribers Backend</category><pubDate>Tue, 02 May 2023 12:37:32 +0200</pubDate><guid>https://bugtracking.boldt-webservice.de/view.php?id=140</guid><comments>https://bugtracking.boldt-webservice.de/view.php?id=140#bugnotes</comments></item><item><title>0000141: Unable to modify nor add subscribers</title><author></author><link>https://bugtracking.boldt-webservice.de/view.php?id=141</link><description><![CDATA[When trying to edit and modify a field in the subscriber's vcard&lt;br /&gt;
When trying to add a new subcriber manually&lt;br /&gt;
&lt;br /&gt;
I get the error message  &quot; 4 arguments are required, 3 given &quot; and then the table  club7491_bwpostman_subscribers is locked]]></description><category>Subscribers Backend</category><pubDate>Tue, 02 May 2023 12:37:04 +0200</pubDate><guid>https://bugtracking.boldt-webservice.de/view.php?id=141</guid><comments>https://bugtracking.boldt-webservice.de/view.php?id=141#bugnotes</comments></item><item><title>0000143: Newsletter - Versendete bearbeiten</title><author></author><link>https://bugtracking.boldt-webservice.de/view.php?id=143</link><description><![CDATA[Wird diese Seite angewählt und ein bereits versendeter Newletter angeklickt, gibt es ein Problem mit den &quot;Hidden&quot; Einträgen in der Form in der Funktion &quot;htmlspecialchars&quot;. Wenn die Zeile 82 in edit_publish.php auskommentiert wird, dann läuft es ohne Probleme bzw. es kommt kein Fehler.&lt;br /&gt;
&lt;br /&gt;
Weiterhin werden bei den Datumsfeldern Warnungen angezeigt, dass strftime nicht mehr verwendet werden sollte.]]></description><category>Newsletters Backend</category><pubDate>Fri, 21 Apr 2023 14:19:36 +0200</pubDate><guid>https://bugtracking.boldt-webservice.de/view.php?id=143</guid><comments>https://bugtracking.boldt-webservice.de/view.php?id=143#bugnotes</comments></item><item><title>0000136: Provide List-Unsubscribe header for newsletter</title><author></author><link>https://bugtracking.boldt-webservice.de/view.php?id=136</link><description><![CDATA[List-Unsubscribe is a custom header in the mail allowing user to easily opt out the mailinglist.&lt;br /&gt;
&lt;br /&gt;
I have created a PR implementing that feature: &lt;a href=&quot;https://github.com/RomanaBW/BwPostman/pull/10&quot;&gt;https://github.com/RomanaBW/BwPostman/pull/10&lt;/a&gt; &lt;br /&gt;
&lt;br /&gt;
It would be great if you take a look at it :)]]></description><category>Newsletters Backend</category><pubDate>Mon, 21 Sep 2020 18:31:00 +0200</pubDate><guid>https://bugtracking.boldt-webservice.de/view.php?id=136</guid><comments>https://bugtracking.boldt-webservice.de/view.php?id=136#bugnotes</comments></item><item><title>0000135: Bad contrast at colorized highlighting at tool tips</title><author></author><link>https://bugtracking.boldt-webservice.de/view.php?id=135</link><description><![CDATA[Some colorized highlighting at tool tips not readable. Blue on black has bad contrast.]]></description><category>Usability Backend</category><pubDate>Wed, 02 Sep 2020 09:48:13 +0200</pubDate><guid>https://bugtracking.boldt-webservice.de/view.php?id=135</guid><comments>https://bugtracking.boldt-webservice.de/view.php?id=135#bugnotes</comments></item><item><title>0000005: Improve ACL</title><author></author><link>https://bugtracking.boldt-webservice.de/view.php?id=5</link><description><![CDATA[By that time ACL is basically implemented. What is missing: group permissions by sections are hard coded…]]></description><category>Security</category><pubDate>Thu, 30 Jul 2020 16:14:23 +0200</pubDate><guid>https://bugtracking.boldt-webservice.de/view.php?id=5</guid><comments>https://bugtracking.boldt-webservice.de/view.php?id=5#bugnotes</comments></item><item><title>0000067: Improve/revise accessibility</title><author></author><link>https://bugtracking.boldt-webservice.de/view.php?id=67</link><description><![CDATA[Stefano remarked that accessibility is not always given. The whole project has to be revised to this aspect!]]></description><category>General</category><pubDate>Thu, 30 Jul 2020 16:14:09 +0200</pubDate><guid>https://bugtracking.boldt-webservice.de/view.php?id=67</guid><comments>https://bugtracking.boldt-webservice.de/view.php?id=67#bugnotes</comments></item><item><title>0000106: Revise error handling</title><author></author><link>https://bugtracking.boldt-webservice.de/view.php?id=106</link><description><![CDATA[error handling, particularly handling exceptions, is at its best…]]></description><category>General</category><pubDate>Thu, 30 Jul 2020 16:13:54 +0200</pubDate><guid>https://bugtracking.boldt-webservice.de/view.php?id=106</guid><comments>https://bugtracking.boldt-webservice.de/view.php?id=106#bugnotes</comments></item><item><title>0000080: Revise and illustrate documentation</title><author></author><link>https://bugtracking.boldt-webservice.de/view.php?id=80</link><description><![CDATA[focus on HTML format, illustrate with pictures or videos. This is an ongoing process.]]></description><category>Documentation</category><pubDate>Thu, 30 Jul 2020 16:13:40 +0200</pubDate><guid>https://bugtracking.boldt-webservice.de/view.php?id=80</guid><comments>https://bugtracking.boldt-webservice.de/view.php?id=80#bugnotes</comments></item><item><title>0000130: The content of the "activation_salutation_text" field should be edited by the "BwPostman Plugin Personalize" plugin before inser</title><author></author><link>https://bugtracking.boldt-webservice.de/view.php?id=130</link><description><![CDATA[The content of the &quot;activation_salutation_text&quot; field should be edited by the &quot;BwPostman Plugin Personalize&quot; plugin before inserting it into the activation email.&lt;br /&gt;
I would also have a solution for this in version 2.3.1. The following must be inserted in the file &quot;/testshops/joomla/components/com_bwpostman/helpers/subscriberhelper.php&quot; before line 374.&lt;br /&gt;
$app = \Joomla\CMS\Factory::getApplication();&lt;br /&gt;
$subscriber_id = $app-&gt;getUserState(&quot;com_bwpostman.subscriber.id&quot;);&lt;br /&gt;
                if(isset($subscriber_id)) {&lt;br /&gt;
                    JPluginHelper::importPlugin('bwpostman');&lt;br /&gt;
                    $dispatcher = JEventDispatcher::getInstance();&lt;br /&gt;
                    JPluginHelper::isEnabled('bwpostman', 'personalize') &amp;&amp; $dispatcher-&gt;trigger('onBwPostmanPersonalize', array('com_bwpostman.send', &amp;$active_title, $subscriber_id));&lt;br /&gt;
                }&lt;br /&gt;
It would be nice if this would be included in one of the next versions.]]></description><category>Subscribers Frontend</category><pubDate>Thu, 30 Jul 2020 16:13:25 +0200</pubDate><guid>https://bugtracking.boldt-webservice.de/view.php?id=130</guid><comments>https://bugtracking.boldt-webservice.de/view.php?id=130#bugnotes</comments></item><item><title>0000109: Logging</title><author></author><link>https://bugtracking.boldt-webservice.de/view.php?id=109</link><description><![CDATA[First is to figure out, what is needed to be logged. As example CSVI could be used.&lt;br /&gt;
Some things are stored already, i.e. who created or edited an item and when this happened. Also subscription and unsubscription is stored. But other aspects could be save tables, check tables, restore tables and their intermediate events…]]></description><category>General</category><pubDate>Thu, 30 Jul 2020 16:13:13 +0200</pubDate><guid>https://bugtracking.boldt-webservice.de/view.php?id=109</guid><comments>https://bugtracking.boldt-webservice.de/view.php?id=109#bugnotes</comments></item></channel></rss>
