Go to file
Michal Čihař 549c9af064 No more silencing of lint output
It can cause timeout issue on Travis if run too long.

Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-26 15:28:58 +01:00
doc 4.1.12-dev 2014-03-22 12:59:51 -04:00
examples Incorrect coding style fix 2014-03-20 06:47:11 -04:00
js Support AES_DECRYPT as well 2014-03-25 13:59:29 +01:00
libraries Correct capitalization of a message 2014-03-26 11:55:54 +01:00
PMAStandard Remove author. 2014-01-07 21:22:55 +01:00
po Translated using Weblate (Spanish) 2014-03-26 15:00:12 +01:00
scripts Remove trailing whitespace from the code 2014-03-20 09:36:48 +01:00
setup Remove no longer used JSON plugin for jQuery 2014-03-19 12:33:46 +01:00
test Group Selenium test 2014-03-26 13:36:52 +01:00
themes Replace tabs with spaces 2014-03-19 18:59:36 +01:00
.coveralls.yml Get coverage for libraries only here 2013-09-10 15:33:30 +02:00
.gitignore Ignore Ant cache files 2014-03-20 13:05:53 +01:00
.jshintrc Higher limit on detected errors 2013-04-16 13:00:22 +02:00
.travis.yml Do not run apt quiet, we want to see possible problems 2014-03-26 15:24:23 +01:00
browse_foreigners.php bug #4217 Current value not highlighted when browsing foreign values 2014-01-06 09:23:31 -05:00
build.xml No more silencing of lint output 2014-03-26 15:28:58 +01:00
ChangeLog Fix merge conflicts 2014-03-25 12:29:08 -04:00
changelog.php Extract FAQ url 2013-07-30 15:03:36 +02:00
chk_rel.php Added PMA_OutputBuffering class, dropped ob.lib.php 2012-06-11 14:06:03 +01:00
composer.json Revert dev dependencies in composer.json 2014-02-17 14:58:11 +01:00
config.sample.inc.php Feature #569 Load/Save Query By Example 2014-02-23 14:52:48 +01:00
CONTRIBUTING.md Remove trailing whitespace from the documentation 2014-03-20 09:39:07 +01:00
db_create.php Add missing collation column when creating a db 2014-01-08 21:18:48 +01:00
db_datadict.php Remove space from the string 2014-02-27 10:45:52 +01:00
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 Various coding style fixes 2013-08-06 15:44:51 +02:00
db_import.php Various coding style fixes 2013-08-06 15:44:51 +02:00
db_operations.php Correct punctuation for sentences 2014-02-02 11:30:39 +01:00
db_printview.php bug #4230 "in use" displayed for all views in database print view 2014-01-14 06:13:04 -05:00
db_qbe.php Remove hint about bookmarked searches. 2014-03-10 21:09:47 +01:00
db_routines.php refactor mysql_charsets.inc.php 2013-06-11 13:25:54 +08:00
db_search.php PHPCS updates. 2014-03-15 12:29:31 +01:00
db_sql.php Remove trailing white spaces 2013-10-20 10:21:34 +05:30
db_structure.php Fix coding style 2014-01-08 14:35:15 +05:30
db_tracking.php Fix coding style 2014-01-08 14:35:15 +05:30
db_triggers.php Moved all the JS functionality for RTE into a single file 2012-10-30 20:10:22 +00:00
DCO Remove trailing whitespace from the documentation 2014-03-20 09:39:07 +01:00
error_report.php Space around . operator - mroe instances 2014-01-08 18:56:30 +05:30
export.php Adds the maximum table size to export option (Feature request 1515) 2014-03-22 20:21:19 +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 Better messasge after creating a bookmark 2014-02-02 11:32:15 +01:00
import_status.php Space around . operator - mroe instances 2014-01-08 18:56:30 +05:30
import.php Remove trailing whitespace from the code 2014-03-20 09:36:48 +01:00
index.php Remove trailing whitespace from the code 2014-03-20 09:36:48 +01:00
LICENSE
license.php Leading ./ paths for includes can be omitted, part 2 2012-03-16 23:11:57 +01:00
navigation.php Add a dialog to unhide hidden navigation tree items 2013-07-21 14:46:16 +05:30
phpinfo.php Disable header and footer when showing phpinfo() 2012-08-10 11:05:47 +02:00
phpmyadmin.css.php Fix coding style 2014-03-21 12:42:10 -04:00
phpunit.xml.dist Convert remaining Selenium tests to new model 2014-02-17 20:28:56 +01:00
phpunit.xml.hhvm Add HHVM-specific phpunit configuration 2014-03-14 01:10:15 +00:00
phpunit.xml.nocoverage Convert remaining Selenium tests to new model 2014-02-17 20:28:56 +01:00
pmd_display_field.php Fix coding style 2014-03-21 12:42:10 -04:00
pmd_general.php Fix coding style 2014-03-20 06:38:21 -04:00
pmd_pdf.php Fix coding style 2014-03-19 12:55:37 -04:00
pmd_relation_new.php Space around . operator - mroe instances 2014-01-08 18:56:30 +05:30
pmd_relation_upd.php Space around . operator - mroe instances 2014-01-08 18:56:30 +05:30
pmd_save_pos.php Refactoring: Use echo statements to output HTML 2014-03-17 20:09:48 +05:30
prefs_forms.php Correct punctuation for sentences 2014-02-02 11:19:15 +01:00
prefs_manage.php Merge commit 'cc7f1bf' 2014-03-03 08:22:01 -05:00
print.css Use print.css in header_printview.inc.php 2012-05-13 00:28:34 +01:00
querywindow.php refactor PMA_getHtmlForSqlQueryForm and fix code style 2013-08-20 21:36:58 +08:00
README 4.1.12-dev 2014-03-22 12:59:51 -04:00
README.rst Use http for translation widget as GitHub does not trust CAcert 2014-03-13 09:04:51 +01:00
robots.txt
schema_edit.php Remove trailing white spaces 2013-10-20 10:21:34 +05:30
schema_export.php Various coding style fixes 2013-08-06 16:04:11 +02:00
server_binlog.php Remove unused parameter binary_log_file_names 2014-01-06 11:33:25 +01:00
server_collations.php Various coding style fixes 2013-08-06 15:44:51 +02:00
server_databases.php Remove trailing white spaces 2013-10-20 10:21:34 +05:30
server_engines.php Remove trailing white spaces 2013-10-20 10:21:34 +05:30
server_export.php rename server_export.lib.php to display_export.lib.php due to it works for server and database, table level export 2013-07-21 10:23:35 +08:00
server_import.php Various coding style fixes 2013-08-06 15:44:51 +02:00
server_plugins.php Remove trailing white spaces 2013-10-20 10:21:34 +05:30
server_privileges.php Consistent naming of privileges ending with comma 2014-02-02 10:36:38 +01:00
server_replication.php refactor server_variables 2013-08-02 20:05:27 +08:00
server_sql.php refactor PMA_getHtmlForSqlQueryForm and fix code style 2013-08-20 21:36:58 +08:00
server_status_advisor.php refactor server_status_advisor.php: moving functions to server_status_advisor.lib.php 2013-07-15 13:26:55 +08:00
server_status_monitor.php Remove no longer used JSON plugin for jQuery 2014-03-19 12:33:46 +01:00
server_status_queries.php fix the code style of server_status_queries.php 2013-07-29 20:40:53 +08:00
server_status_variables.php refactor function names 2013-06-25 23:16:10 +08:00
server_status.php Fix merge conflicts 2013-07-28 06:17:38 -04:00
server_user_groups.php Move user group related functions to a lib file of its own 2013-09-09 07:10:06 +05:30
server_variables.php Do not double HTML encode URL 2013-08-07 14:39:39 +02:00
show_config_errors.php Wrap long lines, move comments, remove unused code 2012-06-04 14:35:17 +02:00
sql.php Multicolumn sorting feature request(1507) 2014-03-24 02:17:54 +05:30
tbl_addfield.php Remove trailing white spaces 2013-10-20 10:21:34 +05:30
tbl_change.php bug #3579 NOW() function incorrectly selected (regression) 2014-01-22 13:28:34 -05:00
tbl_chart.php Drop flashcanvas 2014-02-03 13:32:01 +01:00
tbl_create.php Fixes the problem with the breadcrumb navigation(Bug 4306) 2014-03-06 00:50:51 +05:30
tbl_export.php Various coding style fixes 2013-08-06 15:56:32 +02:00
tbl_find_replace.php Correct punctuation for sentences 2014-02-02 11:19:15 +01:00
tbl_get_field.php Merge branch 'QA_4_0' 2013-09-14 06:25:04 -04:00
tbl_gis_visualization.php Correct spacing in function calls 2013-07-10 14:59:42 +02:00
tbl_import.php Remove blank lines from the end of PHP files (causing extra output) 2014-02-24 10:57:21 +01:00
tbl_indexes.php removed display_indexes.lib.php. added tbl_display.lib.php and extracted methods from tbl_indexes.php to tbl_indexes.lib.php 2013-08-21 20:06:43 +05:30
tbl_move_copy.php Better names for URL generating functions 2013-08-07 10:58:17 +02:00
tbl_operations.php Correct punctuation for sentences 2014-02-02 11:19:15 +01:00
tbl_printview.php just render table print view 2013-09-03 20:18:48 +08:00
tbl_relation.php tbl_relation.php: check if $existrel_foreign is defined before using it 2014-02-03 14:16:54 +01:00
tbl_replace.php Fix coding style 2013-12-02 06:01:12 -05:00
tbl_row_action.php Correct punctuation for sentences 2014-02-02 11:19:15 +01:00
tbl_select.php Better names for URL generating functions 2013-08-07 10:58:17 +02:00
tbl_sql.php Remove trailing white spaces 2013-10-20 10:21:34 +05:30
tbl_structure.php renamed to better reflect its purpose 2013-08-22 11:16:00 +05:30
tbl_tracking.php Remove trailing white spaces 2013-10-20 10:21:34 +05:30
tbl_triggers.php Use package name PhpMyAdmin 2011-10-25 10:13:17 +02:00
tbl_zoom_select.php Drop flashcanvas 2014-02-03 13:32:01 +01:00
themes.php Various coding style improvements 2013-06-11 16:27:31 +02:00
transformation_overview.php Remove blank lines from the end of PHP files (causing extra output) 2014-02-24 10:57:21 +01:00
transformation_wrapper.php Directly use the request parameters 2013-08-21 05:48:31 -04:00
url.php Simplify url redirectory code, no need for two branchs 2014-02-11 09:15:28 +01:00
user_password.php Space around . operator - mroe instances 2014-01-08 18:56:30 +05:30
version_check.php Reindent 2013-07-30 13:42:31 +02:00
view_create.php Better names for URL generating functions 2013-08-07 10:58:17 +02:00
view_operations.php Remove blank lines from the end of PHP files (causing extra output) 2014-02-24 10:57:21 +01:00
webapp.php Improve doc blocks 2012-09-05 22:14:40 +05:30

