Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 088bdec7f52aed712681f4b0f31917b13ca2e1c7
https://github.com/phpmyadmin/phpmyadmin/commit/088bdec7f52aed712681f4b0f31…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-10-10 (Tue, 10 Oct 2017)
Changed paths:
M libraries/classes/DatabaseInterface.php
Log Message:
-----------
Avoid trying to get warnings for non saved queries
This leads to command out of sync error.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: e4ca1ae98f46a9c9c3e83071b1d75554c954dfc3
https://github.com/phpmyadmin/phpmyadmin/commit/e4ca1ae98f46a9c9c3e83071b1d…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-10-10 (Tue, 10 Oct 2017)
Changed paths:
M libraries/classes/Export.php
M libraries/classes/Util.php
M libraries/common.inc.php
M test/bootstrap-dist.php
M themes/original/css/common.css.php
M themes/pmahomme/css/common.css.php
Log Message:
-----------
Remove cell_align_left superglobal
It can be replaced by proper CSS.
Issue #11731
Issue #12262
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 98964e2f59a010f288000b2fed5ee5b620b6a211
https://github.com/phpmyadmin/phpmyadmin/commit/98964e2f59a010f288000b2fed5…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-10-10 (Tue, 10 Oct 2017)
Changed paths:
M db_operations.php
M import.php
M libraries/check_user_privileges.inc.php
M libraries/classes/Controllers/Server/ServerDatabasesController.php
M libraries/classes/Controllers/Table/TableStructureController.php
M libraries/classes/Display/ChangePassword.php
M libraries/classes/Import.php
M libraries/classes/Rte/RteList.php
M libraries/classes/Server/Privileges.php
M libraries/classes/Server/Users.php
M libraries/common.inc.php
M libraries/server_common.inc.php
M server_privileges.php
M server_replication.php
M server_user_groups.php
M sql.php
M templates/server/databases/table_footer.phtml
M templates/server/databases/table_header.phtml
M templates/server/databases/table_row.phtml
M test/classes/Controllers/Server/ServerCollationsControllerTest.php
M test/classes/Controllers/Server/ServerDatabasesControllerTest.php
M test/classes/Server/PrivilegesTest.php
M test/classes/Server/UsersTest.php
Log Message:
-----------
Remove is_superuser superglobal
Issue #11731
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: d574aede08f915163265534545cc9e5aebbc1c97
https://github.com/phpmyadmin/phpmyadmin/commit/d574aede08f915163265534545c…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-10-10 (Tue, 10 Oct 2017)
Changed paths:
M libraries/classes/Controllers/Table/TableSearchController.php
M libraries/classes/DatabaseInterface.php
M libraries/classes/InsertEdit.php
M libraries/classes/Normalization.php
M libraries/classes/Relation.php
M libraries/classes/Rte/Routines.php
M libraries/classes/Types.php
M libraries/classes/Util.php
M libraries/common.inc.php
M templates/columns_definitions/column_attribute.phtml
M test/classes/CentralColumnsTest.php
M test/classes/Controllers/Table/TableSearchControllerTest.php
M test/classes/InsertEditTest.php
M test/classes/NormalizationTest.php
M test/classes/Rte/RoutinesTest.php
M test/classes/TypesTest.php
Log Message:
-----------
Bind Types to DatabaseInterface
This wayt it's automatically passed with DBI.
Issue #11731
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: b5e391f0069f60f7cfb5d0ffaf36791e0ae6cd37
https://github.com/phpmyadmin/phpmyadmin/commit/b5e391f0069f60f7cfb5d0ffaf3…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-10-10 (Tue, 10 Oct 2017)
Changed paths:
M libraries/classes/Types.php
R libraries/classes/TypesMySQL.php
M libraries/common.inc.php
M test/classes/CentralColumnsTest.php
M test/classes/Controllers/Table/TableSearchControllerTest.php
M test/classes/InsertEditTest.php
M test/classes/NormalizationTest.php
M test/classes/Rte/RoutinesTest.php
R test/classes/TypesMySQLTest.php
M test/classes/TypesTest.php
Log Message:
-----------
Merge Types and TypesMySQL classes
These were separate from time we've supported Drizzle, but this no
longer makes sense.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 735db02112d90b43c84b4d419a2346c183dc0472
https://github.com/phpmyadmin/phpmyadmin/commit/735db02112d90b43c84b4d419a2…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-10-10 (Tue, 10 Oct 2017)
Changed paths:
M ChangeLog
M libraries/classes/Types.php
Log Message:
-----------
Support JSON datatype on MariaDB 10.2.7 and newer
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/bd7ff2fe68a8...735db02112d9