Branch: refs/heads/QA_4_7
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: d54061d1f87b152c44eef4a50f8e4dca95de5af1
https://github.com/phpmyadmin/phpmyadmin/commit/d54061d1f87b152c44eef4a50f8…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-02-13 (Mon, 13 Feb 2017)
Changed paths:
M ChangeLog
M libraries/URL.php
Log Message:
-----------
Include token in hidden fields
This will fix few broken users:
- error reporting
- table search in navigation
- user preferences
Fixes #12964
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: bcc7c7af358daf32003277822841bcc3e331054f
https://github.com/phpmyadmin/phpmyadmin/commit/bcc7c7af358daf3200327782284…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-02-13 (Mon, 13 Feb 2017)
Changed paths:
M ChangeLog
M libraries/core.lib.php
Log Message:
-----------
Allow secure.php.net in url redirector
Fixes #12993
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: baa390df89745a31a98f56a06ca6e9b99a3a02a7
https://github.com/phpmyadmin/phpmyadmin/commit/baa390df89745a31a98f56a06ca…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-02-13 (Mon, 13 Feb 2017)
Changed paths:
M ChangeLog
M js/functions.js
Log Message:
-----------
Fixed error when loading favorite tables to console
The token was missing in POST request.
Fixes #12990
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 0038245ec8b9aad798c9f74d60f9a660e056c9ef
https://github.com/phpmyadmin/phpmyadmin/commit/0038245ec8b9aad798c9f74d60f…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-02-13 (Mon, 13 Feb 2017)
Changed paths:
M ChangeLog
M js/functions.js
Log Message:
-----------
Improved rendering of new version information
- remove extra space in from of new version information
- add space between sentence and new version
Fixes #12981
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 82429cd01c9847112d3f7ebf2691075c4c49e0d9
https://github.com/phpmyadmin/phpmyadmin/commit/82429cd01c9847112d3f7ebf269…
Author: Piyush Agrawal <poush12(a)gmail.com>
Date: 2017-02-13 (Mon, 13 Feb 2017)
Changed paths:
M libraries/Bookmark.php
Log Message:
-----------
ascending order of bookmarks list
Signed-off-by: Piyush Agrawal <poush12(a)gmail.com>
Commit: 0cba123659833f1b95f16b624335befed3e38c03
https://github.com/phpmyadmin/phpmyadmin/commit/0cba123659833f1b95f16b62433…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-02-13 (Mon, 13 Feb 2017)
Changed paths:
M libraries/operations.lib.php
Log Message:
-----------
Specify sorting order
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: fc1c784a430a39e99913d73fb3c50f2cca81e567
https://github.com/phpmyadmin/phpmyadmin/commit/fc1c784a430a39e99913d73fb3c…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-02-13 (Mon, 13 Feb 2017)
Changed paths:
M ChangeLog
Log Message:
-----------
Changelog entry for #12922 and #12933
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: eff9cc26e6652dc9b60a1ec91d9920291f24e13e
https://github.com/phpmyadmin/phpmyadmin/commit/eff9cc26e6652dc9b60a1ec91d9…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-02-13 (Mon, 13 Feb 2017)
Changed paths:
M ChangeLog
M js/functions.js
M libraries/Bookmark.php
M libraries/core.lib.php
M libraries/operations.lib.php
Log Message:
-----------
Merge branch 'QA_4_7'
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/5eddd3af111e...eff9cc26e665
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 557fa33ae37f8bfb95d6f415e0d4ad43cf20093e
https://github.com/phpmyadmin/sql-parser/commit/557fa33ae37f8bfb95d6f415e0d…
Author: Damian Dlugosz <bigfootdd(a)gmail.com>
Date: 2017-02-12 (Sun, 12 Feb 2017)
Changed paths:
M .php_cs
M src/Components/CreateDefinition.php
M src/Components/Expression.php
M src/Components/Key.php
M src/Components/ParameterDefinition.php
M src/Components/Reference.php
M src/Statements/AlterStatement.php
M src/Statements/AnalyzeStatement.php
M src/Statements/CallStatement.php
M src/Statements/CreateStatement.php
M src/Statements/DeleteStatement.php
M src/Statements/DropStatement.php
M src/Statements/InsertStatement.php
M src/Statements/MaintenanceStatement.php
M src/Statements/OptimizeStatement.php
M src/Statements/RenameStatement.php
M src/Statements/ReplaceStatement.php
M src/Statements/SelectStatement.php
M src/Statements/SetStatement.php
M src/Statements/TransactionStatement.php
M src/Statements/TruncateStatement.php
M src/Statements/UpdateStatement.php
M src/Utils/CLI.php
M src/Utils/Query.php
M src/Utils/Routine.php
M tests/Builder/CreateStatementTest.php
M tests/Builder/StatementTest.php
M tests/Components/Array2dTest.php
M tests/Components/ArrayObjTest.php
M tests/Components/CaseExpressionTest.php
M tests/Components/ComponentTest.php
M tests/Components/ConditionTest.php
M tests/Components/CreateDefinitionTest.php
M tests/Components/ExpressionArrayTest.php
M tests/Components/ExpressionTest.php
M tests/Components/IntoKeywordTest.php
M tests/Components/JoinKeywordTest.php
M tests/Components/KeyTest.php
M tests/Components/LimitTest.php
M tests/Components/OptionsArrayTest.php
M tests/Components/ParameterDefinitionTest.php
M tests/Components/PartitionDefinitionTest.php
M tests/Components/ReferenceTest.php
M tests/Components/RenameOperationTest.php
M tests/Lexer/IsMethodsTest.php
M tests/Lexer/TokenTest.php
M tests/Lexer/TokensListTest.php
M tests/Misc/UtfStringTest.php
M tests/Parser/ParserTest.php
M tests/Parser/SelectStatementTest.php
M tests/Utils/BufferedQueryTest.php
M tests/Utils/ErrorTest.php
M tests/Utils/FormatterTest.php
M tests/Utils/MiscTest.php
M tests/Utils/QueryTest.php
M tests/Utils/RoutineTest.php
M tests/Utils/TableTest.php
M tests/Utils/TokensTest.php
Log Message:
-----------
Order imports
Commit: 802d17a88c3b86ccae5914dc0db83ac37b286d09
https://github.com/phpmyadmin/sql-parser/commit/802d17a88c3b86ccae5914dc0db…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-02-13 (Mon, 13 Feb 2017)
Changed paths:
M .php_cs
M src/Components/CreateDefinition.php
M src/Components/Expression.php
M src/Components/Key.php
M src/Components/ParameterDefinition.php
M src/Components/Reference.php
M src/Statements/AlterStatement.php
M src/Statements/AnalyzeStatement.php
M src/Statements/CallStatement.php
M src/Statements/CreateStatement.php
M src/Statements/DeleteStatement.php
M src/Statements/DropStatement.php
M src/Statements/InsertStatement.php
M src/Statements/MaintenanceStatement.php
M src/Statements/OptimizeStatement.php
M src/Statements/RenameStatement.php
M src/Statements/ReplaceStatement.php
M src/Statements/SelectStatement.php
M src/Statements/SetStatement.php
M src/Statements/TransactionStatement.php
M src/Statements/TruncateStatement.php
M src/Statements/UpdateStatement.php
M src/Utils/CLI.php
M src/Utils/Query.php
M src/Utils/Routine.php
M tests/Builder/CreateStatementTest.php
M tests/Builder/StatementTest.php
M tests/Components/Array2dTest.php
M tests/Components/ArrayObjTest.php
M tests/Components/CaseExpressionTest.php
M tests/Components/ComponentTest.php
M tests/Components/ConditionTest.php
M tests/Components/CreateDefinitionTest.php
M tests/Components/ExpressionArrayTest.php
M tests/Components/ExpressionTest.php
M tests/Components/IntoKeywordTest.php
M tests/Components/JoinKeywordTest.php
M tests/Components/KeyTest.php
M tests/Components/LimitTest.php
M tests/Components/OptionsArrayTest.php
M tests/Components/ParameterDefinitionTest.php
M tests/Components/PartitionDefinitionTest.php
M tests/Components/ReferenceTest.php
M tests/Components/RenameOperationTest.php
M tests/Lexer/IsMethodsTest.php
M tests/Lexer/TokenTest.php
M tests/Lexer/TokensListTest.php
M tests/Misc/UtfStringTest.php
M tests/Parser/ParserTest.php
M tests/Parser/SelectStatementTest.php
M tests/Utils/BufferedQueryTest.php
M tests/Utils/ErrorTest.php
M tests/Utils/FormatterTest.php
M tests/Utils/MiscTest.php
M tests/Utils/QueryTest.php
M tests/Utils/RoutineTest.php
M tests/Utils/TableTest.php
M tests/Utils/TokensTest.php
Log Message:
-----------
Merge pull request #136 from bigfoot90/cs-fix-order-imports
Cs fix order imports
Compare: https://github.com/phpmyadmin/sql-parser/compare/c0a420d542a5...802d17a88c3b
Branch: refs/heads/QA_4_7
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 0038245ec8b9aad798c9f74d60f9a660e056c9ef
https://github.com/phpmyadmin/phpmyadmin/commit/0038245ec8b9aad798c9f74d60f…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-02-13 (Mon, 13 Feb 2017)
Changed paths:
M ChangeLog
M js/functions.js
Log Message:
-----------
Improved rendering of new version information
- remove extra space in from of new version information
- add space between sentence and new version
Fixes #12981
Signed-off-by: Michal Čihař <michal(a)cihar.com>