PloneArticle 4.1.0RC1 (Release candidate) (Sep 05, 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.
This release fixes most critical bugs found in PloneArticle 4.1.0-beta3.
For additional information about this project, please visit the overview page .
Available downloads
Release Notes
| Tested with | Plone 3 |
|---|---|
| State | Release candidate |
| License | GPL |
Requirements :
Plone 3.0X and more
Installation :
Just add Products.PloneArticle in your Buildout
or
easy_install Products.PloneArticle
Then install it in your Plone Site as any product, using portal_quickinstaller or Plone Control Panel > Add/Remove products
It's a Bugfix version. See the Changelog
Change log
- Make tests running without errors also under MSWindows. Text from Attached files seems to be indexed in lowercase under Windows, so we test only indexation in lowercase. [macadames] 2008-09-05
- Fixed not closed tag bug on models which would avoid displaying attachements, links and footer [el_gringo] 2008-08-21, [macadames] 2008-09-05
- Improve browser's css to make folder selection possible for links when using standard view mode (list view). [macadames] 2008-08-21
- removed PloneArticle and InnerContentContainer from site_properties for folderish contents [b_mathieu] 2008-08-19
- Fix a float bug for IE6/IE7 in edit widgets [macadames] 2008-07-25
- Create a case where the attachment id is the same that the object id. [encolpe] 2008-06-23
- 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] 2008-06-23
- try to fix migration path [encolpe] 2008-06-18


