minor changes to support the new constraints of black lists and white lists. |
|
More...
|
almost 16 years ago
|
minor changes. |
|
More...
|
almost 16 years ago
|
Addition of the inexact_match method |
|
More...
|
almost 16 years ago
|
removal of the open_email_list method. |
|
More...
|
almost 16 years ago
|
removal of the open_email_list method. |
|
More...
|
almost 16 years ago
|
removal totally of the get_black_list_match() method, in favor of the inexact_match() method |
|
More...
|
almost 16 years ago
|
Large change in filter_subscribers() to remove support for open_email_list() and to add support for the new, inexact_match() method |
|
More...
|
almost 16 years ago
|
Slight change on how things are returned - |
|
More...
|
almost 16 years ago
|
removal of the, "list_stats" function, as it was depended on the list_option_form method, which has also been removed. It's just old, crufty, badly written code that's weighing the program down. Away! |
|
More...
|
almost 16 years ago
|
removed a duplicate instance of the, "get_black_list_match", which is a method that also needs to go as well, but the two instances were exactly the same. |
|
More...
|
almost 16 years ago
|
Removed the, DADA::MailingList::Subscribers::list_options_form() method, for being too big and messy to really attempt to support. A savings of around 500 lines. This module shouldn't be spitting out HTML anyways. Just a really bad design - probably here from version 1.something of the program. Away it goes! |
|
More...
|
almost 16 years ago
|
Removed this extension, as it's really irrelevant now. |
|
More...
|
almost 16 years ago
|
For whatever reason the test_only_dada_files dir is kept around after this test is run, so I added a line to get rid of it. |
|
More...
|
almost 16 years ago
|
Similar to what I did for, add_to_email_list, I also did for, remove_from_email_list(), although I also had to make up a, "remove_subscriber()" method - which is just a wrapper around the, DADA::MailingList::Subscriber::remove()" (sigh) method. |
|
More...
|
almost 16 years ago
|
This is fix for a stupid bug, where the, "$" is missing in the, "usage_log" variable, making the file being opening called, "usage_log". Awww, well. |
|
More...
|
almost 16 years ago
|
Replaced all instances (that I want) of D::ML::Subscribers add_to_email_list(), with add_subscriber() The only one's left are in the testing suite and I think that's OK. |
|
More...
|
almost 16 years ago
|
BUGFIX: 2489198 3.0.2 - Dadaized-FormMail - subscription API out of date https://sourceforge.net/tracker2/?func=detail&aid=2489198&group_id=13002&a tid=113002 |
|
More...
|
almost 16 years ago
|
aha. I should say that both the black_list and white_list types allow something that's not an actual email address in form... |
|
More...
|
almost 16 years ago
|
The changes all relate to updating the add_to_email_list(), to the point of making it superfluous. The add_to_email_list() method is similar to the much newer method, add() method in D::ML::Subscribers, except, it supports adding more than one email address at a time, has a bunch of options not used, nor documented in the code and also does NOT support subscriber fields. |
|
More...
|
almost 16 years ago
|
Moved to ../plugins |
|
More...
|
almost 16 years ago
|
Just moved this from, ../extensions |
|
More...
|
almost 16 years ago
|
This is a small change to allow the, add() method to work with the black_list. Out of all the types of lists, the black_list is the only one to allow a string that doesn't take the form of a valid email address. |
|
More...
|
almost 16 years ago
|
I moved all the validation stuff from DADA::MailingList::Subscribers into here, since that makes sense, now. |
|
More...
|
almost 16 years ago
|
Small tweaks to errors in the tests. |
|
More...
|
almost 16 years ago
|
Nothing! |
|
More...
|
almost 16 years ago
|
A whole lot of work to get the backend more in place - the DADA::MailingList::Subscriber::PlainText backend is up again and major bugs in DADA::MailingList::Subscriber were fixed. I also made a large change in the API, which did a really good job of getting rid of a lot of redundant code and making everything a little more extendable anda lot less buggy. |
|
More...
|
almost 16 years ago
|
Some minor changes - got rid of the implicit passed of the DBI handle - since that's not really needed anymore. (thanks, cached connections!) |
|
More...
|
almost 16 years ago
|
I commented out some tests that take forever and a day to complete - will need to put that back, soon, and also fixed some tests that had minor errors in them. |
|
More...
|
almost 16 years ago
|
Random change in whitespace. |
|
More...
|
almost 16 years ago
|
The lib paths were never set up correcty. They still, may not be set up correctly, but it's a better start! |
|
More...
|
almost 16 years ago
|