Dada Mail Developers Archives

 

Re: Partial Sending Search Enhancements

April 25th 2013 PDT

A worthwhile improvement, Justin. If you are going to get into very complex search capabilities, you might consider Regular Expressions (http://www.regular-expressions.info/reference.html) where  ^80  would match the beginning two digits and  \d{3}$  would wildcard the last three digits. RegEx is an extremely complete search language, but probably overkill for an email list.   Carl K   ----- Original Message ----- From: "Justin J" <justin@PROTECTED> To: &qu ...Continue Reading

Partial Sending Search Enhancements

April 25th 2013 PDT

I've been working (commissioned) on enhancing the partial list sending feature in Dada Mail. I've recently added the ability to search for more than one thing, per field, as well as search by "Not Equal To" and, "Not Like". So for my contrived example: http://dadamailproject.com/images/dev/partial_sending.jpg this is a search where: The First Name is not equal to, "Justin" The City is equal to, "Washington" And the Favorite Color is not red or yellow. So, hopefully that' ...Continue Reading

Re: Membership Search

April 24th 2013 PDT

AJ noticed that if you set the charset something different on the table, it'll turn the table from case sensitive to case insensitive, a few back: On Mar 24, 2013, at 1:40 PM, AJ wrote: > > I was experimenting with profile fields and partial list sending and noticed that the search was case sensitive. I looked at the schema sql and the table is explicitly created with the utf8_bin collation. Why not set it as utf8_general_ci? You could give that a shot. The table you want to play around with is "dada_p ...Continue Reading

Re: Membership Search

April 24th 2013 PDT

Justin, you are right. It does, indeed, search the subscriber fields, but it is case-dependent. I was searching for "carl" and it wasn't finding me. I'm not sure I would ever need case to be considered in searches. Is there an easy modification I can apply to make it case independent? Carl K. ----- Original Message ----- From: "Justin J" To: "Dada Mail Developers" Sent: Wednesday, April 24, 2013 10:54 PM Subject: [dadadev] Re: Membership Search On Apr 24, 2013, at 8:03 PM, Carl Kuc ...Continue Reading

Re: Membership Search

April 24th 2013 PDT

On Apr 24, 2013, at 8:03 PM, Carl Kuczun wrote: > > I was just trying to find a member by entering their last name (one of my > subscriber fields) and the search appears to only search the email address. > Didn't the search previously find hits among the subscriber fields, too? It should def. still search both email address, and all profile fields. One quirk is that it's going to be a case sensitive search, so, "Lastname" is going to return different results than, "lastname" ...Continue Reading

Membership Search

April 24th 2013 PDT

I was just trying to find a member by entering their last name (one of my subscriber fields) and the search appears to only search the email address. Didn't the search previously find hits among the subscriber fields, too? Most of the time I search on name, not email address. Wouldn't it be good to be able to search on anything being tracked, not just on email address? Carl K. ...Continue Reading

Speedups in Tracker

April 24th 2013 PDT

Just pushed a commit that speeds up that first table of data in the Tracker by about 5x. Hurrah! https://github.com/justingit/dada-mail/commit/6078164c5c59255c24b8ddf75d5d3c763d4e9ad4 It does this, by replacing about 6 SQL queries with 1, and by some magic, the 1 query is as fast as any of the 6 previous. I'll have this in v6.3.2 ...Continue Reading

Back!

April 22nd 2013 PDT

Hey everyone, Just letting everyone know I'm back from Arizona - had to stop racing after only one day, due to what was probably food poisoning and some intense dehydration. It'll make a good story. ...Continue Reading

v6.3.1 Released

April 16th 2013 PDT

Hello Everyone, v6.3.1 of Dada Mail has been released, it's a small bug fix release Dada Mail 6.3.1 Stable (.tar.gz) http://dadamail.googlecode.com/files/dada-6_3_1.tar.gz Installation Instructions http://dadamailproject.com/support/documentation-6_3_1/install_dada_mail.pod.html uncompress_dada.cgi script (Save Link/Page As...) https://raw.github.com/justingit/dada-mail/v6_3_1-stable_2013_04_15/uncompress_dada.cgi Changelog: This release fixes bugs found in the v6.3.0 version of Dada Mail. It's a suggested ...Continue Reading

"vacation" reminder - 4/17/13 to 5/1/13

April 14th 2013 PDT

Hello everyone, just another reminder I'll be out of touch of the rest of world ;) while riding across Arizona from 4/17/13 to the beginning of May - if you need any install/upgrades, please get in touch ASAP, before Wed. and I'll do my best to get that completed, for you. I won't have Internet, or cell service while en-route. You *will* be able to follow me via the magic of GPS Satellites at this address: http://trackleaders.com/aztr13i.php?name=Justin_Simoni Starting Friday, April 19th, when the race begins. This ...Continue Reading
  • This mailing list is a public mailing list - anyone may join or leave, at any time.
  • This mailing list is a group discussion list (unmoderated)
  • Start a new thread, email: dadadev@dadamailproject.com

This is the developer discussion mailing list for Dada Mail.

If you are just looking for support Dada Mail, consult the message boards at:

https://forum.dadamailproject.com

Documentation for Dada Mail:

https://dadamailproject.com/d

Specifically, see the Error FAQ:

https://dadamailproject.com/d/FAQ-errors.pod.html

To post to this list, send a message to:

mailto:dadadev@dadamailproject.com

All subscribers of this list may post to the list itself.

Topics that are welcome:

  • Constructive critiques on the program (I like, "x", but, "y" needs some work - here's an idea on how to make this better...)
  • Bug/Error reports
  • Bug fixes
  • Request For Comments on any changes to the program
  • Help customizing Dada Mail for your own needs
  • Patches
  • Language Translations
  • Support Documentation/Doc editing, FAQ's, etc.
  • Discussion of any changes that you would like to be committed to the next version of Dada Mail -

Dada Mail is on Github:

https://github.com/justingit/dada-mail/

If you would like to fork, branch, send over PRs, open up issues, etc.

Privacy Policy:

This Privacy Policy is for this mailing list, and this mailing list only.

Email addresses collection through this mailing list are used explicitly to work within this email discussion list.

We only collect email addresses through our Closed-Loop Opt-In system.

We don't use your email address for any other purpose.

We won't be sharing your email address with any other entity.

Unsubscription can be done at any time. Please contact us at: justin@dadamailproject.com for any help regarding your subscription, including removal from the mailing list.

All mailing list messages sent from us will include a subscription removal link, which will allow you to remove yourself from this mailing list automatically, and permanently.

All consent to use your email address for any other purpose stated at the time of the mailing list subscription will also be revoked upon mailing list removal.