Hi All, I believe Maypole has outgrown CGI::Untaint and C::DBI::FromCGI - these modules are IMHO holding development of maypole and applications built on it back.
My plan is to move to Data::FormValidator and provide an untaint_columns method that generates the appropriate profile, then change the internals of the do_update action - moving validation using D::FV into Maypole::Model::Base, but leaving the create_from_cgi and update_from_cgi methods to each particular model - in the case of Model::CDBI I'll replace the FromCGI calls with some explicit and documented code that will split checking of relations and updating/adding the data into two explicit and seperate steps. cheers, A. ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642 _______________________________________________ Maypole-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/maypole-devel
