Branch: refs/heads/QA_4_6
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 4e0ca4601de48412b93cad230957ee4b5a94c3ba
https://github.com/phpmyadmin/phpmyadmin/commit/4e0ca4601de48412b93cad23095…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-04-18 (Mon, 18 Apr 2016)
Changed paths:
M ChangeLog
M doc/config.rst
Log Message:
-----------
Document setup with Google Cloud SQL
Document what needs to be done to connect to Google Cloud SQL.
Fixes #12146
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: fa1d452e03a7522fbcf37b9649bd5b7421367c4c
https://github.com/phpmyadmin/phpmyadmin/commit/fa1d452e03a7522fbcf37b9649b…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-04-18 (Mon, 18 Apr 2016)
Changed paths:
M libraries/dbi/DBIMysqli.php
Log Message:
-----------
Do not hide errors from database connection attempts
Without these errors it's impossible to figure out what went wrong in
the SSL negotiation. All you get is error 2002 without any means to
diagnose and all important information is issued as PHP warnings.
Issue #12146
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: ea428dc86002261bff653067cbf28dd6da895144
https://github.com/phpmyadmin/phpmyadmin/commit/ea428dc86002261bff653067cbf…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-04-18 (Mon, 18 Apr 2016)
Changed paths:
M test/classes/ErrorHandlerTest.php
Log Message:
-----------
Make ErrorHandler test more complete
Actually test handling of stored errors.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 951f1fed5f2123ad7e10f8d2b0779d5ec7cb8a74
https://github.com/phpmyadmin/phpmyadmin/commit/951f1fed5f2123ad7e10f8d2b07…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-04-18 (Mon, 18 Apr 2016)
Changed paths:
M libraries/ErrorHandler.php
M test/classes/ErrorHandlerTest.php
Log Message:
-----------
Add method to slice errors from the handler
This can be useful to pop n-last errors.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: cfbc31bfa62ea3841f766146adc06fecdfd38f4b
https://github.com/phpmyadmin/phpmyadmin/commit/cfbc31bfa62ea3841f766146adc…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-04-18 (Mon, 18 Apr 2016)
Changed paths:
M libraries/DatabaseInterface.php
Log Message:
-----------
Better reporting of connection errors
We really do not care about traceback or parameters in this case, all we
need is to display the message coming from PHP.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 9e2ae0c6acf369ad9dfd8eea8ca32fc849ad1e37
https://github.com/phpmyadmin/phpmyadmin/commit/9e2ae0c6acf369ad9dfd8eea8ca…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-04-18 (Mon, 18 Apr 2016)
Changed paths:
M libraries/DatabaseInterface.php
M libraries/ErrorHandler.php
M libraries/dbi/DBIMysqli.php
M test/classes/ErrorHandlerTest.php
Log Message:
-----------
Merge pull request #12193 from nijel/connect-error
Do not hide errors from database connection attempts
Commit: 4e0ca4601de48412b93cad230957ee4b5a94c3ba
https://github.com/phpmyadmin/phpmyadmin/commit/4e0ca4601de48412b93cad23095…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-04-18 (Mon, 18 Apr 2016)
Changed paths:
M ChangeLog
M doc/config.rst
Log Message:
-----------
Document setup with Google Cloud SQL
Document what needs to be done to connect to Google Cloud SQL.
Fixes #12146
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 57dce340852178299c29d64bd87ae481047afa70
https://github.com/phpmyadmin/phpmyadmin/commit/57dce340852178299c29d64bd87…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-04-18 (Mon, 18 Apr 2016)
Changed paths:
M ChangeLog
M doc/config.rst
M libraries/DatabaseInterface.php
M libraries/ErrorHandler.php
M libraries/dbi/DBIMysqli.php
M test/classes/ErrorHandlerTest.php
Log Message:
-----------
Merge branch 'QA_4_6'
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/8bf08611da30...57dce3408521
Branch: refs/heads/QA_4_6
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: fa1d452e03a7522fbcf37b9649bd5b7421367c4c
https://github.com/phpmyadmin/phpmyadmin/commit/fa1d452e03a7522fbcf37b9649b…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-04-18 (Mon, 18 Apr 2016)
Changed paths:
M libraries/dbi/DBIMysqli.php
Log Message:
-----------
Do not hide errors from database connection attempts
Without these errors it's impossible to figure out what went wrong in
the SSL negotiation. All you get is error 2002 without any means to
diagnose and all important information is issued as PHP warnings.
Issue #12146
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: ea428dc86002261bff653067cbf28dd6da895144
https://github.com/phpmyadmin/phpmyadmin/commit/ea428dc86002261bff653067cbf…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-04-18 (Mon, 18 Apr 2016)
Changed paths:
M test/classes/ErrorHandlerTest.php
Log Message:
-----------
Make ErrorHandler test more complete
Actually test handling of stored errors.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 951f1fed5f2123ad7e10f8d2b0779d5ec7cb8a74
https://github.com/phpmyadmin/phpmyadmin/commit/951f1fed5f2123ad7e10f8d2b07…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-04-18 (Mon, 18 Apr 2016)
Changed paths:
M libraries/ErrorHandler.php
M test/classes/ErrorHandlerTest.php
Log Message:
-----------
Add method to slice errors from the handler
This can be useful to pop n-last errors.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: cfbc31bfa62ea3841f766146adc06fecdfd38f4b
https://github.com/phpmyadmin/phpmyadmin/commit/cfbc31bfa62ea3841f766146adc…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-04-18 (Mon, 18 Apr 2016)
Changed paths:
M libraries/DatabaseInterface.php
Log Message:
-----------
Better reporting of connection errors
We really do not care about traceback or parameters in this case, all we
need is to display the message coming from PHP.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 9e2ae0c6acf369ad9dfd8eea8ca32fc849ad1e37
https://github.com/phpmyadmin/phpmyadmin/commit/9e2ae0c6acf369ad9dfd8eea8ca…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-04-18 (Mon, 18 Apr 2016)
Changed paths:
M libraries/DatabaseInterface.php
M libraries/ErrorHandler.php
M libraries/dbi/DBIMysqli.php
M test/classes/ErrorHandlerTest.php
Log Message:
-----------
Merge pull request #12193 from nijel/connect-error
Do not hide errors from database connection attempts
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/b204a2daa559...9e2ae0c6acf3
Branch: refs/heads/QA_4_6
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 8a764f1a6edb6400f0cbb85814875313e86bad24
https://github.com/phpmyadmin/phpmyadmin/commit/8a764f1a6edb6400f0cbb858148…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-04-18 (Mon, 18 Apr 2016)
Changed paths:
M libraries/dbi/DBIMysqli.php
Log Message:
-----------
Do not hide errors from our code
This should not emit any PHP warnings at all.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: a5ac300264f3c37a24789ca67fd66850aa1099b0
https://github.com/phpmyadmin/phpmyadmin/commit/a5ac300264f3c37a24789ca67fd…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-04-07 (Thu, 07 Apr 2016)
Changed paths:
M libraries/DatabaseInterface.php
Log Message:
-----------
Remove undocumented caching for table status
This feature is not documented, not in the default config, so probably
not used at all.
This was introduced in revert commit
19432a02cc218e7469dc8c123f73b10ab47c872c, so I believe it was not
intentional.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: fd7d036cde5fe456ee0a077aef0c5f4f04784098
https://github.com/phpmyadmin/phpmyadmin/commit/fd7d036cde5fe456ee0a077aef0…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-04-18 (Mon, 18 Apr 2016)
Changed paths:
M libraries/DatabaseInterface.php
Log Message:
-----------
Merge pull request #12170 from nijel/remove-cache
Remove undocumented caching for table status
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/c81cc62ad022...fd7d036cde5f