phpmyadmin/libraries
Alexander Kamp dc75d407c0 Fixes for issue 14059: (#14075)
Missing '=' after fk_checks (value was appended onto field name)
sql_query variable not set due to GET-POST method change in tbl_structure.php 'add_key' situation

Fix #14059

Signed-off-by: Alexander Kamp <git@akamp.nl>
2018-03-12 19:16:57 -03:00
..
certs Clarify sites this targets 2017-06-29 08:07:05 +02:00
config Improved handling of uploaded files with open_basedir 2017-07-12 13:44:33 +02:00
controllers Fixes for issue 14059: (#14075) 2018-03-12 19:16:57 -03:00
dbi Use correct name for motranslator call 2017-11-27 08:59:36 +01:00
di Fix small typo in function comment 2017-03-08 09:41:36 -05:00
engines Remove no longer needed odd/even classes 2016-11-18 10:14:25 +01:00
gis Fixed manipulation with GIS data having zero coordinates 2017-02-13 14:44:47 +01:00
navigation Bring back token validation to GET requests 2017-12-14 17:27:22 +01:00
plugins Add demo server information to login screen 2018-01-08 17:00:30 +01:00
properties Implement Countable interface in OptionsPropertyGroup 2017-08-01 08:54:42 +02:00
rte Adjust RTE oprations to use POST 2018-02-22 15:19:54 -03:00
.gitignore
advisor.lib.php Use pow() directly 2016-09-27 09:34:32 +02:00
Advisor.php Make advisor evaluation a bit stricter 2017-10-03 14:55:49 +02:00
advisory_rules.txt Fix advisory rule 'Slow launch time' 2016-08-01 12:27:53 +01:00
Bookmark.php Fixed listing of bookmarks for a database 2017-10-20 11:04:45 +02:00
browse_foreigners.lib.php Fixed rendering of foreign key browsing 2017-02-13 13:51:13 +01:00
central_columns.lib.php db_central_columns: new column collapsing issue 2017-02-06 13:25:05 +01:00
Charsets.php Fix typo in unknown charset 2017-08-10 09:13:15 -04:00
check_user_privileges.lib.php
common.inc.php Simplify handling of long URLs in Util::linkOrButton 2018-02-22 13:02:58 -03:00
config.default.php Add SJIS-win to default list of allowed charsets 2017-11-13 12:37:24 +01:00
Config.php Prepare for 4.7.10-dev 2018-03-05 13:14:46 -05:00
config.values.php Remove connect_type setting 2017-02-02 16:08:44 +01:00
Console.php Remove is_ajax_request global 2016-12-07 17:54:34 +01:00
core.lib.php Gracefully handle early fatal errors in AJAX requests 2017-06-08 15:47:07 +02:00
create_addfield.lib.php Fixed constructing ALTER query with AFTER 2017-11-27 18:23:21 +01:00
database_interface.inc.php Avoid confusing warning when mysql extension is missing 2016-05-23 10:53:13 +02:00
DatabaseInterface.php Fixed fallback value for collation connection. 2018-01-08 15:18:58 +01:00
db_common.inc.php Use URL for constructing params instead of concatenation 2017-02-13 11:08:31 +01:00
db_designer.lib.php Properly escape strings in MySQL statement values 2016-10-29 10:45:12 +05:30
db_table_exists.inc.php Simplify Response object handling 2016-12-07 18:17:59 +01:00
DbList.php Use secure.php.net for PHP documentation links 2016-10-18 11:13:24 +02:00
DbQbe.php Fixed editing QBE 2017-06-06 15:31:03 +02:00
DbSearch.php Merge branch 'QA_4_6' 2017-01-20 13:19:54 +01:00
display_change_password.lib.php Remove odd/even markup 2016-12-07 10:17:15 +01:00
display_create_table.lib.php
display_export.lib.php Show only supported charsets for conversion 2017-06-15 16:26:54 +02:00
display_git_revision.lib.php Simplify Response object handling 2016-12-07 18:17:59 +01:00
display_import_ajax.lib.php
display_import.lib.php Show only supported charsets for conversion 2017-06-15 16:26:54 +02:00
DisplayResults.php Correctly invoke removeUiProp on Table class 2017-12-15 13:44:12 +01:00
Encoding.php Prefer iconv for encoding conversions 2017-11-28 10:28:55 +01:00
error_report.lib.php Pass correct headers to httpRequest 2017-02-22 09:22:04 +01:00
error.inc.php Use http_response_code to set response code 2016-10-18 09:17:55 +02:00
Error.php Better handle situation where debug_backtrace is disabled 2017-08-21 11:23:55 +02:00
ErrorHandler.php Error is always instance of Error class 2017-02-22 08:52:03 +01:00
export.lib.php Wrap file_exists calls with @ 2017-07-10 14:59:43 +02:00
file_listing.lib.php Do not allow symlinks in UploadDir 2016-07-12 12:50:36 +02:00
File.php Improved handling of uploaded files with open_basedir 2017-07-12 13:44:33 +02:00
Font.php
Footer.php Wrap file_exists calls with @ 2017-07-10 14:59:43 +02:00
Header.php Revert "Honor arg_separator in AJAX requests" 2018-03-05 15:46:32 +01:00
import.lib.php Avoid counting null (default) value 2017-08-01 08:50:26 +02:00
index.lib.php
Index.php Merge branch 'QA_4_6' 2017-01-06 09:47:26 +01:00
IndexColumn.php
information_schema_relations.lib.php
insert_edit.lib.php Fixed inline editing of hex values 2017-07-17 16:56:43 +02:00
ip_allow_deny.lib.php Clarify comment 2016-11-30 12:44:31 +01:00
Language.php Fix variable name 2018-02-12 14:45:28 +01:00
LanguageManager.php Do not show language selector without choices 2017-02-13 11:22:43 +01:00
Linter.php Fixed rendering SQL lint errors 2017-07-18 11:05:37 +02:00
ListAbstract.php
ListDatabase.php Use usort() instead of natsort() 2017-07-10 14:34:12 +02:00
Logging.php Add closelog() call after writing to syslog. 2017-01-28 22:39:51 -05:00
Menu.php Merge branch 'QA_4_6' 2016-11-10 11:08:36 +01:00
Message.php Merge branch 'master' into master-security 2016-09-16 10:30:28 +02:00
mime.lib.php
mult_submits.inc.php Simplify Response object handling 2016-12-07 18:17:59 +01:00
mult_submits.lib.php Merge branch 'QA_4_6' 2016-08-04 09:24:16 +05:30
mysql_relations.lib.php
normalization.lib.php Fixed javascript error on 3NF normalization 2017-02-13 15:30:51 +01:00
OpenDocument.php Fixed OpenDocument exports 2017-02-20 08:44:03 +01:00
operations.lib.php Adjust table operations to use POST 2018-02-22 16:01:00 -03:00
OutputBuffering.php
parse_analyze.lib.php Merge branch 'QA_4_6' 2017-01-23 14:07:29 +01:00
Partition.php Properly escape strings in MySQL statement values 2016-10-29 10:45:12 +05:30
PDF.php Merge branch 'QA_4_6' 2016-07-22 16:42:58 +02:00
plugin_interface.lib.php Fix check for null 2017-08-01 08:50:26 +02:00
pmd_common.php Avoid operating on unset array index 2018-01-16 16:07:46 +01:00
RecentFavoriteTable.php Do not try to sync favorite tables if configuration storage is not enabled 2017-03-20 16:12:32 +01:00
relation_cleanup.lib.php Properly escape strings in MySQL statement values 2016-10-29 10:45:12 +05:30
relation.lib.php Remove debugging code 2017-03-09 17:09:48 +01:00
replication_gui.lib.php Merge branch 'master' into master-security 2017-01-07 11:01:06 +01:00
replication.inc.php Add missing use call 2016-12-08 11:09:18 +01:00
Response.php Simplify checking for ajax request 2016-12-15 09:11:06 +01:00
Sanitize.php Ensure expected global variables are set 2017-01-20 17:40:08 +01:00
SavedSearches.php Merge branch 'master' into master-security 2016-11-10 11:09:32 +01:00
Scripts.php Simplify generating URL for php generated js 2017-06-08 16:13:56 +02:00
select_server.lib.php Add missing token parameter while changing servers 2016-10-24 14:31:04 +05:30
server_common.inc.php
server_common.lib.php
server_privileges.lib.php Set $sql_query as well when changing password 2017-11-28 10:55:41 +01:00
server_status_advisor.lib.php
server_status_monitor.lib.php Add missing require 2017-08-30 12:58:53 +02:00
server_status_processes.lib.php Fix Refresh of ProcessList 2017-04-18 21:32:34 +05:30
server_status_queries.lib.php Store query data in data attribute instead of HTML 2017-01-18 09:35:54 +01:00
server_status_variables.lib.php Remove odd CSS class logic from PHP and JS files 2016-08-23 13:46:55 +03:00
server_status.lib.php Remove odd and even class from PHP file 2016-08-22 14:24:27 +03:00
server_user_groups.lib.php maximum length limitation to UserGroup name 2017-08-06 07:37:28 -04:00
server_users.lib.php Fix active tab detection 2017-05-15 10:38:23 +02:00
ServerStatusData.php Use URL::getCommon to construct complete URL 2016-06-17 12:58:14 +02:00
session.inc.php Fixed operation with session.auto_start enabled 2017-06-19 09:00:50 +02:00
session.lib.php Merge branch 'QA_4_6' 2016-05-23 15:01:09 +02:00
special_schema_links.lib.php Force relative paths in links 2016-08-24 11:45:40 +02:00
sql_query_form.lib.php Avoid using mb_strlen for checking whether string is empty 2016-09-16 10:29:21 +02:00
sql.lib.php Fixed error handling in PHP 7.2 2018-01-16 16:00:43 +01:00
StorageEngine.php Remove unused CSS class 2016-11-16 15:50:26 +02:00
string.lib.php
stringMb.lib.php
stringNative.lib.php
SubPartition.php
sysinfo.lib.php Use https for outbound links where applicable 2016-07-28 09:41:52 +02:00
SysInfo.php Properly escape javascript variables 2017-08-29 14:58:40 +02:00
SysInfoLinux.php Fix numeric errors 2016-12-13 08:29:40 +01:00
SysInfoSunOS.php
SysInfoWINNT.php
SystemDatabase.php Properly escape strings in MySQL statement values 2016-10-29 10:45:12 +05:30
Table.php Fixed export of tables with VIRTUAL columns 2017-09-05 15:15:12 +02:00
tbl_columns_definition_form.inc.php Simplify Response object handling 2016-12-07 18:17:59 +01:00
tbl_common.inc.php
tbl_info.inc.php Cleanup code for getting table information 2016-09-26 13:44:57 +02:00
tbl_partition_definition.inc.php Using zero value in input's value makes JS block it even if partitions are not being created 2016-11-26 09:14:35 +05:30
Template.php Wrap file_exists calls with @ 2017-07-10 14:59:43 +02:00
Theme.php Wrap file_exists calls with @ 2017-07-10 14:59:43 +02:00
ThemeManager.php Remove not needed code for handling per server theme 2017-07-21 14:21:26 +02:00
Tracker.php Cache tracker enabled per table 2017-06-13 17:34:55 +02:00
tracking.lib.php Fixes retrieving tables names from nested $table_list array in tracking 2017-03-13 09:18:31 +01:00
transformations.lib.php Fix typo in transformation 2017-11-14 10:47:21 +01:00
Types.php
TypesMySQL.php Add support for JSON field in MariaDB 2017-11-27 17:51:48 +01:00
URL.php Bring back token validation to GET requests 2017-12-14 17:27:22 +01:00
user_preferences.inc.php
user_preferences.lib.php Merge branch 'QA_4_6' 2016-11-10 11:08:36 +01:00
util.lib.php
Util.php Always use POST for links containing SQL query 2018-02-22 13:36:20 -03:00
vendor_config.php Merge branch 'QA_4_6-security' into master-security 2017-01-07 11:02:01 +01:00
VersionInformation.php Fixed version check when not connected to a database 2017-07-09 11:15:47 +02:00
zip_extension.lib.php Sanitize filename on SHP import 2016-07-22 11:52:49 +02:00
ZipFile.php Change url to https 2016-07-27 16:25:48 +02:00