Diem 5.1.0-BETA3

Third beta for Diem 5.1

Download Diem 5.1.0-BETA3 in TGZ

Version notes

April 15, 2010

  • The highly wanted "Forgot password" functionality is now available! Learn how to quickly allow your visitors to generate a new password.
  • The admin filters now use all model fields, including i18n fields.
  • Diem now generates unique slugs for pages, by adding a unique suffix if required.
  • Front list widgets can now be filtered by boolean fields.
  • Opera is now fully supported thanks to eXtreme
  • php-user-agent is now used to detect user browser and operating system
  • Many bugs fixed

View what changed since Diem 5.1.0-BETA2 on github

Upgrade

dm_user.forgot_password_code

One field has been added to the database since 5.1.0-BETA2: dm_user.forgot_password_code.

DmUser:  
  columns:  
    forgot_password_code:  
      type: string(12)  
      unique: true  

You should use Doctrine migrations to update your database.

php symfony doctrine:generate-migrations-diff  
  
php symfony doctrine:migrate  
  
php symfony dm:setup  

php-user-agent

One submodule has been added since 5.1.0-BETA2: php-user-agent.
If you use Git to fetch Diem, run

git submodule init  
git submodule update  

to get the new php-user-agent submodule.

Changelog

And many more... View more commits on github

Fork Diem on GitHub