Sprout 0.2
Up to Product page
For additional information about this project, please visit the
project page.
Available downloads
Release Notes
| Tested with | Plone 2.1 |
|---|---|
| State | Final release |
| License | GPL |
| Release Manager | J Cameron Cooper |
| Released | 2006/02/15 |
Release of lots of internal work on sprout, plus fixes of bugs reported from outside.
Most exiting changes:
- root is not restricted to just '.' and '/' but can now be given any absolute portal path (like '/Members/alice')
- virtual hosts support improved
- Sprout monkey patch should be zero-impact on sites without Sprout installed
Change log
0.2 (seedling)
Sprout monkey patch should be zero-impact now if Sprout is not installed.
Make options for root (sub-path) on setup panel clearer in help text.
Some README enhancements.
Added HISTORY.txt file.
Added community patch (Ognjen Vranesic <ogi@redcor.ch>) to look at object
properties for 'root', along with docs.
Virtual host support for root object - sidnei
Added tests - sidnei
Patch logic factored into getNavigationRoot - sidnei
Fixed 'self' typo in plonetool patch - sidnei
Navtree level display - amckay
0.1.1 (acorn+)
Quick followup release fixing an issue discovered in internal testing:
restricted traverse can also throw KeyError in certain situations.
Same fix also adds warning comments about syncing code in patch and
'getNavRootInfo'.
0.1.0 (acorn)
Initial release