Releases: silverstripe-archive/silverstripe-forum
0.8.3
Fix latest blog post bug
Thanks to @gordonbanderson for the fix.
0.8.1: Merge pull request #179 from silverstripe/fix-routes
FIX Explicitly set the route to the ForumMemberProfile
0.8.0 stable
ENHANCEMENTS
4051da8: MINOR: Enclose ID in quotes (Oliver Shaw)
0985386: MINOR: Postgres compatibility (Oliver Shaw)
a45adbd: Updated Travis build status branch (Ingo Schommer)
65104a2: Adding $has_many link back from Member to Post so posts can be accessed from the member side of the relationship. (Michael)
a663395: Template fixes (Daniel Hensby)
f410522: DOCS Updated to reflect that there is a built in search. (Cam Findlay)
17bcefa: International users should get mail in their language. (wwillm)
b36654e: DOCS Removed old change log file - this is now in GitHub release info. (Cam Findlay)
e333ebf: ENHANCEMENT beforePostMessage extension hook (Cam Findlay)
d81925f: Wrapping getCMSFields fields with beforeUpdateCMSFields to allow extensions to run after fields have been added. (Michael)
BUG FIXES
95a7707: FIX Forum statistics returned incorrect counts. (Cam Findlay)
113ebf0: BUGFIX: Deleting Forum Post deletes Member with correlating ID (Oliver Shaw)
7111e63: BUGFIX: Deleting Forum Post deletes Member with correlating ID (Oliver Shaw)
3444618: SS-2015-017: Remove form actions from allowed_actions to prevent direct access (Ed Linklater)
Bug fixes
FIXES
BUGFIX: Deleting Forum Post deletes Member with correlating ID (Olliepop)
MINOR: Postgres compatibility (Olliepop)
MINOR: Enclose ID in quotes (Olliepop)
Security release
Fixes
SS-2015-017: Remove form actions from allowed_actions
Security release
Fixes
SS-2015-017: Remove form actions from allowed_actions
0.7.3
Minor documentation and travis updates.
Added an extension point (doesn't affect the publicly exposed API).
FIX for admin permission of moderators
This fixes the bug raised in #120
Performance boosts, new spam statuses, config of avatar/attachment folders via yaml.
New Features
- Configurable avatar and attachment folders
- Provide the ability to disable "Currently Online" functionality.
- Adding spam protection code from current silverstripe.org forum
- Delete avatar on deletion of a Member who has one.
Enhancements/Performance
- Fix performance dramatically for large Post tables
- Performance improvement: Index ForumThread IsSticky and IsGlobalSticky
- Fixing LatestMembers query to not rely on RIGHT JOIN
- Removing redundant filter. This is handled in ForumSpamPostExtension
- Fixing getLatestMembers performance when limiting by 1
- Fixing performance issues in some forum queries.
- Cache first call of DisplaySignatures. It only needs to be checked once.
Bugs
- Attempt to access File::$allowed_extensions when uploading invalid file
- Fix isFirstPost crashing on unsaved records
- Fixing use of deprecated SpamProtectorManager::update_form()