Dada Mail Developers Archives

 

Dada 4 Beta 5 - things to look out for

November 14th 2009 PDT

I'm hoping Beta 5 is the last beta - thanks everyone for all the comments/suggestions/etc - they really do help out quite a bit. Some things that have been worked on, since Beta 4: * That Pesky Template Tag Problem I've moved all the templates in Dada Mail to use the new-style tags - these are just tags that are basically native to the templating backend, which is currently HTML::Template http://search.cpan.org/~samtregar/HTML-Template-2.9/Template.pm The old-style tags are those string in square brackets. ...Continue Reading

Re: admin user interface has become very slow with Dada Mail version 4.0.0 beta 4 11/03/09

November 10th 2009 PDT

On Nov 10, 2009, at 3:53 PM, Frans Gouverne wrote: > or include effects.js right away: > > > > The total delay is noticeable less indeed when they are moved to the > bottom of the page. I'm going to hold off changing scriptalicious.js for now - just so I don't fork the project for my own devices :) I did change the scriptalicious line in Dada Mail's admin template from, to, Which should help with the problem of loading the unnecessary JavaScript libraries. I've pushed the changes to git, of ...Continue Reading

Re: admin user interface has become very slow with Dada Mail version 4.0.0 beta 4 11/03/09

November 10th 2009 PDT

2009/11/10 Justin J <justin@PROTECTED> On Nov 7, 2009, at 5:38 PM, Frans Gouverne wrote: I noticed the admin user interface has become very slow with �Dada Mail version 4.0.0 beta 4 11/03/09. This becomes irritating when you want to quickly change an option or subscriber data. (using a single core 3GHz PC). After playing around with javascript I discovered that "scriptaculous.js" takes about 3-4 seconds to parse! However, when e.g. using admin screen "f=send_email" only file "effect.js&q ...Continue Reading

Re: admin user interface has become very slow with Dada Mail version 4.0.0 beta 4 11/03/09

November 10th 2009 PDT

On Nov 7, 2009, at 5:38 PM, Frans Gouverne wrote: > I noticed the admin user interface has become very slow with Dada > Mail version 4.0.0 beta 4 11/03/09. This becomes irritating when you > want to quickly change an option or subscriber data. (using a single > core 3GHz PC). > > After playing around with javascript I discovered that > "scriptaculous.js" takes about 3-4 seconds to parse! However, when > e.g. using admin screen "f=send_email" only file "effect. ...Continue Reading

admin user interface has become very slow with Dada Mail version 4.0.0 beta 4 11/03/09

November 7th 2009 PDT

I noticed the admin user interface has become very slow with Dada Mail version 4.0.0 beta 4 11/03/09. This becomes irritating when you want to quickly change an option or subscriber data. (using a single core 3GHz PC). After playing around with javascript I discovered that "scriptaculous.js" takes about 3-4 seconds to parse! However, when e.g. using admin screen "f=send_email" only file "effect.js" is needed for function Effect.BlindDown() to open/close the +/- views. So I replaced ...Continue Reading

Re: run-time error for function get_partial_list() using IE

November 7th 2009 PDT

Thanks Justin. By the way, I love git gui, just two buttons ("fetch from remote" and "merge local") and voila, all your changes are present in my local copy! Frans ----- Original Message ----- From: "Justin J" To: "Dada Mail Developers Subscriber" Sent: Saturday, November 07, 2009 12:05 AM Subject: [dadadev] Re: run-time error for function get_partial_list() using IE > > > On Nov 6, 2009, at 10:54 PM, Frans Gouverne wrote: > >> >> It happens with I ...Continue Reading

Re: run-time error for function get_partial_list() using IE

November 6th 2009 PDT

On Nov 6, 2009, at 10:54 PM, Frans Gouverne wrote: > > It happens with IE6 and IE7, not with IE8. > > Yes, removing that comma solves the problem! Awesome! Here's the commit that fixes everything that has code prototype/ajax like that (I think) http://github.com/justingit/dada-mail/commit/ea07d06344113317f437391b8304f3fddbb272b4 And here's the commit for the, "Strip Javascript from Webpages in the Send a Webpage screen" http://github.com/justingit/dada-mail/commit/7f2faa59498cdbba74d836 ...Continue Reading

Re: run-time error for function get_partial_list() using IE

November 6th 2009 PDT

It happens with IE6 and IE7, not with IE8. Yes, removing that comma solves the problem! Because the code is in a loop (tmpl_loop undotted_fields ), I had to change it as follows: parameters: { f: 'previewMessageReceivers', alternative_lists: alternative_lists, multi_list_send_no_dupes: multi_list_send_no_dupes }, So the comma is put at the start of tmpl_loop and one removed after "multi_list_send_no_dupes". Now it works in IE6/7/8 Thanks, Frans ----- Orig ...Continue Reading

Re: dadadev Re: V4 beta3

November 6th 2009 PDT

On Nov 5, 2009, at 10:09 PM, Frans Gouverne wrote: > Yes I did send this before, see my message from 2008 with subject > "remove script code to avoid marked as spam". Awesome! I'll put those javascript removing things into the code. Thanks for the refresher ;) ...Continue Reading

Re: run-time error for function get_partial_list() using IE

November 6th 2009 PDT

On Nov 6, 2009, at 1:47 PM, Frans Gouverne wrote: > When running Dada Mail version 4.0.0 beta 4 11/03/09 with > f=f=send_email or f=send_url_email using Internet Explorer > v7.0.5730.11, I do get the following popup: > > ------- > A Runtime Error has occurred. > Do you wish to Debug? > > Line: 835 > Error: Expected identifier, string or number > ------- Thanks for the report, Frans, Can anyone else confirm this? I don't have IE8 myself, but all the latest versions of Safari, F ...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.