Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: ca03659f5ee84ea25672b7a21941a7f1944eeed4
https://github.com/phpmyadmin/phpmyadmin/commit/ca03659f5ee84ea25672b7a2194…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-02-02 (Thu, 02 Feb 2017)
Changed paths:
M js/console.js
Log Message:
-----------
Provide tracback on error
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: d9a2fe5d361164be208fe94d86f15f9852f69fe1
https://github.com/phpmyadmin/phpmyadmin/commit/d9a2fe5d361164be208fe94d86f…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-02-02 (Thu, 02 Feb 2017)
Changed paths:
M js/jquery/jquery-ui.min.js
M js/jquery/src/jquery-ui/widget.js
M js/jquery/src/jquery-ui/widgets/controlgroup.js
M js/jquery/src/jquery-ui/widgets/tabs.js
Log Message:
-----------
Use .uniqueSort isntead of deprecated .unique
This changes jQuery UI, hopefully it will be fixed in next version.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: eeb0771245c6a4641898bd7249cff3cc6d35c877
https://github.com/phpmyadmin/phpmyadmin/commit/eeb0771245c6a4641898bd7249c…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-02-02 (Thu, 02 Feb 2017)
Changed paths:
M ChangeLog
M libraries/server_privileges.lib.php
Log Message:
-----------
Fixed hint rendering on adding new user
Fixes #12945
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: a67c1538843078840905507dd6c164def8a3061d
https://github.com/phpmyadmin/phpmyadmin/commit/a67c1538843078840905507dd6c…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-02-02 (Thu, 02 Feb 2017)
Changed paths:
M ChangeLog
M js/console.js
M js/jquery/jquery-ui.min.js
M js/jquery/src/jquery-ui/widget.js
M js/jquery/src/jquery-ui/widgets/controlgroup.js
M js/jquery/src/jquery-ui/widgets/tabs.js
M libraries/server_privileges.lib.php
Log Message:
-----------
Merge branch 'QA_4_7'
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/2423aac692c2...a67c15388430
Branch: refs/heads/QA_4_7
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: ca03659f5ee84ea25672b7a21941a7f1944eeed4
https://github.com/phpmyadmin/phpmyadmin/commit/ca03659f5ee84ea25672b7a2194…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-02-02 (Thu, 02 Feb 2017)
Changed paths:
M js/console.js
Log Message:
-----------
Provide tracback on error
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: d9a2fe5d361164be208fe94d86f15f9852f69fe1
https://github.com/phpmyadmin/phpmyadmin/commit/d9a2fe5d361164be208fe94d86f…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-02-02 (Thu, 02 Feb 2017)
Changed paths:
M js/jquery/jquery-ui.min.js
M js/jquery/src/jquery-ui/widget.js
M js/jquery/src/jquery-ui/widgets/controlgroup.js
M js/jquery/src/jquery-ui/widgets/tabs.js
Log Message:
-----------
Use .uniqueSort isntead of deprecated .unique
This changes jQuery UI, hopefully it will be fixed in next version.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: eeb0771245c6a4641898bd7249cff3cc6d35c877
https://github.com/phpmyadmin/phpmyadmin/commit/eeb0771245c6a4641898bd7249c…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-02-02 (Thu, 02 Feb 2017)
Changed paths:
M ChangeLog
M libraries/server_privileges.lib.php
Log Message:
-----------
Fixed hint rendering on adding new user
Fixes #12945
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/5022ff95603d...eeb0771245c6
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 5022ff95603d3b3969ac222477641bf051c3d389
https://github.com/phpmyadmin/phpmyadmin/commit/5022ff95603d3b3969ac2224776…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-02-02 (Thu, 02 Feb 2017)
Changed paths:
M ChangeLog
M libraries/plugins/auth/AuthenticationCookie.php
Log Message:
-----------
Do not show errors from OpenSSL cookie encryption/decryption
This can happen from corrupted cookies, by invalid encryption parameters
used in older phpMyAdmin versions or by wrong openSSL configuration.
In neither case the error is useful to user, but we need to clear the
error buffer as otherwise the errors would pop up later, for example
during MySQL SSL setup.
Fixes #12924
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 2423aac692c273e9fa7f2ea096b6fdbe429978d7
https://github.com/phpmyadmin/phpmyadmin/commit/2423aac692c273e9fa7f2ea096b…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-02-02 (Thu, 02 Feb 2017)
Changed paths:
M ChangeLog
M libraries/plugins/auth/AuthenticationCookie.php
Log Message:
-----------
Merge branch 'QA_4_7'
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/b55ff27f161e...2423aac692c2
Branch: refs/heads/QA_4_7
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 5022ff95603d3b3969ac222477641bf051c3d389
https://github.com/phpmyadmin/phpmyadmin/commit/5022ff95603d3b3969ac2224776…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-02-02 (Thu, 02 Feb 2017)
Changed paths:
M ChangeLog
M libraries/plugins/auth/AuthenticationCookie.php
Log Message:
-----------
Do not show errors from OpenSSL cookie encryption/decryption
This can happen from corrupted cookies, by invalid encryption parameters
used in older phpMyAdmin versions or by wrong openSSL configuration.
In neither case the error is useful to user, but we need to clear the
error buffer as otherwise the errors would pop up later, for example
during MySQL SSL setup.
Fixes #12924
Signed-off-by: Michal Čihař <michal(a)cihar.com>