Go to file
Maurício Meneghini Fauth 4a30c8ccbd
Extract keyhandler.js side effects into main.js file
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-06-28 01:39:51 -03:00
.github Merge branch 'QA_5_2' 2022-06-11 14:38:48 +02:00
doc
examples
js Extract keyhandler.js side effects into main.js file 2022-06-28 01:39:51 -03:00
libraries Extract keyhandler.js side effects into main.js file 2022-06-28 01:39:51 -03:00
po Translated using Weblate (Macedonian) 2022-06-28 03:09:36 +02:00
scripts
setup
sql
templates Merge branch 'QA_5_2' 2022-06-27 22:15:27 -03:00
test Assign CommonParams and CommonActions to the window object 2022-06-22 15:04:03 -03:00
themes
.browserslistrc
.editorconfig
.eslintignore
.eslintrc.json Assign CommonParams and CommonActions to the window object 2022-06-22 15:04:03 -03:00
.gitattributes
.gitignore
.jshintrc
.scrutinizer.yml
.stylelintrc.json
.weblate
build.xml
ChangeLog Merge branch 'QA_5_2' 2022-06-16 21:25:50 -03:00
CODE_OF_CONDUCT.md
codecov.yml
composer.json Ignore PHPCS and PHPStan errors 2022-06-14 15:04:32 -03:00
config.sample.inc.php
CONTRIBUTING.md
DCO
favicon.ico
index.php Move Routing::getCurrentRoute to ServerRequest 2022-06-06 23:36:57 -03:00
infection.json.dist
jest.config.js
LICENSE
package.json Add more type definitions to JavaScript 2022-06-13 16:45:26 -03:00
phpcs.xml.dist
phpstan-baseline.neon Merge branch 'QA_5_2' 2022-06-14 17:40:04 -03:00
phpstan.neon.dist
phpunit.xml.dist
psalm-baseline.xml Merge branch 'QA_5_2' 2022-06-27 22:15:27 -03:00
psalm.xml Merge branch 'QA_5_2' 2022-06-06 17:07:13 -03:00
README
README.rst
robots.txt
show_config_errors.php
tsconfig.json Add more type definitions to JavaScript 2022-06-13 16:45:26 -03:00
url.php
webpack.config.js Extract ajax.js side effects into main.js file 2022-06-28 01:39:51 -03:00
yarn.lock Add more type definitions to JavaScript 2022-06-13 16:45:26 -03:00

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

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