Commit Graph

126472 Commits

Author SHA1 Message Date
Maurício Meneghini Fauth
d4eba842f4
Merge pull request #18364 from MauricioFauth/bootstrap-theme-dark-mode-fixes
Fix some color issues for Bootstrap dark theme
2023-04-22 20:48:43 -03:00
Maurício Meneghini Fauth
692f06c3c3
Fix some nav tree color issues with Bootstrap dark theme
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-04-22 18:30:32 -03:00
Maurício Meneghini Fauth
cf390a68b9
Add a dark version of Bootstrap theme SVG icons
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-04-22 15:59:24 -03:00
CreaZyp154
7e4e8b67b3
Translated using Weblate (French)
Currently translated at 99.7% (3441 of 3448 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/fr/
Signed-off-by: CreaZyp154 <cyril@strahm.org>
2023-04-22 00:48:32 +02:00
Maurício Meneghini Fauth
6c1adad296
Fix error TS2345 reported by TypeScript
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-04-21 19:45:27 -03:00
Maurício Meneghini Fauth
36924ffb77
Fix error TS2322 reported by TypeScript
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-04-21 18:10:41 -03:00
Maurício Meneghini Fauth
0f92356358
Fix error TS2538 reported by TypeScript
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-04-21 17:35:09 -03:00
Maurício Meneghini Fauth
0701a3cbeb
Fix error TS2769 reported by TypeScript
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-04-21 17:13:55 -03:00
Maurício Meneghini Fauth
c0ac1b178d
Fix errors TS2367 and TS2405 reported by TypeScript
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-04-21 16:41:59 -03:00
Maurício Meneghini Fauth
a493cbdf84
Fix error TS2365 reported by TypeScript
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-04-21 14:10:00 -03:00
Maurício Meneghini Fauth
8000b0158c
Fix errors TS2362 and TS2363 reported by TypeScript
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-04-20 22:26:32 -03:00
Maurício Meneghini Fauth
c3224a50a0
Fix error TS2469 reported by TypeScript
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-04-20 12:30:23 -03:00
Maurício Meneghini Fauth
6149673177
Merge pull request #18351 from kamil-tekiela/CheckUserPrivileges
Create a value object for ShowGrants
2023-04-19 19:10:37 -03:00
Maurício Meneghini Fauth
0910b68596
Merge branch 'QA_5_2'
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-04-19 18:37:03 -03:00
Maurício Meneghini Fauth
5a2baf607f
Fix ExportSqlTest failing test
Related to https://github.com/phpmyadmin/sql-parser/pull/438

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-04-19 18:32:51 -03:00
dingo thirteen
b66707e69a
Translated using Weblate (Dutch)
Currently translated at 100.0% (3448 of 3448 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/nl/
Signed-off-by: dingo thirteen <dingo13@d404.nl>
2023-04-19 08:38:12 +02:00
Maurício Meneghini Fauth
33d728ceaa
Update Psalm baseline
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-04-18 20:29:15 -03:00
Maurício Meneghini Fauth
e183e22d2f
Fix unknown property errors reported by TypeScript
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-04-18 20:21:48 -03:00
Maurício Meneghini Fauth
f8cfc5545a
Fix some errors reported by TypeScript
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-04-18 11:53:04 -03:00
Meno25
e6edcb9e46
Translated using Weblate (Arabic)
Currently translated at 54.9% (1896 of 3448 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/ar/
Signed-off-by: Meno25 <meno25mail@gmail.com>
2023-04-18 12:06:36 +02:00
Meno25
1dd79010cb
Translated using Weblate (Arabic)
Currently translated at 56.6% (1942 of 3427 strings)

[ci skip]

Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/ar/
Signed-off-by: Meno25 <meno25mail@gmail.com>
2023-04-18 12:06:32 +02:00
Maurício Meneghini Fauth
b321a6783d
Fix some errors reported by TypeScript
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-04-17 22:14:15 -03:00
Maurício Meneghini Fauth
fdb25d0459
Declare DesignerMove properties explicitly in move.ts
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-04-17 21:21:41 -03:00
Maurício Meneghini Fauth
f4b37b40a6
Remove IE specific code from designer/move.ts
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-04-17 21:14:19 -03:00
Maurício Meneghini Fauth
4be2b55708
Declare DesignerHistory properties explicitly in history.ts
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-04-17 16:53:29 -03:00
Maurício Meneghini Fauth
97ad7e8a31
Merge branch 'QA_5_2'
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-04-17 15:22:51 -03:00
Maurício Meneghini Fauth
36bd701d84
Fix some errors reported by TypeScript
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-04-17 15:21:10 -03:00
Maurício Meneghini Fauth
75b8cb58eb
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (3448 of 3448 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/pt_BR/
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-04-17 19:35:22 +02:00
Maurício Meneghini Fauth
f58ae40f93
Translated using Weblate (Arabic)
Currently translated at 54.9% (1895 of 3448 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/ar/
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-04-17 19:32:45 +02:00
Maurício Meneghini Fauth
e55cb7ab93
Translated using Weblate (Arabic)
Currently translated at 56.6% (1941 of 3427 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>
2023-04-17 19:32:43 +02:00
Meno25
569b9df634
Translated using Weblate (Arabic)
Currently translated at 56.6% (1942 of 3427 strings)

[ci skip]

Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/ar/
Signed-off-by: Meno25 <meno25mail@gmail.com>
2023-04-17 19:31:59 +02:00
Meno25
94c01fe47d
Translated using Weblate (Arabic)
Currently translated at 54.9% (1896 of 3448 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/ar/
Signed-off-by: Meno25 <meno25mail@gmail.com>
2023-04-17 19:31:55 +02:00
Maurício Meneghini Fauth
ae09a5e91b
Upgrade JavaScript dependencies
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-04-16 23:49:03 -03:00
Maurício Meneghini Fauth
22de614f58
Declare Export properties explicitly in export.ts
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-04-16 23:00:28 -03:00
Temuri Doghonadze
a3d0fbe1b4
Translated using Weblate (Georgian)
Currently translated at 56.5% (1938 of 3427 strings)

[ci skip]

Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/ka/
Signed-off-by: Temuri Doghonadze <temuri.doghonadze@gmail.com>
2023-04-16 19:22:22 +02:00
Meno25
a7ca576480
Translated using Weblate (Arabic)
Currently translated at 49.8% (1708 of 3427 strings)

[ci skip]

Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/ar/
Signed-off-by: Meno25 <meno25mail@gmail.com>
2023-04-16 19:22:21 +02:00
Domen
e1cffcdd07
Translated using Weblate (Slovenian)
Currently translated at 100.0% (3448 of 3448 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/sl/
Signed-off-by: Domen <mitenem@outlook.com>
2023-04-16 19:22:15 +02:00
Temuri Doghonadze
0d0cde6219
Translated using Weblate (Georgian)
Currently translated at 56.8% (1959 of 3448 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>
2023-04-16 19:22:14 +02:00
Meno25
66c6420240
Translated using Weblate (Arabic)
Currently translated at 47.9% (1655 of 3448 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/ar/
Signed-off-by: Meno25 <meno25mail@gmail.com>
2023-04-16 19:22:13 +02:00
Burak Yavuz
08eec09cbc
Translated using Weblate (Turkish)
Currently translated at 100.0% (3448 of 3448 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/tr/
Signed-off-by: Burak Yavuz <hitowerdigit@hotmail.com>
2023-04-16 19:22:12 +02:00
MadxCoder
306678fe98
Translated using Weblate (Arabic)
Currently translated at 49.8% (1707 of 3427 strings)

[ci skip]

Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/ar/
Signed-off-by: MadxCoder <mohamedahmedmoh13@gmail.com>
2023-04-16 08:56:13 +02:00
Meno25
37822dcca9
Translated using Weblate (Arabic)
Currently translated at 49.8% (1707 of 3427 strings)

[ci skip]

Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/ar/
Signed-off-by: Meno25 <meno25mail@gmail.com>
2023-04-16 08:56:12 +02:00
MadxCoder
f43d3282bf
Translated using Weblate (Arabic)
Currently translated at 47.5% (1641 of 3448 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/ar/
Signed-off-by: MadxCoder <mohamedahmedmoh13@gmail.com>
2023-04-16 08:46:57 +02:00
Meno25
59bb4dabde
Translated using Weblate (Arabic)
Currently translated at 47.5% (1641 of 3448 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/ar/
Signed-off-by: Meno25 <meno25mail@gmail.com>
2023-04-16 08:46:56 +02:00
Kristijan \"Fremen\" Velkovski
cf86e74e27
Translated using Weblate (Macedonian)
Currently translated at 26.7% (918 of 3427 strings)

[ci skip]

Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/mk/
Signed-off-by: "Kristijan \"Fremen\" Velkovski" <me@krisfremen.com>
2023-04-16 08:46:25 +02:00
Temuri Doghonadze
5fd0926083
Translated using Weblate (Georgian)
Currently translated at 56.5% (1938 of 3427 strings)

[ci skip]

Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/ka/
Signed-off-by: Temuri Doghonadze <temuri.doghonadze@gmail.com>
2023-04-16 08:46:24 +02:00
Meno25
b190ddf4d3
Translated using Weblate (Arabic)
Currently translated at 49.4% (1694 of 3427 strings)

[ci skip]

Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/ar/
Signed-off-by: Meno25 <meno25mail@gmail.com>
2023-04-16 08:46:18 +02:00
Temuri Doghonadze
9a8c9957fc
Translated using Weblate (Georgian)
Currently translated at 56.8% (1959 of 3448 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>
2023-04-16 08:40:20 +02:00
hassan mokhtari
2001b52cdb
Translated using Weblate (Arabic)
Currently translated at 47.5% (1639 of 3448 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/ar/
Signed-off-by: hassan mokhtari <persiste1@gmail.com>
2023-04-16 08:40:15 +02:00
كَوَنٍنز [FM]
e4983528e5
Translated using Weblate (Arabic)
Currently translated at 47.5% (1639 of 3448 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/ar/
Signed-off-by: "كَوَنٍنز [FM]" <aymenadem406@gmail.com>
2023-04-16 08:40:15 +02:00