Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 3fb0cf70e6817649cf50d5f40ec5ebc73e100b13
https://github.com/phpmyadmin/sql-parser/commit/3fb0cf70e6817649cf50d5f40ec…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-04-04 (Tue, 04 Apr 2017)
Changed paths:
M src/Lexer.php
M tests/data/lexer/lexComment.out
M tests/data/lexer/lexNumber.out
Log Message:
-----------
Fixed handling newlines in inline coments
The newline is now included as separate token, previously it was
silently discarded, so it was not present in output.
See https://github.com/phpmyadmin/phpmyadmin/issues/13139
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 7973054aaf9baf8834515cdd0ea0522b10fe7193
https://github.com/phpmyadmin/sql-parser/commit/7973054aaf9baf8834515cdd0ea…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-04-04 (Tue, 04 Apr 2017)
Changed paths:
M src/Utils/Formatter.php
Log Message:
-----------
Keep linebreaks after comments
Concatenating line terminated comments will change the query.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 518eb1b71d94ec3b135b90d1b2026d05063efb6d
https://github.com/phpmyadmin/sql-parser/commit/518eb1b71d94ec3b135b90d1b20…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-04-06 (Thu, 06 Apr 2017)
Changed paths:
M src/Lexer.php
M src/Utils/Formatter.php
M tests/data/lexer/lexComment.out
M tests/data/lexer/lexNumber.out
Log Message:
-----------
Merge pull request #148 from nijel/inline-comment-newline
Fixed inline comments parsing
Compare: https://github.com/phpmyadmin/sql-parser/compare/71792f4dc4ae...518eb1b71d94
Branch: refs/heads/QA_4_7
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 1f4b6ec0ac86574978ca2ae3d2c61c16260847a2
https://github.com/phpmyadmin/phpmyadmin/commit/1f4b6ec0ac86574978ca2ae3d2c…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-04-05 (Wed, 05 Apr 2017)
Changed paths:
M ChangeLog
M libraries/Table.php
M libraries/sql.lib.php
Log Message:
-----------
Ensure we have only integers in colum visibility and ordering data
Fixes PHP error in case of invalid table preferences.
Fixes #13152
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: f5655f4429899c243c2a19b39ebfc778a497995d
https://github.com/phpmyadmin/phpmyadmin/commit/f5655f4429899c243c2a19b39eb…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-04-05 (Wed, 05 Apr 2017)
Changed paths:
M js/console.js
Log Message:
-----------
Do not try to parse error response
Issue #13130
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: a079a55282b95f701ec315591149512cc29930b6
https://github.com/phpmyadmin/phpmyadmin/commit/a079a55282b95f701ec31559114…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-04-05 (Wed, 05 Apr 2017)
Changed paths:
M js/console.js
Log Message:
-----------
Remove duplicite error handler
There is already ajaxError in js/ajax.js, we can do handling there.
Issue #13130
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 799ac0d4a0d1d6f2cb393c06e7d85e14dd89fa3a
https://github.com/phpmyadmin/phpmyadmin/commit/799ac0d4a0d1d6f2cb393c06e7d…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-04-05 (Wed, 05 Apr 2017)
Changed paths:
M ChangeLog
M js/ajax.js
Log Message:
-----------
Fix condition to ignore aborted requests
The status=0 happens on network failure as well, so we can't ignore it
completely.
Fixes #13130
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: c6c8c970ac6c273b20c983dbd1f269bc6d56bbb5
https://github.com/phpmyadmin/phpmyadmin/commit/c6c8c970ac6c273b20c983dbd1f…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-04-05 (Wed, 05 Apr 2017)
Changed paths:
M js/ajax.js
Log Message:
-----------
Add debug logging to the AJAX error handler
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 96b13f46c57f2f4494b5896e581f270b0018ca9f
https://github.com/phpmyadmin/phpmyadmin/commit/96b13f46c57f2f4494b5896e581…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-04-05 (Wed, 05 Apr 2017)
Changed paths:
M js/ajax.js
Log Message:
-----------
Ensure the xhr attribute is reset on error
Not really necessary right now, but better be safe than sorry.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 3a636ba45a6611dd864b02035233a8c6ebfa2a9c
https://github.com/phpmyadmin/phpmyadmin/commit/3a636ba45a6611dd864b0203523…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-04-05 (Wed, 05 Apr 2017)
Changed paths:
M ChangeLog
M js/ajax.js
M js/console.js
Log Message:
-----------
Merge branch 'QA_4_7'
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/8a692c015c70...3a636ba45a66