I don't think you should worry about having email addresses be clickable. Copy/paste is easy enough, it would just be nice to have a box to paste them into right on that page. What about having javascript run on submit, that would open another box to show the results? That way we wouldn't have to navigate away from the page and it should be simpler to implement.
Thanks for considering something like this and not just dismissing it like so many leaders do on other open source projects! On Mon, Jun 14, 2010 at 4:41 AM, Thomas Eckardt <[email protected]>wrote: > >Looking at the code (and not by any means being a perl expert), I would > >>>think<< that a call to ConfigLists from within ConfigEdit would work to > >display the list, but I don't know the intricacies of that or what would > >need to happen to have the form submission work. > > There are multiple way to do this - but all of them will need horrorable > hacks. > > 1. having links in the mail text to whitelist -> this will possibly > destroy the mail contents, if the file will be stored (resent, move ...) > 2. having a extra input field for addresses and a button to submit them to > 'ConfigLists' -> you have to copy and past the adresses the same way like > now - and 'ConfigLists' will return the html code for 'ConfigLists' - so > you will loose the EDIT-window with the mail. > 3. the same like 2. but using JAVA-scipt to copy clicked addresses to the > extra address field, without changing the mail text field - the ' > ConfigLists' problem will be the same > > This request is not rejected but currently delayed - maybe I'll find a way > to implement this at a later time. > > Thomas > > > > Von: K Post <[email protected]> > An: ASSP development mailing list <[email protected]> > Datum: 08.06.2010 20:00 > Betreff: Re: [Assp-test] Request to add whitelist functionality to > message viewer > > > > >So you are saying, your browser does not have a "tab" feature? > > If I'm opening the messgae window from a block report, it comes up without > the full assp interface (not a bug or anything, just the way it is). > > If I need to whitelist from there, I need to open a new connection to the > admin panel and then pull up the lists page. > > Having the whitelist functionality right in the message window would > streamline things, that's all. No switching between tabs, no need to open > up a new tab if not previously logged in. > > Looking at the code (and not by any means being a perl expert), I would > >>think<< that a call to ConfigLists from within ConfigEdit would work to > display the list, but I don't know the intricacies of that or what would > need to happen to have the form submission work. > > ------------------------------------------------------------------------------ > ThinkGeek and WIRED's GeekDad team up for the Ultimate > GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the > lucky parental unit. See the prize list and enter to win: > http://p.sf.net/sfu/thinkgeek-promo > _______________________________________________ > Assp-test mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/assp-test > > > > > DISCLAIMER: > ******************************************************* > This email and any files transmitted with it may be confidential, legally > privileged and protected in law and are intended solely for the use of the > > individual to whom it is addressed. > This email was multiple times scanned for viruses. There should be no > known virus in this email! > ******************************************************* > > > > > ------------------------------------------------------------------------------ > ThinkGeek and WIRED's GeekDad team up for the Ultimate > GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the > lucky parental unit. See the prize list and enter to win: > http://p.sf.net/sfu/thinkgeek-promo > _______________________________________________ > Assp-test mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/assp-test > > ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ Assp-test mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-test
