PloneArticle 4.0.6 (Jul 08, 2008)

A Plone document incorporating images, attachments and links, whith a free choice of layout.

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

Available downloads

Product Package

For all platforms (0 kB)

Release Notes

Tested with Plone 2.5
State Final release
License GPL
Release Manager Ingeniweb

bugfix release to fix missing migration step between 4.0.2 and 4.0.3

Change log

4.0.6

  • Add a migration step for the properies hide_upload_link and hide_browser_link introduced in version 4.0.3. [encolpe]
  • Make the widget template more robust if a property is missing. [encolpe]

4.0.5

  • Add an inplace copy/paste test [encolpe]
  • Fix aquisition bug if an attachment have the same id that your attachment id. In general case the usage of hasattr is prohibited for local lookup. Use shasattr instead. [encolpe]

4.0.4

  • Ghost release

4.0.3

  • Fix unittests for buildout [encolpe]

  • Add 2 properties to baseinnercontentwidget:
    • hide_upload_link' (default = False) hide/show widget upload link
    • hide_browser_link' (default = False) hide/show widget site browsing link

    System Message: WARNING/2 (<string>, line 32)

    Definition list ends without a blank line; unexpected unindent.

    [pgayvallet]

  • Temporary (portal_factory) baseinnercontentfields are not writeable. No more crashes when an author adds image/field/link on temporary articles. [glenfant]

4.0.2

  • fixed models 1 and 2 using visual clears

4.0.1

  • fix browser type filter bug when calling Browser.update method
  • batch in plonearticle explorer
  • added some translations

4.0.0

  • Fixed unit tests

4.0.0-rc6

  • Hide "Templates" tab on new (temporary) objects (glenfant).

4.0.0-rc5

  • fix acquisition & import bugs * field baseinnercontent : fix in BaseInnerContentField.set that corrects a

    System Message: ERROR/3 (<string>, line 63)

    Unexpected indentation.

    bug produced by an unwanted acquisition

    System Message: WARNING/2 (<string>, line 64)

    Block quote ends without a blank line; unexpected unindent.

    • Import LinguaPlone in article mixin to make sure PloneArticle is fully compliant with LinguaPlone

4.0.0-rc4

  • fix templates bugs when referenced files are deleted * model macro template uses Description for files & links * fix in model macro : file size was wrong when proxy was using a referenceField

    System Message: ERROR/3 (<string>, line 72)

    Unexpected indentation.

    (temporary the file size is not shown in that case)

  • IE7 adjustements * pa_browser css fix for ie7 compliance

  • pa_browser css : small improvements (loading icon, correction on select box)

  • some AttachemntFields modifications * attachmentField download url is generated in model macro for attached Files

    System Message: ERROR/3 (<string>, line 81)

    Unexpected indentation.

    when attachmentField is used by proxy

4.0.0-rc3

  • add tutorial / examples * Added examples/mypamodel : a tutorial Products for custom PloneArticle models.
  • fix a content type linked bug

4.0.0-rc2

  • Fix reindexation bug after migration from Plone 2.0.5 and Zope 2.7
  • Add brazilian and slovenian translation
  • Fix some docs

4.0.0-rc1

  • Save all changes in plonearticle while manipulating files, images and links. Save button of edit form is only used to save modifications of title or description

4.0.0-beta6

  • When updating value of inner content field don't reorder content. All new values will be append to existing ones
  • Migrate old plonearticle models
  • all css and js helpers added in widget plonearticle_edit.pt removed

4.0.0-beta5

  • "Error: Image dimensions unknown" when uploading an image whose dimensions can't be decided.
  • getImageDimensions now guarantees to return integer values for width and height

4.0.0-beta4

  • Added a status bar in the browser to display content loading status
  • Folders in the browser are now addable if they are referencable
  • Search on browser stay on the same folder if no results found
  • Improved skin on browser and innerContentWidget
  • Content proxies renamed after creation. File and images are renamed according to attached file name
  • Articles now have an internal revision number, helpful for further migrations
  • added 'migration' tab in ZMI to plonearticle_tool

4.0.0beta3

  • Fixed referenceable links
  • Updated jquery to 1.0.2
  • Fixed referenceable links

4.0.0beta2

  • InnerContentField are indexable (searchable=True)

4.0.0beta1

  • Full refactoring. Everything Archetypes.