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
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
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
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
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
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
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
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
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
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
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
William Desportes
b2bec746eb
Fix #16798 - ServerConfigChecks: Link 'trusted proxies list' not terminated properly (translation)
...
Fixes : #16798
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-04-13 17:32:06 +02:00
William Desportes
7a3978a948
Remove useless htmlspecialchars on URL generation
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-04-13 17:23:12 +02:00
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
William Desportes
721e927f12
Fix #16791 - Undefined index table_schema and "DESCRIBE FILES" broken links
...
Reverts: ca0244f06b because the code was guessing what the parent had already found but the code did not fine the same results between the parent and the child.
Now passing the result from the parent to the child will remove one guessing
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-04-12 22:26:51 +02:00
William Desportes
927689554e
Remove impossible code since #1208
...
Ref: 26dc919e68
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-04-12 21:50:51 +02:00
William Desportes
b5cde44e17
Document special schema links array format
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-04-12 21:48:26 +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
Saksham Gupta
9862b938ac
Fix #16789 Missing ; from Create PHP code
...
Signed-off-by: Saksham Gupta <shucon01@gmail.com>
2021-04-12 17:31:42 +02:00
Maurício Meneghini Fauth
ca0244f06b
Fix a type error when getting the special schema links
...
Reproduced by running "DESCRIBE `FILES`;" inside the information_schema
database.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-04-09 14:02:39 -03:00
William Desportes
c781a7af75
Fix #16784 - Add a space between .second and .double CSS classes
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-04-02 12:55:12 +02:00
William Desportes
2b42dc9bcb
Fix #16786 - JS error when clicking on phpMyAdmin logo link defined to an external website using config NavigationLogoLinkWindow = main
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-04-01 23:59:39 +02:00
William Desportes
26cca2133d
Add ChangeLog entries for #16604 , 700108ba90, 8597ec6814, ec04f6ebac
...
Entry for #16604 already exists
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-04-01 18:58:22 +02:00
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
William Desportes
a127061655
Fix #16773 - Do not use cast as binary for an empty text value
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-04-01 02:09:32 +02:00
William Desportes
176ff6a99c
Fix #16783 - Incorrect linkage from one table's value to another table (varchar FK)
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-03-31 19:30:39 +02:00
William Desportes
4d2c311b59
Fix some phpdoc blocks on Results class
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-03-31 16:27:29 +02:00
William Desportes
a3e725a347
Fix reported PHP notices on export save preview
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-03-31 00:57:00 +02:00
William Desportes
aa0c22959d
Fix PHP warnings on the server status data not set
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-03-31 00:44:34 +02:00
William Desportes
1fa15c29fa
Fix #16770 - Notice or warning, when clicking on Structure
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-03-31 00:22:01 +02:00
William Desportes
4c99a7d8f8
Split out git common dir detection to handle file_get_contents error cases
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-03-31 00:01:25 +02:00
Maurício Meneghini Fauth
5335b3feb8
Fix PHP 8.1 failing tests
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-03-27 14:51:33 -03:00
William Desportes
702a9a444d
Fix "Undefined index: target_db" reported on the error reporting server
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-03-27 01:10:46 +01:00
William Desportes
52b872feb8
Merge #16737 - Fix #16728 - Wrong SQL query built on table structure index for new column
...
Pull-request: #16737
Fixes : #16728
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-03-24 03:09:57 +01:00
William Desportes
07ea06d0c6
Merge #16754 - Fix #16703 - No SQL option on Export of rows from a table
...
Pull-request: #16754
Fixes : #16703
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-03-23 00:47:05 +01:00
William Desportes
2885bbca99
Fix #14430 - Execute button is disabled for routines
...
Allow the procedure definer to the procedure
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-03-23 00:29:00 +01:00
William Desportes
157be3004d
Do not query twice to ask about "CREATE ROUTINE" privs
...
They do not change between calls, store the value then.
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-03-23 00:05:03 +01:00
William Desportes
c2bf51ea19
Fix #16694 - check privileges for triggers down to the table if possible
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-03-22 23:29:09 +01:00
William Desportes
942a252b46
Fix #16694 - Do not escape _ for TABLE_NAME in information schema
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-03-22 23:20:23 +01:00
Maurício Meneghini Fauth
54fc311a3f
Fix escape_mysql_wildcards Twig filter
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-03-22 16:14:51 -03:00
Saksham Gupta
04d72a8291
Fix #16703 No SQL option on Export of rows from a table
...
Signed-off-by: Saksham Gupta <shucon01@gmail.com>
Add null fallback
Signed-off-by: Saksham Gupta <shucon01@gmail.com>
Update yarn.lock
2021-03-22 22:34:06 +05:30