skip_firstline for CSV to allow true/false/integer number of lines
Requested by Bill Butler
http://groups.google.com/group/botsmail/msg/670fa9afb1a13cb8
inmessage.py
Allow comma separated list of email addresses
communication.py (change 1 line)
#addresslist = [x for x in (row['tomail'],row['cc']) if x]
addresslist = row['tomail'].split(',') + row['cc'].split(',')
Requested by Jean-Fran�ois
http://groups.google.com/group/botsmail/browse_thread/thread/5140cfef069d1835#
Layout improvements (suggestions from one of my users)
templates/bots/about.html
Show user and login info here instead of on the home menu
botsinfo: don't show undefined values, use consistent case (neater
look)
Extra spacing above/below the links
templates/bots/menu.html
Remove current user and last login (now on about page)
add help link to wiki
Date/Time popup widget on bots select screens
(description and plugins in this thread)
http://groups.google.com/group/botsmail/browse_thread/thread/9be0c8c69550044e#
Kind Regards,
Mike
On 02/04/2012 03:20 AM, BikeMike wrote:
> Hi henk-jan,
> Here are a few of my changes for possible inclusion in 2.1.x or 2.2. (I have some other changes but they are more specific to my installation and preferences)
>
> skip_firstline for CSV to allow true/false/integer number of lines
> Requested by Bill Butler
> http://groups.google.com/group/botsmail/msg/670fa9afb1a13cb8
> inmessage.py
is checked in.
>
> Allow comma separated list of email addresses
> communication.py (change 1 line)
> #addresslist = [x for x in (row['tomail'],row['cc']) if x]
> addresslist = row['tomail'].split(',') + row['cc'].split(',')
> Requested by Jean-François
>
> http://groups.google.com/group/botsmail/browse_thread/thread/5140cfef069d1835#
at the moment these fields are validated.
it seems quite doable to have validation on the list of email-addresses (by subclassing a field-type)
would that be possible?
>
> Layout improvements (suggestions from one of my users)
> templates/bots/about.html
> Show user and login info here instead of on the home menu
> botsinfo: don't show undefined values, use consistent case (neater look)
> Extra spacing above/below the links
>
> templates/bots/menu.html
> Remove current user and last login (now on about page)
> add help link to wiki
is checked in.
>
> Date/Time popup widget on bots select screens
> (description and plugins in this thread)
>
> http://groups.google.com/group/botsmail/browse_thread/thread/9be0c8c69550044e#
very nice, that one!
but in the plugin there is a copy of jquery; while jquery is also in the default bots distribution.
is it possible to have this as one copy?
kind regards,
henk-jan
>
> Kind Regards,
> Mike
On 03/28/2012 11:24 AM, BikeMike wrote:
> Date/Time popup widget on bots select screens
>> very nice, that one!
>> but in the plugin there is a copy of jquery; while jquery is also in the default bots distribution.
>> is it possible to have this as one copy?
> Yes I used a new copy, I think it is a later version, and also it
> includes the theme files. I wasn't sure where the other jquery was
> used so left it alone to be safe ;-) But if the newer version is ok
> then one copy would be better, of course.
>
> Kind Regards,
> Mike
>
I will try this.
Mike,
if I remember right you are using the 'retry all previous errors'-option?
what is your experience with this?
(I am thinking of skipping this option; AFAIK 'retry' and 'retry communication errors' would be enough. This could simplify a lot of complexity in ta-handeling. )
henk-jan
I found it very hard to explain the 'retry all previous errors';
rereceive is much easier to understand....and much more controllable....user indicates what happens.
henk-jan
Plugin attached.
Kind Regards,
Mike
hi mike,
I checked this in
kind regards,
henk-jan