phpmyadmin/libraries
2007-10-05 09:46:30 +00:00
..
auth move mcrypt code in-line (avoid one require); also add a constant for better protection 2007-09-23 15:12:42 +00:00
dbg coding standard: no spaces inside braces 2007-04-01 11:02:46 +00:00
dbi removed deprecated PMA_convert_display_charset() 2007-10-02 14:37:33 +00:00
engines removed MySQL < 5 code 2007-10-02 08:38:17 +00:00
export removed MySQL < 5 code 2007-10-02 08:47:20 +00:00
import bug #1798786 [import] Wrong error message when a string contains semicolon 2007-10-04 17:29:15 +00:00
tcpdf fixed/added svn properties 2007-03-20 08:32:55 +00:00
transformations coding standard: no braces around include 2007-04-01 09:51:41 +00:00
.htaccess correct syntax for blocking access to libraries 2006-09-27 20:14:01 +00:00
blowfish.php fixed/added page level docblock 2007-03-20 10:32:13 +00:00
bookmark.lib.php coding standard: no spaces inside braces 2007-04-01 11:02:46 +00:00
charset_conversion.lib.php removed deprecated PMA_convert_display_charset() 2007-10-02 14:37:33 +00:00
check_user_privileges.lib.php removed MySQL < 5 code 2007-10-02 08:52:25 +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 initialize $js_messages, now you can add JavaScript messages and libraries at any point in phpMyAdmin (before HTML headers are sent) 2007-10-05 07:39:55 +00:00
common.lib.php removed MySQL < 5 code 2007-10-02 08:57:02 +00:00
Config.class.php removed MySQL < 5 related comment 2007-10-02 08:58:16 +00:00
config.default.php new parameter LeftDefaultTabTable and new default value for DefaultTabTable 2007-09-30 12:04:16 +00:00
core.lib.php bug #1728590 Detected failing session_start fails 2007-06-03 23:30:40 +00:00
database_interface.lib.php removed MySQL < 5 code 2007-10-02 09:05:49 +00:00
db_common.inc.php use array to define included JavaScript libraries 2007-10-04 09:22:50 +00:00
db_info.inc.php removed MySQL < 5 code 2007-10-02 09:11:40 +00:00
db_links.inc.php coding standard: no spaces inside braces 2007-04-01 11:02:46 +00:00
db_routines.inc.php removed MySQL < 5 code 2007-10-02 09:11:40 +00:00
db_table_exists.lib.php make $sql_query persistent (init it, never unset it, always assume it is set) 2007-04-01 09:26:14 +00:00
display_change_password.lib.php removed MySQL < 5 code 2007-10-02 09:23:37 +00:00
display_create_database.lib.php removed MySQL < 5 code 2007-10-02 09:23:37 +00:00
display_create_table.lib.php removed MySQL < 5 code 2007-10-02 09:23:37 +00:00
display_export.lib.php XHTML standard: no language attribute in <script> 2007-04-01 11:13:46 +00:00
display_import.lib.php removed MySQL < 5 code 2007-10-02 09:23:37 +00:00
display_select_lang.lib.php remove non-UTF-8 2007-09-04 16:59:39 +00:00
display_tbl_links.lib.php do not urlencode form data (browser is responsible for doing required stuff) 2007-09-27 07:37:42 +00:00
display_tbl.lib.php removed MySQL < 5 code 2007-10-02 09:23:37 +00:00
file_listing.php @todo rename to file_listing.lib.php 2007-09-04 13:07:53 +00:00
File.class.php fixed E_STRICT 2007-08-02 11:40:16 +00:00
footer.inc.php bug #1791568 Undefined cfg, thanks to Christian Schmidt 2007-09-11 21:04:32 +00:00
grab_globals.lib.php coding standard: no spaces inside braces 2007-04-01 11:02:46 +00:00
header_http.inc.php fixed/added page level docblock 2007-03-20 10:32:13 +00:00
header_meta_style.inc.php fixed/added page level docblock 2007-03-20 10:32:13 +00:00
header_printview.inc.php coding standard: no spaces inside braces 2007-04-01 11:02:46 +00:00
header.inc.php use array for JavaScript messages 2007-10-04 15:03:44 +00:00
iconv_wrapper.lib.php coding standard: no spaces inside braces 2007-04-01 11:02:46 +00:00
import.lib.php make $sql_query persistent (init it, never unset it, always assume it is set) 2007-04-01 09:26:14 +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 fixed/added page level docblock 2007-03-20 10:32:13 +00:00
js_escape.lib.php fixed/added page level docblock 2007-03-20 10:32:13 +00:00
kanji-encoding.lib.php fixed/added page level docblock 2007-03-20 10:32:13 +00:00
List_Database.class.php make use of PMA_getDbComment() 2007-10-02 14:16:39 +00:00
List.class.php renamed class files according to PMA standard (or at least how i guess) 2007-05-15 06:18:21 +00:00
mult_submits.inc.php use array to define included JavaScript libraries 2007-10-04 09:22:50 +00:00
mysql_charsets.lib.php removed MySQL < 5 code 2007-10-02 09:35:51 +00:00
navigation_header.inc.php bug 1758159 part 2: links 2007-07-22 19:05:42 +00:00
ob.lib.php improved out buffer function handling; 2007-03-29 07:10:15 +00:00
opendocument.lib.php coding standard: no braces around include 2007-04-01 09:51:41 +00:00
parse_analyze.lib.php fixed/added page level docblock 2007-03-20 10:32:13 +00:00
plugin_interface.lib.php XHTML standard: no language attribute in <script> 2007-04-01 11:13:46 +00:00
relation_cleanup.lib.php bug #1764735 [core] Designer: PDF error when deleting a table 2007-09-26 16:51:27 +00:00
relation.lib.php removed MySQL < 5 code; 2007-10-02 14:14:59 +00:00
sanitizing.lib.php fixed code indention 2007-05-09 12:18:57 +00:00
select_lang.lib.php remove non-UTF-8 2007-09-04 16:59:39 +00:00
select_server.lib.php fixed/added page level docblock 2007-03-20 10:32:13 +00:00
server_common.inc.php do NEVER unset $table or $db; 2007-03-30 10:23:01 +00:00
server_links.inc.php removed MySQL < 5 code 2007-10-02 09:35:51 +00:00
session.inc.php bug #1728590, last part of the fix 2007-06-05 16:32:49 +00:00
sql_query_form.lib.php removed MySQL < 5 code 2007-10-02 09:35:51 +00:00
sqlparser.data.php coding standard: no spaces inside braces 2007-04-01 11:02:46 +00:00
sqlparser.lib.php old PHP4 code 2007-08-18 20:33:30 +00:00
sqlvalidator.class.php fixed E_STRICT 2007-08-02 11:40:16 +00:00
sqlvalidator.lib.php coding standard: no braces around include 2007-04-01 09:51:41 +00:00
StorageEngine.class.php removed MySQL < 5 code 2007-10-02 09:35:51 +00:00
string_mb.lib.php fixed code indention 2007-05-09 12:18:57 +00:00
string_native.lib.php fixed code indention 2007-05-09 12:18:57 +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 old PHP4 code 2007-08-18 20:33:30 +00:00
Table.class.php removed MySQL < 5 code 2007-10-02 11:18:29 +00:00
tbl_common.php removed MySQL < 5 code 2007-10-02 09:46:28 +00:00
tbl_indexes.lib.php removed MySQL < 5 code 2007-10-02 09:46:28 +00:00
tbl_info.inc.php bug #1764195 [views] DROP button does not work on defective views 2007-09-27 16:56:09 +00:00
tbl_links.inc.php use array to define included JavaScript libraries 2007-10-04 09:22:50 +00:00
tbl_properties.inc.php removed MySQL < 5 code 2007-10-02 09:46:28 +00:00
tbl_replace_fields.inc.php bug #1762029 Cannot upload BLOB into existing row in 2.11-beta1 2007-07-27 14:50:37 +00:00
tbl_triggers.lib.php fixed code indention 2007-05-09 12:18:57 +00:00
Theme_Manager.class.php fixed E_STRICT 2007-08-02 11:40:16 +00:00
Theme.class.php fixed E_STRICT 2007-08-02 11:40:16 +00:00
transformations.lib.php PMA_transformation_getOptions(): do not return an element in option array if option string is empty 2007-03-27 13:07:49 +00:00
unzip.lib.php fixed/added page level docblock 2007-03-20 10:32:13 +00:00
url_generating.lib.php allow multi dimensional arrays for PMA_generate_common_hidden_inputs() 2007-10-02 07:28:48 +00:00
zip.lib.php coding standard: no spaces inside braces 2007-04-01 11:02:46 +00:00