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
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
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
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
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
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
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
282db347f7
Translated using Weblate (Dutch)
...
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/nl/
Signed-off-by: Jorrit Schippers <jorrit@ncode.nl>
2024-03-29 22:04:52 +01:00
Maurício Meneghini Fauth
d819acf210
Merge pull request #19031 from LHofman/fix#18593
...
Fix #18593 - drop db line included in server export if exporting only…
2024-03-29 15:35:40 -03:00
Maurício Meneghini Fauth
bd600b165a
Merge branch 'QA_5_2' into fix#18593
2024-03-29 15:35:18 -03:00
Vaniron CZ
f7db16f21c
Translated using Weblate (Czech)
...
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/cs/
Signed-off-by: Vaniron CZ <vanironcz@gmail.com>
2024-03-29 11:58:02 +01:00
Maurício Meneghini Fauth
d8fcc9eeba
Merge pull request #19082 from MauricioFauth/allowDeny_forbidden
...
Remove allowDeny_forbidden global
2024-03-27 07:45:41 -03:00
Maurício Meneghini Fauth
1d8367368e
Remove allowDeny_forbidden global
...
Fixes issue introduced by 2327dbf3c3 .
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-03-26 16:08:42 -03:00
Andrei Stepanov
d54981f013
Translated using Weblate (Russian)
...
Currently translated at 99.7% (3418 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-03-26 12:09:42 +01:00
Maciej Gomoła
c690feb899
Translated using Weblate (Polish)
...
Currently translated at 90.1% (3091 of 3427 strings)
[ci skip]
Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/pl/
Signed-off-by: Maciej Gomoła <maciejg2008@gmail.com>
2024-03-24 22:26:55 +01:00
Maurício Meneghini Fauth
1ffb0e4b7c
Merge pull request #19062 from kamil-tekiela/Fix-#19061
...
SQL without unique clause is not recognized
Fixes #19061
2024-03-18 14:49:36 -03:00
Kamil Tekiela
cbbe3401b1
SQL without unique clause is not recognized
...
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
2024-03-18 14:19:37 +01:00
Temuri Doghonadze
5858a10ca2
Translated using Weblate (Georgian)
...
Currently translated at 56.5% (1939 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>
2024-03-18 05:02:01 +01:00
Lennert Hofman
019079b6dc
Fix #18451 - When editing inline central column, Null is always preselected
...
Signed-off-by: Lennert Hofman <hofmanlennert@gmail.com>
2024-03-16 21:21:10 +01:00
Temuri Doghonadze
f0e444a961
Translated using Weblate (Georgian)
...
Currently translated at 56.4% (1936 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>
2024-03-16 10:09:18 +01:00
Maurício Meneghini Fauth
1d99cec5c6
Merge pull request #19024 from peterdk/feature/add-rocksdb-table-size-support
...
Add ROCKSDB (tablesize) support
Fixes #19023
2024-03-15 20:15:19 -03:00
Peter de Kraker
10a8943cfc
Add RocksDB support
...
Signed-off-by: Peter de Kraker <peterdekraker@umito.nl>
2024-03-15 20:13:58 -03:00
Prasanth-k
c0e2b9481b
Translated using Weblate (Telugu)
...
Currently translated at 7.5% (260 of 3427 strings)
[ci skip]
Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/te/
Signed-off-by: Prasanth-k <prasanthpra.k@gmail.com>
2024-03-15 16:17:40 +01:00
Maurício Meneghini Fauth
5f43edb5f8
Merge pull request #18965 from CM43210/QA_5_2
...
Fix #18559 : Add db/table params to URL for profiling toggle
Fixes #18559
2024-03-13 21:40:40 -03:00
Maurício Meneghini Fauth
644a40b7bc
Merge pull request #19046 from abij/patch-1
...
Change referrer policy to same-origin
2024-03-13 20:31:42 -03:00