
Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 28ade643cfcb9fe362cac6e213e0144de3e10101 https://github.com/phpmyadmin/phpmyadmin/commit/28ade643cfcb9fe362cac6e213e0... Author: Michal Čihař <michal@cihar.com> Date: 2017-10-31 (Tue, 31 Oct 2017) Changed paths: M libraries/classes/Twig/UtilExtension.php Log Message: ----------- Add Util_showDocu Twig tag Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 6b8a9b7aec80ebe7f8a0855d531bfeea56bc87ec https://github.com/phpmyadmin/phpmyadmin/commit/6b8a9b7aec80ebe7f8a0855d531b... Author: Michal Čihař <michal@cihar.com> Date: 2017-10-31 (Tue, 31 Oct 2017) Changed paths: M libraries/classes/UserPreferences.php Log Message: ----------- Decode user preferences as array We really want an array here, not an object. Type casting to array helps only for top level element. Signed-off-by: Michal Čihař <michal@cihar.com> Compare: https://github.com/phpmyadmin/phpmyadmin/compare/08ce2fb122b4...6b8a9b7aec80