From:
Justin J
Subject:
[dadadev] 4.0.3 is out
Date:
March 12th 2010
I recently release 4.0.3 of Dada Mail, coupling the UTF-8/unicode support stuff I've been working on with the bug fixes since 4.0.2.
Thanks for all the feedback (as always)
Here's the direct downloads:
http://github.com/downloads/justingit/dada-mail/dada-4_0_3.zip
http://github.com/downloads/justingit/dada-mail/dada-4_0_3.tar.gz
It's also tagged as:
http://github.com/justingit/dada-mail/tree/v4_0_3_stable-2010_03_07
I could really use some verification that that UTF-8/unicode stuff is working.
The changelog is below. I have run into a few issues already:
http://github.com/justingit/dada-mail/issues/closed#issue/31
Another issue has been with converting current MySQL (in particular - I haven't really looked at SQLite or PostgreSQL) from whatever character set was used, to UTF-8. There's no easy way to do that.
There's also the problem with errors, like this:
Specified key was too long; max key length is 767 bytes
When creating tables. This is directly related to the new charset being set. The resolution seems to be to change the schema, to make certain fields a little smaller. I talk a little about this, here:
http://dadamailproject.com/support/boards/viewtopic.php?f=5&t=1902&p=7211&hilit=too+long#p7211
I also talk about problems with converting the character set:
using something like this SQL:
ALTER TABLE `dada_settings` CONVERT TO CHARACTER SET utf8 COLLATE utf8_bin;
From my experience, this'll muck up everything that's not Latin1, unfortunately. There's a lot about this problem around the intertubes:
http://www.mysqlperformanceblog.com/2009/03/17/converting-character-sets/
With a lot of different things to try, each getting a lot more complex than the first. You guys have any insight? :)
We have worked very, very hard to get Dada Mail working with UTF-8/Unicode.
We think we did a pretty good job and you'll have a most amazing experience when comparing this version to any previous version of Dada Mail (ever), but there may be tiny things still to work out.
We need to know about them, don't be shy!
People who upgrade to 4.0.3 (and any version afterwards, until things change!) should note that the MySQL and PostgreSQL Table Schemas have changed!
You may need to update your own tables, to support UTF-8 (if they aren't already in that encoding).
If you're upgrading, please read over the updated UTF-8/Unicode FAQ:
http://dadamailproject.com/support/documentation/features-UTF-8.pod.html
If you're doing a new install, there's nothing you need to know, Dada Mail should work well out of the box in re: to UTF-8/Unicode stuff.
Changes to Default List Settings
We've changed a few of the default list settings, hopefully so that
everyone has a more pleasant experience, right off the bat:
We've enabled the setting to active the Black List, by default.
We're also enabling the below settings:
You still have the option to change new lists to the previous behavior and already created lists will have their previous behavior, if Black List Settings have already been edited.
The option, Print List-Specific Headers has been removed from, Mail Sending -Advanced Sending Preferences has been removed, but the functionality has not. All mailing list messages will have these headers.
Send Unsubscription Confirmation Emails (Closed-Loop Opt-Out) has been disabled by default (you can still enable it)
This option, when enabled, requires that when someone wants to unsubscribe, they have to confirm this unsubscription by clicking on the unsubscription confirmation link in a URL sent their subscribed address.
When disabled (the new default), they simply have to fill out the subscribe/unsubscribe form.
When available, both the Subscription and Unsubscription links will have the potential subscriber's (or unsubscriber's) email address in the link itself, so that the user does not have to do the two-step of first following the link and then typing in their email address.
These links are created per-subscriber (or potential sub/unsub), when you use the:
<!-- tmpl_var PROGRAM_URL -->/s/<!-- tmpl_var list_settings.list -->/<!-- tmpl_var subscriber.email_name -->/<!-- tmpl_var subscriber.email_domain -->/
or,
<!-- tmpl_var PROGRAM_URL -->/u/<!-- tmpl_var list_settings.list -->/<!-- tmpl_var subscriber.email_name -->/<!-- tmpl_var subscriber.email_domain -->/
tags. Previously, these tags only provided a link to the subscription/unsubscription form, without the email address embedded within the link itself. There is no way to revert this behaviour, but you can still roll your own links, like this:
Subscription Link:
<!-- tmpl_var PROGRAM_URL -->/s/<!-- tmpl_var list_settings.list -->
Unsubscription Link:
<!-- tmpl_var PROGRAM_URL -->/u/<!-- tmpl_var list_settings.list -->
Unsubscription Links Now Mandatory for Mass Mailing Messages Dada Mail will now do a quick check to make sure that there is a Dada Mail Unsubscription link in your mass mailing messages, before sending them out.
If one is not found, one will be automatically appended to the end of your message.
It will not be very fancy.
We suggest that you make sure that you have a real, valid, Dada Mail unsubscription link in your Mailing List Messages.
Bug Fixes 4.0.3
http://github.com/justingit/dada-mail/issues/issue/30
http://github.com/justingit/dada-mail/issues/issue/29
http://github.com/justingit/dada-mail/issues/issue/28
http://github.com/justingit/dada-mail/issues/issue/27
http://github.com/justingit/dada-mail/issues/issue/26
http://github.com/justingit/dada-mail/issues/issue/16
http://github.com/justingit/dada-mail/issues/issue/21
http://github.com/justingit/dada-mail/issues/issue/24
http://github.com/justingit/dada-mail/issues/issue/23
http://github.com/justingit/dada-mail/issues/issue/20
*Link to edit subscriber information broken when using the search
http://github.com/justingit/dada-mail/issues/issue/19
http://github.com/justingit/dada-mail/issues/issue/18
|
<< Previous: [dadadev] Dada Mail 4.0.3 Beta 1 Released #perl |
| Archive Index | |
|
This mailing list is to discuss the nerdy programming development of Dada Mail -
If you are just looking for support Dada Mail, consult the message boards at:
http://dadamailproject.com/support/boards
To post to this list, send a message to:
dada...@dadamailproject.com
All subscribers of this list may post to the list itself.
Some on topic... topics include:
At the moment, there aren't many people with CVS access for Dada Mail - if you would like CVS access, please first talk about the changes you propose and how it will affect the program. If the idea is sound and agreed upon, the change will be comitted. A good track record of this will allow you to have CVS access. Some reasons that patches will not be accepted is if the patch breaks compatibility with a previous version of the program, the patch is too centric to your own problem or the patch simply isn't very good.
Please, please please familiarize yourself with the documentation at:
http://dadamailproject.com/support/documentation/
Since no one wants to answer the same question twice.
Another sneaky reason for this mailing list is to test out the discussion list capabilities of Dada Mail, since Dada Mail is used for the mailing list itself.
NOTE - because of this, there may be times that this list will be somewhat broken. Although we're not planning on breaking the program by using it, we're giving you the heads up that this may well happen anyways.