Commit Graph

120835 Commits

Author SHA1 Message Date
Meno25
ca253f716c
Translated using Weblate (Arabic)
Currently translated at 47.9% (1619 of 3379 strings)

[ci skip]

Translation: phpMyAdmin/5.1
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-1/ar/
Signed-off-by: Meno25 <meno25mail@gmail.com>
2021-04-24 11:46:06 +02:00
William Desportes
07bf86b483
Add a ChangeLog entry for #14773
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-04-23 17:49:45 +02:00
William Desportes
cbd35c9fa8
Ref #16847 - Fix JSON export code duplicated and not following rules in raw query export mode
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-04-23 17:48:14 +02:00
William Desportes
45aeee579a
Fix #14773 - export raw query is not working
Ref: #15064 (issue to track the export raw query feature)
Yes, this issue was closed with #15064 but I will close it anyway because it made sense as the feature was broken once more
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-04-23 17:46:26 +02:00
William Desportes
7e90190ee8
Fix second export refresh button not working
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-04-23 16:40:58 +02:00
William Desportes
016ab126df
Add ChangeLog entries for #16771 and #16847
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-04-23 16:22:26 +02:00
William Desportes
60225212da
Fix #16847 - Export JSON blob and binary data & fix binary nullable JSON export
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-04-23 16:20:20 +02:00
William Desportes
badd2f70e1
Fix #16771 - Make PHP array export work on very large datasets
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-04-23 15:25:12 +02:00
William Desportes
70b38c648d
Add ChangeLog entries for 622c91ca36, c16e09b9b4 and #16810
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-04-23 03:13:35 +02:00
William Desportes
db76d19888
Merge #16841 - Fix #16810 - SQL query shown twice on central columns actions
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-04-23 03:10:25 +02:00
William Desportes
c16e09b9b4
Fix not translated central columns buttons
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-04-23 03:10:20 +02:00
William Desportes
622c91ca36
Fix "data is undefined" JS error
Reported on 5.0.4, made the fix because it makes sense

Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-04-23 03:10:20 +02:00
liviuconcioiu
6dc79009f7
Fix #16810 - SQL query shown twice
Fix SQL query shown twice on PRIMARY, UNIQUE, INDEX, SPATIAL, FULLTEXT, add to central columns, remove from central columns

Signed-off-by: Liviu Concioiu <liviu.concioiu@gmail.com>
2021-04-23 03:05:46 +02:00
Sevdimali ฤฐsa
d3e03b6667
Translated using Weblate (Azerbaijani)
Currently translated at 47.7% (1613 of 3379 strings)

[ci skip]

Translation: phpMyAdmin/5.1
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-1/az/
Signed-off-by: Sevdimali ฤฐsa <sevdimaliisayev@mail.ru>
2021-04-22 18:03:38 +02:00
William Desportes
2d9aad5ab2
Add a ChangeLog entry for 9d166afd58
Pull-request: #16839
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-04-20 18:39:44 +02:00
William Desportes
9d166afd58
Merge #16839 - Fix password management for Percona Server lacking PASSWORD function. 2021-04-20 18:38:01 +02:00
David Sinquin
86f239ca44
Fix password management for Percona Server.
Simply stick to what is done for Oracle MySQL.

