CMF Bibliography AT 0.8.0 (Jan 11, 2006)
New: support for inline citations via the tool as well as via PortalTransforms and support for AT references to portal members as authors
For additional information about this project, please visit the overview page .
Available downloads
Release Notes
| Tested with | Plone 2.1.1, Archetypes 1.3.5, Zope 2.8.4 |
|---|---|
| State | Final release |
| License | GPL |
| Release Manager | Raphael Ritz |
First final release in the 0.8 series with quite a number of new and improved features over the 0.7 release: support for inline citations via the tool as well as via PortalTransforms (including a custom policy for 'text/x-html-safe'); improved author list handling; support for AT references to portal members as authors; various bug fixes.
Change log
* Merged Tim's atbib branch; ATBiblioLists can now support
imports into an associated bibliographic folder
* Fixed the broken tests.
* Added support for configuring member content types
for author references on the tool.
* Fixed permission issue with 'listFolderContents' by
calling 'folderlistingFolderContents' now in
'bibliographyfolder_view'.
* Enabled 'bibliographyfolder_view' for large bibliography
folders as well.
* Added and registered custom transformation (bibaware2html)
Together with today's fix of PortalTransforms/TransformEngine
to make policies work any 'text/x-html-safe' text is now
bib-aware. Maybe we shouldn't do it per default but somehow
controlled in the config but currently I don't care too much.
* Added explicit security declarations to all content types.
* Moved all source formatting methods from the skin layer
to their respective classes.
The defaults are more sensible now if no skins are available.
Overriding TTW is still possible by providing methods
with the appropriate names (e.g., 'ArticleSource' for the
article reference type).
Existing customizations should continue to work as before.
* Register custom mime type (text/x-html-bibaware)
on product install
* Added and registered custom transformation (html2bibaware)
Now inline citations are also supported via specifying
the default_output_type as 'text/x-html-bibaware' on
any AT TextField.


