Commit Graph

124936 Commits

Author SHA1 Message Date
William Desportes
09f1c4e020
Add a ChangeLog entry for #18210
Signed-off-by: William Desportes <williamdes@wdes.fr>
2024-04-28 16:44:46 +02:00
William Desportes
cbad7c9198
Merge #18316 - Fix #18210 - Add replica replication user on MariaDB doesn't work
Pull-request: #18316
Fixes: #18210

Signed-off-by: William Desportes <williamdes@wdes.fr>
2024-04-28 16:40:16 +02:00
William Desportes
6d83fa6626
Add a ChangeLog entry for #18674
Signed-off-by: William Desportes <williamdes@wdes.fr>
2024-04-28 16:28:02 +02:00
William Desportes
55a60c019e
Merge #19136 - Fix #18674 - formatted sql in grid should be inline text
Pull-request: #19136
Fixes: #18674

Signed-off-by: William Desportes <williamdes@wdes.fr>
2024-04-28 16:15:25 +02:00
William Desportes
fe8a1f90d7
Add ChangeLog entries for #18240 and #19125
Signed-off-by: William Desportes <williamdes@wdes.fr>
2024-04-28 14:31:51 +02:00
William Desportes
8aa9c11469
Merge #19129 - Fix #19125 - CodeMirror tooltip is below modals
Pull-request: #19129
Fixes: #19125

Signed-off-by: William Desportes <williamdes@wdes.fr>
2024-04-28 14:29:11 +02:00
William Desportes
f7dbfdd499
Merge #19131 - Fix #18240 - inserting value with UNIX_TIMESTAMP() without param
Pull-request: #19131
Fixes: #18240

Signed-off-by: William Desportes <williamdes@wdes.fr>
2024-04-28 14:27:54 +02:00
William Desportes
a2ae0e7619
Add a ChangeLog entry for #18276
Signed-off-by: William Desportes <williamdes@wdes.fr>
2024-04-28 14:07:02 +02:00
William Desportes
298b01aaf8
Merge #18991 - Fix #18276 - changing column with on update CURRENT_TIMESTAMP active
Pull-request: #18991
Fixes: #18276

Signed-off-by: William Desportes <williamdes@wdes.fr>
2024-04-28 14:04:45 +02:00
William Desportes
b415422e6a
Add a ChangeLog entries for #17920, #18006 and #18962
Signed-off-by: William Desportes <williamdes@wdes.fr>
2024-04-28 12:02:58 +02:00
William Desportes
0bcc3e402d
Merge #19105 - Fix #17920, Fix #18006, Fix #18962 - Preserve check constraint during column move
Pull-request: #19105
Fixes: #17920
Fixes: #18006
Fixes: #18962

Signed-off-by: William Desportes <williamdes@wdes.fr>
2024-04-28 10:46:15 +02:00
William Desportes
8345da88f6
Add a ChangeLog entry for #18566
Signed-off-by: William Desportes <williamdes@wdes.fr>
2024-04-28 10:41:42 +02:00
William Desportes
40d5b6dd57
Merge #19135 - Fix #18389, Fix #18487, Fix #18511 - Fix linter for sql query box with multiple statements
Pull-request: #19121
Fixes: #18389
Fixes: #18487
Fixes: #18511

Signed-off-by: William Desportes <williamdes@wdes.fr>
2024-04-28 10:37:57 +02:00
William Desportes
a07507d4e8
Merge #19135 - Fix #18566 - Error when importing exported view with USE INDEX hint
Pull-request: #19135
Fixes #18566

Signed-off-by: William Desportes <williamdes@wdes.fr>
2024-04-28 10:36:05 +02:00
Maximilian Krög
582f2e6525
Export views after indexes
When a view uses USE INDEX syntax import failed because of
the missing index.

Signed-off-by: Maximilian Krög <maxi_kroeg@web.de>
2024-04-28 02:11:43 +02:00
Maximilian Krög
524dcc2b5c
Fix formatted sql in grid should be inline text
The css expects all table cells to have a wrapping span, but
the wrapping was only done when no span existed in the cell.
If the formatting is done before the wrapping there already exist
nested spans and no top-level span is created. In this case the
style that makes the sql displayed inline did not apply.

