Skip to content

Releases: silverstripe-archive/silverstripe-forum

0.8.3

01 Jun 02:39
Compare
Choose a tag to compare

#205 Allow Subscribe/Unsubscribe to be called without ajax

Thanks @hailwood

Fix latest blog post bug

07 Mar 07:52
Compare
Choose a tag to compare

0.8.1: Merge pull request #179 from silverstripe/fix-routes

31 Jan 23:01
Compare
Choose a tag to compare
FIX Explicitly set the route to the ForumMemberProfile

0.8.0 stable

26 Aug 21:38
Compare
Choose a tag to compare

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

10 Aug 05:57
Compare
Choose a tag to compare

FIXES

BUGFIX: Deleting Forum Post deletes Member with correlating ID (Olliepop)
MINOR: Postgres compatibility (Olliepop)
MINOR: Enclose ID in quotes (Olliepop)

Security release

10 Aug 01:03
Compare
Choose a tag to compare

Fixes

SS-2015-017: Remove form actions from allowed_actions

Security release

10 Aug 01:12
Compare
Choose a tag to compare

Fixes

SS-2015-017: Remove form actions from allowed_actions

0.7.3

19 Jul 03:53
Compare
Choose a tag to compare

Minor documentation and travis updates.
Added an extension point (doesn't affect the publicly exposed API).

FIX for admin permission of moderators

06 Mar 04:16
Compare
Choose a tag to compare

This fixes the bug raised in #120

Performance boosts, new spam statuses, config of avatar/attachment folders via yaml.

19 Sep 03:08
Compare
Choose a tag to compare

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()