Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 987cb5043dba8d385a4890bb171a5bf58bcd10ed
https://github.com/phpmyadmin/phpmyadmin/commit/987cb5043dba8d385a4890bb171…
Author: Ankush Patil <aspraz2658(a)gmail.com>
Date: 2022-07-19 (Tue, 07 July 2022) -03:00
Changed paths:
M ChangeLog
M libraries/classes/Controllers/Table/FindReplaceController.php
M psalm-baseline.xml
M test/classes/Controllers/Table/FindReplaceControllerTest.php
Log Message:
-----------
fixed find replace regex issue if no matching result set found
When find and replace searching used with regex, at the time of replace
empty CASE END condition was causing issue.
Fixes #17388
Closes #17641
Signed-off-by: Ankush Patil <aspraz2658(a)gmail.com>
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: cba9b38a2865b1a351a46b4117a4cff106abb2ac
https://github.com/phpmyadmin/phpmyadmin/commit/cba9b38a2865b1a351a46b4117a…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2022-07-19 (Tue, 07 July 2022) -03:00
Changed paths:
M ChangeLog
M libraries/classes/Controllers/Table/FindReplaceController.php
M psalm-baseline.xml
M test/classes/Controllers/Table/FindReplaceControllerTest.php
Log Message:
-----------
Merge branch 'QA_5_2'
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/QA_5_2
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 987cb5043dba8d385a4890bb171a5bf58bcd10ed
https://github.com/phpmyadmin/phpmyadmin/commit/987cb5043dba8d385a4890bb171…
Author: Ankush Patil <aspraz2658(a)gmail.com>
Date: 2022-07-19 (Tue, 07 July 2022) -03:00
Changed paths:
M ChangeLog
M libraries/classes/Controllers/Table/FindReplaceController.php
M psalm-baseline.xml
M test/classes/Controllers/Table/FindReplaceControllerTest.php
Log Message:
-----------
fixed find replace regex issue if no matching result set found
When find and replace searching used with regex, at the time of replace
empty CASE END condition was causing issue.
Fixes #17388
Closes #17641
Signed-off-by: Ankush Patil <aspraz2658(a)gmail.com>
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/QA_5_2
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: f82e460805b2ac1cfdbd3b877c855a8b539a5334
https://github.com/phpmyadmin/phpmyadmin/commit/f82e460805b2ac1cfdbd3b877c8…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2022-07-19 (Tue, 07 July 2022) -03:00
Changed paths:
M js/vendor/bootstrap/bootstrap.bundle.min.js
M js/vendor/bootstrap/bootstrap.bundle.min.js.map
M js/vendor/openlayers/OpenLayers.js
M js/vendor/openlayers/OpenLayers.js.map
M js/vendor/openlayers/theme/ol.css
M js/vendor/zxcvbn-ts.js
M js/vendor/zxcvbn-ts.js.map
M package.json
M yarn.lock
Log Message:
-----------
Upgrade JavaScript dependencies
- Bumps Bootstrap version to 5.2.0
- Bumps OpenLayers version to 6.15.1
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 64f2c7b36033667354be03bf0ebf95e983b80a50
https://github.com/phpmyadmin/phpmyadmin/commit/64f2c7b36033667354be03bf0eb…
Author: Angelo Grebenarov <grebenarov(a)gmail.com>
Date: 2022-07-19 (Tue, 07 July 2022) -03:00
Changed paths:
M ChangeLog
M js/src/sql.js
Log Message:
-----------
Fixed broken filtering - ticket #17593
Fixes #17593
Closes #17610
In (Page-related settings) -> (Where to show the table row links) there
are 4 options: Left, Right, Both, and Nowhere.
The 3 dummy elements (mentioned in this ticket) are only needed for
Left, Both, and Nowhere... and they are NOT needed for "Right".
Since the main thing that distinguishes the "Right" position from the
other 3 is - "colspan", my code checks for the presence of "colspan"
on the first existing (non-dummy) element, and then decides whether
or not to add the 3 additional dummy- elements.
Signed-off-by: Angelo Grebenarov <grebenarov(a)gmail.com>
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: f80862938ca85015941e09bd5d8dcb06ca643d1f
https://github.com/phpmyadmin/phpmyadmin/commit/f80862938ca85015941e09bd5d8…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2022-07-19 (Tue, 07 July 2022) -03:00
Changed paths:
M ChangeLog
M js/src/sql.js
Log Message:
-----------
Merge branch 'QA_5_2'
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/QA_5_2
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 64f2c7b36033667354be03bf0ebf95e983b80a50
https://github.com/phpmyadmin/phpmyadmin/commit/64f2c7b36033667354be03bf0eb…
Author: Angelo Grebenarov <grebenarov(a)gmail.com>
Date: 2022-07-19 (Tue, 07 July 2022) -03:00
Changed paths:
M ChangeLog
M js/src/sql.js
Log Message:
-----------
Fixed broken filtering - ticket #17593
Fixes #17593
Closes #17610
In (Page-related settings) -> (Where to show the table row links) there
are 4 options: Left, Right, Both, and Nowhere.
The 3 dummy elements (mentioned in this ticket) are only needed for
Left, Both, and Nowhere... and they are NOT needed for "Right".
Since the main thing that distinguishes the "Right" position from the
other 3 is - "colspan", my code checks for the presence of "colspan"
on the first existing (non-dummy) element, and then decides whether
or not to add the 3 additional dummy- elements.
Signed-off-by: Angelo Grebenarov <grebenarov(a)gmail.com>
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/QA_5_2
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 6957064cea185c43f7222a215abb19ed17538f21
https://github.com/phpmyadmin/phpmyadmin/commit/6957064cea185c43f7222a215ab…
Author: atomu330 <atomu.work(a)gmail.com>
Date: 2022-07-19 (Tue, 07 July 2022) -03:00
Changed paths:
M ChangeLog
M libraries/classes/Table.php
M phpstan-baseline.neon
M psalm-baseline.xml
Log Message:
-----------
replace isset to empty
IF statement ! isset($this->uiprefs) was causing issue.
Private property 'uiprefs' is initialized to empty array, so ! isset($this->uiprefs) is always FALSE;
It's not hopefull, so I replace ! isset($this->uiprefs) to empty($this->uiprefs) to fix #17617 bug;
Fixes #17617
Closes #17644
Signed-off-by: Atomu Oku <atomu.work(a)gmail.com>
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>