Signed-off-by: Maximilian Krög <maxi_kroeg@web.de>
2024-04-28 01:53:48 +02:00
William Desportes
0c1bd41e88
Add a ChangeLog entry for #19117
Signed-off-by: William Desportes <williamdes@wdes.fr>
2024-04-27 14:51:46 +02:00
William Desportes
7b6aba7940
Merge #19122 - Fix #19117 - Changing a colum to a virtual column
Pull-request: #19122
Fixes #19117

Signed-off-by: William Desportes <williamdes@wdes.fr>
2024-04-27 14:50:17 +02:00
William Desportes
67c42eee91
Merge #19039 - Fix #19037 - Link to privilege on table or db without an existing grant
Pull-request: #19039
Fixes #19037

Signed-off-by: William Desportes <williamdes@wdes.fr>
2024-04-27 13:44:30 +02:00
Sachin Bahukhandi
182f4ebcb4
Fixed fetching the database and table not appearing in query param in edit privilege table/db
Signed-off-by: Sachin Bahukhandi <sachinb0013@gmail.com>
2024-04-27 13:41:18 +02:00
Maurício Meneghini Fauth
de9a89efbb
Merge pull request #19132 from MauricioFauth/table-create-e2e-test-fix
Fix failing E2E tests
2024-04-26 20:08:48 -03:00
Maurício Meneghini Fauth
2cb2ce70ce
Fix Database\QueryByExampleTest E2E test
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-04-26 19:53:13 -03:00
Maurício Meneghini Fauth
f384f9bb1c
Fix Database\TriggersTest E2E test
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-04-26 19:00:36 -03:00
Maurício Meneghini Fauth
94ae6e113d
Fix Database\EventsTest E2E test
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-04-26 17:09:55 -03:00
Maximilian Krög
ad7596b53f
Fix inserting value with UNIX_TIMESTAMP() without param
Signed-off-by: Maximilian Krög <maxi_kroeg@web.de>
2024-04-26 21:46:52 +02:00
Maurício Meneghini Fauth
1d29d8a928
Fix Table\CreateTest E2E test
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-04-26 16:41:26 -03:00
Maximilian Krög
a757058f5a
Fix invisible codemirror tooltip in modal
Signed-off-by: Maximilian Krög <maxi_kroeg@web.de>
2024-04-25 23:25:23 +02:00
Andrei Stepanov
2e4a709d6e
Translated using Weblate (Russian)
Currently translated at 100.0% (3427 of 3427 strings)

[ci skip]

Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/ru/
Signed-off-by: Andrei Stepanov <adem4ik@gmail.com>
2024-04-25 19:18:08 +02:00
Maximilian Krög
d5e0d711bd
Fix linter annotations for special editors
When the sql string to lint isa changed, the result positions
need to be adjusted accordingly.

Signed-off-by: Maximilian Krög <maxi_kroeg@web.de>
2024-04-22 21:42:36 +02:00
Salvador Domingues
1e1671e589
Translated using Weblate (Portuguese)
Currently translated at 97.7% (3351 of 3427 strings)

[ci skip]

Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/pt/
Signed-off-by: Salvador Domingues <salvadordomingues@gmail.com>
2024-04-22 20:07:29 +02:00
Maximilian Krög
02ebd6c5b0
Fix linting in sql editor with delimiter
Always setting the delimiter to $$ is not right in normal sql editor.
This breaks usage of the default delimiter ; and using DELIMITER in the sql.

Signed-off-by: Maximilian Krög <maxi_kroeg@web.de>
2024-04-21 16:01:26 +02:00
Maximilian Krög
26fc8f1b9e
Fix editing column where only virtuality changed
Without this the column wasn't detected as changed and thus not
included in the alter statement.

Signed-off-by: Maximilian Krög <maxi_kroeg@web.de>
2024-04-21 15:30:31 +02:00
Salvador Domingues
2c7c001145
Translated using Weblate (Portuguese)
Currently translated at 97.7% (3351 of 3427 strings)

[ci skip]

Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/pt/
Signed-off-by: Salvador Domingues <salvadordomingues@gmail.com>
2024-04-21 13:30:38 +02:00
Salvador Domingues
4fb837a0c7
Translated using Weblate (Portuguese)
Currently translated at 97.7% (3349 of 3427 strings)

