slc.publications Changelog
==========================

slc.publications 1.1.6 (2009-08-26)
-----------------------------------

- Add remove_additionals event handler in adapter/events.py and register it via zcml for IObjectRemovedEvent (jcbrand)
- Edited the object_added event: removed the code that sets translation
  references, it has been superseded by slc.autotranslate. (jcbrand)
- Removed _findAbbrev in adapter/events.py, it's no longer being called (jcbrand)
- Added a new doctest file events.txt to test for the above actions. (jcbrand)

slc.publications 1.1.5 (2009-08-13)
-----------------------------------

- enhanced setuphandlers.py (together with import_steps.xml and config.py) to automatically install dependencies. (jcbrand)
- remove explicit blob checking in adapter/publication.py and instead do it via zcml, i.e zcml:condition="installed plone.app.blob" (jcbrand)
- modified addTranslation patch to return the translated item as is done in of LinguaPlone >= 2.3 (jcbrand)
- various new translations have been added (thomasw)

slc.publications 1.1.4 (2009-07-26)
-----------------------------------

- have links to publication language versions open in a new window (pilz)

slc.publications 1.1.3 (2009-07-03)
-----------------------------------

- changed the link format for the EU Bookshop to fit the new guideline (thomasw)
- Make 'related content' box look like the 'related publications' box (jcbrand)

slc.publications 1.1.2 (2009-06-19)
-----------------------------------

- svn:ignore cleanup, removed prints

- test fixes (gerken)

slc.publications 1.1.1 (2009-06-04)
-----------------------------------

- made a release without the svn revision in the tag

slc.publications 1.1 (2009-06-04)
---------------------------------

* added a download time estimation control [pilz]
* removed the hardcoded author from the config file and the schema [pilz]
* Trying to make it work without Linguaplone as well [pilz]
* added link to title and image [pilz]
* Added possibility to add manual relations to other content types. This 
  includes a language fallback [brand]
  

slc.publications 1.0 final
--------------------------

* no changes

slc.publications 1.0 beta3
--------------------------

* Added support for slc.xliff
* refactored the adapter.py into adapter/ subdir
* Added an eventhandler to automatically set the suptype on files added to a publication folder
* Added an eventhandler to detect the uploaded language if the filename starts or 
  ends with a lang abbrev
  E.g. XX_filename.pdf or filename_XX.pdf or XX-filename.pdf or filename-XX.pdf.
* Added a patch for linguaplone inserting a new event to allow translating 
  subtyped objects. Translations need to be subtyped just after the object has 
  been created and before attributes are edited.

slc.publications 1.0 beta2
--------------------------

* Switch to p4a.subtyper to make publications out of files
* Use Archetypes.schemaextender to marry normal and publication attributes in one interface
* readded cover image generation

slc.publications 1.0 beta1
--------------------------

* Plone 3 compatibility. Removed the PublicationFolder concept and base completely on Linguaplone

slc.publications 0.9 beta
-------------------------

* initial release
  Thanks to Alin Voinea for creating a Plone2.5 backport. Please see the svn repository for that.
