Skip to content

0.8.12 Release

Deamos requested to merge nightly into development

Merge Request Guidelines

  1. Please fill this form out to the best of your ability.
  2. Follow the principle of "One Merge Request, One Concern"
  3. Merge Requests must be complete in total.
  4. Contributed Code must be universal in scope, ie: Able to be used for all installs / install environments.

Description

Version Update Release 0.8.12

Motivation and Context

  • OSP-Core: Fixes an issue where /Channels page gives a 500 error if Show Empty Tables is set to False
  • OSP-Core: Fixes an issue where the dbFixes() function does not update the System Settings due to caching
  • OSP-Core: Added Caching for Get_VideoCommentCount Template Filter
  • OSP-Core: Added Caching for Get_Username Template Filter
  • OSP-Core: Changed videoViewList.html to work with optimized queries Note: Custom Themes will need to be changed to use template filters as in these files as some DB Object subqueries will no longer work and will cause errors

How Has This Been Tested?

Tested on Demo site

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • Merge Request Follows the Merge Request Guidelines
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

Merge request reports

Loading