phpMyAdmin - Readme
===================

Version 4.2.0-dev

A set of PHP-scripts to manage MySQL over the web.

http://www.phpmyadmin.net/

Copyright
---------

Copyright (C) 1998-2000
    Tobias Ratschiller <tobias_at_ratschiller.com>

Copyright (C) 2001-2014
    Marc Delisle <marc_at_infomarc.info>
    Olivier Müller <om_at_omnis.ch>
    Robin Johnson <robbat2_at_users.sourceforge.net>
    Alexander M. Turek <me_at_derrabus.de>
    Michal Čihař <michal_at_cihar.com>
    Garvin Hicking <me_at_supergarv.de>
    Michael Keck <mkkeck_at_users.sourceforge.net>
    Sebastian Mendel <cybot_tm_at_users.sourceforge.net>
    [check documentation for more details]

License
-------

This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License version 2, as published by the
Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

Licensing of current contributions
----------------------------------

Beginning on 2013-12-01, new contributions to this codebase are all licensed
under terms compatible with GPLv2-or-later.  phpMyAdmin is currently
transitioning older code to GPLv2-or-later, but work is not yet complete.

Third party licenses
--------------------

phpMyAdmin includes several third party libraries which come under their
respective licenses.

jQuery's license, which is where we got the files under js/jquery/ is
(MIT|GPL), a copy of each license is available in this repository (GPL
is available as LICENSE, MIT as js/jquery/MIT-LICENSE.txt).

TCPDF which is located under libraries/tcpdf is released under GPL
version 3 and the license is available as libraries/tcpdf/LICENSE.TXT.

DejaVu fonts which are located under libraries/tcpdf/fonts/ and their
license is documented in
libraries/tcpdf/fonts/dejavu-fonts-ttf-2.33/LICENSE.

PHP-gettext which is located under libraries/php-gettext/ is released
under GPL version 2 license which is available in the LICENSE file.

Requirements
------------

* PHP 5.3 or later
* MySQL 5.0 or later
* a web-browser (doh!)

Summary
-------

phpMyAdmin is intended to handle the administration of MySQL over the web.
For a summary of features, please see the documentation in the doc folder.

Download
--------

You can get the newest version at http://www.phpmyadmin.net/.

More Information
----------------

Please see the documentation in the doc folder.

Support
-------

See reference about support forums under http://www.phpmyadmin.net/


Enjoy!
------

The phpMyAdmin Devel team


PS:

Please, don't send us emails with question like "How do I compile PHP with
MySQL-support". We just don't have the time to be your free help desk.

Please send your questions to the appropriate mailing lists / forums.  Before
contacting us, please read the documentation (especially the FAQ part).