Branch: refs/heads/QA_4_7
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 031d379bdc0b8d9001d45dab155d1f35b2d47efd
https://github.com/phpmyadmin/phpmyadmin/commit/031d379bdc0b8d9001d45dab155…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-04-28 (Fri, 28 Apr 2017)
Changed paths:
M libraries/Charsets.php
M test/classes/CharsetsTest.php
Log Message:
-----------
Rewite collation naming code
Rewritten to use level based parser instead of hardcoding ordering. This
is necessary as MySQL charset naming got even more complex with MySQL
8.0.
Fixes #13216
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: c419aad2b98f5cab56e8787b02274b3c1035156e
https://github.com/phpmyadmin/phpmyadmin/commit/c419aad2b98f5cab56e8787b022…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-05-04 (Thu, 04 May 2017)
Changed paths:
M libraries/Charsets.php
M test/classes/CharsetsTest.php
Log Message:
-----------
Merge pull request #13224 from nijel/collations
Rewite collation naming code
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/aa1171f24fb9...c419aad2b98f
Branch: refs/heads/QA_4_7
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: dd7faf9ece644ab10affa3448676d30303d0670b
https://github.com/phpmyadmin/phpmyadmin/commit/dd7faf9ece644ab10affa344867…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-04-28 (Fri, 28 Apr 2017)
Changed paths:
M themes/original/img/logo_left.png
M themes/original/img/logo_right.png
M themes/pmahomme/img/logo_left.png
M themes/pmahomme/img/logo_right.png
Log Message:
-----------
Update logo images
The old ones did not have proper transparency (due to lack of support
for that in some browsers by the time they were created).
As we don't seem to have sources for the original logo, I've used
slightly newer version which was used on t-shirts and stickers.
Fixes https://github.com/phpmyadmin/phpmyadmin/issues/13218
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: cfb66a5b9fac69fb69277de5d9b9abbe486d89bc
https://github.com/phpmyadmin/phpmyadmin/commit/cfb66a5b9fac69fb69277de5d9b…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-05-04 (Thu, 04 May 2017)
Changed paths:
M themes/original/img/logo_left.png
M themes/original/img/logo_right.png
M themes/pmahomme/img/logo_left.png
M themes/pmahomme/img/logo_right.png
Log Message:
-----------
Merge pull request #13223 from nijel/logo
Update logo images
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/298b431b4b53...cfb66a5b9fac
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 8e91ad5b358e76f59591432e6d7f9d2aab101b57
https://github.com/phpmyadmin/phpmyadmin/commit/8e91ad5b358e76f59591432e6d7…
Author: Luís Pedro Algarvio <lp.algarvio(a)gmail.com>
Date: 2017-05-04 (Thu, 04 May 2017)
Changed paths:
M libraries/common.inc.php
M libraries/vendor_config.php
M scripts/advisor2po
M scripts/generate-twig-cache
M test/bootstrap-dist.php
Log Message:
-----------
Implement AUTOLOAD_FILE constant (#13213)
Replace hardcoded paths for autoload.php with vendor defined AUTOLOAD_FILE constant.
Signed-off-by: Luís Pedro Algarvio <lp.algarvio(a)gmail.com>