Some of the changes in XF 1.5.24 include:
- When importing posts from PhpBB sanitize the BB code in posts before prepending the subject text to the post content.
- When importing posts from PhpBB add support for bringing in the username from quote attributions.
- MyBB doesn't automatically wrap links in URL tags on save time, and just handles them at render time. Run message text through our autolinker on import to handle this.
- When loading CSS externals via XHR do not prefix what might look like data URIs with the base href.
- Attempt to avoid a duplicate key race condition when following a user.
- Check thread reply permission in quote action.
- Ensure password_changed emails are sent to the requesting user rather than the currently logged in user.