Releases: textpattern/textpattern-forum
Releases · textpattern/textpattern-forum
v0.2.0
Changes in this release:
- Fixed: FluxBB v1.5.6. Fixes account renaming, HTML5 validation and security vulnerabilities.
- Fixed: Masthead logo glitch on IE8. Doesn't display Textpattern logo twice.
- Fixed: Main network navigation loading and content shifting.
- Fixed: Improve font loading on subsequent page visits. Move from Web Font Loader to a link tag.
- Fixed: Remove JavaScript based moving of the subscribe button; causes content shifting.
- Fixed: Off-positioned forum navigation tabs. Appeared 1px below the strip border on Chrome.
- Fixed: Don't send non-IPv4 addresses to Stop Forum Spam.
- Fixed: Sfs::isBanned() check; do not create duplicate ban records.
- Fixed: Only load HTML5 Shiv on IE8.
- Fixed: Rare cases where there is no space rendered between forum navigation tabs.
- Fixed: Issues where wrong syntax highlighting language would be used.
- Fixed: Fix code block quoting and its escaping.
- Fixed: Font rendering issues on Chrome Mac by explicitly setting the font to Arial; sans-serif default querying fails.
- Added: Indicator to main navigation to show current section.
- Added: Textarea height grows with the content.
- Added: Setup script creates avatar directory if missing.
- Added: Move focus to the username field on the login page.
- Added: Sfs bot writes down dates with bans and the logged event.
- Added: Prevent admins from accidentally banning wide range of users by IP address.
- Added: Remove the account if flagged on the first post.
- Added: Registration form displays a CAPTCHA.
- Changed: Improve layout of quickpost form.
- Changed: Load Google Analytics protocol relatively.
- Changed: Unset Google Analytics tracking cookies when the session ends. We don't do persistent tracking.
- Changed: Re-enable category and forum arrangement management through production server's web GUI.
- Changed: Reverse SVG logic; logos default to SVG, loads PNG replacement if needed.
- Changed: Improve @:focus@ styling for buttons and form elements.
- Changed: More prominent blockquote styling.
- Changed: "PSR-0":https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md and "PSR-2":https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2.md coding standard compliance.
- Changed: Use CSS sprite for common icons - reduces HTTP requests and page filesize.
- Changed: Various CSS optimisations.
- Changed: Switch Share button to Google +1.
- Changed: Post quoting tool strips unneeded long-block escaping paragraph tags from between quotes.
- Changed: Quotes preserve embedded media links.
- Changed: Does't show "You're not logged in" message on mobiles.
- Changed: Stop Forum Spam validator tool doesn't ban, but only blocks and limits requests activity.
- Changed: Moved profile, register, logout and login links next to where "logged in as" message is presented.
- Changed: Send strict Content-Security-Policy headers.
- Changed: Conditionally load jQuery 2.x if supported by the client.
- Removed: Modernizr; avoided feature testing by reconstructing CSS.
- Removed: Social sharing buttons.
- Removed: Vimeo support.
v0.1.0
Initial release.