Re: [rt-users] RTx::EmailCompletion 0.02

2007-05-16 Thread Subredu Manuel
Nice tool. But I do not find the point of choosing from _all_ email addresses in the database. I changed in Ajax/EmailCompletion, from LIKE in STARTSWITH since I find it more useful this way. Maybe a configuration item should be added to set the behavior to LIKE or STARTSWITH ;) Nicolas Chuche

Re: [rt-users] RTx::EmailCompletion 0.02

2007-05-16 Thread Nicolas Chuche
On 5/16/07, Subredu Manuel [EMAIL PROTECTED] wrote: Nice tool. But I do not find the point of choosing from _all_ email addresses in the database. What kind of subset do you need ? I changed in Ajax/EmailCompletion, from LIKE in STARTSWITH since I find it more useful this way. Here our

Re: [rt-users] RTx::EmailCompletion 0.02

2007-05-16 Thread Subredu Manuel
Nicolas Chuche wrote: I changed in Ajax/EmailCompletion, from LIKE in STARTSWITH since I find it more useful this way. Here our mail are [EMAIL PROTECTED] and i like to be able to find people with just the lastname. ofc. Anyone has the right to make a extension for him, and eventually

[rt-users] RTx::EmailCompletion 0.02

2007-05-15 Thread Nicolas Chuche
Hi, RTx::EmailCompletion 0.02 just hit cpan : http://search.cpan.org/~nchuche/RTx-EmailCompletion-0.02/ -+-+-+-+-+-+- Changes for 0.02 * allow email completion for unprivileged users (disable by default). See README * add debugging tools to find input tags found by emailcompletion.js