[Zope-PTK] CVS: ZopePTK - byline.dtml:1.2 portal_contents.dtml:1.2 publish.dtml:1.5

Shane shane@zope.org
Thu, 13 Jul 2000 11:33:01 -0700 (PDT)


Update of /cvs-repository/ZopePTK/PTKBase/dtml
In directory zope.codeit.com:/tmp/cvs-serv24942/dtml

Modified Files:
	byline.dtml portal_contents.dtml publish.dtml 
Log Message:
After a lot of pain, finally created a clean separation between user
data and member data.  There is a new base class in PortalObject
which can be customized or overridden to get member data from
places other than acl_users.  The default implementation simply
works as before.  This is a lot of changes, though, so a buglet
here and there is inevitable.