[ci skip]

Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/pt/
Signed-off-by: Salvador Domingues <salvadordomingues@gmail.com>
2024-04-20 18:47:02 +02:00
Maximilian Krög
3b992e6a13
Preserve check constraint during column move
Signed-off-by: Maximilian Krög <maxi_kroeg@web.de>
2024-04-19 22:01:43 +02:00
Maurício Meneghini Fauth
de45958d54
Allow installation of Twig >= 3.9
- Fixes #19112

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-04-19 14:25:24 -03:00
Niilo Poutanen
a065218a47
Translated using Weblate (Finnish)
Currently translated at 60.9% (2090 of 3427 strings)

[ci skip]

Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/fi/
Signed-off-by: Niilo Poutanen <Niilo.poutanen@gmail.com>
2024-04-19 17:55:30 +02:00
Petri Salo
8ea8e1b31f
Translated using Weblate (Finnish)
Currently translated at 60.9% (2090 of 3427 strings)

[ci skip]

Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/fi/
Signed-off-by: Petri Salo <petri.salo@gmail.com>
2024-04-19 17:55:30 +02:00
William Desportes
add463dfe0
Ref #19112, #19114 - Prevent upgrade to Twig 3.9.0
Signed-off-by: William Desportes <williamdes@wdes.fr>
2024-04-17 21:15:24 +02:00
William Desportes
ec78dfd088
Merge #19090 - Fix #18495 - exporting of triggers
Pull-request: #19090
Fixes: #18495

Signed-off-by: William Desportes <williamdes@wdes.fr>
2024-04-15 17:22:00 +02:00
Andrei Stepanov
698a295105
Translated using Weblate (Russian)
Currently translated at 100.0% (3427 of 3427 strings)

[ci skip]

Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/ru/
Signed-off-by: Andrei Stepanov <adem4ik@gmail.com>
2024-04-14 20:56:43 +02:00
BahmanMD
96a533d417
Translated using Weblate (Persian)
Currently translated at 23.1% (795 of 3427 strings)

[ci skip]

Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/fa/
Signed-off-by: BahmanMD <bahman.mehrdad@gmail.com>
2024-04-14 10:20:46 +02:00
Andrei Stepanov
6278f769c5
Translated using Weblate (Russian)
Currently translated at 100.0% (3427 of 3427 strings)

[ci skip]

Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/ru/
Signed-off-by: Andrei Stepanov <adem4ik@gmail.com>
2024-04-11 15:01:50 +02:00
yangyangdaji
091e176587
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (3427 of 3427 strings)

[ci skip]

Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/zh_Hans/
Signed-off-by: yangyangdaji <1504305527@qq.com>
2024-04-10 03:01:46 +02:00
Andrei Stepanov
60be3d9510
Translated using Weblate (Russian)
Currently translated at 100.0% (3427 of 3427 strings)

[ci skip]

Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/ru/
Signed-off-by: Andrei Stepanov <adem4ik@gmail.com>
2024-04-05 21:01:54 +02:00
Andrei Stepanov
1529249a28
Translated using Weblate (Russian)
Currently translated at 100.0% (3427 of 3427 strings)

[ci skip]

Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/ru/
Signed-off-by: Andrei Stepanov <adem4ik@gmail.com>
2024-04-04 07:01:58 +02:00
ButterflyOfFire
81831e6d54
Translated using Weblate (Kabyle)
Currently translated at 2.3% (79 of 3427 strings)

[ci skip]

Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/kab/
Signed-off-by: ButterflyOfFire <boffire@users.noreply.hosted.weblate.org>
2024-04-02 07:12:18 +02:00
Maximilian Krög
ec2d9ba982
Add missing $$ delimiter to exported triggers
Signed-off-by: Maximilian Krög <maxi_kroeg@web.de>
2024-04-01 03:23:21 +02:00
Maximilian Krög
cc2ab4bde6
Test for delimiter after exported trigger
Signed-off-by: Maximilian Krög <maxi_kroeg@web.de>
2024-04-01 03:11:38 +02:00
Yaron Shahrabani
e28e4007d8
Translated using Weblate (Hebrew)
Currently translated at 46.0% (1577 of 3427 strings)

[ci skip]

Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/he/
Signed-off-by: Yaron Shahrabani <sh.yaron@gmail.com>
2024-03-31 09:17:04 +02:00