Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: a7a44c28c59641637585f38eda3070c070c39d5f https://github.com/phpmyadmin/phpmyadmin/commit/a7a44c28c59641637585f38eda30... Author: Michal Čihař michal@cihar.com Date: 2016-04-11 (Mon, 11 Apr 2016)
Changed paths: M libraries/Charsets.php M libraries/controllers/server/ServerCollationsController.php M templates/server/collations/charsets.phtml
Log Message: ----------- All charsets/collation we get from the MySQL server are available
There is no need for explicit checking for availability later in the code.
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 6429689607e04a22a4189b55edab8c59ff53991c https://github.com/phpmyadmin/phpmyadmin/commit/6429689607e04a22a4189b55edab... Author: Michal Čihař michal@cihar.com Date: 2016-04-11 (Mon, 11 Apr 2016)
Changed paths: M libraries/Charsets.php
Log Message: ----------- Simplify collations reading
Remove dependency from charsets to collations, we really do not need it.
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 9a59032379430246b7e46adc52fddf087d663da9 https://github.com/phpmyadmin/phpmyadmin/commit/9a59032379430246b7e46adc52fd... Author: Michal Čihař michal@cihar.com Date: 2016-04-11 (Mon, 11 Apr 2016)
Changed paths: M libraries/Charsets.php M test/classes/CharsetsTest.php M test/libraries/PMA_operations_test.php
Log Message: ----------- Improve collation descriptions
- detect new languages - detect new Unicode variants - better describe collation method
Signed-off-by: Michal Čihař michal@cihar.com
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/b311780d76eb...9a5903237943