Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 0da5857b5dd99aeee8a51db5741c61abc7819386
https://github.com/phpmyadmin/phpmyadmin/commit/0da5857b5dd99aeee8a51db5741…
Author: Lakshay arora <carefreelakshay97(a)gmail.com>
Date: 2018-05-12 (Sat, 12 May 2018)
Changed paths:
M libraries/classes/Controllers/Table/TableSearchController.php
M libraries/classes/Display/Results.php
M libraries/classes/Sql.php
M libraries/classes/Util.php
M templates/display/results/options_block.twig
M test/classes/Controllers/Table/TableSearchControllerTest.php
Log Message:
-----------
Fix for issues with spatial fields (#14125)
* Fix for issues with spatial fields
Fixes the following issues:
1. #14068 SPATIAL fields with no unique index/autoincrement error when clicking
This error occurs when there is no unique column to uniquely identify a tuple. I've disabled the geomtery view and made view as wkt the default view in such cases.
2. #14121 View spatial fields as WKT doesn't work
1. #14067 IS NULL search operator produces no WHERE SQL with spatial fields
Signed-Off-By: Lakshay arora <arora.lakshya123(a)gmail.com>
* Fix for issues with spatial fields
This commit fixes view as BINARY not working in the previous commit.
Signed-Off-By: Lakshay arora <arora.lakshya123(a)gmail.com>
* Fix for issues with spatial fields
Fixes typo in previous commits.
Signed-Off-By: Lakshay arora <arora.lakshya123(a)gmail.com>
(cherry picked from commit 9231620c2de872bbdf5a21b63f084ad601d400d3)
Signed-off-by: MaurÃcio Meneghini Fauth <mauriciofauth(a)gmail.com>
Commit: 4abc2334cc8e4f2ae72284fbc5458ce51d2bd60a
https://github.com/phpmyadmin/phpmyadmin/commit/4abc2334cc8e4f2ae72284fbc54…
Author: MaurÃcio Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: 2018-05-12 (Sat, 12 May 2018)
Changed paths:
M ChangeLog
Log Message:
-----------
Add ChangeLog entry for #14125
Signed-off-by: MaurÃcio Meneghini Fauth <mauriciofauth(a)gmail.com>
Commit: 287383f3bd50d51fd61e3d16d58d39b53854ec84
https://github.com/phpmyadmin/phpmyadmin/commit/287383f3bd50d51fd61e3d16d58…
Author: MaurÃcio Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: 2018-05-12 (Sat, 12 May 2018)
Changed paths:
M ChangeLog
Log Message:
-----------
Merge branch 'QA_4_8'
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/9231620c2de8...287383f3bd50
**NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
Branch: refs/heads/QA_4_8
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 0da5857b5dd99aeee8a51db5741c61abc7819386
https://github.com/phpmyadmin/phpmyadmin/commit/0da5857b5dd99aeee8a51db5741…
Author: Lakshay arora <carefreelakshay97(a)gmail.com>
Date: 2018-05-12 (Sat, 12 May 2018)
Changed paths:
M libraries/classes/Controllers/Table/TableSearchController.php
M libraries/classes/Display/Results.php
M libraries/classes/Sql.php
M libraries/classes/Util.php
M templates/display/results/options_block.twig
M test/classes/Controllers/Table/TableSearchControllerTest.php
Log Message:
-----------
Fix for issues with spatial fields (#14125)
* Fix for issues with spatial fields
Fixes the following issues:
1. #14068 SPATIAL fields with no unique index/autoincrement error when clicking
This error occurs when there is no unique column to uniquely identify a tuple. I've disabled the geomtery view and made view as wkt the default view in such cases.
2. #14121 View spatial fields as WKT doesn't work
1. #14067 IS NULL search operator produces no WHERE SQL with spatial fields
Signed-Off-By: Lakshay arora <arora.lakshya123(a)gmail.com>
* Fix for issues with spatial fields
This commit fixes view as BINARY not working in the previous commit.
Signed-Off-By: Lakshay arora <arora.lakshya123(a)gmail.com>
* Fix for issues with spatial fields
Fixes typo in previous commits.
Signed-Off-By: Lakshay arora <arora.lakshya123(a)gmail.com>
(cherry picked from commit 9231620c2de872bbdf5a21b63f084ad601d400d3)
Signed-off-by: MaurÃcio Meneghini Fauth <mauriciofauth(a)gmail.com>
Commit: 4abc2334cc8e4f2ae72284fbc5458ce51d2bd60a
https://github.com/phpmyadmin/phpmyadmin/commit/4abc2334cc8e4f2ae72284fbc54…
Author: MaurÃcio Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: 2018-05-12 (Sat, 12 May 2018)
Changed paths:
M ChangeLog
Log Message:
-----------
Add ChangeLog entry for #14125
Signed-off-by: MaurÃcio Meneghini Fauth <mauriciofauth(a)gmail.com>
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/fe70b6669a03...4abc2334cc8e
**NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 9231620c2de872bbdf5a21b63f084ad601d400d3
https://github.com/phpmyadmin/phpmyadmin/commit/9231620c2de872bbdf5a21b63f0…
Author: Lakshay arora <carefreelakshay97(a)gmail.com>
Date: 2018-05-12 (Sat, 12 May 2018)
Changed paths:
M libraries/classes/Controllers/Table/TableSearchController.php
M libraries/classes/Display/Results.php
M libraries/classes/Sql.php
M libraries/classes/Util.php
M templates/display/results/options_block.twig
M test/classes/Controllers/Table/TableSearchControllerTest.php
Log Message:
-----------
Fix for issues with spatial fields (#14125)
* Fix for issues with spatial fields
Fixes the following issues:
1. #14068 SPATIAL fields with no unique index/autoincrement error when clicking
This error occurs when there is no unique column to uniquely identify a tuple. I've disabled the geomtery view and made view as wkt the default view in such cases.
2. #14121 View spatial fields as WKT doesn't work
1. #14067 IS NULL search operator produces no WHERE SQL with spatial fields
Signed-Off-By: Lakshay arora <arora.lakshya123(a)gmail.com>
* Fix for issues with spatial fields
This commit fixes view as BINARY not working in the previous commit.
Signed-Off-By: Lakshay arora <arora.lakshya123(a)gmail.com>
* Fix for issues with spatial fields
Fixes typo in previous commits.
Signed-Off-By: Lakshay arora <arora.lakshya123(a)gmail.com>
**NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 29364925556d8a7faa0ca94b640d8716b3c68478
https://github.com/phpmyadmin/phpmyadmin/commit/29364925556d8a7faa0ca94b640…
Author: MaurÃcio Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: 2018-05-12 (Sat, 12 May 2018)
Changed paths:
M js/console.js
M js/designer/history.js
M js/functions.js
M js/keyhandler.js
M js/makegrid.js
M js/navigation.js
M js/normalization.js
M js/rte.js
M js/server_databases.js
M js/server_privileges.js
M js/server_variables.js
M js/sql.js
M js/tbl_chart.js
M libraries/classes/Display/ChangePassword.php
Log Message:
-----------
Revert "Replace .focus() with .on()"
This reverts commit d18076eb96179421081b39e37a1b465e1287753d.
Signed-off-by: MaurÃcio Meneghini Fauth <mauriciofauth(a)gmail.com>
**NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 8f8e3c26c945327e574d63991ccea4901b8f95bf
https://github.com/phpmyadmin/phpmyadmin/commit/8f8e3c26c945327e574d63991cc…
Author: MaurÃcio Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: 2018-05-11 (Fri, 11 May 2018)
Changed paths:
M js/common.js
M js/config.js
M js/console.js
M js/db_central_columns.js
M js/db_multi_table_query.js
M js/db_search.js
M js/db_structure.js
M js/designer/history.js
M js/designer/init.js
M js/designer/move.js
M js/functions.js
M js/indexes.js
M js/makegrid.js
M js/navigation.js
M js/normalization.js
M js/replication.js
M js/server_databases.js
M js/server_privileges.js
M js/server_status_advisor.js
M js/server_status_monitor.js
M js/server_variables.js
M js/sql.js
M js/tbl_chart.js
M js/tbl_find_replace.js
M js/tbl_structure.js
M js/tbl_zoom_plot_jqplot.js
M setup/scripts.js
Log Message:
-----------
Replace .click() with .on()
.click() event shorthand is deprecated
Signed-off-by: MaurÃcio Meneghini Fauth <mauriciofauth(a)gmail.com>
Commit: c0c233f8efed04028a4a7b552bf581268e3425fb
https://github.com/phpmyadmin/phpmyadmin/commit/c0c233f8efed04028a4a7b552bf…
Author: MaurÃcio Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: 2018-05-12 (Sat, 12 May 2018)
Changed paths:
M js/console.js
M js/makegrid.js
M js/server_variables.js
Log Message:
-----------
Replace .keydown() with .on()
.keydown() event shorthand is deprecated
Signed-off-by: MaurÃcio Meneghini Fauth <mauriciofauth(a)gmail.com>
Commit: 0ff776a6cf1a93dfc5f55a52ec5f27867400867c
https://github.com/phpmyadmin/phpmyadmin/commit/0ff776a6cf1a93dfc5f55a52ec5…
Author: MaurÃcio Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: 2018-05-12 (Sat, 12 May 2018)
Changed paths:
M js/console.js
M js/makegrid.js
Log Message:
-----------
Replace .mousedown() with .on()
.mousedown() event shorthand is deprecated
Signed-off-by: MaurÃcio Meneghini Fauth <mauriciofauth(a)gmail.com>
Commit: 3bf83954a07d7eb4fd6372c2e48e054dfacf2a90
https://github.com/phpmyadmin/phpmyadmin/commit/3bf83954a07d7eb4fd6372c2e48…
Author: MaurÃcio Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: 2018-05-12 (Sat, 12 May 2018)
Changed paths:
M js/config.js
M js/server_status_monitor.js
M js/server_status_variables.js
M js/sql.js
M js/tbl_chart.js
Log Message:
-----------
Replace .keyup() with .on()
.keyup() event shorthand is deprecated
Signed-off-by: MaurÃcio Meneghini Fauth <mauriciofauth(a)gmail.com>
Commit: d18076eb96179421081b39e37a1b465e1287753d
https://github.com/phpmyadmin/phpmyadmin/commit/d18076eb96179421081b39e37a1…
Author: MaurÃcio Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: 2018-05-12 (Sat, 12 May 2018)
Changed paths:
M js/console.js
M js/designer/history.js
M js/functions.js
M js/keyhandler.js
M js/makegrid.js
M js/navigation.js
M js/normalization.js
M js/rte.js
M js/server_databases.js
M js/server_privileges.js
M js/server_variables.js
M js/sql.js
M js/tbl_chart.js
M libraries/classes/Display/ChangePassword.php
Log Message:
-----------
Replace .focus() with .on()
.focus() event shorthand is deprecated
Signed-off-by: MaurÃcio Meneghini Fauth <mauriciofauth(a)gmail.com>
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/f4fedc20ee38...d18076eb9617
**NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.