| .. |
|
auth
|
use include() instead of require() when including file conditionally
|
2011-09-06 22:04:51 +02:00 |
|
bfShapeFiles
|
Import GIS data from ESRI shape files
|
2011-07-03 22:12:02 +05:30 |
|
config
|
Merge branch 'QA_3_4'
|
2011-09-16 23:50:47 +05:30 |
|
dbi
|
Add MYSQLI_TYPE_VARCHAR to mysqli dbi (required for Drizzle)
|
2011-08-20 00:36:41 +02:00 |
|
engines
|
use require() instead of include() when including file unconditionally
|
2011-09-06 21:48:05 +02:00 |
|
export
|
Not field but column
|
2011-09-13 12:28:29 -04:00 |
|
gis
|
Sanitize filenames in a unified manner - more instances
|
2011-08-24 22:52:28 +05:30 |
|
import
|
set_time_limit may fail, make it do so silently
|
2011-08-17 22:22:39 +02:00 |
|
php-gettext
|
This should not be executable
|
2011-05-11 14:47:19 +02:00 |
|
rte
|
MySQL allows a function and a procedure with the same name in the same db. This case was unhandled.
|
2011-08-16 14:02:16 +01:00 |
|
schema
|
use require() instead of include() when including file unconditionally
|
2011-09-06 21:48:05 +02:00 |
|
svg_plot
|
PHPDoc
|
2011-08-25 13:20:50 +02:00 |
|
tcpdf
|
Drop not needed font mappings
|
2011-08-10 15:48:25 +02:00 |
|
transformations
|
Coding style, function definitions
|
2011-08-05 14:49:23 +02:00 |
|
.gitignore
|
Display warning about incomplete translations
|
2011-04-06 09:48:20 +02:00 |
|
.htaccess
|
Fix permissions.
|
2010-08-30 09:53:37 +02:00 |
|
Advisor.class.php
|
Coding style improvements for Advisor.class.php
|
2011-09-10 22:36:58 +05:30 |
|
advisory_rules.txt
|
Merge remote-tracking branch 'origin/master' into drizzle
|
2011-08-22 11:18:26 +02:00 |
|
blobstreaming.lib.php
|
Coding style improvements for blobstreaming.lib.php
|
2011-09-10 22:59:47 +05:30 |
|
blowfish.php
|
Fix comments for functions with missing @return tag
|
2011-08-16 14:31:52 +02:00 |
|
bookmark.lib.php
|
Fix spacing after @param
|
2011-07-22 09:21:55 +02:00 |
|
build_html_for_db.lib.php
|
Create PMA_is_system_schema() function which checks whether current database server treats it as a system schema
|
2011-08-23 22:48:14 +02:00 |
|
charset_conversion.lib.php
|
use include() instead of require() when including file conditionally
|
2011-09-06 22:04:51 +02:00 |
|
check_user_privileges.lib.php
|
Merge remote-tracking branch 'origin/master' into tyronm
|
2011-07-05 18:09:55 +02:00 |
|
cleanup.lib.php
|
Add missing space after foreach calls
|
2011-07-21 11:21:26 +02:00 |
|
common.inc.php
|
use include() instead of require() when including file conditionally
|
2011-09-06 22:04:51 +02:00 |
|
common.lib.php
|
With previous logic, could not change a BLOB column to specify its MIME type
|
2011-09-10 07:32:57 -04:00 |
|
Config.class.php
|
3.4.6-dev
|
2011-09-02 12:42:55 -04:00 |
|
config.default.php
|
Missing choice for InitialSlidersState
|
2011-08-27 13:21:55 -04:00 |
|
config.values.php
|
Missing choice for InitialSlidersState
|
2011-08-27 13:21:55 -04:00 |
|
core.lib.php
|
use include() instead of require() when including file conditionally
|
2011-09-06 22:04:51 +02:00 |
|
data_dictionary_relations.lib.php
|
Emulate relations for some data_dictionary tables
|
2011-05-24 19:35:57 +02:00 |
|
data_drizzle.inc.php
|
Removed SOUNDEX function (Drizzle)
|
2011-07-13 12:28:23 +02:00 |
|
data_mysql.inc.php
|
Merge remote-tracking branch 'origin/master' into drizzle
|
2011-07-08 19:50:42 +02:00 |
|
database_interface.lib.php
|
Fixed broken retreival of triggers for a specific table
|
2011-09-17 15:54:27 +01:00 |
|
db_common.inc.php
|
Create PMA_is_system_schema() function which checks whether current database server treats it as a system schema
|
2011-08-23 22:48:14 +02:00 |
|
db_info.inc.php
|
Merge branch 'QA_3_4'
|
2011-09-07 07:37:23 -04:00 |
|
db_links.inc.php
|
fix coding style : control structures
|
2011-09-05 14:28:17 +02:00 |
|
db_structure.lib.php
|
Fix comments for functions with missing @return tag
|
2011-08-16 14:31:52 +02:00 |
|
db_table_exists.lib.php
|
Merge remote-tracking branch 'origin/master' into tyronm
|
2011-07-05 18:09:55 +02:00 |
|
display_change_password.lib.php
|
Allow to use noclick class on table level
|
2011-08-02 23:14:52 +02:00 |
|
display_create_database.lib.php
|
pma spritify part 2
|
2011-07-15 09:42:16 +03:00 |
|
display_create_table.lib.php
|
pma spritify part 2
|
2011-07-15 09:42:16 +03:00 |
|
display_export.lib.php
|
Merge branch 'QA_3_4'
|
2011-09-11 06:51:29 -04:00 |
|
display_import_ajax.lib.php
|
require/include are statements not functions; no parentheses are required
|
2011-08-21 23:36:10 +02:00 |
|
display_import.lib.php
|
Merge branch 'QA_3_4'
|
2011-07-22 09:35:51 -04:00 |
|
display_select_lang.lib.php
|
Convert more occurences of inline autosubmit code to external js
|
2011-08-08 13:29:20 +02:00 |
|
display_tbl.lib.php
|
Missing text next to these icons
|
2011-09-15 12:37:12 -04:00 |
|
Error_Handler.class.php
|
Fix comments for functions with missing @return tag
|
2011-08-16 14:31:52 +02:00 |
|
Error.class.php
|
Fix spacing after @param
|
2011-07-22 09:21:55 +02:00 |
|
error.inc.php
|
Remove error.php
|
2011-01-06 09:36:30 +01:00 |
|
file_listing.php
|
Fix comments for functions with missing @return tag
|
2011-08-16 14:31:52 +02:00 |
|
File.class.php
|
Fix comments for functions with missing @return tag
|
2011-08-16 14:31:52 +02:00 |
|
footer.inc.php
|
Merge branch 'QA_3_4'
|
2011-07-29 06:39:58 +05:30 |
|
gis_visualization.lib.php
|
Wrap long lines
|
2011-08-12 14:03:40 +05:30 |
|
grab_globals.lib.php
|
Fix comments for functions with missing @return tag
|
2011-08-16 14:31:52 +02:00 |
|
header_http.inc.php
|
make die() messages translatable, where possible
|
2011-08-25 22:38:51 +02:00 |
|
header_meta_style.inc.php
|
make die() messages translatable, where possible
|
2011-08-25 22:38:51 +02:00 |
|
header_printview.inc.php
|
Replace TRUE/FALSE with true/false.
|
2011-06-06 11:55:09 +02:00 |
|
header_scripts.inc.php
|
addded PMA_AddJSCode() to load js code into the page header
|
2011-08-09 10:35:53 +03:00 |
|
header.inc.php
|
Fix merge conflict with origin/master
|
2011-08-10 21:27:31 +08:00 |
|
iconv_wrapper.lib.php
|
Coding style, function definitions
|
2011-08-05 14:49:23 +02:00 |
|
import.lib.php
|
Merge remote-tracking branch 'origin/master' into drizzle
|
2011-08-24 21:40:52 +02:00 |
|
Index.class.php
|
Use PMA_DBI_get_table_indexes_sql() only when really needed, in all other cases use PMA_DBI_get_table_indexes()
|
2011-08-23 22:14:15 +02:00 |
|
information_schema_relations.lib.php
|
Fix permissions.
|
2010-08-30 09:53:37 +02:00 |
|
ip_allow_deny.lib.php
|
Document that this is IPv4 only
|
2011-07-22 09:27:49 +02:00 |
|
js_escape.lib.php
|
Fix printing JS arrays
|
2011-08-23 08:09:55 +02:00 |
|
kanji-encoding.lib.php
|
Coding style, function definitions
|
2011-08-05 14:49:23 +02:00 |
|
List_Database.class.php
|
Merge remote-tracking branch 'origin/master' into drizzle
|
2011-08-16 16:11:43 +02:00 |
|
List.class.php
|
Create PMA_is_system_schema() function which checks whether current database server treats it as a system schema
|
2011-08-23 22:48:14 +02:00 |
|
logging.lib.php
|
Coding style, function definitions
|
2011-08-05 14:49:23 +02:00 |
|
Message.class.php
|
Fix spacing after @param
|
2011-07-22 09:21:55 +02:00 |
|
mime.lib.php
|
Fix comments for functions with missing @return tag
|
2011-08-16 14:31:52 +02:00 |
|
mult_submits.inc.php
|
require/include are statements not functions; no parentheses are required
|
2011-08-21 23:36:10 +02:00 |
|
mysql_charsets.lib.php
|
Create PMA_is_system_schema() function which checks whether current database server treats it as a system schema
|
2011-08-23 22:48:14 +02:00 |
|
navigation_header.inc.php
|
pma spritify part 2
|
2011-07-15 09:42:16 +03:00 |
|
ob.lib.php
|
Merge remote-tracking branch 'origin/master' into tyronm
|
2011-07-05 18:09:55 +02:00 |
|
opendocument.lib.php
|
Coding style, function definitions
|
2011-08-05 14:49:23 +02:00 |
|
parse_analyze.lib.php
|
Fix permissions.
|
2010-08-30 09:53:37 +02:00 |
|
Partition.class.php
|
Merge remote-tracking branch 'origin/master' into tyronm
|
2011-07-05 18:09:55 +02:00 |
|
PDF.class.php
|
require/include are statements not functions; no parentheses are required
|
2011-08-21 23:36:10 +02:00 |
|
plugin_interface.lib.php
|
Remove unused variable
|
2011-08-24 21:26:39 +02:00 |
|
PMA.php
|
Fix comments for functions with missing @return tag
|
2011-08-16 14:31:52 +02:00 |
|
pmd_common.php
|
Adjust to new calling conventions
|
2011-08-25 08:56:59 +02:00 |
|
RecentTable.class.php
|
Recent table: fix bug - not work for db or table name containing custom characters
|
2011-08-04 18:27:37 +08:00 |
|
relation_cleanup.lib.php
|
Merge remote-tracking branch 'origin/master' into tyronm
|
2011-07-05 18:09:55 +02:00 |
|
relation.lib.php
|
Merge remote-tracking branch 'origin/master' into drizzle
|
2011-08-15 12:03:04 +02:00 |
|
replication_gui.lib.php
|
Create PMA_is_system_schema() function which checks whether current database server treats it as a system schema
|
2011-08-23 22:48:14 +02:00 |
|
replication.inc.php
|
Create PMA_is_system_schema() function which checks whether current database server treats it as a system schema
|
2011-08-23 22:48:14 +02:00 |
|
sanitizing.lib.php
|
Merge branch 'QA_3_4'
|
2011-08-24 12:30:15 -04:00 |
|
select_lang.lib.php
|
Fix comments for functions with missing @return tag
|
2011-08-16 14:31:52 +02:00 |
|
select_server.lib.php
|
Convert more occurences of inline autosubmit code to external js
|
2011-08-08 13:29:20 +02:00 |
|
server_common.inc.php
|
Merge remote-tracking branch 'origin/master' into tyronm
|
2011-07-05 18:09:55 +02:00 |
|
server_links.inc.php
|
Merge remote-tracking branch 'origin/master' into drizzle
|
2011-07-22 11:07:04 +02:00 |
|
server_synchronize.lib.php
|
Merge remote-tracking branch 'origin/master' into drizzle
|
2011-08-05 22:48:03 +02:00 |
|
server_variables_doc.php
|
Small improvements:
|
2011-08-02 11:25:26 +03:00 |
|
session.inc.php
|
Merge remote-tracking branch 'origin/master' into tyronm
|
2011-07-05 18:09:55 +02:00 |
|
sql_query_form.lib.php
|
Fix merge conflicts
|
2011-09-18 08:26:47 -04:00 |
|
sqlparser.data.php
|
Merge remote-tracking branch 'origin/master'
|
2011-06-13 15:00:11 +02:00 |
|
sqlparser.lib.php
|
coding style
|
2011-08-11 21:37:36 +02:00 |
|
sqlvalidator.class.php
|
Fix spacing after @param
|
2011-07-22 09:21:55 +02:00 |
|
sqlvalidator.lib.php
|
coding style
|
2011-08-11 21:37:36 +02:00 |
|
StorageEngine.class.php
|
Merge remote-tracking branch 'origin/master' into drizzle
|
2011-07-22 11:07:04 +02:00 |
|
string_mb.lib.php
|
Fix spacing after @param
|
2011-07-22 09:21:55 +02:00 |
|
string_native.lib.php
|
Fix spacing after @param
|
2011-07-22 09:21:55 +02:00 |
|
string_type_ctype.lib.php
|
Fix spacing after @param
|
2011-07-22 09:21:55 +02:00 |
|
string_type_native.lib.php
|
Fix spacing after @param
|
2011-07-22 09:21:55 +02:00 |
|
string.lib.php
|
Remove global variables
|
2011-08-08 17:12:21 +02:00 |
|
sysinfo.lib.php
|
Fix comments for functions with missing @return tag
|
2011-08-16 14:31:52 +02:00 |
|
Table.class.php
|
Correctly show error message when unable to save UI property
|
2011-08-29 15:00:06 +08:00 |
|
tbl_common.php
|
Create PMA_is_system_schema() function which checks whether current database server treats it as a system schema
|
2011-08-23 22:48:14 +02:00 |
|
tbl_info.inc.php
|
For easier reading, replace "!isset" with "! isset"
|
2011-05-09 12:49:05 -04:00 |
|
tbl_links.inc.php
|
Triggers don't work with views
|
2011-08-09 16:41:28 +01:00 |
|
tbl_properties.inc.php
|
Merge remote-tracking branch 'origin/master' into drizzle
|
2011-08-23 21:56:33 +02:00 |
|
tbl_replace_fields.inc.php
|
Merge branch 'QA_3_4'
|
2011-08-19 16:17:25 -04:00 |
|
tbl_select.lib.php
|
Removed redundant function
|
2011-09-18 16:59:03 +05:30 |
|
Theme_Manager.class.php
|
Avoid loading themes from non directories, . and ..
|
2011-08-31 08:07:47 -04:00 |
|
Theme.class.php
|
Fix CSS rule
|
2011-08-22 15:56:01 +02:00 |
|
Tracker.class.php
|
Use PMA_DBI_get_table_indexes_sql() only when really needed, in all other cases use PMA_DBI_get_table_indexes()
|
2011-08-23 22:14:15 +02:00 |
|
transformations.lib.php
|
Fix doc blocks and multi line if statements
|
2011-08-19 21:43:07 +05:30 |
|
url_generating.lib.php
|
Fix doc blocks, multi line if statements, switch-case statements
|
2011-08-19 20:48:27 +05:30 |
|
user_preferences.inc.php
|
More coding style improvements
|
2011-08-19 20:31:44 +05:30 |
|
user_preferences.lib.php
|
Coding style improvements
|
2011-08-19 20:29:47 +05:30 |
|
vendor_config.php
|
Add version check to vendor configuration.
|
2011-02-02 14:38:10 +01:00 |
|
zip_extension.lib.php
|
proper indentation for switch-case statements
|
2011-08-19 19:55:43 +05:30 |
|
zip.lib.php
|
Coding style improvements
|
2011-08-19 20:05:48 +05:30 |