Go to file
Rishwanth Yeddula 1aed791258 Ensure that database names with '.' are handled properly when DisableIS is true
Closes: #13267

Signed-off-by: Rishwanth Yeddula <rish@cpanel.net>
2018-09-12 15:24:59 -03:00
.github Update GitHub templates 2018-08-26 03:45:25 -03:00
doc Merge branch 'QA_4_8' 2018-09-05 22:53:28 -04:00
examples Some coding style fixes 2018-06-18 21:30:06 -03:00
js Fix several issues with table headers in Safari 2018-08-23 14:59:57 -04:00
libraries Ensure that database names with '.' are handled properly when DisableIS is true 2018-09-12 15:24:59 -03:00
po Translated using Weblate (Ukrainian) 2018-09-12 15:50:41 +02:00
scripts Fix scripts/generate-twig-cache PHP error 2018-08-18 16:00:35 -03:00
setup Refactor Config/FormDisplayTemplate 2018-06-06 15:47:00 -03:00
sql Correctly name upgrade file (pr #12688) 2016-11-09 18:11:19 +01:00
templates Remove some inline styles 2018-08-30 02:49:00 -03:00
test Ensure that database names with '.' are handled properly when DisableIS is true 2018-09-12 15:24:59 -03:00
themes Remove some inline styles 2018-08-30 02:49:00 -03:00
.editorconfig Add .editorconfig file 2017-09-27 16:02:32 -03:00
.eslintignore Add ESLint JavaScript linter 2017-09-25 14:17:25 -03:00
.eslintrc.json Change ESLint's one-var to error 2017-09-25 22:46:20 -03:00
.gitattributes Ignore some development files when exporting Git 2017-09-04 15:17:57 +02:00
.gitignore Remove line counts logic from the error reporting component 2017-11-29 15:09:43 +01:00
.jshintrc Bring back jshint configuration 2017-09-28 13:21:35 +02:00
.scrutinizer.yml Update Scrutinizer configuration file 2018-05-30 21:49:07 -03:00
.travis.yml Added phpstan 2018-06-15 23:18:01 +02:00
.weblate Adjust Weblate setup to master branch 2016-05-16 11:38:08 +02:00
ajax.php Use short array syntax instead of long array syntax 2018-05-30 01:42:21 -03:00
browse_foreigners.php Remove $GLOBALS['dbi'] from Relation class 2018-08-30 19:05:09 -03:00
build.xml Remove runkit dependency 2018-04-30 22:25:57 -03:00
ChangeLog Add ChangeLog entry for pull request #14589 2018-08-28 09:47:15 -04:00
changelog.php Fix some PSR-2 coding standard errors 2018-05-30 09:07:56 -03:00
chk_rel.php Remove $GLOBALS['dbi'] from Relation class 2018-08-30 19:05:09 -03:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2017-10-19 14:42:51 +02:00
codecov.yml Create codecov.yml 2016-08-05 11:25:09 +02:00
composer.json Upgrade phpstan to version 0.10 2018-08-18 13:56:33 -03:00
config.sample.inc.php Enable strict mode in PHP files 2018-05-16 04:36:04 -03:00
CONTRIBUTING.md Fix typos, improve wording 2017-05-18 07:06:19 -04:00
db_central_columns.php Refactor db central columns templates 2018-06-03 00:34:12 -03:00
db_datadict.php Remove $GLOBALS['dbi'] from Relation class 2018-08-30 19:05:09 -03:00
db_designer.php Finish db designer refactor 2018-06-11 19:37:07 -03:00
db_events.php Enable strict mode in PHP files 2018-05-16 04:36:04 -03:00
db_export.php phpstan level 1 (#14472) 2018-08-18 14:37:41 -03:00
db_import.php Fix some PSR-2 coding standard errors 2018-05-30 09:07:56 -03:00
db_multi_table_query.php Enable strict mode in PHP files 2018-05-16 04:36:04 -03:00
db_operations.php Remove $GLOBALS['dbi'] from RelationCleanup class 2018-09-02 12:53:47 -03:00
db_qbe.php Remove $GLOBALS['dbi'] from Relation class 2018-08-30 19:05:09 -03:00
db_routines.php Enable strict mode in PHP files 2018-05-16 04:36:04 -03:00
db_search.php Refactor db search templates 2018-06-20 22:12:13 -03:00
db_sql_autocomplete.php Fix some PSR-2 coding standard errors 2018-05-30 09:07:56 -03:00
db_sql_format.php Enable strict mode in PHP files 2018-05-16 04:36:04 -03:00
db_sql.php Fix some PSR-2 coding standard errors 2018-05-30 09:07:56 -03:00
db_structure.php Use short array syntax instead of long array syntax 2018-05-30 01:42:21 -03:00
db_tracking.php phpstan level 1 (#14472) 2018-08-18 14:37:41 -03:00
db_triggers.php Enable strict mode in PHP files 2018-05-16 04:36:04 -03:00
DCO Use https for outbound links where applicable 2016-07-28 09:19:13 +02:00
error_report.php Some coding style fixes 2018-06-18 21:30:06 -03:00
export.php Remove $GLOBALS['dbi'] from Relation class 2018-08-30 19:05:09 -03:00
favicon.ico
gis_data_editor.php phpstan level 1 (#14472) 2018-08-18 14:37:41 -03:00
import_status.php Fix some PSR-2 coding standard errors 2018-05-30 09:07:56 -03:00
import.php phpstan level 1 (#14472) 2018-08-18 14:37:41 -03:00
index.php Remove $GLOBALS['dbi'] from Relation class 2018-08-30 19:05:09 -03:00
LICENSE
license.php Enable strict mode in PHP files 2018-05-16 04:36:04 -03:00
lint.php Enable strict mode in PHP files 2018-05-16 04:36:04 -03:00
logout.php Enable strict mode in PHP files 2018-05-16 04:36:04 -03:00
navigation.php Remove $GLOBALS['dbi'] from Relation class 2018-08-30 19:05:09 -03:00
normalization.php Some coding style fixes 2018-06-18 21:30:06 -03:00
package.json Fix merge conflicts from release 4.8.3 2018-08-22 09:51:55 -04:00
phpcs.xml.dist Fix coding style errors 2018-06-09 16:57:05 -03:00
phpinfo.php Enable strict mode in PHP files 2018-05-16 04:36:04 -03:00
phpmyadmin.css.php Enable strict mode in PHP files 2018-05-16 04:36:04 -03:00
phpstan.neon Refactor RelationCleanup tests 2018-09-03 20:55:50 -03:00
phpunit.xml.dist Fix phpcs errors 2018-05-18 01:59:38 -03:00
phpunit.xml.nocoverage Fix phpcs errors 2018-05-18 01:59:38 -03:00
prefs_forms.php Use short array syntax instead of long array syntax 2018-05-30 01:42:21 -03:00
prefs_manage.php Remove some inline styles 2018-08-30 02:49:00 -03:00
prefs_twofactor.php Remove Template::get() method 2018-06-18 19:46:36 -03:00
print.css
README Prepare for 4.8.4-dev 2018-08-22 09:48:23 -04:00
README.rst Add BrowserStack badge 2018-01-08 16:35:53 +01:00
robots.txt
schema_export.php Remove $GLOBALS['dbi'] from Relation class 2018-08-30 19:05:09 -03:00
server_binlog.php Fix some PSR-2 coding standard errors 2018-05-30 09:07:56 -03:00
server_collations.php Fix some PSR-2 coding standard errors 2018-05-30 09:07:56 -03:00
server_databases.php Fix some PSR-2 coding standard errors 2018-05-30 09:07:56 -03:00
server_engines.php Fix some PSR-2 coding standard errors 2018-05-30 09:07:56 -03:00
server_export.php Some coding style fixes 2018-06-18 21:30:06 -03:00
server_import.php Fix some PSR-2 coding standard errors 2018-05-30 09:07:56 -03:00
server_plugins.php Fix some PSR-2 coding standard errors 2018-05-30 09:07:56 -03:00
server_privileges.php Remove $GLOBALS['dbi'] from Relation class 2018-08-30 19:05:09 -03:00
server_replication.php Remove Template::get() method 2018-06-18 19:46:36 -03:00
server_sql.php Enable strict mode in PHP files 2018-05-16 04:36:04 -03:00
server_status_advisor.php Enable strict mode in PHP files 2018-05-16 04:36:04 -03:00
server_status_monitor.php Fix some PSR-2 coding standard errors 2018-05-30 09:07:56 -03:00
server_status_processes.php Enable strict mode in PHP files 2018-05-16 04:36:04 -03:00
server_status_queries.php Enable strict mode in PHP files 2018-05-16 04:36:04 -03:00
server_status_variables.php Use short array syntax instead of long array syntax 2018-05-30 01:42:21 -03:00
server_status.php Enable strict mode in PHP files 2018-05-16 04:36:04 -03:00
server_user_groups.php Remove $GLOBALS['dbi'] from Relation class 2018-08-30 19:05:09 -03:00
server_variables.php Fix some PSR-2 coding standard errors 2018-05-30 09:07:56 -03:00
show_config_errors.php Fix some PSR-2 coding standard errors 2018-05-30 09:07:56 -03:00
sql.php Fix some PSR-2 coding standard errors 2018-05-30 09:07:56 -03:00
tbl_addfield.php Fix some PSR-2 coding standard errors 2018-05-30 09:07:56 -03:00
tbl_change.php Remove $GLOBALS['dbi'] from Relation class 2018-08-30 19:05:09 -03:00
tbl_chart.php Fix some PSR-2 coding standard errors 2018-05-30 09:07:56 -03:00
tbl_create.php Fix some PSR-2 coding standard errors 2018-05-30 09:07:56 -03:00
tbl_export.php Remove $GLOBALS['dbi'] from Relation class 2018-08-30 19:05:09 -03:00
tbl_find_replace.php Fix some PSR-2 coding standard errors 2018-05-30 09:07:56 -03:00
tbl_get_field.php Fix some PSR-2 coding standard errors 2018-05-30 09:07:56 -03:00
tbl_gis_visualization.php Fix some PSR-2 coding standard errors 2018-05-30 09:07:56 -03:00
tbl_import.php Fix some PSR-2 coding standard errors 2018-05-30 09:07:56 -03:00
tbl_indexes.php Some coding style fixes 2018-06-18 21:30:06 -03:00
tbl_operations.php Remove $GLOBALS['dbi'] from Relation class 2018-08-30 19:05:09 -03:00
tbl_recent_favorite.php Enable strict mode in PHP files 2018-05-16 04:36:04 -03:00
tbl_relation.php Remove $GLOBALS['dbi'] from Relation class 2018-08-30 19:05:09 -03:00
tbl_replace.php Remove $GLOBALS['dbi'] from Relation class 2018-08-30 19:05:09 -03:00
tbl_row_action.php Fix some PSR-2 coding standard errors 2018-05-30 09:07:56 -03:00
tbl_select.php Fix some PSR-2 coding standard errors 2018-05-30 09:07:56 -03:00
tbl_sql.php Fix some PSR-2 coding standard errors 2018-05-30 09:07:56 -03:00
tbl_structure.php Use short array syntax instead of long array syntax 2018-05-30 01:42:21 -03:00
tbl_tracking.php phpstan level 1 (#14472) 2018-08-18 14:37:41 -03:00
tbl_triggers.php Enable strict mode in PHP files 2018-05-16 04:36:04 -03:00
tbl_zoom_select.php Fix some PSR-2 coding standard errors 2018-05-30 09:07:56 -03:00
themes.php Enable strict mode in PHP files 2018-05-16 04:36:04 -03:00
transformation_overview.php Fix some PSR-2 coding standard errors 2018-05-30 09:07:56 -03:00
transformation_wrapper.php Remove $GLOBALS['dbi'] from Relation class 2018-08-30 19:05:09 -03:00
url.php Enable strict mode in PHP files 2018-05-16 04:36:04 -03:00
user_password.php Enable strict mode in PHP files 2018-05-16 04:36:04 -03:00
version_check.php Use short array syntax instead of long array syntax 2018-05-30 01:42:21 -03:00
view_create.php Merge branch 'QA_4_8' 2018-07-17 09:03:19 +10:00
view_operations.php Some coding style fixes 2018-06-18 21:30:06 -03:00
yarn.lock Upgrade CodeMirror to v5.37.0 2018-05-02 20:12:40 -03:00

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

Version 5.0.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