doc
4.0.0 release
2013-05-03 08:12:31 -04:00
examples
Various coding style improvements in examples
2013-05-02 10:47:41 +02:00
js
fix some JSLint error: using dot notation
2013-05-05 20:49:15 +08:00
libraries
Moved duplicated codes in “tbl_addfield.php” and “tbl_create.php” to single a file "create_addfield.lib.php".
2013-05-08 20:28:37 +05:30
PMAStandard
Use modified LineLength check
2012-04-27 07:56:05 +02:00
po
Translated using Weblate (Thai)
2013-05-06 12:04:48 +02:00
scripts
Missing parameter name in docs
2013-05-02 10:49:50 +02:00
setup
Better name for function getting language name
2013-05-02 16:10:14 +02:00
test
remove unneeded testing case testAddNode which has been tested in PMA_Node_test class.
2013-05-07 11:19:31 +08:00
themes
Fix the position of the designer toolbar
2013-05-04 14:13:57 +05:30
.gitignore
Ignore config only in toplevel dir
2012-05-14 15:57:31 +02:00
.jshintrc
Higher limit on detected errors
2013-04-16 13:00:22 +02:00
.travis.yml
Enable PHP 5.5 in travis
2013-05-02 10:09:20 +02:00
browse_foreigners.php
Consistently include colon in strings to translate
2013-04-25 14:22:31 +02:00
build.xml
Use own jshint configuration
2013-04-15 16:20:04 +02:00
ChangeLog
Merge branch 'QA_4_0'
2013-05-07 00:14:18 +05:30
changelog.php
Use plain http for docs.phpmyadmin.net as the SSL certificate is only for *.readthedocs.org
2013-02-08 12:03:39 +01:00
chk_rel.php
Added PMA_OutputBuffering class, dropped ob.lib.php
2012-06-11 14:06:03 +01:00
composer.json
Update composer.json
2013-03-08 19:53:02 +00:00
config.sample.inc.php
Implement feature request #1414 - Allow specifying crontrolport
2013-05-02 21:36:05 +05:30
db_create.php
PMA_DBI_try_query --> PMA_DBI_tryQuery
2013-04-30 23:05:18 +05:30
db_datadict.php
PMA_DBI_select_db --> PMA_DBI_selectDb
2013-05-04 08:26:27 +05:30
db_events.php
Moved all the JS functionality for RTE into a single file
2012-10-30 20:10:22 +00:00
db_export.php
Dropped (again) some server side code for checking all items in a list
2012-10-30 20:24:00 +00:00
db_import.php
Dropped footer.inc.php
2012-06-11 14:06:04 +01:00
db_operations.php
PMA_DBI_select_db --> PMA_DBI_selectDb
2013-05-04 08:26:27 +05:30
db_printview.php
PMA_DBI_num_rows --> PMA_DBI_numRows
2013-05-04 08:39:43 +05:30
db_qbe.php
Coding style improvements
2012-08-31 00:46:35 +05:30
db_routines.php
Moved all the JS functionality for RTE into a single file
2012-10-30 20:10:22 +00:00
db_search.php
Upgraded to jquery-ui-timepicker-addon 1.1.1
2013-01-01 11:50:04 -05:00
db_sql.php
Dropped footer.inc.php
2012-06-11 14:06:04 +01:00
db_structure.php
Rename function name according to PEAR standards
2013-04-30 22:51:09 +05:30
db_tracking.php
PMA_DBI_num_rows --> PMA_DBI_numRows
2013-05-04 08:39:43 +05:30
db_triggers.php
Moved all the JS functionality for RTE into a single file
2012-10-30 20:10:22 +00:00
export.php
Merge branch 'QA_4_0'
2013-05-07 00:14:18 +05:30
favicon.ico
file_echo.php
Fixed export of server status monitor settings
2012-12-04 16:30:20 +00:00
gis_data_editor.php
Consistently include colon in strings to translate
2013-04-25 14:22:31 +02:00
import_status.php
Fix PHP 5.4 upload progress working only with session.upload_progress.cleanup set to Off
2012-06-30 15:21:23 +02:00
import.php
PMA_DBI_select_db --> PMA_DBI_selectDb
2013-05-04 08:26:27 +05:30
index.php
PMA_DBI_get_client_info --> PMA_DBI_getClientInfo
2013-05-04 08:37:58 +05:30
LICENSE
license.php
Leading ./ paths for includes can be omitted, part 2
2012-03-16 23:11:57 +01:00
navigation.php
use uppercase for AJAX acronym
2013-01-21 00:34:23 +01:00
phpinfo.php
Disable header and footer when showing phpinfo()
2012-08-10 11:05:47 +02:00
phpmyadmin.css.php
SQL parser no longer needs to be included for generating CSS
2012-05-29 14:06:49 +02:00
phpunit.xml.dist
Ignore some more thing from coverage reports
2013-04-15 10:56:54 +02:00
phpunit.xml.nocoverage
Colorify PHPUnit
2012-11-12 14:52:44 +01:00
pmd_display_field.php
Fix setting display column
2012-12-09 13:50:40 +05:30
pmd_general.php
Consistently include colon in strings to translate
2013-04-25 14:22:31 +02:00
pmd_pdf.php
PMA_DBI_num_rows --> PMA_DBI_numRows
2013-05-04 08:39:43 +05:30
pmd_relation_new.php
PMA_DBI_free_result --> PMA_DBI_freeResult
2013-05-04 08:33:49 +05:30
pmd_relation_upd.php
PMA_DBI_get_tables_full --> PMA_DBI_geTablesFull
2013-04-30 23:27:27 +05:30
pmd_save_pos.php
Renamed ->method() with PMA_Util::method()
2012-09-16 14:35:45 +05:30
prefs_forms.php
Dropped server side functionality for reloading the left frame from user preferences forms
2012-10-30 20:23:59 +00:00
prefs_manage.php
Missing ;
2013-04-16 15:20:50 +02:00
print.css
Use print.css in header_printview.inc.php
2012-05-13 00:28:34 +01:00
querywindow.php
Consistently include colon in strings to translate
2013-04-25 14:22:31 +02:00
README
4.0.0 release
2013-05-03 08:12:31 -04:00
README.rst
Add some headers
2012-11-13 14:29:08 +01:00
robots.txt
schema_edit.php
Implement linking to new documentation
2012-11-12 09:48:05 +01:00
schema_export.php
PMA_DBI_select_db --> PMA_DBI_selectDb
2013-05-04 08:26:27 +05:30
server_binlog.php
Merge branch 'master' into DBI_naming_cleanUp2
2013-05-05 20:58:07 +05:30
server_collations.php
Renamed PMA_CommonFunctions::getInstance()-> with PMA_Util::
2012-09-16 14:41:47 +05:30
server_databases.php
Merge branch 'master' into DBI_naming_cleanUp
2013-05-01 21:33:52 +05:30
server_engines.php
Various coding style improvements
2013-04-16 13:29:03 +02:00
server_export.php
Fixed syntax errors
2012-10-30 20:24:01 +00:00
server_import.php
Dropped footer.inc.php
2012-06-11 14:06:04 +01:00
server_plugins.php
PMA_DBI_free_result --> PMA_DBI_freeResult
2013-05-04 08:33:49 +05:30
server_privileges.php
Merge branch 'master' into DBI_naming_cleanUp
2013-05-01 21:33:52 +05:30
server_replication.php
PMA_DBI_try_query --> PMA_DBI_tryQuery
2013-04-30 23:05:18 +05:30
server_sql.php
Dropped footer.inc.php
2012-06-11 14:06:04 +01:00
server_status_advisor.php
Fixed advisor dialog + microhistory
2012-12-17 16:32:50 +00:00
server_status_monitor.php
Merge branch 'master' into DBI_naming_cleanUp2
2013-05-05 20:58:07 +05:30
server_status_queries.php
Merge pull request #299 from xmujay/refactor_procedure1
2013-05-01 08:17:31 -07:00
server_status_variables.php
added missing </abbr> tag
2013-05-03 14:17:24 -05:00
server_status.php
Merge branch 'master' into DBI_naming_cleanUp2
2013-05-05 20:58:07 +05:30
server_variables.php
PMA_DBI_fetch_result --> PMA_DBI_fetchResult
2013-05-01 00:05:16 +05:30
show_config_errors.php
Wrap long lines, move comments, remove unused code
2012-06-04 14:35:17 +02:00
sql.php
Fix function name
2013-05-06 15:24:34 +02:00
tbl_addfield.php
Moved duplicated codes in “tbl_addfield.php” and “tbl_create.php” to single a file "create_addfield.lib.php".
2013-05-08 20:28:37 +05:30
tbl_change.php
PMA_DBI_field_len --> PMA_DBI_fieldLen
2013-05-04 08:45:13 +05:30
tbl_chart.php
PMA_DBI_get_fields_meta --> PMA_DBI_getFieldsMeta
2013-05-04 08:43:23 +05:30
tbl_create.php
Moved duplicated codes in “tbl_addfield.php” and “tbl_create.php” to single a file "create_addfield.lib.php".
2013-05-08 20:28:37 +05:30
tbl_export.php
Used preg_split() instead of explode() to split sql query,
2013-02-20 20:06:57 +05:30
tbl_get_field.php
PMA_DBI_select_db --> PMA_DBI_selectDb
2013-05-04 08:26:27 +05:30
tbl_gis_visualization.php
PMA_DBI_get_fields_meta --> PMA_DBI_getFieldsMeta
2013-05-04 08:43:23 +05:30
tbl_import.php
Dropped footer.inc.php
2012-06-11 14:06:04 +01:00
tbl_indexes.php
libraries/display_indexes.lib.php file added. HTML generation for the create/edit indexes form into display_indexes.lib.php
2013-05-03 00:04:24 +05:30
tbl_move_copy.php
PMA_DBI_select_db --> PMA_DBI_selectDb
2013-05-04 08:26:27 +05:30
tbl_operations.php
PMA_DBI_select_db --> PMA_DBI_selectDb
2013-05-04 08:26:27 +05:30
tbl_printview.php
PMA_DBI_select_db --> PMA_DBI_selectDb
2013-05-04 08:26:27 +05:30
tbl_relation.php
PMA_DBI_num_rows --> PMA_DBI_numRows
2013-05-04 08:39:43 +05:30
tbl_replace.php
PMA_DBI_select_db --> PMA_DBI_selectDb
2013-05-04 08:26:27 +05:30
tbl_row_action.php
Dropped footer.inc.php
2012-06-11 14:06:04 +01:00
tbl_select.php
Improve comment
2013-04-11 08:00:49 -04:00
tbl_sql.php
Dropped footer.inc.php
2012-06-11 14:06:04 +01:00
tbl_structure.php
PMA_DBI_fetch_value --> PMA_DBI_fetchValue
2013-05-01 00:02:00 +05:30
tbl_tracking.php
PMA_DBI_num_rows --> PMA_DBI_numRows
2013-05-04 08:39:43 +05:30
tbl_triggers.php
Use package name PhpMyAdmin
2011-10-25 10:13:17 +02:00
tbl_zoom_select.php
PMA_DBI_get_fields_meta --> PMA_DBI_getFieldsMeta
2013-05-04 08:43:23 +05:30
themes.php
Integrated themes.php with PMA_Response class
2012-06-11 14:06:03 +01:00
transformation_overview.php
oop: transformations - fix classes, add interface and use descriptions
2012-06-19 23:59:47 +03:00
transformation_wrapper.php
PMA_DBI_fetch_assoc --> PMA_DBI_fetchAssoc
2013-05-04 08:30:12 +05:30
url.php
Merge branch 'QA_3_5'
2012-07-01 17:27:19 +02:00
user_password.php
PMA_DBI_select_db --> PMA_DBI_selectDb
2013-05-04 08:26:27 +05:30
version_check.php
many some minor fixes (sorry, see diff)
2013-01-26 15:35:29 +03:00
view_create.php
PMA_DBI_try_query --> PMA_DBI_tryQuery
2013-04-30 23:05:18 +05:30
view_operations.php
Renamed PMA_CommonFunctions::getInstance()-> with PMA_Util::
2012-09-16 14:41:47 +05:30
webapp.php
Improve doc blocks
2012-09-05 22:14:40 +05:30