This repository has been archived by the owner on Nov 24, 2019. It is now read-only.
v1.5.3
Changes
- Change translation string from with group to without group. For example:
account.account_username
toaccount_username
- Clean up database for new installation.
- Enable profiler for check performance usage in development. You should disable profiler when publish in production stage.
- Add cache to improve performance. For get config, get site id, check site enable, check account, list sites for menu, and more. Make them use cache to reduce connection to database. This can help speed up the load time up to 70%.
- Fix multi-site management permission check.
- Change redirection for: permission denied, submit completed, others to redirect to referrer where it came from. This can be flexible when admin view the list with filter in querystring and click edit and save and then go back to page where they filtered.
- Fix some wrong redirection.