Version 0.1.2-rc1 of the forum module has been released. Please test so
we can release 0.1.2 stable. :)
Download:
http://silverstripe.com/assets/rc/forum-v0.1.2-rc1.tar.gz
ChangeLog:
- Order topics by most recently active
- Implemented thread pagination
- When viewing the forum as an admin show all user details
- Implemented forgot nickname
- Fixed problems with currentController()
- Removed exit() and die() on redirect, which was causing blank pages
- Removed ConfirmPassword password field in the CMS, as it now uses a
ConfirmedPasswordField
- Check if a country field has already been added to the CMS, to stop
conflicts with ecommerce module
- Change login template to support login/registration with OpenID
- Fixed unescaped text
- Fixed various SQL-injection possibilities
- Fixed styling issues with messages in spans
- Added style for error messages
- Modified css so it looks good with BlackCandy
- Remove hardcoded gropus for 'currently online'
- Added support for conditional GET
- Fixed Member validation on extensions
- Increase timeout of draft messages from 15 minutes to 24 hours