2
I Use This!
Activity Not Available

Commits : Listings

Analyzed 11 months ago. based on code collected 12 months ago.
Jan 17, 2023 — Jan 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
minor changes to support the new constraints of black lists and white lists.
leaddadaist
as justingit
More... almost 16 years ago
minor changes.
leaddadaist
as justingit
More... almost 16 years ago
Addition of the inexact_match method
leaddadaist
as justingit
More... almost 16 years ago
removal of the open_email_list method.
leaddadaist
as justingit
More... almost 16 years ago
removal of the open_email_list method.
leaddadaist
as justingit
More... almost 16 years ago
removal totally of the get_black_list_match() method, in favor of the inexact_match() method
leaddadaist
as justingit
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
leaddadaist
as justingit
More... almost 16 years ago
Slight change on how things are returned -
leaddadaist
as justingit
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!
leaddadaist
as justingit
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.
leaddadaist
as justingit
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!
leaddadaist
as justingit
More... almost 16 years ago
Removed this extension, as it's really irrelevant now.
leaddadaist
as justingit
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.
leaddadaist
as justingit
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.
leaddadaist
as justingit
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.
leaddadaist
as justingit
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.
leaddadaist
as justingit
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
leaddadaist
as justingit
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...
leaddadaist
as justingit
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.
leaddadaist
as justingit
More... almost 16 years ago
Moved to ../plugins
leaddadaist
as justingit
More... almost 16 years ago
Just moved this from, ../extensions
leaddadaist
as justingit
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.
leaddadaist
as justingit
More... almost 16 years ago
I moved all the validation stuff from DADA::MailingList::Subscribers into here, since that makes sense, now.
leaddadaist
as justingit
More... almost 16 years ago
Small tweaks to errors in the tests.
leaddadaist
as justingit
More... almost 16 years ago
Nothing!
leaddadaist
as justingit
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.
leaddadaist
as justingit
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!)
leaddadaist
as justingit
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.
leaddadaist
as justingit
More... almost 16 years ago
Random change in whitespace.
leaddadaist
as justingit
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!
leaddadaist
as justingit
More... almost 16 years ago