phpmyadmin/libraries
2012-05-11 22:11:24 +05:30
..
auth Pass parameter as parameter instead of defining constant 2012-05-11 14:46:02 +02:00
bfShapeFiles add file and class documentation to bfShapeFiles library 2012-03-18 12:30:20 +01:00
config Arguments with default values must be at the end of the argument list 2012-05-10 21:38:32 +05:30
dbi Fix spacing of @package used together with @subpackage 2012-05-02 11:29:34 +02:00
engines Cleanup spacing after @return 2012-04-27 11:33:26 +02:00
export remove unused variables 2012-05-06 00:10:42 +02:00
gis Array of points for multipoint needs special handling 2012-05-08 22:49:35 +05:30
import Use the factory class 2012-05-06 14:57:37 +05:30
php-gettext
rte Use type classifiers instead of going through array 2012-05-10 09:51:15 +02:00
schema Fix function names: PMA_foreignkey_supported -> PMA_isForeignKeySupported 2012-05-11 22:11:24 +05:30
tcpdf Merge branch 'QA_3_5' 2012-04-19 16:39:47 +02:00
transformations remove unused variables 2012-05-06 00:10:42 +02:00
.gitignore
.htaccess
Advisor.class.php Follow naming conventions (private methods should start with _) 2012-05-03 12:57:01 +02:00
advisory_rules.txt Wrap long lines 2012-05-03 11:25:19 +02:00
blowfish.php Cleanup spacing after @return 2012-04-27 11:33:26 +02:00
bookmark.lib.php Coding style improvements. Mostly wrapping long lines 2012-05-01 16:20:42 +05:30
build_html_for_db.lib.php Coding style improvements. Mostly wrapping long lines 2012-05-01 16:20:42 +05:30
charset_conversion.lib.php Coding style improvements. Mostly wrapping long lines 2012-05-01 16:20:42 +05:30
check_user_privileges.lib.php Coding style improvements. Mostly wrapping long lines 2012-05-01 16:20:42 +05:30
cleanup.lib.php Coding style improvements. Mostly wrapping long lines 2012-05-01 16:20:42 +05:30
common.inc.php Use PMA_fatalError instead of die 2012-05-09 11:58:10 +02:00
common.lib.php Fix function names: PMA_foreignkey_supported -> PMA_isForeignKeySupported 2012-05-11 22:11:24 +05:30
Config.class.php Handle validity at single place 2012-05-11 14:40:39 +02:00
config.default.php Coding style improvements 2012-05-01 19:38:04 +05:30
config.values.php Coding style improvements 2012-05-01 19:38:04 +05:30
core.lib.php Pass parameter as parameter instead of defining constant 2012-05-11 14:46:02 +02:00
data_dictionary_relations.lib.php check if PHPMYADMIN is set 2012-04-14 16:51:26 +02:00
database_interface.lib.php Fix function names: PMA_escape_mysql_wildcards -> PMA_escapeMysqlWildcards 2012-05-11 22:04:25 +05:30
db_common.inc.php Removed pointless includes: If common.inc.php was not already included we would fail the !defined('PHPMYADMIN') check at the top of each file. 2012-05-08 19:53:52 +01:00
db_info.inc.php Fix function names: PMA_escape_mysql_wildcards -> PMA_escapeMysqlWildcards 2012-05-11 22:04:25 +05:30
db_structure.lib.php + rfe #3516187 show tables last check time in db_structure 2012-04-09 23:09:52 +02:00
db_table_exists.lib.php Coding style improvements 2012-05-01 19:38:04 +05:30
display_change_password.lib.php Patch #3502814 part 2 2012-04-11 15:15:47 -04:00
display_create_database.lib.php Drop $cfg['ErrorIconic'] 2012-04-11 15:27:23 +02:00
display_create_table.lib.php Use package name PhpMyAdmin 2011-10-25 10:13:17 +02:00
display_export.lib.php Fix Checkstyle Warnings - Type: CloseBracketLine (Closing parenthesis of a multi-line function call must be on a line by itself) 2012-04-14 09:09:21 +05:30
display_git_revision.lib.php Fix style violations reported by CheckStyle 2012-04-22 20:10:19 +05:30
display_import_ajax.lib.php Fix CheckStyle warnings, Type:CloseBracketNewLine (Closing parenthesis of a multi-line IF statement must be on a new line) 2012-04-22 21:28:41 +05:30
display_import.lib.php Fix new checkstyle warnings 2012-04-29 03:16:11 +02:00
display_select_lang.lib.php Cleanup spacing after @return 2012-04-27 11:33:26 +02:00
display_tbl.lib.php Fix function names: PMA_display_html_radio -> PMA_displayHtmlRadio 2012-05-11 21:59:34 +05:30
Error_Handler.class.php Cleanup spacing after @return 2012-04-27 11:33:26 +02:00
Error.class.php Cleanup spacing after @return 2012-04-27 11:33:26 +02:00
error.inc.php Do not emit headers when running testsuite 2012-04-27 10:25:04 +02:00
file_listing.php Coding style improvements 2012-05-01 19:38:04 +05:30
File.class.php Wrap some long lines 2012-05-11 14:55:43 +02:00
footer.inc.php Short-hand notation for jQuery document.ready event 2012-04-21 02:44:18 +02:00
gis_visualization.lib.php add vim directive for indenting with spaces 2012-04-11 16:18:53 +02:00
header_http.inc.php Use PMA_fatalError instead of die 2012-05-09 11:58:10 +02:00
header_meta_style.inc.php Use PMA_fatalError instead of die 2012-05-09 11:58:10 +02:00
header_printview.inc.php Removed pointless includes: If common.inc.php was not already included we would fail the !defined('PHPMYADMIN') check at the top of each file. 2012-05-08 19:53:52 +01:00
header_scripts.inc.php Removed pointless includes: If common.inc.php was not already included we would fail the !defined('PHPMYADMIN') check at the top of each file. 2012-05-08 19:53:52 +01:00
header.inc.php Made the Menu class a singleton 2012-05-05 17:40:16 +01:00
iconv_wrapper.lib.php Fix new checkstyle warnings 2012-04-29 03:16:11 +02:00
import.lib.php Fix merge conflicts 2012-05-05 06:59:51 -04:00
Index.class.php Cleanup spacing after @return 2012-04-27 11:33:26 +02:00
information_schema_relations.lib.php check if PHPMYADMIN is set 2012-04-14 16:51:26 +02:00
ip_allow_deny.lib.php Coding style improvements 2012-05-01 19:38:04 +05:30
js_escape.lib.php Cleanup spacing after @return 2012-04-27 11:33:26 +02:00
kanji-encoding.lib.php Cleanup spacing after @return 2012-04-27 11:33:26 +02:00
List_Database.class.php Coding style improvements 2012-05-01 19:38:04 +05:30
List.class.php Cleanup spacing after @return 2012-04-27 11:33:26 +02:00
logging.lib.php check if PHPMYADMIN is set 2012-04-14 16:51:26 +02:00
Menu.class.php private class variables should start with _ and some other coding style fixes 2012-05-05 22:23:58 +02:00
Message.class.php Cleanup spacing after @return 2012-04-27 11:33:26 +02:00
mime.lib.php check if PHPMYADMIN is set 2012-04-14 16:51:26 +02:00
mult_submits.inc.php Fixed unclosed HTML tags 2012-05-06 21:08:14 +01:00
mysql_charsets.lib.php Cleanup spacing after @return 2012-04-27 11:33:26 +02:00
navigation_header.inc.php Drop $cfg['MainPageIconic']. 2012-04-11 15:34:27 +02:00
ob.lib.php Cleanup spacing after @return 2012-04-27 11:33:26 +02:00
opendocument.lib.php Cleanup spacing after @return 2012-04-27 11:33:26 +02:00
parse_analyze.lib.php Fix typo introduced in 89fc70 2012-04-02 22:13:41 +01:00
Partition.class.php Cleanup spacing after @return 2012-04-27 11:33:26 +02:00
PDF.class.php Improve coding style 2012-05-07 19:39:14 +05:30
plugin_interface.lib.php Cleanup spacing after @return 2012-04-27 11:33:26 +02:00
PMA.php Improve coding style 2012-05-07 19:39:14 +05:30
pmd_common.php Fix function names: PMA_foreignkey_supported -> PMA_isForeignKeySupported 2012-05-11 22:11:24 +05:30
RecentTable.class.php check if PHPMYADMIN is set 2012-04-14 16:51:26 +02:00
relation_cleanup.lib.php Coding style improvements 2012-03-21 05:45:58 +05:30
relation.lib.php Cleanup spacing after @return 2012-04-27 11:33:26 +02:00
replication_gui.lib.php Cleanup spacing after @return 2012-04-27 11:33:26 +02:00
replication.inc.php Coding style improvements (Inline control structures are discouraged) 2012-04-25 23:39:04 +05:30
sanitizing.lib.php Cleanup spacing after @return 2012-04-27 11:33:26 +02:00
select_lang.lib.php Use PMA_fatalError instead of die 2012-05-09 11:58:10 +02:00
select_server.lib.php fix indentation 2012-04-28 22:44:03 +02:00
server_common.inc.php Removed pointless includes: If common.inc.php was not already included we would fail the !defined('PHPMYADMIN') check at the top of each file. 2012-05-08 19:53:52 +01:00
server_synchronize.lib.php fix function definition 2012-04-29 01:09:09 +02:00
server_variables_doc.php check if PHPMYADMIN is set 2012-04-14 16:51:26 +02:00
session.inc.php fix indentation 2012-04-29 00:40:12 +02:00
sql_query_form.lib.php Standard way for link to documentation 2012-04-25 14:22:02 +02:00
sqlparser.data.php Fix sort order 2011-12-16 15:28:49 +01:00
sqlparser.lib.php Remove BUG tag in comment 2012-05-02 13:58:53 -04:00
sqlvalidator.class.php Coding style improvements - mostly doc comments 2012-03-21 05:45:12 +05:30
sqlvalidator.lib.php Cleanup spacing after @return 2012-04-27 11:33:26 +02:00
StorageEngine.class.php fix function definition 2012-04-29 01:09:09 +02:00
string_mb.lib.php Fix documentation comments 2012-05-10 00:28:59 +05:30
string_native.lib.php Fix documentation comments 2012-05-10 00:28:59 +05:30
string_type_ctype.lib.php Fix documentation comments 2012-05-10 00:28:59 +05:30
string_type_native.lib.php Fix documentation comments 2012-05-10 00:28:59 +05:30
string.lib.php Fix documentation comments 2012-05-10 00:28:59 +05:30
sysinfo.lib.php Fix documentation comments 2012-05-10 00:28:59 +05:30
Table.class.php Remove unused parameters 2012-05-10 22:14:00 +05:30
tbl_common.inc.php Coding style improvements 2012-05-10 00:31:15 +05:30
tbl_info.inc.php Coding style improvements 2012-05-10 00:31:15 +05:30
tbl_properties.inc.php Fix function names: PMA_convert_bit_default_value -> PMA_convertBitDefaultValue 2012-05-11 21:51:04 +05:30
tbl_replace_fields.inc.php Coding style improvements 2012-05-10 00:31:15 +05:30
tbl_select.lib.php Coding style improvements 2012-05-10 00:31:15 +05:30
Theme_Manager.class.php fix indentation 2012-04-29 00:40:12 +02:00
Theme.class.php Fix documentation comments 2012-05-10 00:28:59 +05:30
Tracker.class.php Prefix private variables and methods with underscore 2012-05-10 07:03:58 +05:30
transformations.lib.php Compact code 2012-04-27 11:39:10 +02:00
Types.class.php Treat ENUM/SET as character types as same functions can be applied to them and need charset 2012-05-10 09:55:48 +02:00
url_generating.lib.php Move comments out of if statement 2012-04-27 11:40:11 +02:00
user_preferences.inc.php Dropped server_links.inc.php 2012-05-05 16:44:27 +01:00
user_preferences.lib.php Coding style fixes 2012-05-10 20:39:40 +05:30
vendor_config.php check if PHPMYADMIN is set 2012-04-14 16:51:26 +02:00
zip_extension.lib.php Coding style fixes 2012-05-10 20:39:40 +05:30
zip.lib.php Coding style fixes 2012-05-10 20:39:40 +05:30