Go to file
Michal Čihař 57897752fb Exclude tmp from all checks
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-08-22 14:11:08 +02:00
.github Ask people to contribute code with tests 2016-06-16 12:39:35 +02:00
doc Add warning about placing SessionSavePath web accessible 2017-08-16 16:26:44 +02:00
examples Fix some coding standard errors in DocBlocks 2017-04-10 18:36:02 -03:00
js Remove debugging code 2017-08-14 14:19:03 -04:00
libraries Avoid usage of soon deprecated $php_errormsg 2017-08-22 09:30:22 +02:00
po Translated using Weblate (Indonesian) 2017-08-22 12:49:56 +02:00
scripts Move Twig classes to PhpMyAdmin namespace 2017-07-20 12:19:48 -03:00
setup Simplify code to show element 2017-08-16 16:40:15 +02:00
sql Correctly name upgrade file (pr #12688) 2016-11-09 18:11:19 +01:00
templates Fix #13593 : removed whitespace in textarea for column default value 2017-08-20 08:16:33 +02:00
test Refactor tracking functions to static methods 2017-08-21 13:04:36 -03:00
themes Merge branch 'QA_4_7' 2017-08-21 10:57:41 +02:00
.gitignore Remove no longer used directory 2017-06-06 16:35:08 +02:00
.jshintrc Higher limit on detected errors 2013-04-16 13:00:22 +02:00
.scrutinizer.yml Enable javascript checks 2017-06-16 16:37:20 +02:00
.travis.yml Run Selenium tests on PHP 7.2 2017-08-22 09:30:22 +02:00
.weblate Adjust Weblate configuration for 4.7 branch 2017-01-26 08:39:07 +01:00
ajax.php Fix error handling in ajax.php 2017-08-02 09:02:15 +02:00
browse_foreigners.php Move classes to PhpMyAdmin namespace 2017-07-08 10:54:21 -03:00
build.xml Exclude tmp from all checks 2017-08-22 14:11:08 +02:00
ChangeLog Merge branch 'QA_4_7' 2017-08-21 10:57:41 +02:00
changelog.php Move classes to PhpMyAdmin namespace 2017-06-30 23:44:10 -03:00
chk_rel.php Move classes to PhpMyAdmin namespace 2017-06-30 23:44:10 -03:00
codecov.yml Create codecov.yml 2016-08-05 11:25:09 +02:00
composer.json Merge branch 'QA_4_7' 2017-08-21 12:56:31 +02:00
config.sample.inc.php Remove connect_type setting 2017-02-02 16:08:44 +01:00
CONTRIBUTING.md Fix typos, improve wording 2017-05-18 07:06:19 -04:00
db_central_columns.php partial fix issue #12262 2017-08-04 12:50:21 +05:30
db_datadict.php Move classes to PhpMyAdmin namespace 2017-07-08 10:54:21 -03:00
db_designer.php Replace some double-quotes with single-quotes to match existing styles 2017-08-14 14:16:52 -04:00
db_events.php Remove classes require_once. 2015-09-01 21:30:22 +02:00
db_export.php Use Response::addHTML to render error message 2017-08-16 15:55:24 +02:00
db_import.php Move config classes to PhpMyAdmin namespace 2017-07-09 15:16:37 -03:00
db_operations.php Refactor operations functions to static methods 2017-08-20 21:28:36 -03:00
db_qbe.php Move classes to PhpMyAdmin namespace 2017-07-08 10:54:21 -03:00
db_routines.php Move MySQL charsets handling to the Charsets class 2016-04-11 12:55:42 +02:00
db_search.php Move classes to PhpMyAdmin namespace 2017-07-08 10:54:21 -03:00
db_sql_autocomplete.php Move classes to PhpMyAdmin namespace 2017-06-30 23:44:10 -03:00
db_sql_format.php Move classes to PhpMyAdmin namespace 2017-06-30 23:44:10 -03:00
db_sql.php Move config classes to PhpMyAdmin namespace 2017-07-09 15:16:37 -03:00
db_structure.php Move DI classes to PhpMyAdmin namespace 2017-07-16 15:25:59 -03:00
db_tracking.php Refactor tracking functions to static methods 2017-08-21 13:04:36 -03:00
db_triggers.php Remove unneeded closing tags 2015-03-06 23:37:35 +05:30
DCO Use https for outbound links where applicable 2016-07-28 09:19:13 +02:00
error_report.php Move classes to PhpMyAdmin namespace 2017-06-30 23:44:10 -03:00
export.php Move plugins classes to PhpMyAdmin namespace 2017-07-20 11:50:12 -03:00
favicon.ico Better favicon with same image for all resolutions 2015-08-14 09:26:06 +02:00
gis_data_editor.php Move GIS classes to PhpMyAdmin namespace 2017-07-18 23:09:26 -03:00
import_status.php Move classes to PhpMyAdmin namespace 2017-06-30 13:30:04 -03:00
import.php Move plugins classes to PhpMyAdmin namespace 2017-07-20 11:50:12 -03:00
index.php Indicate SSL status on main page 2017-07-21 15:04:59 +02:00
LICENSE Use verbatim GPL 2.0 licence text 2015-04-14 08:07:04 -04:00
license.php Move classes to PhpMyAdmin namespace 2017-06-30 23:44:10 -03:00
lint.php Move classes to PhpMyAdmin namespace 2017-06-30 23:44:10 -03:00
logout.php Move classes to PhpMyAdmin namespace 2017-06-28 21:17:18 -03:00
navigation.php Move navigation classes to PhpMyAdmin namespace 2017-07-19 21:52:26 -03:00
normalization.php Move classes to PhpMyAdmin namespace 2017-07-08 10:54:21 -03:00
phpinfo.php Move classes to PhpMyAdmin namespace 2017-06-30 23:44:10 -03:00
phpmyadmin.css.php Move classes to PhpMyAdmin namespace 2017-07-08 10:54:21 -03:00
phpunit.xml.dist Use actual value for cache... 2017-08-22 13:11:45 +02:00
phpunit.xml.hhvm List longest lasting tests from the json log 2017-03-02 13:31:08 +01:00
phpunit.xml.nocoverage List longest lasting tests from the json log 2017-03-02 13:31:08 +01:00
prefs_forms.php Move config classes to PhpMyAdmin namespace 2017-07-09 15:16:37 -03:00
prefs_manage.php Merge branch 'QA_4_7' 2017-07-10 15:00:36 +02:00
print.css
README Prepare for 4.7.4-dev 2017-07-20 16:39:27 -04:00
README.rst Remove coveralls support 2017-06-15 16:44:34 +02:00
robots.txt
schema_export.php Move plugins classes to PhpMyAdmin namespace 2017-07-20 11:50:12 -03:00
server_binlog.php Move DI classes to PhpMyAdmin namespace 2017-07-16 15:25:59 -03:00
server_collations.php Move DI classes to PhpMyAdmin namespace 2017-07-16 15:25:59 -03:00
server_databases.php Move DI classes to PhpMyAdmin namespace 2017-07-16 15:25:59 -03:00
server_engines.php Move DI classes to PhpMyAdmin namespace 2017-07-16 15:25:59 -03:00
server_export.php Move config classes to PhpMyAdmin namespace 2017-07-09 15:16:37 -03:00
server_import.php Move config classes to PhpMyAdmin namespace 2017-07-09 15:16:37 -03:00
server_plugins.php Move DI classes to PhpMyAdmin namespace 2017-07-16 15:25:59 -03:00
server_privileges.php Move server privileges to static methods 2017-08-04 19:29:22 -03:00
server_replication.php Move classes to PhpMyAdmin namespace 2017-06-30 23:44:10 -03:00
server_sql.php Move config classes to PhpMyAdmin namespace 2017-07-09 15:16:37 -03:00
server_status_advisor.php Move classes to PhpMyAdmin namespace 2017-07-07 01:46:08 -03:00
server_status_monitor.php Move classes to PhpMyAdmin namespace 2017-07-07 01:46:08 -03:00
server_status_processes.php Move classes to PhpMyAdmin namespace 2017-07-07 01:46:08 -03:00
server_status_queries.php Move classes to PhpMyAdmin namespace 2017-07-07 01:46:08 -03:00
server_status_variables.php Move classes to PhpMyAdmin namespace 2017-07-07 01:46:08 -03:00
server_status.php Move classes to PhpMyAdmin namespace 2017-07-07 01:46:08 -03:00
server_user_groups.php Move classes to PhpMyAdmin namespace 2017-06-30 23:44:10 -03:00
server_variables.php Move DI classes to PhpMyAdmin namespace 2017-07-16 15:25:59 -03:00
show_config_errors.php Always use UTC time in HTTP headers 2016-08-18 17:07:00 +02:00
sql.php Move config classes to PhpMyAdmin namespace 2017-07-09 15:16:37 -03:00
tbl_addfield.php Move classes to PhpMyAdmin namespace 2017-07-08 10:54:21 -03:00
tbl_change.php Refactor insert_edit functions to static methods 2017-08-19 20:55:52 -03:00
tbl_chart.php Move DI classes to PhpMyAdmin namespace 2017-07-16 15:25:59 -03:00
tbl_create.php Move classes to PhpMyAdmin namespace 2017-07-08 10:54:21 -03:00
tbl_export.php Move config classes to PhpMyAdmin namespace 2017-07-09 15:16:37 -03:00
tbl_find_replace.php Move DI classes to PhpMyAdmin namespace 2017-07-16 15:25:59 -03:00
tbl_get_field.php Move classes to PhpMyAdmin namespace 2017-07-08 10:54:21 -03:00
tbl_gis_visualization.php Move DI classes to PhpMyAdmin namespace 2017-07-16 15:25:59 -03:00
tbl_import.php Move config classes to PhpMyAdmin namespace 2017-07-09 15:16:37 -03:00
tbl_indexes.php Move DI classes to PhpMyAdmin namespace 2017-07-16 15:25:59 -03:00
tbl_operations.php Refactor operations functions to static methods 2017-08-20 21:28:36 -03:00
tbl_recent_favorite.php Move classes to PhpMyAdmin namespace 2017-06-30 23:44:10 -03:00
tbl_relation.php Move DI classes to PhpMyAdmin namespace 2017-07-16 15:25:59 -03:00
tbl_replace.php Refactor insert_edit functions to static methods 2017-08-19 20:55:52 -03:00
tbl_row_action.php Move classes to PhpMyAdmin namespace 2017-07-08 10:54:21 -03:00
tbl_select.php Move DI classes to PhpMyAdmin namespace 2017-07-16 15:25:59 -03:00
tbl_sql.php Move config classes to PhpMyAdmin namespace 2017-07-09 15:16:37 -03:00
tbl_structure.php Move DI classes to PhpMyAdmin namespace 2017-07-16 15:25:59 -03:00
tbl_tracking.php Refactor tracking functions to static methods 2017-08-21 13:04:36 -03:00
tbl_triggers.php Remove unneeded closing tags 2015-03-06 23:37:35 +05:30
tbl_zoom_select.php Move DI classes to PhpMyAdmin namespace 2017-07-16 15:25:59 -03:00
themes.php Move classes to PhpMyAdmin namespace 2017-07-08 10:54:21 -03:00
transformation_overview.php Move classes to PhpMyAdmin namespace 2017-07-08 10:54:21 -03:00
transformation_wrapper.php Move classes to PhpMyAdmin namespace 2017-07-08 10:54:21 -03:00
url.php Move classes to PhpMyAdmin namespace 2017-07-07 01:46:08 -03:00
user_password.php Move server privileges to static methods 2017-08-04 19:29:22 -03:00
version_check.php Move classes to PhpMyAdmin namespace 2017-07-08 10:54:21 -03:00
view_create.php Refactored view_create to use Twig templates. 2017-07-09 12:23:08 +01:00
view_operations.php Refactor operations functions to static methods 2017-08-20 21:28:36 -03:00

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

Version 4.8.0-dev

A web interface for MySQL and MariaDB.

https://www.phpmyadmin.net/

Summary
-------

phpMyAdmin is intended to handle the administration of MySQL over the web.
For a summary of features, list of requirements, and installation instructions,
please see the documentation in the ./doc/ folder or at https://docs.phpmyadmin.net/

Copyright
---------

Copyright © 1998 onwards -- the phpMyAdmin team

Certain libraries are copyrighted by their respective authors;
see the full copyright list for details.

For full copyright information, please see ./doc/copyright.rst

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 <https://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.

Enjoy!
------

The phpMyAdmin team