
Branch: refs/heads/QA_4_7 Home: https://github.com/phpmyadmin/phpmyadmin Commit: b2dd91ebe398b5bcbecad010ef5753a6b6b51835 https://github.com/phpmyadmin/phpmyadmin/commit/b2dd91ebe398b5bcbecad010ef57... Author: Michal Čihař <michal@cihar.com> Date: 2017-02-13 (Mon, 13 Feb 2017) Changed paths: M libraries/db_common.inc.php Log Message: ----------- Use URL for constructing params instead of concatenation Signed-off-by: Michal Čihař <michal@cihar.com> Commit: cdd5f7f6d38c2e723087ac97523cfa7d99b6f7a7 https://github.com/phpmyadmin/phpmyadmin/commit/cdd5f7f6d38c2e723087ac97523c... Author: Michal Čihař <michal@cihar.com> Date: 2017-02-13 (Mon, 13 Feb 2017) Changed paths: M libraries/URL.php Log Message: ----------- Do not append ? at the URL if not needed Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 924aabf652f35a35ccfe66a6fa706bb434282081 https://github.com/phpmyadmin/phpmyadmin/commit/924aabf652f35a35ccfe66a6fa70... Author: Michal Čihař <michal@cihar.com> Date: 2017-02-13 (Mon, 13 Feb 2017) Changed paths: M ChangeLog M index.php M libraries/LanguageManager.php M libraries/plugins/auth/AuthenticationCookie.php M templates/select_lang.phtml Log Message: ----------- Do not show language selector without choices Move the check from template to the code, so that the selection is completely hidden when there is nothing to select. Fixes #12988 Signed-off-by: Michal Čihař <michal@cihar.com> Compare: https://github.com/phpmyadmin/phpmyadmin/compare/3a21b99e63ca...924aabf652f3