Plone Help Center 0.8
Up to Product page
For additional information about this project, please visit the
project page.
Available downloads
Release Notes
| Tested with | Plone 2.0.5 |
|---|---|
| State | Final release |
| License | GPL |
| Release Manager | Joel Burton |
This version is the first released version of PHC; if you have been using previous versions, you will need to add an index and reindex the catalog, as described in HISTORY.txt.
This is also the last release that will work under Plone 2.0, future releases depend on the improvements that Plone 2.1 bring to the table.
Please note that this release is not fully compatible with Plone 2.1 (unlike what was previously assumed). The 2.1-integration branch in svn contains the latest 2.1 updates.
Change log
Version 0.8
- Made section searches use the catalog. This _REQUIRES_
that you either:
- reinstall the product, if already installed
- or add a KeywordIndex "getSections" to the catalog,
And then you must update this index.
Versions earlier than this:
- actually start using the ADD_HELP_AREA_PERMISSION as the
add permission for HelpCenter, instead of the generic
'Add Portal Content' permission
(rafrombrc)
- fixed lots of failing and erroring unit tests. got all
tests to pass w/ plones 2.0 and 2.1
(rafrombrc)
(name of developer listed in brackets)
- Made Glossary's getItemsBySection() return sorted list.
- Made reference manual and todo navigation drop-downs select current page
(optilude)