phpmyadmin/libraries
Marc Delisle c39bb3bb3f 3.2.0-dev
2008-11-08 14:18:12 +00:00
..
auth swekey patch 7 2008-10-08 16:56:55 +00:00
dbg bug #2046883 [core] Notices about deprecated dl() (so stop using it) 2008-08-16 14:06:27 +00:00
dbi headwords for sorted column 2008-07-26 15:18:59 +00:00
engines missing message and description for pbxt_log_file_count 2008-06-26 14:03:09 +00:00
export rfe #1612724 [export] add option to export without comments 2008-09-03 16:08:14 +00:00
import [import] Speed optimization to be able to import the sakila database 2008-07-14 15:28:58 +00:00
tcpdf patch #209978, missing svn:eol-style 2008-09-10 16:53:28 +00:00
transformations patch #209978, missing svn:eol-style 2008-09-10 16:53:28 +00:00
.htaccess correct syntax for blocking access to libraries 2006-09-27 20:14:01 +00:00
blobstreaming.lib.php Fixed MIME type change issue. 2008-11-02 06:54:27 +00:00
blowfish.php cleaned up some code 2008-01-25 09:35:48 +00:00
bookmark.lib.php query was saved urlencoded() in bookmark 2008-08-01 20:35:32 +00:00
charset_conversion.lib.php no longer useful since all lang files are UTF-8 2008-10-01 20:48:40 +00:00
check_user_privileges.lib.php bug #2136986 [auth] Cannot create database after session timeout 2008-10-04 14:43:36 +00:00
cleanup.lib.php bug #1807923 [login] Login with html entities in password fails 2007-10-05 09:46:30 +00:00
common.inc.php Fixed MIME type change issue. 2008-11-02 06:54:27 +00:00
common.lib.php bug #2107583 [GUI] Leading newline truncated, thanks to Isart Montane 2008-10-25 14:40:48 +00:00
Config.class.php 3.2.0-dev 2008-11-08 14:18:12 +00:00
config.default.php bug #2187193 [interface] ShowChgPassword setting not respected 2008-10-22 17:03:22 +00:00
core.lib.php bug #2064649 Missing question mark 2008-08-21 16:45:14 +00:00
database_interface.lib.php [security] Code execution vulnerability 2008-09-15 12:03:45 +00:00
db_common.inc.php protection against XSS when register_globals is on and .htaccess has no effect 2008-06-21 15:01:27 +00:00
db_events.inc.php rest of the "remove flickering" fix 2008-07-21 16:41:17 +00:00
db_info.inc.php bug #2113848 [navi] Page number after database switching 2008-09-21 13:02:41 +00:00
db_links.inc.php protection against XSS when register_globals is on and .htaccess has no effect 2008-06-21 15:01:27 +00:00
db_routines.inc.php rest of the "remove flickering" fix 2008-07-21 16:41:17 +00:00
db_table_exists.lib.php protection against XSS when register_globals is on and .htaccess has no effect 2008-06-21 15:01:27 +00:00
display_change_password.lib.php protection against XSS when register_globals is on and .htaccess has no effect 2008-06-21 15:01:27 +00:00
display_create_database.lib.php port 2.11.7.1 fix 2008-07-15 19:03:11 +00:00
display_create_table.lib.php protection against XSS when register_globals is on and .htaccess has no effect 2008-06-21 15:01:27 +00:00
display_export.lib.php no longer useful since all lang files are UTF-8 2008-10-01 20:48:40 +00:00
display_import.lib.php no longer useful since all lang files are UTF-8 2008-10-01 20:48:40 +00:00
display_select_lang.lib.php bug #2031221 [auth] Links to version number on login screen 2008-08-01 19:00:36 +00:00
display_tbl_links.lib.php protection against XSS when register_globals is on and .htaccess has no effect 2008-06-21 15:01:27 +00:00
display_tbl.lib.php bug #2134126 [GUI] SQL error after sorting a subset 2008-10-02 16:55:44 +00:00
Error_Handler.class.php replaced $PMA_errors with new PMA_Error_Handler 2007-10-08 16:02:58 +00:00
Error.class.php do not print non scalar values 2007-10-16 08:47:47 +00:00
file_listing.php avoid a warning on opendir 2007-12-15 14:30:37 +00:00
File.class.php Do not automatically set and create TempDir, it might lead to secrity issue (thanks to Thijs Kinkhorst). 2008-09-02 17:35:48 +00:00
footer.inc.php port 2.11.7.1 fix 2008-07-15 19:03:11 +00:00
grab_globals.lib.php patch #2007196, Typos in comments, thanks to knittl - knittl 2008-07-01 19:21:28 +00:00
header_http.inc.php protection against XSS when register_globals is on and .htaccess has no effect 2008-06-21 15:01:27 +00:00
header_meta_style.inc.php mooRainbow.css only if needed 2008-07-19 07:31:22 +00:00
header_printview.inc.php b to strong, and remove bold for MySQL charset 2008-07-09 15:24:44 +00:00
header_scripts.inc.php patch #209978, missing svn:eol-style 2008-09-10 16:53:28 +00:00
header.inc.php protection against XSS when register_globals is on and .htaccess has no effect 2008-06-21 15:01:27 +00:00
iconv_wrapper.lib.php protection against XSS when register_globals is on and .htaccess has no effect 2008-06-21 15:01:27 +00:00
import.lib.php various code improvements, thanks to Piotr Przybylski 2008-08-16 12:17:52 +00:00
Index.class.php bug #2161443 [structure] Incorrect index choice shown when modifying an index 2008-10-12 13:03:57 +00:00
information_schema_relations.lib.php fixed/added page level docblock 2007-03-20 10:32:13 +00:00
ip_allow_deny.lib.php cleanup 2007-10-18 09:03:01 +00:00
js_escape.lib.php typos 2008-09-22 14:09:44 +00:00
kanji-encoding.lib.php protection against XSS when register_globals is on and .htaccess has no effect 2008-06-21 15:01:27 +00:00
List_Database.class.php patch #2007196, Typos in comments, thanks to knittl - knittl 2008-07-01 19:21:28 +00:00
List.class.php patch #2007196, Typos in comments, thanks to knittl - knittl 2008-07-01 19:21:28 +00:00
Message.class.php patch #209978, missing svn:eol-style 2008-09-10 16:53:28 +00:00
mult_submits.inc.php bug #2127094 [interface] Misleading message after cancelling an action 2008-10-13 13:01:10 +00:00
mysql_charsets.lib.php protection against XSS when register_globals is on and .htaccess has no effect 2008-06-21 15:01:27 +00:00
navigation_header.inc.php protection against XSS when register_globals is on and .htaccess has no effect 2008-06-21 15:01:27 +00:00
ob.lib.php patch #1818389 to remove a notice (failed to flush buffer) 2007-11-01 20:48:43 +00:00
opendocument.lib.php protection against XSS when register_globals is on and .htaccess has no effect 2008-06-21 15:01:27 +00:00
parse_analyze.lib.php protection against XSS when register_globals is on and .htaccess has no effect 2008-06-21 15:01:27 +00:00
Partition.class.php more partition stuff 2007-10-26 12:40:23 +00:00
plugin_interface.lib.php Ooops, bad parenthesis. 2008-09-03 15:41:47 +00:00
PMA.php patch #209978, missing svn:eol-style 2008-09-10 16:53:28 +00:00
relation_cleanup.lib.php protection against XSS when register_globals is on and .htaccess has no effect 2008-06-21 15:01:27 +00:00
relation.lib.php bug #2163437 [core] Cannot disable PMA tables 2008-10-19 00:42:04 +00:00
sanitizing.lib.php explain why separate script 2008-07-09 18:05:46 +00:00
select_lang.lib.php no longer useful since all lang files are UTF-8 2008-10-01 20:48:40 +00:00
select_server.lib.php b to strong, and remove bold for MySQL charset 2008-07-09 15:24:44 +00:00
server_common.inc.php protection against XSS when register_globals is on and .htaccess has no effect 2008-06-21 15:01:27 +00:00
server_links.inc.php protection against XSS when register_globals is on and .htaccess has no effect 2008-06-21 15:01:27 +00:00
session.inc.php bug #2032707 [core] PMA does not start if ini_set() is disabled 2008-08-01 19:15:01 +00:00
sql_query_form.lib.php no longer useful since all lang files are UTF-8 2008-10-01 20:48:40 +00:00
sqlparser.data.php bug #1992628 [parser] SQL parser removes essential space 2008-06-24 17:51:49 +00:00
sqlparser.lib.php Cannot sort twice on a column when the table name contains accents 2008-09-11 17:03:49 +00:00
sqlvalidator.class.php protection against XSS when register_globals is on and .htaccess has no effect 2008-06-21 15:01:27 +00:00
sqlvalidator.lib.php protection against XSS when register_globals is on and .htaccess has no effect 2008-06-21 15:01:27 +00:00
StorageEngine.class.php MyBS -> PBMS 2008-10-19 10:51:12 +00:00
string_mb.lib.php cleanup 2007-10-17 13:51:06 +00:00
string_native.lib.php cleanup 2007-10-17 13:51:06 +00:00
string_type_ctype.lib.php fixed code indention 2007-05-09 12:18:57 +00:00
string_type_native.lib.php fixed code indention 2007-05-09 12:18:57 +00:00
string.lib.php bug #2046883 [core] Notices about deprecated dl() (so stop using it) 2008-08-16 14:06:27 +00:00
Table.class.php bug #2100624 Wrong reference to old message strViewMaxExactCount 2008-09-08 17:10:58 +00:00
tbl_common.php protection against XSS when register_globals is on and .htaccess has no effect 2008-06-21 15:01:27 +00:00
tbl_info.inc.php protection against XSS when register_globals is on and .htaccess has no effect 2008-06-21 15:01:27 +00:00
tbl_links.inc.php protection against XSS when register_globals is on and .htaccess has no effect 2008-06-21 15:01:27 +00:00
tbl_properties.inc.php rfe #823652 [structure] ENUM values: field size too small 2008-10-04 12:42:22 +00:00
tbl_replace_fields.inc.php protection against XSS when register_globals is on and .htaccess has no effect 2008-06-21 15:01:27 +00:00
tbl_triggers.lib.php b to strong, and remove bold for MySQL charset 2008-07-09 15:24:44 +00:00
Theme_Manager.class.php patch #2007196, Typos in comments, thanks to knittl - knittl 2008-07-01 19:21:28 +00:00
Theme.class.php patch #2007196, Typos in comments, thanks to knittl - knittl 2008-07-01 19:21:28 +00:00
transformations.lib.php clarifications 2008-04-09 00:22:06 +00:00
url_generating.lib.php improved calling parameter and explanation 2008-10-08 12:14:19 +00:00
zip_extension.lib.php bug #2033962 [import] Cannot import zip file 2008-08-09 17:14:28 +00:00
zip.lib.php coding standard: no spaces inside braces 2007-04-01 11:02:46 +00:00