Ploneboard 1.0
Up to Product page
For additional information about this project, please visit the
project page.
Available downloads
Release Notes
| Tested with | Plone 2.5 |
|---|---|
| State | Final release |
| License | GPL |
| Release Manager | Wichert Akkerman |
MD5 (Ploneboard-1.0.tar.gz) = d9496d0ff23263be216574ba77faf821
Feature enhancements in this release
The following features are associated with this release:
- #1: Allow editing and deleting of content
- Implement features to allow members to edit and delete their own conversations and replies, and for managers to edit and delete all content.
- #10: Show a subset of the personal info
- Implement a simple signature feature.
- #11: Sorting improvements
- Ploneboard's ability to sort lists of forums and conversations is a good starting point, but could use some minor touch-ups to improve usability.
- #16: Attachments Quota and Upload file size limit
- Add configuration option to set a global ploneboard quota limit in order to control zope database and therefore disk space growth.
- #2: Allow rich text
- In order to promote more readable posts, we believe that Ploneboard should support rich-text conversation text and reply text.
- #3: "Reply with quote" function
- Ploneboard would benefit from a simple "reply with quote" function that enables a user to seed their response with text from a previous message.
- #5: Link instances the user's name to their profile/home page
- Each time a user's name appears in Ploneboard pages, it should link to that user's home page or profile page for the Plone site.
- #6: Make Ploneboard content searchable
- Making Ploneboard content searchable through Plone's existing search tools seems like an obvious win.
- #7: Allow delegation of forum permissions
- Allow board administrator to delegate forum administration responsibilities to members.
Change log
Ploneboard 1.0 final
The final 1.0 release of Ploneboard. Changes since release candidate 1 are:
- Improved migration from Ploneboard 0.1 installs
- Strip directory name from filename for file attachments
- Quote emoticons correctly in replies
- Modify attachment handling: if SimpleAttachment is not installed do not allow users to upload attachments
Ploneboard 1.0 release candidate 1 - Released November 6, 2006
This is the first release candidate of Ploneboard. The major changes since the last release are:
- more and better translations
- attachment handling has been improved
- migration for older Ploneboard releases has improved
- new overviews for new and unanswered comments
Ploneboard now requires the SimpleAttachment product to be installed.
Please note that this release does not
support Plone 3.0.
Ploneboard 1.0 beta 1 - Released July 2nd, 2006
This is the first beta release. It focuses on fixing bugs and improving the features of the alpha releases. It also ships with many functional tests for the user interface, which go a long way towards assuring the basic functionality actually works. :)
Ploneboard 1.0 alpha 3 - Released May 31, 2006
This is the third alpha release of the upcoming Ploneboard 1.0. The major changes since the last release are:
- Add missing images which broke the alpha2 release (sorry about that)
- Improve attachment handling: show filesize and original filename in the userinterface and remember the MIME content-type
- Finish the GenericSetup profile
- Unit tests run correctly again
- Ploneboard is searchable now
- New German and Norwegian translation added
- Improved behaviour of editing and deletion of comments
Ploneboard 1.0 alpha 2 - Released May 13, 2006
This is the second alpha release of the upcoming Ploneboard 1.0. The major changes since the last release are:
- actually include script to remove a comment
- configure archetype catalog map using GenericSetup (requires Archetypes 1.4 branch from subversion)
- correctly handle file attachments with filenames which are not valid Zope ids
- translation updates: even more text is translatable now, dates are formatted using the correct format
- Add German and Italian translations
- disable moderation actions for now; they will return when moderation works again
- fix duplicate messages in threaded conversation view
- enable RSS syndication on forums
- use mini-kupu when editing comments
Ploneboard 1.0 alpha 1 - Released May 5, 2006
This is the first alpha release of the upcoming Ploneboard 1.0. The major changes are:
- all text is now translatable
- code has been refactored for easier maintenance and better robustness
- a new thread view for conversations has been added
- a mini-kupu for editing comments has been added
- can be installed via a GenericSetup extension profile