Partial 2.8 Release Notes
Comments
-
Deployed Thursday, October 11 to 5XX clusters.
Zenimax was excluded.
Client Notes:
* Fix caching that was causing the API to return unpredictable URL formats
* Fix issue that prevented discussions from being created in categories made by APIv2
* Fix link in accepted answer notification emails resulting in an external link warning
* Fix User table not completely deleting roles when a replacement role is selected, causing orphaned records.
Github:
Revert static cache for url() of Gdn_Request
(this broke multiple things)
https://github.com/vanilla/vanilla/pull/7845
userRole table not getting updated after role is deleted, leaving orphaned records
https://github.com/vanilla/vanilla/pull/7756
Deploy Notes
- Zenimax was excluded and should be deployed on Wednesday
- Qualtrics had an incident, they were on release/2.6 for addons causing this error. It was resolved
- These clusters were found to need OPS for updating. Ops will fix this in the future, but it requires downtime for those clients:
0 -
Security patches deployed Sunday October 28, 2018 to all VIP clusters.
- Fixed security issue related to Groups search.
- Fixed other security issues related to change log, email preview, and OpenID addon.
- Removed the cooldown period before re-prompting for password when changing email address in Vanilla.
1 -
(Draft for Whatever this number is)
- Show newest group applicants & invites first so they can still be seen when the list exceeds the current limit (20).
- Fix permission for accessing the Event Log for Administrators
- Security Fixes for Q&A
- Add category following to categories page in Lithe Mobile theme
- Fix users not appearing logged-in when using embedded comments
- Zendesk: Fix ticket comment URLs being posted as plain text
- Hub Sync: Allow badges to opt out of syncing to allow for site specific changes
- Bootstrap 3: Fix Flag flyout menu being cut off in activity
- Fix accessibility issues with modals regarding aria-hidden element and body scroll
- Fix APIv2 ignoring Rank based permissions on user accounts
- Remove Garden.AllowJSONP from config
- Fix limit parameter not being properly validated on APIv2 endpoints
- Add error when setting maximum post length higher than database-enforced limit
- Fix IP ban rules not getting properly applied on user login
- Fix the display of IPv6 when viewing the Event Log.
- Fix search count on the User page in the dashboard when searching by IPv6.
- Fix post counters on profile pages exceeding allotted area.
- Fix duplicated language element in multiple RSS feeds.
- Zendesk: Fix cases where content post could be processed incorrectly when being formatted for ZenDesk.
- Category Following: Display 'Unfollow' option when filtering by followed categories.
- Fix Twitter callback URL for profile connections.
- Add user option to disable/enable Q&A notifications.
- Advanced editor: Fix error message handling when uploading a duplicated file
- Add ability to get info for the current user to Users API v2 endpoint.
- Refresh page after adding/deleting bans.
- Refresh page after adding/deleting messages.
- Start new messages auto-enabled.
- Change announcement dismiss animation to Highlight.
- RSS: Fix double filtering and invalid characters in titles.
- Akismet: Fix potentially overwriting another plugin's spam detection results.
- Whitelist: Update support for IPv6.
- Various performance improvements.
- Fix ban rules fatal error on search.
https://github.com/vanilla/vanilla/issues/8091
Reverse the sort order of group applicants/invites so that admins can approve the most recent
https://github.com/vanilla/internal/pull/1777
Db logger: fix permission "Garden.Settings.Manage"
https://github.com/vanilla/vanilla-patches/issues/439
Q&A - CSRF vulnerability in comment options
https://github.com/vanilla/lithe/pull/82
Add category follow to categories list page
https://github.com/vanilla/vanilla/pull/7929
Fix users not appearing logged-in in embedded comments by breaking the cache
https://github.com/vanilla/internal/pull/1760
Zendesk: fix ticket comment url
https://github.com/vanilla/multisite/pull/201
Allow Badges to opt out of hubsync
https://github.com/vanilla/internal/pull/1764
Bootstrap3: fix flag options visibility
https://github.com/vanilla/vanilla/pull/7956
Fix accessibility issues with modals regarding aria-hidden element and body scroll
https://github.com/vanilla/vanilla/pull/7981
Fix token & standard authentication not happening at same time during request
https://github.com/vanilla/vanilla/pull/8008
Remove Garden.AllowJSONP from config
https://github.com/vanilla/vanilla/pull/8010
Fix limit parameter not being properly validated on API endpoints
https://github.com/vanilla/vanilla/pull/8016
Fix profile edit when user re authenticates
https://github.com/vanilla/vanilla/pull/7979
Profile Extender - add modify user fields event
https://github.com/vanilla/addons/pull/668
QnA: add functionality to have notifications enabled by default
https://github.com/vanilla/vanilla/pull/8039
Add validation for maximum post length
https://github.com/vanilla/vanilla/pull/7955
Fix IP ban field escaping
https://github.com/vanilla/vanilla/pull/7923
Fix the display of IPv6 when viewing the Event Log
https://github.com/vanilla/vanilla/pull/7915
Fix IPV6 user search count
https://github.com/vanilla/vanilla/pull/7917
Fix post counters on profile pages exceeding allotted area
https://github.com/vanilla/internal/pull/1742
Fix reactions avatars no longer appearing in comments
https://github.com/vanilla/vanilla/pull/7879
Fix duplicated language element/node in multiple rss feeds
https://github.com/vanilla/locales/pull/74
QnA: add translation for notification preferences
https://github.com/vanilla/internal/pull/1744
Zendesk: change post formatting to content format instead of global InputFormatter
https://github.com/vanilla/vanilla/pull/7902
Category-Following: Displaying Unfollow option when filtering by followed categories
https://github.com/vanilla/vanilla/pull/7559
Fix Twitter callback URL for profile connections
https://github.com/vanilla/addons/pull/660
User option to disable/enable QnA notifications
https://github.com/vanilla/vanilla/pull/7872
Fix ban rules fatal error on search by not escaping field in SQL query
https://github.com/vanilla/vanilla/pull/7921
Advanced editor: Fix error message handling when uploading a duplicated file
https://github.com/vanilla/analytics/pull/227
Always track the user agent and referrer for page views.
Always expand the referrer. The referrer is always added with javascript.
Sort roles by ID when tracking with analytics.
0 -
Fix group applicants being pushed off the list if more than 20 invites are waiting on acceptance
> Show newest group applicants & invites first so they can still be seen when the list exceeds the current limit (20).
Add warning for trying to set the maximum post length beyond current limits
> Add error when setting maximum post length higher than database-enforced limit.
Fix Reactions avatars no longer appearing in comments.
Was this an issue in the VIP release, or something both caused & fixed in the interim?
0 -
You're correct about that reactions issue, Hopefully there aren't any others in there like that. Replaced the other two.
0
