PloneArticle 4.1.0-beta3 (Beta release) (Jul 08, 2008)

This is not a final release. Experimental releases should only be used for testing and development. Do not use these on production sites, and make sure you have proper backups before installing.

* PloneArticle is now available as an egg: Products.PloneArticle * few fixes (see changes)

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

Available downloads

Product egg page

For all platforms

Release Notes

Tested with Archetypes 1.5, Plone 3, Zope 2.10
State Beta release
License GPL

4.1.0 beta 3

  • Added specific add permission for multi-page content type
  • PloneArticle is now packaged as a python egg
  • Fix edit form javascript errors under plone >= 3.1 with MSIE (just changed the test on typeof "$" by typeof "jq" to know the plone javascript implementation, but if someone put a var called jq somewhere in a plone < 3.1 ... it will be broken) [macadames] 2008-05-21
  • Decorator that prevents running setuphandlers functions on other profiles. [glenfant] 2008-04-28
  • Avoid an Runtime Error when there is circular reference between article. (see tests.test_innercontentproxy.test_searcheableText) [yboussard] 2008-04-25