REV: 134 implemented input validation on emails and urls in both member and location. added a library module 'RE' which contains the regex-strings used here so that they can be shared/put to use elsewhere. Also this is a good location to put other Regex-type stuff (thanks to Jason and Careo for suggesting this on IRC).
As of now, all the input validation todo items are completed. Unless you can think of some more...? ----- U trunk/app/models/location.rb U trunk/app/models/member.rb U trunk/app/views/locations/_form.rhtml U trunk/config/environment.rb U trunk/doc/TODO A trunk/lib/r_e.rb _______________________________________________ PdxRuby-dev mailing list [email protected] http://lists.pdxruby.org/mailman/listinfo/pdxruby-dev
