phpmyadmin/libraries
Michal Čihař 94c2f864ae [core] Remove config data from session as it brings chicken-egg problem.
Configuration data stores PmaAbsoluteUri, which should be accessible
before initiating session. Otherwise there is no way to make
PmaAbsoluteUri work. PmaAbsoluteUri is needed at least for reverse
proxy setups, for example http webserver running behind https proxy.
2010-01-21 11:18:18 +00:00
..
auth [core] Remove config data from session as it brings chicken-egg problem. 2010-01-21 11:18:18 +00:00
dbg Adding @package, second part. 2008-11-24 11:05:40 +00:00
dbi avoid going back to login page on slave configuration 2009-12-24 12:18:31 +00:00
engines bug [engines] Innodb_buffer_pool_pages_latched no longer returned in status 2009-10-31 18:53:56 +00:00
export rfe #2420684 [export] Allow export of timestamps in UTC. 2010-01-21 11:10:33 +00:00
import code cleanup 2009-12-30 13:28:30 +00:00
PHPExcel do not try to display a tab that was not built 2009-08-22 11:22:50 +00:00
tcpdf patch #2407785 [cleanup] ereg*() deprecated in PHP 5.3 2008-12-14 13:58:06 +00:00
transformations do not try to display a tab that was not built 2009-08-22 11:22:50 +00:00
.htaccess correct syntax for blocking access to libraries 2006-09-27 20:14:01 +00:00
blobstreaming.lib.php [core] Remove config data from session as it brings chicken-egg problem. 2010-01-21 11:18:18 +00:00
blowfish.php Add some missing docblocks. 2008-11-24 11:36:33 +00:00
bookmark.lib.php Adding @package, first part. 2008-11-24 10:32:56 +00:00
charset_conversion.lib.php Adding @package, first part. 2008-11-24 10:32:56 +00:00
check_user_privileges.lib.php Adding @package, first part. 2008-11-24 10:32:56 +00:00
cleanup.lib.php Adding @package, first part. 2008-11-24 10:32:56 +00:00
common.inc.php [core] Remove config data from session as it brings chicken-egg problem. 2010-01-21 11:18:18 +00:00
common.lib.php [core] Remove config data from session as it brings chicken-egg problem. 2010-01-21 11:18:18 +00:00
Config.class.php [core] Remove config data from session as it brings chicken-egg problem. 2010-01-21 11:18:18 +00:00
config.default.php rfe #2420684 [export] Allow export of timestamps in UTC. 2010-01-21 11:10:33 +00:00
core.lib.php [core] Remove config data from session as it brings chicken-egg problem. 2010-01-21 11:18:18 +00:00
database_interface.lib.php Code cleanup 2009-12-27 13:59:08 +00:00
db_common.inc.php Adding @package, first part. 2008-11-24 10:32:56 +00:00
db_events.inc.php Adding @package, first part. 2008-11-24 10:32:56 +00:00
db_info.inc.php in SESSION, userconf renamed to tmp_user_values to avoid confusion with the future db-based user preferences 2009-06-20 16:36:58 +00:00
db_links.inc.php string was hardcoded 2009-09-06 11:52:07 +00:00
db_routines.inc.php Adding @package, first part. 2008-11-24 10:32:56 +00:00
db_structure.lib.php message was hardcoded 2009-09-12 11:17:56 +00:00
db_table_exists.lib.php permit to see tracking info even for deleted tables; code cleanup 2009-12-27 21:52:21 +00:00
display_change_password.lib.php bug [gui] Generate Password not working for 'Change Login Information', only for 'Change password' 2009-07-12 12:13:11 +00:00
display_create_database.lib.php XHTML other fixes 2009-02-16 10:13:51 +00:00
display_create_table.lib.php Adding @package, second part. 2008-11-24 11:05:40 +00:00
display_export.lib.php Code cleanup 2009-12-27 13:59:08 +00:00
display_import_ajax.lib.php code cleanup; missing doc; XHTML fixes in doc 2009-12-06 18:27:44 +00:00
display_import.lib.php bug #2929958 Cannot import (French interface) 2010-01-11 17:56:53 +00:00
display_select_lang.lib.php Adding @package, second part. 2008-11-24 11:05:40 +00:00
display_tbl_links.lib.php bug #2893221 [core] Statement may not be safe to log in statement format 2009-11-21 13:22:08 +00:00
display_tbl.lib.php [core] Remove config data from session as it brings chicken-egg problem. 2010-01-21 11:18:18 +00:00
Error_Handler.class.php [core] Removed context from the error handler 2009-10-11 12:27:21 +00:00
Error.class.php [core] Removed context from the error handler 2009-10-11 12:27:21 +00:00
file_listing.php Adding @package, second part. 2008-11-24 11:05:40 +00:00
File.class.php [core] Remove config data from session as it brings chicken-egg problem. 2010-01-21 11:18:18 +00:00
footer.inc.php Adding @package, second part. 2008-11-24 11:05:40 +00:00
grab_globals.lib.php Adding @package, second part. 2008-11-24 11:05:40 +00:00
header_http.inc.php Use X-Frame-Options header to protect against ClickJacking. 2010-01-13 13:03:56 +00:00
header_meta_style.inc.php [core] Remove config data from session as it brings chicken-egg problem. 2010-01-21 11:18:18 +00:00
header_printview.inc.php [core] Remove config data from session as it brings chicken-egg problem. 2010-01-21 11:18:18 +00:00
header_scripts.inc.php XHTML improvements 2009-12-29 17:45:15 +00:00
header.inc.php this require_once() was never executed 2009-07-10 14:36:05 +00:00
iconv_wrapper.lib.php Adding @package, second part. 2008-11-24 11:05:40 +00:00
import.lib.php code cleanup 2009-12-29 15:21:05 +00:00
Index.class.php Adding @package, second part. 2008-11-24 11:05:40 +00:00
information_schema_relations.lib.php Adding @package, second part. 2008-11-24 11:05:40 +00:00
ip_allow_deny.lib.php renamed variables to reflect content, and improved matching code 2009-03-10 13:19:55 +00:00
js_escape.lib.php typos 2008-09-22 14:09:44 +00:00
kanji-encoding.lib.php Adding @package, second part. 2008-11-24 11:05:40 +00:00
List_Database.class.php patch #2553372 [display] DB comment tooltips not shown on navi 2009-02-01 12:52:18 +00:00
List.class.php Adding @package, second part. 2008-11-24 11:05:40 +00:00
logging.lib.php Keywords expansion. 2009-03-03 16:44:33 +00:00
Message.class.php do not try to display a tab that was not built 2009-08-22 11:22:50 +00:00
mult_submits.inc.php rfe #2726479 [export] Export tables preselect 2009-06-12 12:35:18 +00:00
mysql_charsets.lib.php Adding @package, second part. 2008-11-24 11:05:40 +00:00
navigation_header.inc.php Adding @package, second part. 2008-11-24 11:05:40 +00:00
ob.lib.php bug #2891250 [ob] Garbled data in navi frame (PHP 5.2.11 bug) 2009-11-05 10:00:51 +00:00
opendocument.lib.php Adding @package, second part. 2008-11-24 11:05:40 +00:00
parse_analyze.lib.php Adding @package, second part. 2008-11-24 11:05:40 +00:00
Partition.class.php Adding @package, second part. 2008-11-24 11:05:40 +00:00
plugin_interface.lib.php rfe #2726479 [export] Export tables preselect 2009-06-12 12:35:18 +00:00
PMA.php Adding @package, second part. 2008-11-24 11:05:40 +00:00
relation_cleanup.lib.php clarify function name 2009-06-24 11:34:56 +00:00
relation.lib.php bug #2931216 Relations settings not updated on config change 2010-01-20 18:10:37 +00:00
replication_gui.lib.php oops 2009-12-20 15:31:12 +00:00
replication.inc.php code cleanup 2009-12-24 12:33:04 +00:00
sanitizing.lib.php Adding @package, second part. 2008-11-24 11:05:40 +00:00
select_lang.lib.php new language: uzbek (cyrillic and latin) 2009-07-05 12:49:44 +00:00
select_server.lib.php Adding @package, second part. 2008-11-24 11:05:40 +00:00
server_common.inc.php Adding @package, second part. 2008-11-24 11:05:40 +00:00
server_links.inc.php message was hardcoded 2009-09-12 11:17:56 +00:00
server_synchronize.lib.php code cleanup 2009-12-14 18:01:16 +00:00
session.inc.php [core] Remove config data from session as it brings chicken-egg problem. 2010-01-21 11:18:18 +00:00
sql_query_form.lib.php do not try to display a tab that was not built 2009-08-22 11:22:50 +00:00
sqlparser.data.php undefined variable 2009-10-24 12:25:48 +00:00
sqlparser.lib.php bug #2897536 [parser] Copying table with bit field with default 2009-11-15 13:50:32 +00:00
sqlvalidator.class.php Add some missing docblocks. 2008-11-24 11:12:52 +00:00
sqlvalidator.lib.php Adding @package, second part. 2008-11-24 11:05:40 +00:00
StorageEngine.class.php Fix typo. 2008-11-24 11:14:37 +00:00
string_mb.lib.php Some more phpdoc fixes (adding packages, ignoring some symbols,...). 2008-11-24 09:31:30 +00:00
string_native.lib.php Some more phpdoc fixes (adding packages, ignoring some symbols,...). 2008-11-24 09:31:30 +00:00
string_type_ctype.lib.php Some more phpdoc fixes (adding packages, ignoring some symbols,...). 2008-11-24 09:31:30 +00:00
string_type_native.lib.php Some more phpdoc fixes (adding packages, ignoring some symbols,...). 2008-11-24 09:31:30 +00:00
string.lib.php bug #2355923 [core] do not use ctype if it is not available 2008-11-28 14:47:09 +00:00
Table.class.php rfe #2890226 [view] enable VIEW rename 2010-01-02 13:34:47 +00:00
tbl_common.php Hopefully last missing @package tags. 2008-11-24 11:24:56 +00:00
tbl_info.inc.php remove deprecated parameter of PMA_Table::countRecords() 2009-10-23 10:02:09 +00:00
tbl_links.inc.php rfe #2890226 [view] enable VIEW rename 2010-01-02 13:34:47 +00:00
tbl_properties.inc.php bug #2895894 [structure] Empty default value not set properly 2009-11-13 11:14:10 +00:00
tbl_replace_fields.inc.php patch #1760205 [data] Insert as new row: BLOB is lost 2009-02-23 08:36:34 +00:00
tbl_triggers.lib.php Adding @package, third part. 2008-11-24 11:22:44 +00:00
Theme_Manager.class.php [core] Remove config data from session as it brings chicken-egg problem. 2010-01-21 11:18:18 +00:00
Theme.class.php Adding @package, third part. 2008-11-24 11:22:44 +00:00
Tracker.class.php new sub-feature: possibility of removing all tracking data for a table (useful for older tables that have been deleted from this database) 2009-12-27 23:05:45 +00:00
transformations.lib.php clarify function name 2009-06-24 11:34:56 +00:00
url_generating.lib.php Adding @package, third part. 2008-11-24 11:22:44 +00:00
vendor_config.php bug #2390959 typo 2008-12-05 00:25:59 +00:00
zip_extension.lib.php do not try to display a tab that was not built 2009-08-22 11:22:50 +00:00
zip.lib.php Adding @package, second part. 2008-11-24 11:05:40 +00:00