Signed-off-by: David Sinquin <david.sinquin@gandi.net>
2021-04-20 18:34:17 +02:00
William Desportes
88230f97f2
Add a ChangeLog entry for a497000b98, c69ef03ddd and #16793
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-04-20 12:16:06 +02:00
William Desportes
28b642747a
Fix #16793 - Upgrade CodeMirror from 5.60.0 to 5.61.0
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-04-20 12:14:42 +02:00
William Desportes
af4dda0fd8
Fix a typo in monitor.js
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-04-20 01:09:47 +02:00
William Desportes
c69ef03ddd
Fix JS error "event is not defined"
Seems like in some cases the event is not defined, use the default format to ensure event is defined
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-04-20 01:09:30 +02:00
William Desportes
a497000b98
Fix php warning on not correcly loaded configs "Trying to access array offset on value of type null"
Reported for users not having correct permissions
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-04-20 00:12:54 +02:00
William Desportes
652d264f9b
Add a ChangeLog entry for #16837
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-04-19 23:00:12 +02:00
William Desportes
a6f7b4ee1c
Add more type safe guards for #16837
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-04-19 22:58:09 +02:00
William Desportes
bfb40ce681
Add tests for #16837
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-04-19 22:48:19 +02:00
William Desportes
2b8468cb2c
Protect test by adding one more assert to check that it is a string
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-04-19 21:31:33 +02:00
William Desportes
9850903575
Add a ChangeLog entry for #16404
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-04-19 21:28:13 +02:00
William Desportes
f741d7b6c1
Merge #16809 - Fix #16404 - Password generation fix after new user creation failure
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-04-19 21:11:55 +02:00
William Desportes
191942f49d
Add a ChangeLog entry for #16810
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-04-19 19:29:24 +02:00
William Desportes
ec4df90ab6
Merge #16811 - Fix #16810 - Fix SQL query shown twice on drop
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-04-19 19:19:30 +02:00
William Desportes
eedbf83185
Add a ChangeLog entry for #15566
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-04-19 19:16:43 +02:00
William Desportes
ae31556515
Merge #16814 - Fix #15566 - Designer - support RTL mode
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-04-19 19:14:19 +02:00
William Desportes
1028e89eb4
Add a ChangeLog entry for #16777 and #16836
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-04-19 19:10:02 +02:00
William Desportes
6eac1dd56a
Merge #16824 - Fix #16777 - Non-UTF8 Primary Key fix
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-04-19 19:06:36 +02:00
William Desportes
42f4464c07
Adjust testGetDataCellForNonNumericColumns test data
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-04-19 19:05:56 +02:00
William Desportes
5bd94e4e57
Fix #16836
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-04-19 19:01:09 +02:00
William Desportes
ae4518be9b
Add tests for #16836
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-04-19 19:00:35 +02:00
William Desportes
94add64100
Add tests for #16777
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-04-19 16:46:08 +02:00
Saksham Gupta
43e39ab08b
Fix #16777 - Non-UTF8 Primary Key fix
Signed-off-by: Saksham Gupta <shucon01@gmail.com>
2021-04-19 16:45:17 +02:00
William Desportes
fe306b28ee
Add ChangeLog entries for e4a985ca0f, df96ee24b3, deac7cffde, a6a982fd77 and #16792
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-04-17 00:42:11 +02:00
William Desportes
3ba356759e
Merge #16818 - Fix #16792 - Remove useless htmlspecialchars on URL generation
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-04-17 00:30:00 +02:00
William Desportes
a6a982fd77
Fix float values type errors on GIS export to PNG, SVG, PDF
Using: opengis database

Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-04-17 00:29:21 +02:00
William Desportes
deac7cffde
Fix not working export to PNG, SVG, PDF on GIS visialization
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-04-17 00:28:38 +02:00
William Desportes
df96ee24b3
Fix PHP type error on GIS nullable data
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-04-17 00:27:24 +02:00
William Desportes
e4a985ca0f
Merge #16828 - Remove redundant jQuery Event Drag plugin
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-04-17 00:24:33 +02:00
William Desportes
a2fb4a6407
Fix dragging the non OSM map
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-04-16 23:56:09 +02:00
William Desportes
2839b306d5
Fix mousewheel can not have a preventDefault
Chrome complains about it: "Unable to preventDefault inside passive event listener due to target being treated as passive."

Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-04-16 23:54:47 +02:00
Saksham Gupta
68c1d7cab8 Remove redundant jQuery Event Drag plugin
Signed-off-by: Saksham Gupta <shucon01@gmail.com>
2021-04-16 17:58:53 +05:30
Fawzi E. Abdulfattah
a4b7bbb334 support RTL mode - Designer
Signed-off-by: Fawzi E. Abdulfattah <iifawzie@gmail.com>
2021-04-16 00:02:53 +02:00
Saksham Gupta
9a9b7ad335 Fix #16404 Password generation fix after new user creation failure
Signed-off-by: Saksham Gupta <shucon01@gmail.com>

Check error on SQL query

Signed-off-by: Saksham Gupta <shucon01@gmail.com>

Lint fix

Signed-off-by: Saksham Gupta <shucon01@gmail.com>

Add comments

Signed-off-by: Saksham Gupta <shucon01@gmail.com>
2021-04-15 20:34:35 +05:30