June 7, 2007

Litmus Upgrade Complete

The Litmus upgrade scheduled for tonight has been completed. To refresh your memories, the major changes are new user permission groups, forgotten password reset, and performance enhancements/bug fixes.

If you run into any problems, please do let me know. The major things to watch out for are any problems around user authentication, especially for administrators, any trouble with the password reset feature if you use it, or any situation where you're seeing content that appears to be intended for someone else.

Those of you running your own Litmus installations (not very many of you I know) will need to run the populatedb.pl script to pick up the schema changes that have been introduced. In addition, you'll need to define the path to sendmail in your existing 'localconfig' file for the password reset feature to work:

our $sendmail_path = '/usr/sbin/sendmail';
Posted by zach at June 7, 2007 7:48 PM