Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 519f47d3ab04834389becd45bf9c06a4e1067d9f
https://github.com/phpmyadmin/sql-parser/commit/519f47d3ab04834389becd45bf9…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-08-30 (Wed, 30 Aug 2017)
Changed paths:
M CHANGELOG.md
Log Message:
-----------
Document new feature
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 0e665848b7caf302c3caecb0ae8161fb857024e3
https://github.com/phpmyadmin/sql-parser/commit/0e665848b7caf302c3caecb0ae8…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-08-30 (Wed, 30 Aug 2017)
Changed paths:
A src/Contexts/ContextMariaDb100300.php
M tests/Lexer/ContextTest.php
M tools/ContextGenerator.php
A tools/contexts/MariaDb100300.txt
A tools/contexts/_functionsMariaDb100300.txt
Log Message:
-----------
Add MariaDB 10.3 context
This also includes INTERSECT and EXPECT reserved words.
Issue #166
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 1c1abcc7f311eb55ddeef4fed2d03119683ccc10
https://github.com/phpmyadmin/sql-parser/commit/1c1abcc7f311eb55ddeef4fed2d…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-08-30 (Wed, 30 Aug 2017)
Changed paths:
M src/Utils/CLI.php
Log Message:
-----------
Allow to specify context on lint-query
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 6ee6fa8e3b0df5b954b3156da5f75bf4ceb93f30
https://github.com/phpmyadmin/sql-parser/commit/6ee6fa8e3b0df5b954b3156da5f…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-08-30 (Wed, 30 Aug 2017)
Changed paths:
M CHANGELOG.md
M src/Parser.php
M src/Statement.php
M src/Statements/SelectStatement.php
Log Message:
-----------
Add support for MariaDB 10.3 INTERSECT and EXCEPT.
Fixes #166
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Compare: https://github.com/phpmyadmin/sql-parser/compare/ee792ab0873e...6ee6fa8e3b0d
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 822930470c976f7234dfd53a6ad3f63f3334ece5
https://github.com/phpmyadmin/sql-parser/commit/822930470c976f7234dfd53a6ad…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-08-30 (Wed, 30 Aug 2017)
Changed paths:
A src/Contexts/ContextMariaDb100000.php
A src/Contexts/ContextMariaDb100100.php
A src/Contexts/ContextMariaDb100200.php
M tools/ContextGenerator.php
A tools/contexts/MariaDb100000.txt
A tools/contexts/MariaDb100100.txt
A tools/contexts/MariaDb100200.txt
A tools/contexts/_functionsMariaDb100000.txt
A tools/contexts/_functionsMariaDb100100.txt
A tools/contexts/_functionsMariaDb100200.txt
Log Message:
-----------
Add MariaDB contexts based on the corresponding MySQL versions
Fixes #4
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 709da09978af1ac88ac3d708f3369bd2915dddf7
https://github.com/phpmyadmin/sql-parser/commit/709da09978af1ac88ac3d708f33…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-08-30 (Wed, 30 Aug 2017)
Changed paths:
M src/Contexts/ContextMariaDb100000.php
M src/Contexts/ContextMariaDb100100.php
M src/Contexts/ContextMariaDb100200.php
M src/Contexts/ContextMySql50000.php
M src/Contexts/ContextMySql80000.php
M tools/ContextGenerator.php
Log Message:
-----------
Improve formatting of context name for major releases
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: f5d0084c09fe261f941bdb8ecfbe4835fc7a5a85
https://github.com/phpmyadmin/sql-parser/commit/f5d0084c09fe261f941bdb8ecfb…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-08-30 (Wed, 30 Aug 2017)
Changed paths:
M src/Contexts/ContextMariaDb100000.php
M src/Contexts/ContextMariaDb100200.php
M tools/contexts/MariaDb100000.txt
M tools/contexts/MariaDb100200.txt
Log Message:
-----------
Update list of MariaDB reserved words
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: ee792ab0873eba52151e624c37d0a381ce47c3e3
https://github.com/phpmyadmin/sql-parser/commit/ee792ab0873eba52151e624c37d…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-08-30 (Wed, 30 Aug 2017)
Changed paths:
M tests/Lexer/ContextTest.php
Log Message:
-----------
Test loading all contexts
Issue #2
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Compare: https://github.com/phpmyadmin/sql-parser/compare/87c59f9fd115...ee792ab0873e
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 22515764de80ce41419b547d87fc5a65f3d26f58
https://github.com/phpmyadmin/sql-parser/commit/22515764de80ce41419b547d87f…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-08-30 (Wed, 30 Aug 2017)
Changed paths:
A tools/contexts/MySql80000.txt
A tools/contexts/_functionsMySql80000.txt
Log Message:
-----------
Add basic MySQL 8.0 context
Currently copied from 5.7
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 75559a6bf0934975d70b4a7c743434c50d5f8c10
https://github.com/phpmyadmin/sql-parser/commit/75559a6bf0934975d70b4a7c743…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-08-30 (Wed, 30 Aug 2017)
Changed paths:
M tools/contexts/_functionsMySql80000.txt
Log Message:
-----------
Add new MySQL 8.0 UUID functions
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 5b29f29e78aa9289e7b89a293159e8fd2f8707b1
https://github.com/phpmyadmin/sql-parser/commit/5b29f29e78aa9289e7b89a29315…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-08-30 (Wed, 30 Aug 2017)
Changed paths:
M tools/contexts/_functionsMySql50700.txt
M tools/contexts/_functionsMySql80000.txt
Log Message:
-----------
Add JSON functions introduced by MySQL 5.7
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: dabe0b7992076c2aa55581ae8fc545cc3a222e44
https://github.com/phpmyadmin/sql-parser/commit/dabe0b7992076c2aa55581ae8fc…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-08-30 (Wed, 30 Aug 2017)
Changed paths:
M tools/ContextGenerator.php
Log Message:
-----------
Add support for MySQL 8.0
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 87c59f9fd1159f5728a6a5668084a43ae24e5036
https://github.com/phpmyadmin/sql-parser/commit/87c59f9fd1159f5728a6a566808…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-08-30 (Wed, 30 Aug 2017)
Changed paths:
M src/Contexts/ContextMySql50700.php
A src/Contexts/ContextMySql80000.php
Log Message:
-----------
Update generated contexts
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Compare: https://github.com/phpmyadmin/sql-parser/compare/14c8dc51bbae...87c59f9fd115
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 91348fb855f6af37e486f42c06adf0d378ef72ec
https://github.com/phpmyadmin/phpmyadmin/commit/91348fb855f6af37e486f42c06a…
Author: Viktar Vauchkevich <victorenator(a)gmail.com>
Date: 2017-08-29 (Tue, 29 Aug 2017)
Changed paths:
M po/be.po
Log Message:
-----------
Translated using Weblate (Belarusian)
Currently translated at 63.3% (2031 of 3205 strings)
[CI skip]
Commit: a4991b85a49db313f1fb63be39baef9143c4994a
https://github.com/phpmyadmin/phpmyadmin/commit/a4991b85a49db313f1fb63be39b…
Author: Steven WdV <stevenwdv(a)gmail.com>
Date: 2017-08-29 (Tue, 29 Aug 2017)
Changed paths:
M po/nl.po
Log Message:
-----------
Translated using Weblate (Dutch)
Currently translated at 99.9% (3204 of 3205 strings)
[CI skip]
Commit: 0ad3507b3b45e3929fa07d699f6b7cb2373a8185
https://github.com/phpmyadmin/phpmyadmin/commit/0ad3507b3b45e3929fa07d699f6…
Author: Theodore Fabian Rudy <dorerudy(a)gmail.com>
Date: 2017-08-29 (Tue, 29 Aug 2017)
Changed paths:
M po/id.po
Log Message:
-----------
Translated using Weblate (Indonesian)
Currently translated at 70.8% (2270 of 3205 strings)
[CI skip]
Commit: d84ed95285618b33e92dd952e81c5893c6faa849
https://github.com/phpmyadmin/phpmyadmin/commit/d84ed95285618b33e92dd952e81…
Author: Weblate <noreply(a)weblate.org>
Date: 2017-08-29 (Tue, 29 Aug 2017)
Changed paths:
M libraries/SysInfo.php
M libraries/server_status_monitor.lib.php
Log Message:
-----------
Merge remote-tracking branch 'origin/QA_4_7' into QA_4_7
Commit: f4d77f905df82746052a9e749e4aa040bb202d4f
https://github.com/phpmyadmin/phpmyadmin/commit/f4d77f905df82746052a9e749e4…
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: 2017-08-29 (Tue, 29 Aug 2017)
Changed paths:
M js/makegrid.js
Log Message:
-----------
Fix #13177 Grid editing repeats action after error
Signed-off-by: Madhura Jayaratne <madhura.cj(a)gmail.com>
Commit: 047de9cdf4990ad6ac5833938ea8acf438c6b385
https://github.com/phpmyadmin/phpmyadmin/commit/047de9cdf4990ad6ac5833938ea…
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: 2017-08-29 (Tue, 29 Aug 2017)
Changed paths:
M .travis.yml
M ChangeLog
M README
M composer.json
M doc/conf.py
M doc/credits.rst
M doc/faq.rst
M doc/glossary.rst
M doc/other.rst
M export.php
M import.php
M js/ajax.js
M js/codemirror/addon/lint/lint.js
M js/codemirror/addon/lint/sql-lint.js
M js/functions.js
M js/makegrid.js
M js/sql.js
M libraries/Advisor.php
M libraries/Charsets.php
M libraries/Config.php
M libraries/DatabaseInterface.php
M libraries/DisplayResults.php
M libraries/Error.php
M libraries/File.php
M libraries/Footer.php
M libraries/Header.php
M libraries/Linter.php
M libraries/ListDatabase.php
M libraries/SysInfo.php
M libraries/Template.php
M libraries/Theme.php
M libraries/ThemeManager.php
M libraries/Util.php
M libraries/VersionInformation.php
M libraries/common.inc.php
M libraries/config/ConfigFile.php
M libraries/controllers/table/TableRelationController.php
M libraries/controllers/table/TableStructureController.php
M libraries/dbi/DBIMysqli.php
M libraries/export.lib.php
M libraries/import.lib.php
M libraries/insert_edit.lib.php
M libraries/plugin_interface.lib.php
M libraries/plugins/auth/AuthenticationSignon.php
M libraries/plugins/export/ExportSql.php
M libraries/plugins/import/ImportShp.php
M libraries/properties/options/OptionsPropertyGroup.php
M libraries/server_status_monitor.lib.php
M libraries/server_user_groups.lib.php
M libraries/transformations.lib.php
M po/af.po
M po/ar.po
M po/az.po
M po/be.po
M po/be(a)latin.po
M po/bg.po
M po/bn.po
M po/br.po
M po/brx.po
M po/bs.po
M po/ca.po
M po/ckb.po
M po/cs.po
M po/cy.po
M po/da.po
M po/de.po
M po/el.po
M po/en_GB.po
M po/eo.po
M po/es.po
M po/et.po
M po/eu.po
M po/fa.po
M po/fi.po
M po/fil.po
M po/fr.po
M po/fy.po
M po/gl.po
M po/gu.po
M po/he.po
M po/hi.po
M po/hr.po
M po/hu.po
M po/hy.po
M po/ia.po
M po/id.po
M po/ig.po
M po/it.po
M po/ja.po
M po/ka.po
M po/kab.po
M po/kk.po
M po/km.po
M po/kn.po
M po/ko.po
M po/ksh.po
M po/ky.po
M po/li.po
M po/lt.po
M po/lv.po
M po/mk.po
M po/ml.po
M po/mn.po
M po/ms.po
M po/nb.po
M po/ne.po
M po/nl.po
M po/pa.po
M po/phpmyadmin.pot
M po/pl.po
M po/pt.po
M po/pt_BR.po
M po/ro.po
M po/ru.po
M po/si.po
M po/sk.po
M po/sl.po
M po/sq.po
M po/sr.po
M po/sr(a)latin.po
M po/sv.po
M po/ta.po
M po/te.po
M po/th.po
M po/tk.po
M po/tr.po
M po/tt.po
M po/ug.po
M po/uk.po
M po/ur.po
M po/uz.po
M po/uz(a)latin.po
M po/vi.po
M po/vls.po
M po/zh_CN.po
M po/zh_TW.po
M prefs_manage.php
M scripts/create-release.sh
M setup/index.php
M templates/table/relation/foreign_key_row.phtml
M templates/table/structure/display_table_stats.phtml
M test/classes/AdvisorTest.php
M test/classes/DisplayResultsTest.php
M test/classes/TableTest.php
M test/classes/TrackerTest.php
M test/classes/plugin/export/ExportSqlTest.php
M test/classes/properties/options/groups/OptionsPropertyRootGroupTest.php
M test/install-runkit
M test/libraries/PMA_PMD_common_test.php
M test/libraries/PMA_display_export_test.php
M test/libraries/PMA_insert_edit_test.php
M test/libraries/PMA_transformation_test.php
M themes/original/css/common.css.php
M themes/original/img/logo_left.png
M themes/original/img/logo_right.png
M themes/pmahomme/css/codemirror.css.php
M themes/pmahomme/css/common.css.php
M themes/pmahomme/img/logo_left.png
M themes/pmahomme/img/logo_right.png
Log Message:
-----------
Merge branch 'QA_4_7' of github.com:phpmyadmin/phpmyadmin into QA_4_7
Commit: bf08e0ab6d45644671624a98f5f855d0a90dc3f0
https://github.com/phpmyadmin/phpmyadmin/commit/bf08e0ab6d45644671624a98f5f…
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: 2017-08-29 (Tue, 29 Aug 2017)
Changed paths:
M js/makegrid.js
Log Message:
-----------
Merge branch 'QA_4_7'
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/970d667b3f45...bf08e0ab6d45
Branch: refs/heads/QA_4_7
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: f4d77f905df82746052a9e749e4aa040bb202d4f
https://github.com/phpmyadmin/phpmyadmin/commit/f4d77f905df82746052a9e749e4…
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: 2017-08-29 (Tue, 29 Aug 2017)
Changed paths:
M js/makegrid.js
Log Message:
-----------
Fix #13177 Grid editing repeats action after error
Signed-off-by: Madhura Jayaratne <madhura.cj(a)gmail.com>
Commit: 047de9cdf4990ad6ac5833938ea8acf438c6b385
https://github.com/phpmyadmin/phpmyadmin/commit/047de9cdf4990ad6ac5833938ea…
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: 2017-08-29 (Tue, 29 Aug 2017)
Changed paths:
M .travis.yml
M ChangeLog
M README
M composer.json
M doc/conf.py
M doc/credits.rst
M doc/faq.rst
M doc/glossary.rst
M doc/other.rst
M export.php
M import.php
M js/ajax.js
M js/codemirror/addon/lint/lint.js
M js/codemirror/addon/lint/sql-lint.js
M js/functions.js
M js/makegrid.js
M js/sql.js
M libraries/Advisor.php
M libraries/Charsets.php
M libraries/Config.php
M libraries/DatabaseInterface.php
M libraries/DisplayResults.php
M libraries/Error.php
M libraries/File.php
M libraries/Footer.php
M libraries/Header.php
M libraries/Linter.php
M libraries/ListDatabase.php
M libraries/SysInfo.php
M libraries/Template.php
M libraries/Theme.php
M libraries/ThemeManager.php
M libraries/Util.php
M libraries/VersionInformation.php
M libraries/common.inc.php
M libraries/config/ConfigFile.php
M libraries/controllers/table/TableRelationController.php
M libraries/controllers/table/TableStructureController.php
M libraries/dbi/DBIMysqli.php
M libraries/export.lib.php
M libraries/import.lib.php
M libraries/insert_edit.lib.php
M libraries/plugin_interface.lib.php
M libraries/plugins/auth/AuthenticationSignon.php
M libraries/plugins/export/ExportSql.php
M libraries/plugins/import/ImportShp.php
M libraries/properties/options/OptionsPropertyGroup.php
M libraries/server_status_monitor.lib.php
M libraries/server_user_groups.lib.php
M libraries/transformations.lib.php
M po/af.po
M po/ar.po
M po/az.po
M po/be.po
M po/be(a)latin.po
M po/bg.po
M po/bn.po
M po/br.po
M po/brx.po
M po/bs.po
M po/ca.po
M po/ckb.po
M po/cs.po
M po/cy.po
M po/da.po
M po/de.po
M po/el.po
M po/en_GB.po
M po/eo.po
M po/es.po
M po/et.po
M po/eu.po
M po/fa.po
M po/fi.po
M po/fil.po
M po/fr.po
M po/fy.po
M po/gl.po
M po/gu.po
M po/he.po
M po/hi.po
M po/hr.po
M po/hu.po
M po/hy.po
M po/ia.po
M po/id.po
M po/ig.po
M po/it.po
M po/ja.po
M po/ka.po
M po/kab.po
M po/kk.po
M po/km.po
M po/kn.po
M po/ko.po
M po/ksh.po
M po/ky.po
M po/li.po
M po/lt.po
M po/lv.po
M po/mk.po
M po/ml.po
M po/mn.po
M po/ms.po
M po/nb.po
M po/ne.po
M po/nl.po
M po/pa.po
M po/phpmyadmin.pot
M po/pl.po
M po/pt.po
M po/pt_BR.po
M po/ro.po
M po/ru.po
M po/si.po
M po/sk.po
M po/sl.po
M po/sq.po
M po/sr.po
M po/sr(a)latin.po
M po/sv.po
M po/ta.po
M po/te.po
M po/th.po
M po/tk.po
M po/tr.po
M po/tt.po
M po/ug.po
M po/uk.po
M po/ur.po
M po/uz.po
M po/uz(a)latin.po
M po/vi.po
M po/vls.po
M po/zh_CN.po
M po/zh_TW.po
M prefs_manage.php
M scripts/create-release.sh
M setup/index.php
M templates/table/relation/foreign_key_row.phtml
M templates/table/structure/display_table_stats.phtml
M test/classes/AdvisorTest.php
M test/classes/DisplayResultsTest.php
M test/classes/TableTest.php
M test/classes/TrackerTest.php
M test/classes/plugin/export/ExportSqlTest.php
M test/classes/properties/options/groups/OptionsPropertyRootGroupTest.php
M test/install-runkit
M test/libraries/PMA_PMD_common_test.php
M test/libraries/PMA_display_export_test.php
M test/libraries/PMA_insert_edit_test.php
M test/libraries/PMA_transformation_test.php
M themes/original/css/common.css.php
M themes/original/img/logo_left.png
M themes/original/img/logo_right.png
M themes/pmahomme/css/codemirror.css.php
M themes/pmahomme/css/common.css.php
M themes/pmahomme/img/logo_left.png
M themes/pmahomme/img/logo_right.png
Log Message:
-----------
Merge branch 'QA_4_7' of github.com:phpmyadmin/phpmyadmin into QA_4_7
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/d84ed9528561...047de9cdf499