------------------
- Documentation updated with Apache config example.
[alecghica]
- Cleaned up dependencies that already ship with Plone
[alecghica]
- Made Products.UserAndGroupSelectionWidget package optional.
Products.UserAndGroupSelectionWidget will be imported only
if package version is greater then 2.0.4 as it brings dependencies
like plone.dexterity witch conflict with other packages found in
the current Plone release.
[alecghica]
- Fixed register users form to work for the case when
Products.UserAndGroupSelectionWidget is not installed/used
[alecghica]
- Added info on how to make plone.dexterity optional
[alecghica]
- Explicitly store XMPP server's hostname instead of only using the XMPP
domain. Also store the port number instead of only using the default.
[jcbrand]
- Allow the configuration of the registry settings via buildout. See
dbconfig.py
[jcbrand]