Branch: refs/heads/QA_4_8
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: b09bd204c94acd9b070cdf4f7f6a30e86ba979c8
https://github.com/phpmyadmin/phpmyadmin/commit/b09bd204c94acd9b070cdf4f7f6…
Author: Michael Voříšek <mvorisek(a)mvorisek.cz>
Date: 2019-05-19 (Sun, 05 May 2019) +02:00
Changed paths:
M libraries/classes/Controllers/Table/TableStructureController.php
M libraries/classes/Table.php
Log Message:
-----------
Fix generate field SQL for MySQL virtual columns
Fix issue #13854, based on official syntax:
column_definition: https://dev.mysql.com/doc/refman/5.7/en/create-table.html
Signed-Off-By: Michael Voříšek <mvorisek(a)mvorisek.cz>
Commit: 966902b7a546adcb71b8eb88ea9c096ede299bde
https://github.com/phpmyadmin/phpmyadmin/commit/966902b7a546adcb71b8eb88ea9…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2019-05-19 (Sun, 05 May 2019) +02:00
Changed paths:
M libraries/classes/Util.php
Log Message:
-----------
Add support for virtual columns on PerconaDB
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: d0cb22a819879ada8f078c2fdad353e56abbed84
https://github.com/phpmyadmin/phpmyadmin/commit/d0cb22a819879ada8f078c2fdad…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2019-05-19 (Sun, 05 May 2019) +02:00
Changed paths:
M libraries/classes/Controllers/Table/TableStructureController.php
M libraries/classes/Table.php
Log Message:
-----------
Fix #13854 - Column options are ignored for GENERATED/VIRTUAL/STORED columns
Fixes: #13854
Pull-request: #15278
Pull-request: #15275
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: dceac36518ce80bdc387b368d7b031e550b03339
https://github.com/phpmyadmin/phpmyadmin/commit/dceac36518ce80bdc387b368d7b…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2019-05-19 (Sun, 05 May 2019) +02:00
Changed paths:
M ChangeLog
Log Message:
-----------
Add ChangeLog entry for #13854 and 966902b7a5
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 380707fbcdf443ae981b4022c837816f3cf2981a
https://github.com/phpmyadmin/phpmyadmin/commit/380707fbcdf443ae981b4022c83…
Author: Hugues Peccatte <hugues.peccatte(a)gmail.com>
Date: 2019-05-19 (Sun, 05 May 2019) +02:00
Changed paths:
A services.yml
A services_controllers.yml
M ajax.php
M browse_foreigners.php
M composer.json
M db_central_columns.php
M db_datadict.php
M db_events.php
M db_multi_table_query.php
M db_routines.php
M db_sql.php
M db_structure.php
M db_triggers.php
M index.php
M libraries/classes/Controllers/AbstractController.php
M libraries/classes/Controllers/AjaxController.php
M libraries/classes/Controllers/BrowseForeignersController.php
M libraries/classes/Controllers/Database/AbstractController.php
M libraries/classes/Controllers/Database/CentralColumnsController.php
M libraries/classes/Controllers/Database/DataDictionaryController.php
M libraries/classes/Controllers/Database/StructureController.php
M libraries/classes/Controllers/HomeController.php
M libraries/classes/Controllers/Server/BinlogController.php
M libraries/classes/Controllers/Server/CollationsController.php
M libraries/classes/Controllers/Server/PluginsController.php
M libraries/classes/Controllers/Server/Status/AbstractController.php
M libraries/classes/Controllers/Server/Status/AdvisorController.php
M libraries/classes/Controllers/Server/Status/MonitorController.php
M libraries/classes/Controllers/Table/AbstractController.php
M libraries/classes/Controllers/Table/ChartController.php
M libraries/classes/Controllers/Table/GisVisualizationController.php
M libraries/classes/Controllers/Table/IndexesController.php
M libraries/classes/Controllers/Table/RelationController.php
M libraries/classes/Controllers/Table/SearchController.php
M libraries/classes/Controllers/Table/StructureController.php
M libraries/classes/Controllers/TransformationOverviewController.php
M libraries/classes/DatabaseInterface.php
M libraries/common.inc.php
M phpstan.neon.dist
M server_binlog.php
M server_collations.php
M server_databases.php
M server_engines.php
M server_plugins.php
M server_replication.php
M server_sql.php
M server_status.php
M server_status_advisor.php
M server_status_monitor.php
M server_status_processes.php
M server_status_queries.php
M server_status_variables.php
M server_variables.php
M tbl_chart.php
M tbl_find_replace.php
M tbl_gis_visualization.php
M tbl_indexes.php
M tbl_relation.php
M tbl_select.php
M tbl_sql.php
M tbl_structure.php
M tbl_zoom_select.php
M test/classes/Controllers/Database/StructureControllerTest.php
M test/classes/Controllers/Server/BinlogControllerTest.php
M test/classes/Controllers/Server/CollationsControllerTest.php
M test/classes/Controllers/Server/DatabasesControllerTest.php
M test/classes/Controllers/Server/EnginesControllerTest.php
M test/classes/Controllers/Server/PluginsControllerTest.php
M test/classes/Controllers/Server/Status/AdvisorControllerTest.php
M test/classes/Controllers/Server/Status/MonitorControllerTest.php
M test/classes/Controllers/Server/Status/ProcessesControllerTest.php
M test/classes/Controllers/Server/Status/QueriesControllerTest.php
M test/classes/Controllers/Server/Status/StatusControllerTest.php
M test/classes/Controllers/Server/Status/VariablesControllerTest.php
M test/classes/Controllers/Server/VariablesControllerTest.php
M test/classes/Controllers/Table/IndexesControllerTest.php
M test/classes/Controllers/Table/RelationControllerTest.php
M test/classes/Controllers/Table/SearchControllerTest.php
M test/classes/Controllers/Table/StructureControllerTest.php
M test/classes/Controllers/TransformationOverviewControllerTest.php
M transformation_overview.php
Log Message:
-----------
Define controllers as services in an external configuration file
Signed-off-by: Hugues Peccatte <hugues.peccatte(a)gmail.com>
Commit: 4b2980e01f14b7ade9904a81279a4820f52e0357
https://github.com/phpmyadmin/phpmyadmin/commit/4b2980e01f14b7ade9904a81279…
Author: Hugues Peccatte <hugues.peccatte(a)gmail.com>
Date: 2019-05-19 (Sun, 05 May 2019) +02:00
Changed paths:
M services_controllers.yml
Log Message:
-----------
Fix missing arguments
Signed-off-by: Hugues Peccatte <hugues.peccatte(a)gmail.com>
Commit: 1a846baa0f8a428596f4900b7e95a2d6782eaba0
https://github.com/phpmyadmin/phpmyadmin/commit/1a846baa0f8a428596f4900b7e9…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2019-05-19 (Sun, 05 May 2019) -03:00
Changed paths:
A services.yml
A services_controllers.yml
M ajax.php
M browse_foreigners.php
M composer.json
M db_central_columns.php
M db_datadict.php
M db_events.php
M db_multi_table_query.php
M db_routines.php
M db_sql.php
M db_structure.php
M db_triggers.php
M index.php
M libraries/classes/Controllers/AbstractController.php
M libraries/classes/Controllers/AjaxController.php
M libraries/classes/Controllers/BrowseForeignersController.php
M libraries/classes/Controllers/Database/AbstractController.php
M libraries/classes/Controllers/Database/CentralColumnsController.php
M libraries/classes/Controllers/Database/DataDictionaryController.php
M libraries/classes/Controllers/Database/StructureController.php
M libraries/classes/Controllers/HomeController.php
M libraries/classes/Controllers/Server/BinlogController.php
M libraries/classes/Controllers/Server/CollationsController.php
M libraries/classes/Controllers/Server/PluginsController.php
M libraries/classes/Controllers/Server/Status/AbstractController.php
M libraries/classes/Controllers/Server/Status/AdvisorController.php
M libraries/classes/Controllers/Server/Status/MonitorController.php
M libraries/classes/Controllers/Table/AbstractController.php
M libraries/classes/Controllers/Table/ChartController.php
M libraries/classes/Controllers/Table/GisVisualizationController.php
M libraries/classes/Controllers/Table/IndexesController.php
M libraries/classes/Controllers/Table/RelationController.php
M libraries/classes/Controllers/Table/SearchController.php
M libraries/classes/Controllers/Table/StructureController.php
M libraries/classes/Controllers/TransformationOverviewController.php
M libraries/classes/DatabaseInterface.php
M libraries/common.inc.php
M phpstan.neon.dist
M server_binlog.php
M server_collations.php
M server_databases.php
M server_engines.php
M server_plugins.php
M server_replication.php
M server_sql.php
M server_status.php
M server_status_advisor.php
M server_status_monitor.php
M server_status_processes.php
M server_status_queries.php
M server_status_variables.php
M server_variables.php
M tbl_chart.php
M tbl_find_replace.php
M tbl_gis_visualization.php
M tbl_indexes.php
M tbl_relation.php
M tbl_select.php
M tbl_sql.php
M tbl_structure.php
M tbl_zoom_select.php
M test/classes/Controllers/Database/StructureControllerTest.php
M test/classes/Controllers/Server/BinlogControllerTest.php
M test/classes/Controllers/Server/CollationsControllerTest.php
M test/classes/Controllers/Server/DatabasesControllerTest.php
M test/classes/Controllers/Server/EnginesControllerTest.php
M test/classes/Controllers/Server/PluginsControllerTest.php
M test/classes/Controllers/Server/Status/AdvisorControllerTest.php
M test/classes/Controllers/Server/Status/MonitorControllerTest.php
M test/classes/Controllers/Server/Status/ProcessesControllerTest.php
M test/classes/Controllers/Server/Status/QueriesControllerTest.php
M test/classes/Controllers/Server/Status/StatusControllerTest.php
M test/classes/Controllers/Server/Status/VariablesControllerTest.php
M test/classes/Controllers/Server/VariablesControllerTest.php
M test/classes/Controllers/Table/IndexesControllerTest.php
M test/classes/Controllers/Table/RelationControllerTest.php
M test/classes/Controllers/Table/SearchControllerTest.php
M test/classes/Controllers/Table/StructureControllerTest.php
M test/classes/Controllers/TransformationOverviewControllerTest.php
M transformation_overview.php
Log Message:
-----------
Merge pull request #15266 from Tithugues/feature/DI
External dependency injection system
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 69f847fe40c57b0ea16322aed2a8ec1c722e826e
https://github.com/phpmyadmin/phpmyadmin/commit/69f847fe40c57b0ea16322aed2a…
Author: Bournvita1998 <mohit.kuri(a)research.iiit.ac.in>
Date: 2019-04-12 (Fri, 04 April 2019) +05:30
Changed paths:
M js/functions.js
Log Message:
-----------
fixes #15174
Signed-off-by: Bournvita1998 <mohit.kuri(a)research.iiit.ac.in>
Issue here was that, initially values were stored in the form of "A_B_C" i.e. no spaces, just '_' in place of spaces. But while searching, we were not converting the spaces in '_' form.
Commit: ac0396618e10142000ff905e48d4e93faa98ee31
https://github.com/phpmyadmin/phpmyadmin/commit/ac0396618e10142000ff905e48d…
Author: Bournvita1998 <mohit.kuri(a)research.iiit.ac.in>
Date: 2019-04-12 (Fri, 04 April 2019) +05:30
Changed paths:
M js/functions.js
Log Message:
-----------
Works for multiple words too
Signed-off-by: Bournvita1998 <mohit.kuri(a)research.iiit.ac.in>
Commit: 8ccb854c5e22dec78c650b9c56f7a921ca6bb7f9
https://github.com/phpmyadmin/phpmyadmin/commit/8ccb854c5e22dec78c650b9c56f…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2019-05-18 (Sat, 05 May 2019) +02:00
Changed paths:
M js/functions.js
Log Message:
-----------
Fix #15174 - Improve Filter method in server variables page
Fixes: #15174
Pull-request: #15179
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: acfdc0f41a080e65742922d024ce18227e74b626
https://github.com/phpmyadmin/phpmyadmin/commit/acfdc0f41a080e65742922d024c…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2019-05-18 (Sat, 05 May 2019) +02:00
Changed paths:
M ChangeLog
Log Message:
-----------
Add ChangeLog entry for #15174
Signed-off-by: William Desportes <williamdes(a)wdes.fr>