[phpmyadmin/phpmyadmin] 4da866: Fix #16424 - Numerical search in table and zoom

Branch: refs/heads/QA_5_1 Home: https://github.com/phpmyadmin/phpmyadmin Commit: 4da866ed94b24168c37ad4fd3bc0eb2c6c083e34 https://github.com/phpmyadmin/phpmyadmin/commit/4da866ed94b24168c37ad4fd3bc0... Author: Saksham Gupta <shucon01@gmail.com> Date: 2021-02-19 (Fri, 02 February 2021) +05:30 Changed paths: M js/src/table/change.js M js/src/table/select.js M js/src/table/zoom_plot_jqplot.js M libraries/classes/Controllers/Table/SearchController.php M libraries/classes/Controllers/Table/ZoomSearchController.php Log Message: ----------- Fix #16424 - Numerical search in table and zoom Signed-off-by: Saksham Gupta <shucon01@gmail.com> Fixes #16667 Signed-off-by: Saksham Gupta <shucon01@gmail.com> Add comment and change variable name Signed-off-by: Saksham Gupta <shucon01@gmail.com> Commit: 4df8cd0b3cd756e4ea4ad68dbc83b5f0413a0f2b https://github.com/phpmyadmin/phpmyadmin/commit/4df8cd0b3cd756e4ea4ad68dbc83... Author: William Desportes <williamdes@wdes.fr> Date: 2021-02-19 (Fri, 02 February 2021) +01:00 Changed paths: M js/src/table/change.js M js/src/table/select.js M js/src/table/zoom_plot_jqplot.js M libraries/classes/Controllers/Table/SearchController.php M libraries/classes/Controllers/Table/ZoomSearchController.php Log Message: ----------- Merge #16666 - Fix #16424 - Numerical search in table and zoom Pull-request: #16666 Fixes: #16424 Signed-off-by: William Desportes <williamdes@wdes.fr> Commit: b83dbbecf2f1d3122c2c894e8cfdfdb441d08a4f https://github.com/phpmyadmin/phpmyadmin/commit/b83dbbecf2f1d3122c2c894e8cfd... Author: William Desportes <williamdes@wdes.fr> Date: 2021-02-19 (Fri, 02 February 2021) +01:00 Changed paths: M templates/table/search/index.twig Log Message: ----------- Fix #16669 - Remove extra spaces to allow the /table/search request to work Fixes: #16669 Signed-off-by: William Desportes <williamdes@wdes.fr> Commit: 25083c1e8894d88457918d7384536edc59bdb36e https://github.com/phpmyadmin/phpmyadmin/commit/25083c1e8894d88457918d738453... Author: William Desportes <williamdes@wdes.fr> Date: 2021-02-19 (Fri, 02 February 2021) +01:00 Changed paths: M ChangeLog Log Message: ----------- Add a ChangeLog entry for #16669, #16424 and #16667 Signed-off-by: William Desportes <williamdes@wdes.fr> Commit: 6be33c4eb6317f2d2f513cf21fd137d317e877ee https://github.com/phpmyadmin/phpmyadmin/commit/6be33c4eb6317f2d2f513cf21fd1... Author: William Desportes <williamdes@wdes.fr> Date: 2021-02-19 (Fri, 02 February 2021) +01:00 Changed paths: M libraries/classes/Controllers/Table/SearchController.php Log Message: ----------- Ref #16666 - Ref #16424 - Adjust the index like the zoom controller Even if this is not needed, better that it is the same in the 2 controllers Signed-off-by: William Desportes <williamdes@wdes.fr> Commit: 147ada050f360c0e2caa37d9fe89262086bc45b5 https://github.com/phpmyadmin/phpmyadmin/commit/147ada050f360c0e2caa37d9fe89... Author: William Desportes <williamdes@wdes.fr> Date: 2021-02-19 (Fri, 02 February 2021) +01:00 Changed paths: M phpcs.xml.dist Log Message: ----------- Ignore language_stats.inc.php from phpcs Signed-off-by: William Desportes <williamdes@wdes.fr> Commit: d71aa7682bce6fb804eb3b00d7be80767eeb2566 https://github.com/phpmyadmin/phpmyadmin/commit/d71aa7682bce6fb804eb3b00d7be... Author: William Desportes <williamdes@wdes.fr> Date: 2021-02-19 (Fri, 02 February 2021) +01:00 Changed paths: M test/selenium/Database/ProceduresTest.php Log Message: ----------- Add some wait time for the procedure result to show on Selenium tests Ref: 08cf4aeb5e26d85c61239b279328d6e1d6e32fd1 Signed-off-by: William Desportes <williamdes@wdes.fr>
participants (1)
-
Saksham Gupta