Justin Nogossek
b6b10d08fe
Translated using Weblate (German)
...
Currently translated at 100.0% (3418 of 3418 strings)
[ci skip]
Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/de/
Signed-off-by: Justin Nogossek <justmegaliga10000@gmail.com>
2022-05-27 07:56:07 +02:00
David Kindl
f4477e8b06
Translated using Weblate (Czech)
...
Currently translated at 100.0% (3418 of 3418 strings)
[ci skip]
Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/cs/
Signed-off-by: David Kindl <mtwango@gmail.com>
2022-05-27 07:56:06 +02:00
Maurício Meneghini Fauth
4f9009c114
Merge pull request #17559 from MauricioFauth/db-table-lowercase-privs
...
Fix checking db and table privileges when case is sensitive
2022-05-26 22:31:26 -03: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
Kristjan Räts
b2e1d944d2
Translated using Weblate (Estonian)
...
Currently translated at 98.3% (3363 of 3418 strings)
[ci skip]
Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/et/
Signed-off-by: Kristjan Räts <kristjanrats@gmail.com>
2022-05-25 05:14:16 +02:00
Kristjan Räts
cbdfd05372
Translated using Weblate (Estonian)
...
Currently translated at 97.7% (3342 of 3418 strings)
[ci skip]
Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/et/
Signed-off-by: Kristjan Räts <kristjanrats@gmail.com>
2022-05-23 08:18:27 +02:00
Maurício Meneghini Fauth
8c2a904bf0
Merge pull request #17542 from MauricioFauth/index-preview-modal
...
Fix the indexes modal not opening the SQL preview
2022-05-22 22:33:51 -03:00
Maurício Meneghini Fauth
b8aaa03057
Fix the indexes modal not opening the SQL preview
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-05-22 11:39:44 -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
Surfoo
f9ff22cfd1
Translated using Weblate (French)
...
Currently translated at 100.0% (3418 of 3418 strings)
[ci skip]
Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/fr/
Signed-off-by: Surfoo <surfooo@gmail.com>
2022-05-21 02:27:46 +02:00
Maurício Meneghini Fauth
d794ad85df
Translated using Weblate (Arabic)
...
Currently translated at 48.9% (1672 of 3418 strings)
[ci skip]
Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/ar/
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-05-21 02:27:45 +02: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
Vladimir Belozyorov
c78673d462
Translated using Weblate (Russian)
...
Currently translated at 94.4% (3230 of 3418 strings)
[ci skip]
Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/ru/
Signed-off-by: Vladimir Belozyorov <vladimir.belozyorov@gmail.com>
2022-05-20 23:18:49 +02:00
شادي جعفر Shadi Gaafar
f580ee191c
Translated using Weblate (Arabic)
...
Currently translated at 48.9% (1673 of 3418 strings)
[ci skip]
Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/ar/
Signed-off-by: شادي جعفر Shadi Gaafar <shadialaghbari@gmail.com>
2022-05-20 23:18:48 +02:00
Maurício Meneghini Fauth
5dcd3765b6
Merge pull request #17540 from MauricioFauth/plugin-static-is-avail
...
Mark `Plugins\Plugin::isAvailable` as static method
Fixes #17519
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-05-20 14:28:59 -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
520cb4c150
Merge pull request #17536 from MauricioFauth/error-blank-page
...
Improve `ErrorHandler::handleException` to show errors
2022-05-20 00:45:56 -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
9fafdbd082
Fixes Tests\RoutingTest::testGetDispatcher test
...
Fixes https://github.com/phpmyadmin/phpmyadmin/issues/17532 .
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-05-19 18:12:50 -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
Vladimir Belozyorov
031d197ccd
Translated using Weblate (Russian)
...
Currently translated at 94.4% (3227 of 3418 strings)
[ci skip]
Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/ru/
Signed-off-by: Vladimir Belozyorov <vladimir.belozyorov@gmail.com>
2022-05-19 12:16:04 +02:00
Maurício Meneghini Fauth
257b818b83
Merge pull request #17529 from pokemaobr/FIX_WRITE_PERMISSIONS_ERROR
...
Removing types from in RelationExtension for avoid null error on global
Fixes #17527
2022-05-17 16:22:50 -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
e406ddb13f
Upgrade Bootstrap version
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-05-15 17:04:14 -03:00
Maurício Meneghini Fauth
af50673f6c
Merge pull request #17525 from MauricioFauth/tables-style
...
Fix tables spacing and colors
2022-05-14 20:59:08 -03:00
Maurício Meneghini Fauth
dc55543e4b
Fix table captions style
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-05-14 17:32:41 -03:00
Maurício Meneghini Fauth
e54f7697a6
Fix table cells spacing
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-05-14 17:32:16 -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
2e4c69d7b4
Add ChangeLog entry for #17522
...
[ci-skip]
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-05-13 22:06:42 -03:00
Maurício Meneghini Fauth
3c7ce21043
Merge pull request #17524 from MauricioFauth/routes-cache-file
...
Ignore invalid routes cache file
Fixes #17522
2022-05-13 22:03:11 -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
tiemen
4590194c71
Translated using Weblate (French)
...
Currently translated at 100.0% (3418 of 3418 strings)
[ci skip]
Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/fr/
Signed-off-by: tiemen <thjazi39@gmail.com>
2022-05-13 17:15:58 +02: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
ac921e1f2d
Removing composer.lock
...
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2022-05-11 01:02:45 -04:00
Isaac Bennetch
9dfedff70b
Adding composer lock for 5.2.0
...
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2022-05-11 00:32:19 -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
4ccf0f90db
Add CSS prefixes before generating RTL CSS files
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-05-10 18:27:35 -03:00
Maurício Meneghini Fauth
c451305d0d
Merge branch 'QA_5_1' into QA_5_2
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-05-10 14:46:26 -03:00
Maurício Meneghini Fauth
a3bad740fb
Add ChangeLog entry for #17508
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-05-10 14:44:31 -03:00
Maurício Meneghini Fauth
08e59a88f1
Merge pull request #17512 from pokemaobr/initials_table
...
Removing AJAX in initials_table to avoid duplicated tables
2022-05-10 14:40:02 -03:00
Rodrigo Pokemaobr
86b63e5b83
Removing AJAX in initials_table to avoid duplicated tables
...
Signed-off-by: Rodrigo Pokemaobr <contato@pokemaobr.dev>
2022-05-10 14:29:41 -03:00
ytteroy24b4bcffd91b44b4
874cfe3a59
Translated using Weblate (Latvian)
...
Currently translated at 18.0% (610 of 3385 strings)
[ci skip]
Translation: phpMyAdmin/5.1
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-1/lv/
Signed-off-by: ytteroy24b4bcffd91b44b4 <mail262626@inbox.lv>
2022-05-10 12:15:18 +02:00
ytteroy24b4bcffd91b44b4
f95b261844
Translated using Weblate (Latvian)
...
Currently translated at 17.5% (601 of 3418 strings)
[ci skip]
Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/lv/
Signed-off-by: ytteroy24b4bcffd91b44b4 <mail262626@inbox.lv>
2022-05-09 19:08:03 +02: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
Vladyslav Anisimov
b38cbb987f
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (3385 of 3385 strings)
[ci skip]
Translation: phpMyAdmin/5.1
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-1/uk/
Signed-off-by: Vladyslav Anisimov <uniss@ua.fm>
2022-05-08 18:12:50 +02:00
Vladyslav Anisimov
bba70ba664
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (3418 of 3418 strings)
[ci skip]
Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/uk/
Signed-off-by: Vladyslav Anisimov <uniss@ua.fm>
2022-05-08 18:11:55 +02: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
3185b604ff
Merge branch 'QA_5_1' into QA_5_2
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-05-07 12:00:55 -03:00
Maurício Meneghini Fauth
50c9d6099c
Merge pull request #17492 from MauricioFauth/breadcrumbs-disable-dragging
...
Disable dragging breadcrumbs links
2022-05-07 11:10:25 -03:00