4.6.0
What's new
- + refactors caching for improved performance
- + new extension-hook
Request.Saito.View.Admin.plugins
- + migrate existing blocked users to the Saito 4.4+ blocking system #293 (see migration notes)
- + show all existing *.log files in admin-area
- ✓ refresh time field in user settings is to small #291
- ✓ admin user blocking page is empty if no user is blocked #292
- ✓ email address in posting is not shown #296
- ✓ fixes invalid HTML
- ✓ admin can't save user profile because of "similar name"-error without changing the username #297
- ✓ after merging a pinned thread the former root posting is still pinned #294
- Δ removes database cache
- Δ code refactoring:
- consolidates library code in Lib/Saito
- switch from nested array to object tree for internal thread representation #289
- Δ updates CakePHP to 2.6.0-RC
Migration Notes
Note: If you use a table prefix you have to prepend it to the table name.
The ecaches
table be deleted:
DROP TABLE `ecaches`;
Blocked users from a pre 4.4 installation can be migrated to the 4.4+ blocking system using this plugin.