BernArticle 1.0.0 (Jun 17, 2006)

This is the final 1.0.0 release of BernArticle.

For additional information about this project, please visit the overview page .

Available downloads

Product tarball

For all platforms (0 kB)

Release Notes

Tested with Plone 2.1.3, Plone 2.1.2, Plone 2.1.1
State Final release
License GPL
Release Manager Pascal Habegger

Numerous fixes and enhancements thanks to the positive feedback we have received over the last few months. Watch out for more.

Change log

Changelog for BernArticle

BernArticle 1.0.0

  - NewsBlock and EventBlock can now be viewed directly (e.g. when
    coming from a search result) without redirection to its parent
    article [thowe]

  - New fields attendees and type added - taken from ATCT ==> Resolves
    issue 11 in BernArticle POI [habegger]

  - All references to external product ftwClassificationSystem removed
    [habegger]

  - Fix: typo in German translation [thowe]

  - Removal of ALL calls to listFolderContents(). Replaced by
    getFolderContents().
    --> No more need for adding "List Folder Contents" right for anonymous
        users
    --> future portal content handled correctly
    [thowe]

  - Added getBernArticle():
        """ returns the root BernArticle object (to be used through
            acquisition in order to be able to obtain the root document
            without having the need to climb up using aq_parent.
            (ajung)
        """
    [ajung]

  - Bugfix: the script "display_images" now correctly determins if images
    of an object should be rendered or not [thowe]

  - Bugfix: standard text blocks with no title produced an empty h5-tag
    in the portlet; emtpy h5-tags are now left out completely [thowe]

  - Bugfix: block images were not displayed, when images of subarticles
    in the listing section were switched off [thowe]

  - New feature added: printing of page title in template can now be
    ommited by setting a variable  ommitDocumentFirstHeading to True before
    calling print_article_body macro [thowe]

  - Bugfix: portlet_bernarticle_about.pt now correctly shows the name of
    the creator [thowe]

  - Layout optimization: single words on a new line of a title should be
    ommited now - done by inserting a non breaking space between the two
    last words of a title [thowe]

  - New feature: There is now 1 additional layout which shows max. 4 images
    on top of the text. All images are scaled to a fixed height (default
    150px, new property "BernArticle_fixed_image_height" in BernArticle_properties).

    Advantage: several images of different height/width ratio produce nice
    image strips of equal (fixed) height. (Note: this layout can not be
    applied to existing images, as the correct scaled image version is
    missing.) [thowe]

  - Bugfix: The two new flow layouts .pt-files were located in the
    skins/BernArticle_images instead of skins/BernArticle [thowe]

  - Layout-fix: All four layouts with images on top and the two new flow
    layouts were missing the width-constraint; fixed by surrounding these
    blocks with a div of fixed width [thowe]

  - Layout-change: Block titles now are displayed in front of the block (images,
    description, text, etc.) - intermediate titles are more usable this way and
    help to produce a better layout

    New feature: there are now 2 additional layouts - text flows around the
    first image (image on the left or right) [thowe]

  - New feature: The parameter "searchterm" is now propagated to the enclosing
    article if a block is found in a search - this enables highlighting of found
    words in the text [thowe]

    Improvement: Minimal CSS style modification: changed "font-weight: 600;"
    with "font-weight: bold;" - better antialisaing in IE [thowe]

  - New feature: folderish BernArticle types can now be opened inside kupu
    editor when browsing for an internal reference location

    New feature: images now have their own edit icon

    New feature: BlockTeaser - single words on a new line of a title should now
    be ommited by inserting a non blocking space between the last two words

    Bugfix: BlockFile - content of field text was not shown in view template; now added

    Bugfix: edit_item.gif.metadata with caching information was missing; now added
    [thowe]

  - Added Spanish translations (incomplete), contributed by Manuel Saelices.

  - Removed custom widgets image / rich as they are
    part of Archetypes now [habegger]

  - Two bugfixes (issue #1 in tracker) contributed by Tom Wenger [habegger]

  - Added Danish translation [stonar]


BernArticle 1.0.0 rc1

  - Added a method to the installer that adds the portlets to the right
    slot [habegger]

  - Many contributions of [thowe]

  - Initial checkin [habegger]