Liviu-Mihail Concioiu
8ddfd4893f
Show Progress column only on MariaDB
...
Signed-off-by: Liviu-Mihail Concioiu <liviu.concioiu@gmail.com>
2022-05-30 01:13:15 +02:00
Liviu-Mihail Concioiu
fb1afbe444
Fix database names dissapearing from Processes tab
...
Signed-off-by: Liviu-Mihail Concioiu <liviu.concioiu@gmail.com>
2022-05-30 00:44:38 +02:00
Liviu-Mihail Concioiu
e9a5ec01f5
Revert "Fix database names dissapearing from Processes tab"
...
This reverts commit af4434dee2 .
2022-05-30 00:39:39 +02:00
Liviu-Mihail Concioiu
af4434dee2
Fix database names dissapearing from Processes tab
...
Signed-off-by: Liviu-Mihail Concioiu <liviu.concioiu@gmail.com>
2022-05-29 19:54:04 +02:00
Maurício Meneghini Fauth
229d99bb81
Fix checking db and table privileges when case is sensitive
...
Fixes https://github.com/phpmyadmin/phpmyadmin/issues/17558
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-05-26 16:05:58 -03:00
Maurício Meneghini Fauth
9e4f3833a5
Fix Table\OperationsController failing test
...
The Partition::getPartitionNames method returns [0=>null] when no
partitions were found.
Related to 346d6c7981 .
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-05-21 16:35:36 -03:00
Maurício Meneghini Fauth
346d6c7981
Fix error in table operation page when partitions are broken
...
Fixes https://github.com/phpmyadmin/phpmyadmin/issues/17496
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-05-20 20:52:55 -03:00
Maurício Meneghini Fauth
43cfe7d256
Mark Plugins\Plugin::isAvailable as static method
...
Allows for checking the availability before creating a new instance.
- Fixes https://github.com/phpmyadmin/phpmyadmin/issues/17519
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-05-20 14:17:57 -03:00
Maurício Meneghini Fauth
827e32a92e
Improve ErrorHandler::handleException to show errors
...
It doesn't shows a blank page when not in development environment
anymore.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-05-19 20:56:24 -03:00
Maurício Meneghini Fauth
4bc1ae53da
Fix error when configuring 2FA without XMLWriter or Imagick
...
Fixes https://github.com/phpmyadmin/phpmyadmin/issues/17506 .
References:
- d70c840f68/src/Renderer/Image/SvgImageBackEnd.php (L45)
- 0459a5d7ba/src/QRCode/Bacon.php (L75)
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-05-19 12:15:06 -03:00
Rodrigo Pokemaobr
5a57873744
Removing types from in RelationExtension for avoid null error on global
...
Signed-off-by: Rodrigo Pokemaobr <contato@pokemaobr.dev>
2022-05-17 15:11:46 -03:00
Maurício Meneghini Fauth
9f076774e5
Remove table-light CSS classes
...
These classes were added by 6408b7179a .
However they aren't exactly the same as thead-light classes that exists
in Bootstrap 4.
Related to https://github.com/phpmyadmin/phpmyadmin/issues/17455 .
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-05-14 17:31:31 -03:00
Maurício Meneghini Fauth
680e59eb5f
Ignore invalid routes cache file
...
If the `libraries/cache/routes.cache.php` file is invalid (usually from
5.1), ignores it and try to write a new one instead of failing.
Fixes https://github.com/phpmyadmin/phpmyadmin/issues/17522 .
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-05-13 21:46:17 -03:00
Maurício Meneghini Fauth
1c7aab1a4d
Fix issue reported by Psalm
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-05-11 14:52:05 -03:00
Isaac Bennetch
f2d3767e28
Prepare for version 5.2.1-dev
...
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2022-05-11 01:43:41 -04:00
Isaac Bennetch
89c68f74a9
Prepare for version 5.2.0
...
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2022-05-11 00:18:12 -04:00
Maurício Meneghini Fauth
a34dc9f064
Merge branch 'QA_5_1' into QA_5_2
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-05-08 14:14:52 -03:00
Maurício Meneghini Fauth
e2c4c4a10f
Replace for with foreach in Display\Results::getTable
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-05-07 14:13:18 -03:00
Maurício Meneghini Fauth
973023737f
Merge branch 'QA_5_1' into QA_5_2
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-05-06 09:52:52 -03:00
Maurício Meneghini Fauth
29170a28f9
Remove UI props if cached fields count differs from actual
...
- Fixes #17428
- Fixes #17498
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-05-05 22:33:58 -03:00
Maurício Meneghini Fauth
49e2b081ba
Merge branch 'QA_5_1' into QA_5_2
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-04-28 15:26:35 -03:00
Maurício Meneghini Fauth
0312396a75
Remove jQuery Mousewheel JS dependency
...
This dependency was removed by
https://github.com/phpmyadmin/phpmyadmin/pull/17032 .
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-04-27 21:21:25 -03:00
Maurício Meneghini Fauth
54df014550
Remove stickyfilljs JavaScript dependency
...
This polyfill is not needed anymore.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-04-27 19:47:31 -03:00
Maurício Meneghini Fauth
04f3f5a4b6
Merge branch 'QA_5_1' into QA_5_2
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-04-26 21:03:20 -03:00
Maurício Meneghini Fauth
5d80594341
Remove jQuery SVG JS dependency
...
Removed by https://github.com/phpmyadmin/phpmyadmin/pull/17041 .
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-04-24 20:39:12 -03:00
Maurício Meneghini Fauth
b17700dd09
Remove PMA_IS_WINDOWS constant
...
Gets the value from the Config class instead.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-04-24 20:37:55 -03:00
Maurício Meneghini Fauth
449d922428
Improve type check for UserPreferences::load method
...
Related to https://github.com/phpmyadmin/phpmyadmin/issues/17465 .
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-04-24 01:23:17 -03:00
Rodrigo Wanderley de Melo Cardoso
518a37d23f
FIXES #17414 - Adjusting export object in PluginExport to export databases with comp… ( #17491 )
...
* Adjusting export object in PluginExport to export databases with compress
Signed-off-by: Rodrigo Pokemaobr <contato@pokemaobr.dev>
* Adjusting dbi in tests and psalm requisites
Signed-off-by: Rodrigo Pokemaobr <contato@pokemaobr.dev>
* Adjusting dbi in tests and psalm requisites
Signed-off-by: Rodrigo Pokemaobr <contato@pokemaobr.dev>
* Adjusting dbi in tests and psalm requisites
Signed-off-by: Rodrigo Pokemaobr <contato@pokemaobr.dev>
2022-04-23 00:33:41 -03:00
Maurício Meneghini Fauth
2a2de71c06
Merge pull request #17356 from lrb2/fix-browse-end
...
Fix table navigation layout if row count is unknown
2022-04-22 13:50:38 -03:00
Maurício Meneghini Fauth
e4f0a0d1e6
Merge branch 'QA_5_1' into QA_5_2
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-04-21 15:54:13 -03:00
Maurício Meneghini Fauth
3c3a423727
Fix translation string in Database\DesignerController
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-04-21 15:38:28 -03:00
Maurício Meneghini Fauth
4c1668d663
Merge branch 'QA_5_1' into QA_5_2
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-04-21 14:29:25 -03:00
Maurício Meneghini Fauth
f600ba186f
Merge pull request #17438 from erolatreston/remove-definer-QA_5_2
...
Allow removing DEFINER clause from exported SQL
2022-04-21 14:13:55 -03:00
Maurício Meneghini Fauth
533766b3d7
Merge pull request #17437 from erolatreston/switch-user-QA_5_1
...
Allow authentication plugin to switch database users
2022-04-21 13:55:47 -03:00
Maurício Meneghini Fauth
cd1bef6c70
Merge branch 'QA_5_1' into QA_5_2
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-04-05 19:50:06 -03:00
Rodrigo Pokemaobr
9e63cc27e0
Fixing geometry bug when clicking in edit or copy in browse link
...
Signed-off-by: Rodrigo Pokemaobr <contato@pokemaobr.dev>
2022-04-05 14:24:27 -03:00
Kamil Tekiela
51f26fa5b0
Fix bug #17445
...
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
2022-03-26 13:00:51 +00:00
Maurício Meneghini Fauth
924edd57fa
Add unit test for PhpMyAdmin\Core::downloadHeader
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-03-25 19:35:15 -03:00
Maurício Meneghini Fauth
16aa04fc4e
Merge branch 'QA_5_1' into QA_5_2
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-03-24 20:40:40 -03:00
Liviu-Mihail Concioiu
b9edade853
Remove Italian and Romanian languages
...
Signed-off-by: Liviu-Mihail Concioiu <liviu.concioiu@gmail.com>
2022-03-20 19:54:14 +01:00
Maurício Meneghini Fauth
39fac83fb2
Merge pull request #17439 from Jir4/fix-tabindex
...
Enable tabindex recompute on preview button while insert new rows
2022-03-16 13:34:11 -03:00
Maurício Meneghini Fauth
2653b2942b
Merge branch 'QA_5_1' into QA_5_2
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-03-11 13:02:15 -03:00
Yohann Dupont
57ad99becb
Forgot to run phpcs
...
Signed-off-by: Yohann Dupont <yd@2dcom.fr>
2022-03-10 15:40:45 +01:00
Erol Guven
b20111d63b
Allow removing DEFINER clause from exported SQL
...
Signed-off-by: Erol Guven <erol.guven@appian.com>
2022-03-10 13:32:04 +00:00
Yohann Dupont
1c2e6c298d
Enable tabindex recompute on preview button while insert new rows
...
Signed-off-by: Yohann Dupont <yd@2dcom.fr>
2022-03-09 13:39:15 +01:00
Erol Guven
8920eae5db
Allow authentication plugin to switch database users
...
Signed-off-by: Erol Guven <erol.guven@appian.com>
2022-03-09 11:53:50 +00:00
Maurício Meneghini Fauth
4448b57253
Merge pull request #17350 from jonahtanjz/17348-fix-html-code-formatting
...
Fix #17348 - Resolve formatting of <code> in Preferences > Export
2022-03-06 19:48:12 -03:00
William Desportes
a4417e07df
Ref #17418 - Fix #16746 - Remove the use of deprecated strftime in OpenDocument exports
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-03-05 23:41:06 +01:00
William Desportes
639175db9e
Fix a typo on OpenDocument class
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-03-05 22:49:11 +01:00
William Desportes
71efab6ff3
Update phpstan and psalm baseline
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-03-05 21:05:12 +01:00