History
=======

3.6 (2010-07-16)
 - Use a forward-compatible way of checking isViewTemplate. [davisagli]

3.5 (2010-07-16)
 - Use context.portal_workflow instead of wtool in templates. [davisagli]

3.4 (2010-07-16)
 - Fix some missing global variables in Plone 4. [davisagli]

3.3 (2010-03-09)
 - Make PressRoom compatible with Plone 4, TinyMCE. [nvasseur, davisagli]

3.2-final
 - Fixed handling of the PressRoom add permission for contributors and in
   the main pressroom view shortcut links. [davisagli]
 - Fixed a Unicode bug in vCard download [naro]
 - more translation work [naro, tabacha]

3.2-beta-2
 - Fixed the German translations to really be German. [jbaldivieso]

3.2-beta-1
 - Switched to Large Plone Folders for storing Press Releases and Clips. Provided
   a migration script for upgrading older Press Rooms. (This was Roadmap
   item #3.) [jbaldivieso]
 - Returned Press Contacts for purposes of press room presentation in the order in which
   they're stored in the press-contacts folder. [jbaldivieso]
 - Added German translation, thanks to Sven Anders [jbaldivieso]
 - Added Publication to pressroom_view listing of Press Clips [jonstahl]
 - Changed date & publication spans in pressrom_view to divs [jonstahl]
 - Removed "Up one folder" from Press Room subfolder views [jonstahl]
 - Made CSS not conditional on pressroom types (it was hard to style pressroom
   subfolders, which aren't custom types; also it's more efficient to have that
   readily combinable with other stylesheets in the Resource Registry) [jonstahl]

3.1
 - Added basque translation [erral]
 - Fixed an upgrade error (issue #42) and the i18n coverage in pressroom_view (issue #43).
 - Added a cell phone field to press contacts. Enhanced the way they are displayed throughout the
   Press Room (issue #11). Also Press Contacts can be downloaded as vCards for use in address
   books/email clients. [jbaldivieso]

3.0
 - moved pressroom_view logic into view [jbaldivieso]
 - bifurcated the pressroom_content skin directory into 2.5 and 3.0 versions to
   support KSS in 3.0 sites [jbaldivieso]
 - moved as much of the initialization into GenericSetup as possible, without sacrificing
   normal quickinstaller-based installation in Plone 2.5. [jbaldivieso]
 - created a workaround for PressRooms created using the new Simple Publication WF.
   Users are warned if the releases/clips/contacts folders are private, and a button
   is provided to publish the pressroom, the three subfolders, and their respective
   Collections. [jbaldivieso]

1.1
 - Italian translation file [rlemmi - thanks!]
 - Corrected help text on press clip publication [jonstahl]
 - Moved press clip description above byline [jonstahl]
 - Nicer handling of link to press clip original story. [jonstahl]
 - Added uninstall method to remove PR cruft. [jbaldivieso]
 - Made master Press Room view listing of contacts respect contacts' order in the
   contacts folder [jonstahl]
 - added i18n for the plone domain (content type names) and fixed translation
   in the Press room default subfolder titles and descriptions
 - added i18n in pressroom domain, added Czech translation [naro - thanks!]
 - removed condition on pressroom_folder_listing that prevented bylines from being
   shown to anonymous users [jonstahl]
 - added i18n tags to page templates [jonstahl]

1.0.3
 - Changed the id on the created press contact smart folder from "roster" to "press-contacts"
   due to the former being a reserver id within the context of a member folder.  Fixes issue
   #26 [andrewb]
 - Changing some tests that were based on the assumption that we were ordering catalog results
   on effective rather than the more logical storydate and releaseDate schema fields [andrewb]
 - Adding test coverage to prove that a storydate and releaseDate *should* be required on the
   PressRelease & PressClip content types due to the sorting that's done in the default
   catalog queries [andrewb]
 - Making storydate and releaseDate required fields within the schema declaration per the
   testing coverage in the previous line [andrewb]
 - The "More press clips/release" text only shows up when there actually *are* more of
   those items [andrewb]
 - Removed trailing slashes in links from main press room and press room subfolder views [jonstahl]
 - Added | between email and phone number for press contacts [jonstahl]
 - Spam-protected email adddress of press contacts [jonstahl]
 - Changed CSS selector for press contacts from #press-contacts to #press-contacts-box to
   resolve conflict with auto-generated listing in folder_contents [jonstahl]

1.0.2
 - Fixed a missing global define.  [jonstahl]

1.0.1
 - Fixed dumb tab issue. [jonstahl]

1.0 final 
 - Fixed smart folder index fields to include getReleaseDate and getStoryDate

1.0 beta
 - Subclassed ATFolder instead of OrderedBaseFolder so that display menu works properly [jonstahl]
 - Added views for clip, release, contact folders [burbank]

0.8.1
 - Resolved compatibility issues with LinguaPlone and PressRoom due to subclassing of
   i18N-unaware type for the PressRoom type

0.8 
 - Initial release to plone.org products area (CHANGES regime not in place so do the following:   
   "svn diff --verbose -r 23865:27132" against the collective repository to determine what
   has changed)

0.1 
 - Initial release and migration to Collective
