phpmyadmin/libraries
2013-11-28 23:15:52 +05:30
..
bfShapeFiles Correct and complete license notices for bfShapeFiles. 2013-10-01 12:10:29 -04:00
config We do not need a separate ErrorReporting directive 2013-11-20 06:14:53 -05:00
dbi Fix tests 2013-11-27 13:08:51 -05:00
engines Huge PHPDoc update. 2013-11-10 23:04:58 +01:00
gis Merge branch 'master' of github.com:phpmyadmin/phpmyadmin 2013-11-11 22:58:46 +05:30
navigation Bug #4164 "Hide" and "Show hidden items" are not translatable 2013-11-25 16:17:23 -05:00
php-gettext Revert third party modifications. 2013-11-09 11:04:52 +01:00
phpseclib/Crypt Convert end of lines 2013-08-06 13:01:37 -04:00
plugins We now use gettext 2013-11-22 12:59:51 -05:00
properties Remove trailing white spaces 2013-10-19 14:29:05 +05:30
rte Huge PHPDoc update. 2013-11-10 23:04:58 +01:00
schema Merge branch 'master' into string_width 2013-11-28 16:32:49 +01:00
tcpdf Update tcpdf to 6.0.039 2013-10-17 14:58:41 +02:00
.gitignore
Advisor.class.php Huge PHPDoc update. 2013-11-10 23:04:58 +01:00
advisory_rules.txt Fix rule definition (value and check were mixed) 2013-07-23 11:34:33 +02:00
bookmark.lib.php Huge PHPDoc update. 2013-11-10 23:04:58 +01:00
browse_foreigners.lib.php Remove trailing white spaces 2013-10-19 14:29:05 +05:30
build_html_for_db.lib.php Go to the database when checking privileges 2013-10-21 21:59:52 +05:30
charset_conversion.lib.php Fix PMA_convertString which use a wrong variable. 2013-11-05 20:51:49 +01:00
check_user_privileges.lib.php Fix coding style 2013-09-23 08:13:56 -04:00
cleanup.lib.php
common.inc.php The DisableIS directive is removed 2013-11-05 12:44:04 -05:00
Config.class.php Fix coding style 2013-11-26 07:34:59 -05:00
config.default.php Move the MaxNavigationItems directive to the Navigation panel section (doc and default config) 2013-11-24 06:59:19 -05:00
config.values.php Fix bug #4145 Config validation MemoryLimit = -1 2013-10-27 20:26:04 +01:00
core.lib.php Fix typos 2013-11-12 07:16:20 -05:00
create_addfield.lib.php Remove trailing white spaces 2013-10-19 14:29:05 +05:30
data_dictionary_relations.lib.php Various coding style fixes 2013-08-07 11:59:01 +02:00
database_interface.inc.php Merge remote-tracking branch 'origin/QA_4_0' 2013-09-12 10:02:38 +02:00
DatabaseInterface.class.php bug #2983 unknown table status: TABLE_TYPE 2013-11-14 09:21:22 -05:00
db_common.inc.php Better names for URL generating functions 2013-08-07 10:58:17 +02:00
db_info.inc.php Fixes many coding style "line too long" 2013-10-17 05:41:51 -04:00
db_table_exists.lib.php Better names for URL generating functions 2013-08-07 10:58:17 +02:00
DBQbe.class.php Update PHPDoc. 2013-11-10 10:28:05 +01:00
DbSearch.class.php Remove trailing white spaces 2013-10-19 14:29:05 +05:30
display_change_password.lib.php Better names for URL generating functions 2013-08-07 10:58:17 +02:00
display_create_database.lib.php Add HTML5 required, placeholder attributes 2013-08-18 15:37:53 +02:00
display_create_table.lib.php Remove trailing white spaces 2013-10-19 14:29:05 +05:30
display_export.inc.php Remove trailing white spaces 2013-10-19 14:29:05 +05:30
display_export.lib.php Huge PHPDoc update. 2013-11-10 23:04:58 +01:00
display_git_revision.lib.php
display_import_ajax.lib.php Remove compatibility code for PHP 5.2 2013-07-01 15:29:56 +02:00
display_import.inc.php Remove trailing white spaces 2013-10-19 14:29:05 +05:30
display_import.lib.php Add HTML5 min= attribute for number inputs 2013-08-18 15:44:09 +02:00
display_select_lang.lib.php Huge PHPDoc update. 2013-11-10 23:04:58 +01:00
display_structure.inc.php Fix end of lines 2013-08-22 12:44:57 -04:00
DisplayResults.class.php Fix sort on columns which uses function with column between back quotes. 2013-11-15 22:30:34 +01:00
Error_Handler.class.php Update PHPDoc. 2013-11-10 10:28:05 +01:00
error_report.lib.php Set Content-Type in request 2013-11-18 15:03:37 +01:00
Error.class.php Fix typo 2013-10-03 11:25:09 -04:00
error.inc.php Disable response wrapper in fatal error path 2013-06-11 08:57:49 +02:00
file_listing.lib.php Huge PHPDoc update. 2013-11-10 23:04:58 +01:00
File.class.php Specify types 2013-11-11 07:14:37 +05:30
Font.class.php move charLists generation to seperate method 2013-09-30 13:34:22 +02:00
Footer.class.php Improve doc comments 2013-11-28 23:13:41 +05:30
Header.class.php Improve doc comments 2013-11-28 23:13:41 +05:30
iconv_wrapper.lib.php Various coding style fixes 2013-08-07 11:59:01 +02:00
import.lib.php Fix coding style 2013-10-20 05:12:35 -07:00
Index.class.php Fix coding style 2013-11-17 07:58:51 -05:00
index.lib.php Remove trailing white spaces 2013-10-19 14:29:05 +05:30
information_schema_relations.lib.php Merge branch 'QA_4_0' 2013-09-14 14:45:27 +05:30
insert_edit.lib.php Drizzle compatibility 2013-11-28 00:02:49 +05:30
ip_allow_deny.lib.php Wrap some long lines 2013-07-10 15:14:02 +02:00
js_escape.lib.php
kanji-encoding.lib.php Huge PHPDoc update. 2013-11-10 23:04:58 +01:00
List_Database.class.php Update PHPDoc. 2013-11-10 10:28:05 +01:00
List.class.php Update PHPDoc. 2013-11-10 10:28:05 +01:00
logging.lib.php
Menu.class.php Update PHPDoc. 2013-11-10 10:28:05 +01:00
Message.class.php Improve PMA_Message doc 2013-07-05 08:39:18 -04:00
mime.lib.php
mult_submits.inc.php bug #4083 row deleting isn't binlogs friendly 2013-11-19 12:55:56 -05:00
mult_submits.lib.php Fix merge conflicts 2013-11-19 13:00:29 -05:00
mysql_charsets.inc.php Various coding style fixes 2013-08-07 11:59:01 +02:00
mysql_charsets.lib.php Huge PHPDoc update. 2013-11-10 23:04:58 +01:00
opendocument.lib.php Include missing number namespace from our ODS export 2013-07-01 13:24:00 +02:00
operations.lib.php Add required attribute to table name for rename and move operations 2013-08-18 15:43:43 +02:00
OutputBuffering.class.php Update PHPDoc. 2013-11-10 10:28:05 +01:00
parse_analyze.inc.php Remove trailing white spaces 2013-10-19 14:29:05 +05:30
Partition.class.php
PDF.class.php Huge PHPDoc update. 2013-11-10 23:04:58 +01:00
plugin_interface.lib.php Huge PHPDoc update. 2013-11-10 23:04:58 +01:00
PMA.php Fix merge conflicts 2013-07-17 15:05:23 -04:00
pmd_common.php Remove trailing white spaces 2013-10-19 14:29:05 +05:30
RecentTable.class.php Update PHPDoc. 2013-11-10 10:28:05 +01:00
relation_cleanup.lib.php
relation.lib.php Huge PHPDoc update. 2013-11-10 23:04:58 +01:00
replication_gui.lib.php Huge PHPDoc update. 2013-11-10 23:04:58 +01:00
replication.inc.php Huge PHPDoc update. 2013-11-10 23:04:58 +01:00
Response.class.php Improve doc comments 2013-11-28 23:13:41 +05:30
sanitizing.lib.php Allow local links to documentation 2013-09-12 10:03:19 +02:00
Scripts.class.php Fixed failing tests 2013-09-05 19:56:59 +02:00
select_lang.lib.php Add Kyrgyz language 2013-11-14 10:30:09 +01:00
select_server.lib.php Better names for URL generating functions 2013-08-07 10:58:17 +02:00
server_bin_log.lib.php Fix syntax highlighting. Use PMA_Util::formatSql() for SQL formatting 2013-10-19 10:56:47 +05:30
server_collations.lib.php Remove trailing white spaces 2013-10-19 14:29:05 +05:30
server_common.inc.php Better names for URL generating functions 2013-08-07 10:58:17 +02:00
server_common.lib.php Remove trailing white spaces 2013-10-19 14:29:05 +05:30
server_databases.lib.php PHPDoc update. 2013-11-11 18:12:46 +01:00
server_engines.lib.php Better names for URL generating functions 2013-08-07 10:58:17 +02:00
server_plugins.lib.php Remove trailing white spaces 2013-10-19 14:29:05 +05:30
server_privileges.lib.php PHPDoc update. 2013-11-11 18:12:46 +01:00
server_status_advisor.lib.php Remove trailing white spaces 2013-10-19 14:29:05 +05:30
server_status_monitor.lib.php wrap long lines 2013-09-15 12:35:44 +02:00
server_status_queries.lib.php Remove unused param from PMA_Util::showMySQLDocu 2013-08-07 08:48:50 +02:00
server_status_variables.lib.php Show alert values in red for unformatted version as well 2013-10-07 22:05:11 +05:30
server_status.lib.php Remove trailing white spaces 2013-10-19 14:29:05 +05:30
server_user_groups.lib.php Huge PHPDoc update. 2013-11-10 23:04:58 +01:00
server_users.lib.php Move user group related functions to a lib file of its own 2013-09-09 07:10:06 +05:30
server_variables.lib.php Huge PHPDoc update. 2013-11-10 23:04:58 +01:00
ServerStatusData.class.php Update PHPDoc. 2013-11-10 10:28:05 +01:00
session.inc.php Fix merge conflicts 2013-05-28 08:49:37 -04:00
special_schema_links.lib.php Merge branch 'QA_4_0' 2013-09-14 17:10:01 +05:30
sql_query_form.lib.php Fix coding style 2013-11-24 07:20:17 -05:00
sql.lib.php Specify types 2013-11-11 07:14:37 +05:30
sqlparser.data.php Remove no longer needed doc name mappings 2013-08-07 08:11:32 +02:00
sqlparser.lib.php Huge PHPDoc update. 2013-11-10 23:04:58 +01:00
sqlvalidator.class.php Correctly remember URL 2013-07-10 14:53:05 +02:00
sqlvalidator.lib.php Fix PHPDoc. 2013-11-08 22:41:05 +01:00
StorageEngine.class.php Specify types 2013-11-11 07:14:37 +05:30
String.class.php Fix multibyte ord issue 2013-08-21 19:02:08 +05:30
string.inc.php Fix typo 2013-07-29 04:54:48 -04:00
StringAbstractType.class.php Move interfaces into files of their own 2013-07-28 00:04:12 +05:30
StringByte.int.php Add ord() method to the parent interface 2013-08-21 21:37:28 +05:30
StringCType.class.php Move interfaces into files of their own 2013-07-28 00:04:12 +05:30
StringMB.class.php Remove trailing white spaces 2013-10-19 14:29:05 +05:30
StringNative.class.php Fix multibyte ord issue 2013-08-21 19:02:08 +05:30
StringNativeType.class.php Move interfaces into files of their own 2013-07-28 00:04:12 +05:30
StringType.int.php Move interfaces into files of their own 2013-07-28 00:04:12 +05:30
structure.lib.php Fix typos 2013-11-12 07:16:20 -05:00
sysinfo.lib.php Huge PHPDoc update. 2013-11-10 23:04:58 +01:00
Table.class.php bug #2983 unknown table status: TABLE_TYPE 2013-11-14 09:21:22 -05:00
TableSearch.class.php Fix coding style 2013-11-10 08:41:32 -05:00
tbl_chart.lib.php Remove trailing white spaces 2013-10-19 14:29:05 +05:30
tbl_columns_definition_form.inc.php Remove trailing white spaces 2013-10-19 14:29:05 +05:30
tbl_columns_definition_form.lib.php Remove trailing white spaces 2013-10-19 14:29:05 +05:30
tbl_common.inc.php Better names for URL generating functions 2013-08-07 10:58:17 +02:00
tbl_gis_visualization.lib.php Huge PHPDoc update. 2013-11-10 23:04:58 +01:00
tbl_indexes.lib.php Remove trailing white spaces 2013-10-19 14:29:05 +05:30
tbl_info.inc.php
tbl_printview.lib.php add function for render Space Usage 2013-09-02 20:09:46 +08:00
tbl_relation.lib.php Huge PHPDoc update. 2013-11-10 23:04:58 +01:00
tbl_tracking.lib.php Merge pull request #750 from Tithugues/phpdoc 2013-11-12 04:13:18 -08:00
tbl_views.lib.php Various coding style improvements 2013-06-11 16:27:31 +02:00
Theme_Manager.class.php Specify types 2013-11-11 07:14:37 +05:30
Theme.class.php Specify types 2013-11-11 07:14:37 +05:30
Tracker.class.php Various coding style improvements 2013-08-06 15:17:20 +02:00
transformations.lib.php Update PHPDoc. 2013-11-08 19:28:20 +01:00
Types.class.php Fix coding style 2013-11-28 00:04:20 +05:30
url_generating.lib.php Huge PHPDoc update. 2013-11-10 23:04:58 +01:00
user_preferences.inc.php Refactored ConfigFile class so that it is no longer a singleton 2013-11-03 12:54:20 +01:00
user_preferences.lib.php Coding style fixes 2013-11-03 19:00:41 +05:30
Util.class.php Merge branch 'QA_4_1' 2013-11-27 12:41:45 -05:00
vendor_config.php
zip_extension.lib.php
zip.lib.php Use pack instead of manual conversion using evil eval 2013-08-11 11:37:39 +02:00