X-Original-To: pgsql-www-postgresql.org@localhost.postgresql.org Received: from localhost (av.hub.org [200.46.204.144]) by postgresql.org (Postfix) with ESMTP id 987209DCA2D for ; Sat, 18 Mar 2006 11:53:22 -0400 (AST) Received: from postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 57516-05 for ; Sat, 18 Mar 2006 11:53:27 -0400 (AST) Received: from svr4.postgresql.org (svr4.postgresql.org [66.98.251.159]) by postgresql.org (Postfix) with ESMTP id 652809DCA52 for ; Sat, 18 Mar 2006 11:53:20 -0400 (AST) Received: from mx1.magmacom.com (mx1.magmacom.com [206.191.0.217]) by svr4.postgresql.org (Postfix) with ESMTP id 46D5A5AF88F for ; Sat, 18 Mar 2006 15:53:25 +0000 (GMT) Received: from mail3.magma.ca (mail3.magma.ca [206.191.0.221]) by mx1.magmacom.com (8.13.0/8.13.0) with ESMTP id k2IFrMjm009970 for ; Sat, 18 Mar 2006 10:53:23 -0500 Received: from pico.travnet.org (ottawa-hs-206-191-28-104.s-ip.magma.ca [206.191.28.104]) by mail3.magma.ca (Magma's Mail Server) with ESMTP id k2IFrJas000877 for ; Sat, 18 Mar 2006 10:53:22 -0500 From: Travis Hein Organization: travnet.org To: pgsql-www@postgresql.org Subject: human validation on post comments Date: Sat, 18 Mar 2006 10:57:20 -0500 User-Agent: KMail/1.8.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200603181057.20254.travis.hein@travnet.org> X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, score=0.068 required=5 tests=[AWL=0.068] X-Spam-Score: 0.068 X-Spam-Level: X-Archive-Number: 200603/106 X-Sequence-Number: 9696 Hi, my name is Travis, I am new to pgsql-www. I have been integrating a component that will ask the user to enter the word in a dynamic image before their comments can be submitted. I had resumed this work in progress from Gevik. The current setup is the development site in my sandbox http://travis.pgadmin.org I was looking for feedback, and guidance for the following things: - is the input validator being invoked on all the spots where it should be? currently the comments feedback for the documentation, i know about. validation is invoked from /system/page/form.php - currently the invalid human feedback page is a simple validation failed message, outside of portal look and feel. and technical details (if they follow our best practices) - there is a single table session_capture for managing remote ip, session, and the word used in the generated image. - the validation script that manipulates dynamic image and session table are in a top level folder /validation - gettext macro used for the messages displayed - modify system/page.php to add validate case to action handler list - modify system/page/form.php to send to our /validate handler, instead of /system/handleform.php - modify the .htaccess to pass /validationimage through to the /validation/validation_image.php Then if things are looking ok, what and how is the process for integrating the enhancements back to the site. looking forward to constructive comments, Travis