Version History
===============

3.0b1
-----
* Add Plone 4.0 compatibility.
  [ems174, cah190, cewing, netropic]

2.1.5
-----
* Italian translation merged
  (https://weblion.psu.edu/trac/weblion/ticket/1266).
  [cah190 (Craig Haynal)]

* Updated portal_memberdata image generation based on suggestions
  from michael.lindig and updated tests accordingly
  (https://weblion.psu.edu/trac/weblion/ticket/1204).
  [cah190 (Craig Haynal)]
  
* Fixed Classification's getPeople to account for effective/
  expired, View permissions
  (https://weblion.psu.edu/trac/weblion/ticket/2036)
  [par117 (Paul Rentschler)]
  
* Added a termination details field and put it and the effective/
  expired dates in a new Employment Information schemata
  [par117 (Paul Rentschler)]
  
* Updated the person_view.pt file to hide all information except 
  the person's name and termination details if they are expired 
  unless the viewer has editing rights.
  [par117 (Paul Rentschler)]

2.1.4
-----

* Owner role should be able to edit Persons in Hidden state. 
  [ems174 (Eric Steele)]

* Portuguese translation merged.
  [cah190 (Craig Haynal)]

* Allow archetypes.schemaextender 2.x (now includes schema caching).
  [cah190 (Craig Haynal)]

2.1.3
-----

* Fixed the overzealous user search
  (https://weblion.psu.edu/trac/weblion/ticket/842)
  [ems174 (Eric Steele)]

* Revised workflow for Persons. Visibility and membership behavior can
  now be controlled independently.
  [cah190 (Craig Haynal)]

* Fixed an umlaut crash
  (https://weblion.psu.edu/trac/weblion/ticket/1212).
  [ems174 (Eric Steele)]

* Fixed some ReferenceBrowserWidget behavior when running behind a web
  server (https://weblion.psu.edu/trac/weblion/ticket/1222).
  [cah190 (Craig Haynal)]

* Added Turkish translation
  (https://weblion.psu.edu/trac/weblion/ticket/1252).
  [uyar]

* Brought translation infrastructure up to date
  (https://weblion.psu.edu/trac/weblion/ticket/1482).
  [ewr119 (Erik Rose)]

* Corrected the permission needed to manage personnel
  (https://weblion.psu.edu/trac/weblion/ticket/1464).
  [netropic]

* Described the permissions implementations of the Personal
  Assistant(s) field (https://weblion.psu.edu/trac/weblion/ticket/1346).
  [ewr119 (Erik Rose)]

* Wrapped example extender in egg packaging and renamed it.
  [ewr119 (Erik Rose)]

* Fixed syntax error in the French translation.
  [ewr119 (Erik Rose)]

* Included compiled (.mo) versions of all translations.
  [ewr119 (Erik Rose)]

* Fix the getClassificationNames index method so that it doesn't
  throw an error trying to concatenate a function and an int, also
  make sure the method works in 3.2 and 3.3
  [cqp5087 (claytron)]

* Remove MANIFEST.in and use setuptools svn integration instead
  [cqp5087 (claytron)]

2.1.2
-----

* Corrected a problem with the reference browser widget popup not
  displaying available items when used on a site using virtual 
  hosting. [ems174 (Eric Steele)]

2.1.1.1
-------

* Corrected a problem with missing files in the 2.1.1 distribution.
  [ems174 (Eric Steele)]

2.1.1
-----

* Corrected a problem with person_view.pt that caused errors
  when anonymous users viewed a person with an assistant
  assigned. [cewing]

* Corrected a problem that prevented versioning of Persons and
  Committees. [cewing]

* Added a dedicated Committees Folder view (similar to the
  specialies folder view). [ajung]

* A Specialty has an extra schemata "Overview" with an image and
  richtext field. Both fields are used for the 
  speciality_overview view. [ajung]

* Added microformats for person_view's address block. [robzonenet] 

* Added Spanish translation [Gildardo Bautista]

* Added French translation [Benjamin Klups]

* List department in person_view [Gildardo Bautista]

* Corrected a problem with viewing departments located outside
  of a Directory object. [ems174 (Eric Steele)]
        
2.1
---
* Corrected some CSS display issues with Person pictures.

* Users with the Personnel Manager role can now add Person
  objects.

* Added a field to the classification gallery view to control
  the width of the Person images

* Multiple FacultyStaffDirectory objects can now exist in the
  same site

* Improved product reinstallation performance

* Added an assistant field to confer profile editing delegation
  on other users

* Added a "can manage personnel" field to the sharing tab

* Added i18n hooks for all fields and templates

* Removed a boatload of unused imports

* Removed WebLionLibrary dependency

* Eggified product

* Configlet icon should now work properly in
  VirtualHostMonstered sites

* vCard should handle unicode characters properly now

* vCard images now display

* Empty biographies stay empty

2.0
---
        
* Added an A-to-Z listing view for Directories and Departments.

* Forced Previous/Next display in the Person editor.

* Bug fixes
        
2.0a1
-----
  
* Integrated with Plone users and groups.

* Switched extensibility framework to archetypes.schemaextender.
  More than one extender works at once now, and all content 
  types are extensible.

* Added Department content type.

* Sortable Name is now available as a SmartFolder index (mainly
  for sorting).

* Added SmartFolder fields for Departments, Classifications,
  Committees, Specialties, and People.

* Templates are faster.

* Non-ASCII characters in Person titles work.

* People now have a Middle Name field.

* Specialties and other types of person groups can now live
  outside the Faculty/Staff Directory.

* Specialties are now listed in a sane order.

* Committees Folders are now addable within Departments.

* Added a configlet in Site Setup to allow customization of
  phone number and user ID validation as well as the ability
  to disable aspects of membrane integration.

* Silenced some deprecation warnings.

* Added support for Plone 3's versioning.

* Renamed content types to avoid collisions with other products.

* Added oodles of new tests.

* Ditched ArchGenXML, making our code much cleaner.

* Made more use of GenericSetup.

1.0.1 -- Minor documentation tweaks
-----------------------------------
  
1.0 -- Initial release
----------------------
