You are not logged in Log in Join
You are here: Home » Members » Bill Anderson on Zope.org » Information on various products I have Made » The Zope Membership Component » Changes.txt » View File

Log in
Name

Password

 

Changes.txt

File details
Size
2 K
File type
text/plain

File contents

Portal Membership Changes

  This file describes the changes for the current 
  Portal Membership System release.

  NOTE: Significant changes are underfoot!
  The base membership product will remain the same
  but there are being added specialty interfaces:

	- Portal Membership System
	  Users do not automatically get a userfolder
	  This would be handled by the rest of the site
	  (acts the same as MembershipZ did, in that regard)

	- Community Membership System
	  This one will likely create a Userfolder at a 
	  specified path? (Will be done after 1.0)

  There can be others, but I think these will be the 
  ones I will include.


  0.7.5 August 31/Sept 01 2000

  	- Added a try/except clause to the preferences page, in case
	Chrome does not exist.

	- Tested with 2.2.1

	- Fixed Upgrade Form. It used to display only titles, now it uses
	title_or_id

	- Major Improvements to the ManageUsers Interface


		- Batching on Members Display
		
		- Link displays user's full name, as well as loginID
		
		- Link goes to user roles management page


  

  0.7.3 Internal Unreleased


  0.6.9 - 03 August 2000

	- Major overhaul underway

	- Beginning of Membership specialization.

	- changed Login member class:
		o Name changed to PortalMemer
		  (helps BW compatibility)
		o Inherits from DataSkin
		o PropertySheets are DataSkin PropertySheets
		o They are:
			+ SystemProperties
			  example: login_time, password, chrome

			+ CommonProperties
			  email

			+ RestrictedProperties
			  roles 
			  *this sheet is protected by 
			  manage users permission*

			+ UserProfile
			  User info such as first, last names

	- Interfaces updated to reflect changes in user management
		
		o Since Password is stored encrypted, mail password changes
		  it and sends the new password --untested

		o Added User Role Management
			+ page for listing users, their roles, and a button
			+ button takes you to roles for the user, with a form



  0.6.1 - 28 July 2000 
	- Bill Anderson takes custodianship of Membership 

	- Updated doInstall method, eliminates keyword redefined error 

	- Added version info to product definition 

	- Some hooks added to start the road to user management 




    0.6  June 19, 2000

      - Added Reviewer and Contributor roles

      - Added permissions for those roles

      - Fixed acl_users replacement confirmation checkbox,
        which wasn't functioning

      - Password change form checks the new password against
        the password policy