Commit Graph

128487 Commits

Author SHA1 Message Date
Nicoara Alex
5cc606a536
Translated using Weblate (Romanian)
Currently translated at 90.3% (3079 of 3408 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/ro/
Signed-off-by: Nicoara Alex <alex.nicoara@yahoo.com>
2024-04-18 10:29:44 +02:00
Sebastian
254a06ab7b
Translated using Weblate (Polish)
Currently translated at 99.7% (3400 of 3408 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/pl/
Signed-off-by: Sebastian <stomczyk145@gmail.com>
2024-04-18 10:29:44 +02:00
Temuri Doghonadze
28b9baaf45
Translated using Weblate (Georgian)
Currently translated at 56.6% (1929 of 3408 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/ka/
Signed-off-by: Temuri Doghonadze <temuri.doghonadze@gmail.com>
2024-04-18 10:29:20 +02:00
Domen
a18bb4a550
Translated using Weblate (Slovenian)
Currently translated at 100.0% (3408 of 3408 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/sl/
Signed-off-by: Domen <mitenem@outlook.com>
2024-04-16 21:21:35 +02:00
Maurício Meneghini Fauth
a6c1a62e26
Merge pull request #19111 from MauricioFauth/recent-tables-controller-removal
Extract recent table handling from Header into a middleware
2024-04-15 14:25:53 -03:00
Maurício Meneghini Fauth
9b25d12e01
Extract recent table handling from Header into a middleware
This removes the recent visited table handling from the Header class and
moves it to a new middleware.

This also removes a duplicated update via front-end.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-04-14 17:19:26 -03:00
Andrei Stepanov
6c62f2e19a
Translated using Weblate (Russian)
Currently translated at 100.0% (3408 of 3408 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/ru/
Signed-off-by: Andrei Stepanov <adem4ik@gmail.com>
2024-04-14 20:56:45 +02:00
Oğuz Ersen
c6c0eef423
Translated using Weblate (Turkish)
Currently translated at 100.0% (3408 of 3408 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/tr/
Signed-off-by: Oğuz Ersen <oguz@ersen.moe>
2024-04-14 10:20:47 +02:00
phpMyAdmin bot
080b3461dd Update po files
[ci skip]

Signed-off-by: phpMyAdmin bot <bot@phpmyadmin.net>
2024-04-14 00:21:31 +00:00
Maurício Meneghini Fauth
a6c56e6e0e
Merge pull request #19110 from MauricioFauth/recent-favorite-tables
Refactor recent/favorite tables buttons
2024-04-13 13:10:25 -03:00
Maurício Meneghini Fauth
a921326245
Change recent/favorite buttons to use Bootstrap dropdowns
This removes a lot of custom CSS.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-04-13 02:52:56 -03:00
Maurício Meneghini Fauth
89619f386b
Merge recent_favorite_table_no_tables template
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-04-11 18:38:31 -03:00
Maurício Meneghini Fauth
01de54571f
Extract HTML from RecentFavoriteTables::getHtml()
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-04-11 15:20:01 -03:00
Andrei Stepanov
ca9032a468
Translated using Weblate (Russian)
Currently translated at 100.0% (3408 of 3408 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/ru/
Signed-off-by: Andrei Stepanov <adem4ik@gmail.com>
2024-04-11 15:02:06 +02:00
Maurício Meneghini Fauth
505d89c374
Merge pull request #19099 from kamil-tekiela/Refactoring-import-15
Refactoring import 15
2024-04-10 19:00:15 -03:00
yangyangdaji
fa4db41b57
Translated using Weblate (Chinese (Simplified))
Currently translated at 99.9% (3405 of 3408 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/zh_Hans/
Signed-off-by: yangyangdaji <1504305527@qq.com>
2024-04-10 03:01:59 +02:00
Maurício Meneghini Fauth
0777b61b77
Merge pull request #19104 from MauricioFauth/abstract-controller-removal
Remove the Controllers\AbstractController abstract class
2024-04-09 15:04:59 -03:00
Maurício Meneghini Fauth
137283f909
Remove unused constructor params from controllers
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-04-08 15:59:34 -03:00
Maurício Meneghini Fauth
c965d07f68
Remove Controllers\AbstractController abstract class
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-04-08 15:59:33 -03:00
Maurício Meneghini Fauth
036e8ce95f
Move AbstractController::render method to ResponseRenderer
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-04-08 15:59:32 -03:00
Maurício Meneghini Fauth
7312c8eee5
Move AbstractController::checkParameters method to ResponseRenderer
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-04-08 15:59:32 -03:00
Maurício Meneghini Fauth
e0c1eea7c5
Push the AbstractController::sendErrorResponse method down
It's only used in Table\DropColumnConfirmationController.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-04-08 15:59:31 -03:00
Maurício Meneghini Fauth
c212478ac8
Move AbstractController::redirect method to ResponseRenderer class
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-04-08 15:59:31 -03:00
Maurício Meneghini Fauth
235c61da17
Move addScriptFiles method to ResponseRenderer class
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-04-08 15:59:30 -03:00
phpMyAdmin bot
15d560c439 Update po files
[ci skip]

Signed-off-by: phpMyAdmin bot <bot@phpmyadmin.net>
2024-04-07 00:20:25 +00:00
Kamil Tekiela
cfa9beaa7f Drop $GLOBALS['unparsed_sql']
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
2024-04-06 18:37:05 +02:00
Kamil Tekiela
a0c6b569f0 Cast globals to string to make PHPStan happy
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
2024-04-06 18:30:23 +02:00
Kamil Tekiela
48a8dae59d Fix truncated SQL in "Create PHP code"
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
2024-04-06 18:19:47 +02:00
Kamil Tekiela
b8dd3a4f09 Move clean up earlier
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
2024-04-06 17:42:27 +02:00
Kamil Tekiela
e447622a3d Refactor handleRollbackRequest()
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
2024-04-06 17:14:03 +02:00
Domen
938d6b516e
Translated using Weblate (Slovenian)
Currently translated at 100.0% (3408 of 3408 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/sl/
Signed-off-by: Domen <mitenem@outlook.com>
2024-04-05 21:01:59 +02:00
Andrei Stepanov
fadb0a14e4
Translated using Weblate (Russian)
Currently translated at 100.0% (3408 of 3408 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/ru/
Signed-off-by: Andrei Stepanov <adem4ik@gmail.com>
2024-04-05 21:01:58 +02:00
Maurício Meneghini Fauth
5722cdb511
Merge pull request #19095 from MauricioFauth/controllers
Create InvocableController interface
2024-04-05 12:18:16 -03:00
Andrei Stepanov
041107cd30
Translated using Weblate (Russian)
Currently translated at 100.0% (3408 of 3408 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/ru/
Signed-off-by: Andrei Stepanov <adem4ik@gmail.com>
2024-04-04 07:01:59 +02:00
Maurício Meneghini Fauth
181f971bc9
Create InvocableController interface
This creates the contract for the controllers.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-04-03 17:03:00 -03:00
ButterflyOfFire
65b96aa44d
Translated using Weblate (Kabyle)
Currently translated at 2.1% (72 of 3408 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/kab/
Signed-off-by: ButterflyOfFire <boffire@users.noreply.hosted.weblate.org>
2024-04-02 07:12:19 +02:00
Maurício Meneghini Fauth
b2a3e41f1e
Merge pull request #19087 from MauricioFauth/navigation-config-handling
Remove Config\(G|S)etConfigController controllers
2024-03-31 23:41:10 -03:00
Burak Yavuz
e4cf5ab2a9
Translated using Weblate (Turkish)
Currently translated at 100.0% (3408 of 3408 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/tr/
Signed-off-by: Burak Yavuz <hitowerdigit@hotmail.com>
2024-04-01 01:03:58 +02:00
Maurício Meneghini Fauth
d4cdfbe2eb
Rename functions/config.ts to navigation/updateNavigationWidthConfig.ts
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-03-31 11:10:49 -03:00
Oğuz Ersen
064554ded0
Translated using Weblate (Turkish)
Currently translated at 100.0% (3408 of 3408 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/tr/
Signed-off-by: Oğuz Ersen <oguz@ersen.moe>
2024-03-31 15:54:44 +02:00
Maurício Meneghini Fauth
adc834f1ae
Move SetConfigController to Controller\Navigation namespace
Changes the route to /navigation/update-width.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-03-31 10:37:40 -03:00
Maurício Meneghini Fauth
6482dfa28b
Change SetConfigController to only set NavigationWidth
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-03-31 10:37:40 -03:00
Maurício Meneghini Fauth
7547341bee
Remove GetConfigController class
This is only used to get the NavigationWidth config value, and the same
value is stored in a data attribute. So this removes an unnecessary HTTP
request.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-03-31 10:37:39 -03:00
Yaron Shahrabani
c690d5d9d5
Translated using Weblate (Hebrew)
Currently translated at 43.3% (1479 of 3408 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/he/
Signed-off-by: Yaron Shahrabani <sh.yaron@gmail.com>
2024-03-31 09:17:05 +02:00
phpMyAdmin bot
a289a73181 Update po files
[ci skip]

Signed-off-by: phpMyAdmin bot <bot@phpmyadmin.net>
2024-03-31 00:20:17 +00:00
Maurício Meneghini Fauth
d61a059650
Merge branch 'QA_5_2'
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-03-29 18:25:45 -03:00
Maurício Meneghini Fauth
98451524e7
Merge pull request #19083 from MauricioFauth/response-renderer-mock-test-fail
Reset ResponseRenderer::$instance after test in ApplicationHandlerTest
2024-03-29 18:19:44 -03:00
Maurício Meneghini Fauth
a6a821adfc
Merge pull request #19058 from LHofman/fix#18451
Fix #18451 - When editing inline central column, Null is always preselected

Fixes #18451
2024-03-29 18:11:23 -03:00
Maurício Meneghini Fauth
7f642d41a6
Fix A_I and Null checkboxes default values in edit_table_row.twig
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-03-29 18:09:20 -03:00
Jorrit Schippers
cf6f9c0d42
Translated using Weblate (Dutch)
Currently translated at 99.2% (3382 of 3406 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/nl/
Signed-off-by: Jorrit Schippers <jorrit@ncode.nl>
2024-03-29 22:04:53 +01:00