Branch: refs/heads/QA_4_5
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: e405586584276957d930f8d93071713412accacf
https://github.com/phpmyadmin/phpmyadmin/commit/e405586584276957d930f8d9307…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2015-12-28 (Mon, 28 Dec 2015)
Changed paths:
M ChangeLog
M libraries/DatabaseInterface.class.php
Log Message:
-----------
Avoid conversion of MySQL error messages
The messages are properly encoded based on connection collation. This
seems to be the case since introduction of the collations, but the code
has stayed in phpMyAdmin since the times before it.
Fixes #11788
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/QA_4_5
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 985bdd11abce22f2d01b9ce707b0a1e647b9d31e
https://github.com/phpmyadmin/phpmyadmin/commit/985bdd11abce22f2d01b9ce707b…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2015-12-28 (Mon, 28 Dec 2015)
Changed paths:
M ChangeLog
M libraries/charset_conversion.lib.php
Log Message:
-----------
Check whether iconv works before using it
On some systems iconv is installed, but is missing encoding definitions,
what leads to runtime errors when trying to use it. By testing this we
start using it only if it's properly working.
Fixes #11787
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/QA_4_5
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 6652ed59e7fea2ea1ffe82aa4a7df5bc7678599d
https://github.com/phpmyadmin/phpmyadmin/commit/6652ed59e7fea2ea1ffe82aa4a7…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2015-12-28 (Mon, 28 Dec 2015)
Changed paths:
M ChangeLog
M libraries/kanji-encoding.lib.php
Log Message:
-----------
Fixed Kanji encoding in some specific cases
The mb_detect_encoding can return false and we have to handle this
situation.
Fixes #11786
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 87fb774c027aa0dbe3c74b24109c9f5f126427f4
https://github.com/phpmyadmin/phpmyadmin/commit/87fb774c027aa0dbe3c74b24109…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2015-12-28 (Mon, 28 Dec 2015)
Changed paths:
M libraries/php-gettext/gettext.inc
Log Message:
-----------
Provide fallback for mb_detect_encoding
This fix has been already applied to Kanji library, apply it to
php-gettext as well.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/1abdeb57412f...87fb774c027a
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 6652ed59e7fea2ea1ffe82aa4a7df5bc7678599d
https://github.com/phpmyadmin/phpmyadmin/commit/6652ed59e7fea2ea1ffe82aa4a7…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2015-12-28 (Mon, 28 Dec 2015)
Changed paths:
M ChangeLog
M libraries/kanji-encoding.lib.php
Log Message:
-----------
Fixed Kanji encoding in some specific cases
The mb_detect_encoding can return false and we have to handle this
situation.
Fixes #11786
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 87fb774c027aa0dbe3c74b24109c9f5f126427f4
https://github.com/phpmyadmin/phpmyadmin/commit/87fb774c027aa0dbe3c74b24109…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2015-12-28 (Mon, 28 Dec 2015)
Changed paths:
M libraries/php-gettext/gettext.inc
Log Message:
-----------
Provide fallback for mb_detect_encoding
This fix has been already applied to Kanji library, apply it to
php-gettext as well.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: b30e0aa1945235ac8c474e1b5d320b772205ba60
https://github.com/phpmyadmin/phpmyadmin/commit/b30e0aa1945235ac8c474e1b5d3…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2015-12-28 (Mon, 28 Dec 2015)
Changed paths:
M ChangeLog
M libraries/kanji-encoding.lib.php
M libraries/php-gettext/gettext.inc
Log Message:
-----------
Merge branch 'QA_4_5'
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/3cc092258f1e...b30e0aa19452
Branch: refs/heads/QA_4_5
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 1abdeb57412f7599aed9263bc8d12ab49f7a43d3
https://github.com/phpmyadmin/phpmyadmin/commit/1abdeb57412f7599aed9263bc8d…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2015-12-28 (Mon, 28 Dec 2015)
Changed paths:
M ChangeLog
M libraries/common.inc.php
M libraries/stringMb.lib.php
Log Message:
-----------
Set PHP's internal encoding to UTF-8
Without setting default_charset, user might have set something different
leading to various problems when encoding to html entities.
Fixes #11785
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 97a40d55aa5c91141c645f3bd37560fe5b8a045a
https://github.com/phpmyadmin/phpmyadmin/commit/97a40d55aa5c91141c645f3bd37…
Author: 신흥재 <9992551(a)xfp.kr>
Date: 2015-12-28 (Mon, 28 Dec 2015)
Changed paths:
M po/ko.po
Log Message:
-----------
Translated using Weblate (Korean)
Currently translated at 78.4% (2519 of 3210 strings)
[CI skip]
Commit: 003f01f88590744971ab0c6a0c026ca34400ea74
https://github.com/phpmyadmin/phpmyadmin/commit/003f01f88590744971ab0c6a0c0…
Author: João Machaqueiro <joaopcmacha(a)gmail.com>
Date: 2015-12-28 (Mon, 28 Dec 2015)
Changed paths:
M po/pt.po
Log Message:
-----------
Translated using Weblate (Portuguese)
Currently translated at 54.7% (1756 of 3210 strings)
[CI skip]
Commit: d0532b1c955eed4daef6fc5bca2f1120c4be8340
https://github.com/phpmyadmin/phpmyadmin/commit/d0532b1c955eed4daef6fc5bca2…
Author: Weblate <noreply(a)weblate.org>
Date: 2015-12-28 (Mon, 28 Dec 2015)
Changed paths:
M ChangeLog
M libraries/zip_extension.lib.php
Log Message:
-----------
Merge remote-tracking branch 'origin/QA_4_5' into QA_4_5
Commit: 1abdeb57412f7599aed9263bc8d12ab49f7a43d3
https://github.com/phpmyadmin/phpmyadmin/commit/1abdeb57412f7599aed9263bc8d…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2015-12-28 (Mon, 28 Dec 2015)
Changed paths:
M ChangeLog
M libraries/common.inc.php
M libraries/stringMb.lib.php
Log Message:
-----------
Set PHP's internal encoding to UTF-8
Without setting default_charset, user might have set something different
leading to various problems when encoding to html entities.
Fixes #11785
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 63b2519ae69de80e0067d690fbb85893b2d6262a
https://github.com/phpmyadmin/phpmyadmin/commit/63b2519ae69de80e0067d690fbb…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2015-12-28 (Mon, 28 Dec 2015)
Log Message:
-----------
Merge commit 'd0532b1c955eed4daef6fc5bca2f1120c4be8340'
Commit: 3cc092258f1e21d52df5660edcd93abd02b1ef3b
https://github.com/phpmyadmin/phpmyadmin/commit/3cc092258f1e21d52df5660edcd…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2015-12-28 (Mon, 28 Dec 2015)
Changed paths:
M ChangeLog
M libraries/common.inc.php
M libraries/stringMb.lib.php
Log Message:
-----------
Merge branch 'QA_4_5'
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/5fb0931e755e...3cc092258f1e