Kamil Tekiela
83d950ed40
Bug fix: Fix triple HTML encoding
...
Some values were encoded into HTML entities thrice. This commit removes
unnecessary HTML escaping.
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
2021-12-14 12:21:36 +00:00
William Desportes
68206dbac7
Merge #17089 - Fix #16693 , Fix #12753 - Show the new column query and the table structure on the same page
...
Fixes : #16693
Fixes : #12753
Pull-request: #17089
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-09-03 01:01:47 +02:00
William Desportes
f7a328842d
Fix #16906 - Fix the caching effect on the feature list
...
Before this fix you needed to click twice on create tables to see a full list of green checks.
As part of the values where fetched by a global and the feature list values by this $cfgRelation passed as a parameter.
This was visible when the pmadb existed but had no tables in it.
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-08-31 00:08:00 +02:00
William Desportes
cdb027c119
Ref #16906 - Allow to create the pma storage db using a different name than "phpmyadmin"
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-08-27 17:06:45 +02:00
William Desportes
157c072c3c
Fix #16693 - Show the new column and the table structure on the same page
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-08-25 17:47:33 +02:00
William Desportes
84de4a672d
Fix #16942 - Table Import with CSV using LOAD DATA LOCAL causes error "LOAD DATA LOCAL INFILE is forbidden"
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-08-23 20:15:21 +02:00
Maximilian Krög
93c8a9e505
Fix inserting spatial data
...
Fix inserting geometries with MySQL < 5.6
Fix wkb functions for inserting
Fix selecting default function in insert form
Signed-off-by: Maximilian Krög <maxi_kroeg@web.de>
2021-08-14 20:12:14 +02:00
William Desportes
6c2083e207
Merge #17049 - Fix gis visualization save file
...
Pull-request: #17049
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-08-10 15:12:21 +02:00
Lukas Bixen
bdc0ddb13b
Do not show table in header while creating table
...
Signed-off-by: Lukas Bixen <lrb2_@outlook.com>
2021-08-09 12:25:30 -05:00
Maximilian Krög
cda569635b
Fix saving gis visualization with different label / column
...
Signed-off-by: Maximilian Krög <maxi_kroeg@web.de>
2021-07-30 21:08:57 +02:00
William Desportes
4b9a9628f3
Merge #17045 - Fix #11834 - Fixing the issues regarding granting/showing priv from priv tab
...
Pull-request: #17045
Fixes : #11834
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-07-29 02:52:09 +02:00
Fawzi E. Abdulfattah
3f985e2124
Fixing the issues regarding granting and showing the privileges from the privileges tab
...
Signed-off-by: Fawzi E. Abdulfattah <iifawzie@gmail.com>
2021-07-28 17:26:01 +02:00
Fawzi E. Abdulfattah
84e9b611a6
fixing the links when granting privileges on tables or routines
...
Signed-off-by: Fawzi E. Abdulfattah <iifawzie@gmail.com>
2021-07-28 03:42:02 +02:00
William Desportes
feb82643d0
Merge #17040 - Fix gis vis pos and limit
...
Pull-request: #17040
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-07-28 01:30:42 +02:00
Maximilian Krög
315426324d
Respect pos and limit in gis visualization
...
Co-Authored-by: William Desportes <williamdes@wdes.fr>
Signed-off-by: Maximilian Krög <maxi_kroeg@web.de>
2021-07-28 01:26:17 +02:00
William Desportes
10df7c408e
Fix #16398 - Quote non numeric values on parameterized queries
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-07-27 02:43:18 +02:00
William Desportes
a8d9f44f96
Fix #17016 , Fix #17037 - Display the error after structure change errored
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-07-26 18:55:58 +02:00
William Desportes
d281dcc0bd
Fix #17026 - Handle possible invalid boolean values injected in SaveDir or UploadDir
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-07-22 12:59:54 +02:00
William Desportes
83053288c0
Ref #12586 - Remove un-expected message from Export table
...
The message was wrong and was now shown due to some code-base changes.
Before output buffering was catching it and destroying it before output was flushed
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-07-21 23:21:41 +02:00
Fawzi E. Abdulfattah
68981b78d7
Fixing all the issues related to assigning privileges
...
Signed-off-by: Fawzi E. Abdulfattah <iifawzie@gmail.com>
2021-07-17 02:49:07 +02:00
William Desportes
f724f648e1
Fix #16976 - Wrong link when a table is moved from a database to another
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-07-15 02:13:03 +02:00
William Desportes
f490ee8867
Fix a coding standard mistake
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-07-15 00:49:21 +02:00
William Desportes
7c17889d78
Ref #17010 - Fix #16994 - Be sure to always pass a string value
...
Pull-request: #17010
Ref: #16994
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-07-13 22:29:47 +02:00
Fawzi E. Abdulfattah
5005c38d9d
Fixing the issue when assigning database to user with '_'
...
Signed-off-by: Fawzi E. Abdulfattah <iifawzie@gmail.com>
2021-07-13 21:25:15 +02:00
Maurício Meneghini Fauth
282fbe76c5
Fix case where $_SERVER['REQUEST_METHOD'] is undefined
...
Fixes https://github.com/phpmyadmin/phpmyadmin/issues/16991
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-07-05 17:23:32 -03:00
William Desportes
535b374163
Fix "Undefined index: clause_is_unique" on replace value in cell
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-06-27 18:27:38 +02:00
William Desportes
590a450a47
Fix possible "Undefined index: output_format" on export
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-06-27 12:15:02 +02:00
William Desportes
1bd76fc474
Ref #16977 - Fix selected value for enum get values route
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-06-23 13:31:21 +02:00
William Desportes
897f07d50d
Implement error management for #16977
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-06-23 13:18:40 +02:00
William Desportes
f09ead5e07
Fix code using relative path
...
if (chdir('/tmp') === false) {
die('Could not change dir');
}
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-06-15 22:24:30 +02:00
William Desportes
a2a8c1bc6c
Add l10n notes for new message and context for messages added for #14130
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-05-29 15:56:44 +02:00
William Desportes
ce7929fcb9
Update comments and fix a typo
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-05-29 15:55:48 +02:00
Maurício Meneghini Fauth
7959ea51aa
Merge pull request #16893 from shucon/fix_16888
...
Fix #16888 - JS error on renaming tables in saved Designer page
2021-05-28 18:43:07 -03:00
Maurício Meneghini Fauth
0d51bfc8e3
Merge pull request #16899 from quinnzipse/QA_5_1
...
Fix #14130 - Created new messages for U2F errors
2021-05-28 14:14:32 -03:00
Quinn Zipse
6d39aa0fee
Created new error codes
...
Signed-off-by: Quinn Zipse <qzipse@outlook.com>
2021-05-12 15:30:22 -05:00
William Desportes
ef758ae43d
Merge #16855 - Replace secure.php.net with www.php.net and remove Polish and Persian
...
Pull-request: #16855
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-05-10 23:30:25 +02:00
Saksham Gupta
8dc94c405b
Fix #16888 : JS error on renaming tables in saved Designer page
...
Signed-off-by: Saksham Gupta <shucon01@gmail.com>
Quality fix
Signed-off-by: Saksham Gupta <shucon01@gmail.com>
2021-05-09 22:45:14 +05:30
William Desportes
2ccf568132
Fix #16871 - normalization step 2 errors
...
Fixes : #16870
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-04-29 23:36:05 +02:00
William Desportes
7631561b16
Fix #16871 - normalization errors
...
Fixes : #16870
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-04-29 22:50:47 +02:00
William Desportes
34f8295b94
Fix #16854 - Undefined index: SERVER_SOFTWARE
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-04-27 23:57:30 +02:00
Liviu-Mihail Concioiu
1c8f9b4d23
Replace secure.php.net with www.php.net and remove Polish and Persian from PHP documentation
...
Signed-off-by: Liviu-Mihail Concioiu <liviu.concioiu@gmail.com>
2021-04-26 14:32:03 +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
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
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
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
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
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
William Desportes
b78f8a094c
Fix #16790 - Undefined index field_name
...
Unable to reproduce, adding a safety will make the code run properly.
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-04-12 22:31:37 +02:00
Saksham Gupta
db5fc3fd7f
Fix #16810 Fix SQL query shown twice on drop
...
Signed-off-by: Saksham Gupta <shucon01@gmail.com>
2021-04-12 23:20:48 +05:30
William Desportes
700108ba90
Add missing stickfill script on zoom search
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-04-01 18:31:53 +02:00