Totara Social Release Notes

Totara Social 1.0.12 Released 5th November 2015

 
Yuliya Bozhko
Totara Social 1.0.12 Released 5th November 2015
by Yuliya Bozhko - Wednesday, 4 November 2015, 4:38 PM
 

Hi everyone!

Totara Social 1.0.12 release is out! This is a snapshot release containing bug fixes.

Here is the changelog for Totara Social 1.0.12:

Release 1.0.12 (5th November 2015)
=================================================

Bug Fixes:
    TS-756    Made sure web and database server timezones are in sync. PHP function
              date_default_timezone_set() should now be used for setting a timezone
              in config.php file
              NOTE: if your site is running MySQL or MariaDB and you are using setting
              date_default_timezone_set(), make sure your database server has its
              timezone table loaded by executing the following command
              mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u <admin_username> -p mysql
              For more information see MySQL documentation at
              https://dev.mysql.com/doc/refman/5.0/en/mysql-tzinfo-to-sql.html
    TS-754    Fixed error when adding a row after changing column number in page layout
    TS-676    Made sure user-friendly messages are displayed in case any errors occur when
              selecting page layouts
    TS-735    Fixed comments block and added relevant description if comments on content
              are not allowed
    TS-745    Added description in 'My groups' block type
    TS-734    Complaint field is now required when reporting objectionable content in forum
              replies
    TS-750    Fixed styling issue with a newly created 4-rows page layout
    TS-634    Removed unnecessary DIV element on content page when comments are disabled

Backported fixes from Mahara:
    Take into account the 'maxuploadsize' site setting (Bug #1495676)
    Make sure Flowplayer preserves video's aspect ratio (Bug #1496910)
    Remove unnecessary cached form from the session (Bug #1495200)
    Improve sanitize_url() function to return false when given a null URL (Bug #1497411)
    Allow for youtube-nocookie.com urls to work (Bug #1436841)
    Fix issue when flash player is displayed over dialogs (Bug #1254841)
    Use correct path for deleting old sessions (Bug #1500774)