Hi, With the latest push, I've added some error handling to the discuss and vote forms. You have not been able to see these pages, and until we can get some sample data together, you still won't.
There are a few issues still unresolved. 1. I cannot add test data to whimsy4 /srv/icla. I don't have permissions. clr@whimsy-vm4:~$ groups clr committers member apsite db roller openjpa attic shiro jspwiki juneau But /srv/icla needs www-data. Could I get into group www-data and write the sample files? 2. I cannot get the redirection to work. If the user enters whimsy.apache.org/project/icla?token=1 and file /srv/icla/1.json is in phase discuss, I'd like to "forward" that request to whimsy.apache.org/project/icla/discuss?token=1 and similarly, if the user enters whimsy.apache.org/project/icla?token=2 and file /srv/icla/2.json is in phase discuss, I'd like to "forward" that request to whimsy.apache.org/project/icla/vote?token=2 3. I would like to use the Time class to create date/time values. What do I need to do (both server and client) to allow me to use e.g. Time.now? Any help appreciated. Once issue 1 is resolved you should be able to see test data in the discuss and vote forms. Craig Craig L Russell Secretary, Apache Software Foundation [email protected] http://db.apache.org/jdo
