AddressBook Preview 4 (almost there)
Hia guys, just wanted to annouce a preview of the AddressBook product, which is available from: http://www.zope.org/Members/morphex/AddressBook it's almost ready for a 1.0 release now, pending testing and verification of permission fixes. As always, comments & patches are more than welcome. Cheers, Morten
Yes I have a comment! I use the addressbook on a site that is located with a SiteRoot. What happens is that in some forms your code uses PATH_INFO or maybe it was VirtualRootPhysicalPath joined. This results in 404's. Try to use the URLx and BASEx environment variables instead. Since these take SiteRoots "into consideration". Im currently on a windows box and can't get to my Linux installtion, so I can't send a patch. Please let me know if you need help more on this. Cheers, Peter
-----Message d'origine----- De : zope-admin@zope.org [mailto:zope-admin@zope.org]De la part de Morten W. Petersen Envoye : dimanche 22 avril 2001 15:54 A : zope@zope.org Objet : [Zope] AddressBook Preview 4 (almost there)
Hia guys,
just wanted to annouce a preview of the AddressBook product, which is available from:
http://www.zope.org/Members/morphex/AddressBook
it's almost ready for a 1.0 release now, pending testing and verification of permission fixes.
As always, comments & patches are more than welcome.
Cheers,
Morten
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
On Mon, 23 Apr 2001, Peter Bengtsson wrote:
Yes I have a comment!
Wee!
I use the addressbook on a site that is located with a SiteRoot. What happens is that in some forms your code uses PATH_INFO or maybe it was VirtualRootPhysicalPath joined. This results in 404's. Try to use the URLx and BASEx environment variables instead. Since these take SiteRoots "into consideration". Im currently on a windows box and can't get to my Linux installtion, so I can't send a patch.
I've changed some form action attributes, so that all the forms use absolute_url now. I hope that will fix things.
Please let me know if you need help more on this.
I you could verify the fix, that'd be great. Thanks & cheers, Morten
participants (2)
-
Morten W. Petersen -
Peter Bengtsson