Go to file
Ricky Tigg f083ebdf74
Translated using Weblate (Finnish)
Currently translated at 67.3% (2230 of 3309 strings)

[CI skip]

Translation: phpMyAdmin/4.9
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/fi/
Signed-off-by: Ricky Tigg <ricky.tigg@gmail.com>
2025-01-21 13:19:21 +01:00
.github Fix tests for PHP 7.4 2022-01-22 15:58:34 -03:00
doc Prepare for 4.9.11 2023-02-07 14:08:26 -05:00
examples Remove @ operator from ini_set() 2018-03-01 22:36:35 -03:00
js Fix not escaped title when using drag and drop upload 2022-08-05 19:39:54 -03:00
libraries Add Icelandic language 2024-03-04 22:25:50 +01:00
po Translated using Weblate (Finnish) 2025-01-21 13:19:21 +01:00
scripts When re-adding optional packages to create the release, hard code pinned 2022-02-10 22:31:14 -05:00
setup Do not encrypt params if used in data-post attribute 2022-01-10 12:19:43 -03:00
sql Correctly name upgrade file (pr #12688) 2016-11-09 18:11:19 +01:00
templates Fix URL encryption for Util::linkOrButton method 2022-01-10 12:19:44 -03:00
test Fix iconv failing test 2022-01-22 15:19:41 -03:00
themes Fix #14248 - calendar z-index issue on theme original 2019-12-24 22:47:04 +01: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 Fix syntax error for PHP 5 2022-01-22 11:37:03 -03:00
.jshintrc Bring back jshint configuration 2017-09-28 13:21:35 +02:00
.scrutinizer.yml Use phpcs-run on Scrutinizer 2019-01-10 18:19:59 -02:00
.travis.yml Allow OSX CI to fail and docs CI to fail 2020-04-14 17:42:35 +02:00
.weblate Adjust Weblate configuration for 4.7 branch 2017-01-26 08:39:07 +01:00
ajax.php Retrieve parameters from $_POST in ajax.php 2018-11-10 20:48:59 -02:00
browse_foreigners.php Retrieve parameters from $_POST in browse foreigners 2018-11-10 20:48:59 -02:00
build.xml Updated name of our coding standard for phpcs. 2020-04-28 22:32:19 -04:00
ChangeLog Prepare for 4.9.11 2023-02-07 14:08:26 -05:00
changelog.php Remove links to sourceforge.net in changelog 2018-01-02 13:19:20 +01:00
chk_rel.php Retrieve parameters from $_POST in chk_rel 2018-11-10 20:48:59 -02: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 Fix syntax error for PHP 5 2022-01-22 11:37:03 -03:00
config.sample.inc.php Change URLQueryEncryption default to false 2022-01-10 12:34:12 -03:00
CONTRIBUTING.md Fix some English rules and typos 2019-11-09 16:49:34 +01:00
db_central_columns.php Retrieve parameters from $_POST in central columns page 2018-11-10 20:48:58 -02:00
db_datadict.php Replace PhpMyAdmin\Relation static calls 2018-03-25 19:32:13 -03:00
db_designer.php Fix #15633 - designer set display field broken for php 5.x versions 2019-12-09 19:51:07 +01:00
db_events.php Refactor rte_events functions to static methods 2017-09-08 13:09:13 -03:00
db_export.php Fix #14791 - php warning, db_export.php#91 urldecode() 2018-12-19 10:56:47 +01:00
db_import.php Refactor PhpMyAdmin\Display\Import class 2017-11-26 15:38:25 -02:00
db_multi_table_query.php Fixes #14658 - Regression on multi table query (#14681) 2018-11-26 20:59:58 -02:00
db_operations.php Retrieve parameters from $_POST in chk_rel 2018-11-10 20:48:59 -02:00
db_qbe.php Retrieve parameters from $_POST in database QBE 2018-11-10 20:48:58 -02:00
db_routines.php Refactor check_user_privileges to static methods 2017-09-11 22:09:05 -03:00
db_search.php Retrieve parameters from $_POST in db_search.php 2018-11-10 20:48:59 -02: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 Retrieve parameters from $_POST in sql pages 2018-11-10 20:48:58 -02:00
db_structure.php Move DI classes to PhpMyAdmin namespace 2017-07-16 15:25:59 -03:00
db_tracking.php Retrieve parameters from $_POST in tracking pages 2018-11-10 20:48:58 -02:00
db_triggers.php Refactor rte_triggers functions to static methods 2017-09-08 23:19:30 -03:00
DCO Use spaces instead of a tab for DCO 2019-05-27 21:28:15 +02:00
error_report.php Fix errors when reporting errors 2019-07-01 11:28:18 +02:00
export.php Fix #14478 - phpMyAdmin no longer streams the export data 2019-01-14 17:32:10 +01:00
favicon.ico Better favicon with same image for all resolutions 2015-08-14 09:26:06 +02:00
gis_data_editor.php Fix spatial functions 2019-04-16 11:11:28 +02:00
import_status.php Merge #15273 - Fix HTTPS/HTTP cookie separation issue 2019-11-03 15:32:11 +01:00
import.php Fix issue when resetting charset in import.php 2019-04-18 01:15:50 -03:00
index.php Fix #15614 - Undefined offset on index page for MySQL 5.7.8 2019-12-21 23:36:58 +01: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 Fix #14252 - DisableIS and database tree list (refresh db list) 2019-05-14 07:35:07 +02:00
normalization.php Retrieve parameters from $_POST in normalization 2018-11-10 20:48:58 -02:00
package.json Prepare for 4.9.11 2023-02-07 14:08:26 -05:00
phpcs.xml.dist Add coding standard check 2022-01-22 15:19:40 -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 Fix #15240 - Apply a Settings form with errors shows a JSON response after using return back 2019-05-04 16:30:50 +02:00
prefs_manage.php Fix #14527 - Import Settings function not working 2019-04-27 23:56:20 +02:00
prefs_twofactor.php List missing deps on twofactor configuration page 2017-11-27 16:37:00 +01:00
print.css
README Prepare for 4.9.11 2023-02-07 14:08:26 -05:00
README.rst Add BrowserStack badge 2018-01-08 16:35:53 +01:00
robots.txt
schema_export.php Fix some bugs with strange table and database names 2019-08-23 00:55:41 +02: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 Refactor PhpMyAdmin\Display\Export class 2018-01-13 23:51:16 -02:00
server_import.php Refactor PhpMyAdmin\Display\Import class 2017-11-26 15:38:25 -02:00
server_plugins.php Move DI classes to PhpMyAdmin namespace 2017-07-16 15:25:59 -03:00
server_privileges.php Fix #13912 and #15123 - Tables of phpMyAdmin storage are not accessible 2019-11-11 12:02:54 +01:00
server_replication.php Retrieve parameters from $_POST in server replication 2018-11-10 20:48:59 -02:00
server_sql.php Refactor sql_query_form functions to static methods 2017-09-13 19:09:59 -03:00
server_status_advisor.php Refactor replication_gui functions to static methods 2017-09-13 16:00:40 -03:00
server_status_monitor.php Retrieve parameters from $_POST in server_status_monitor.php 2018-11-10 20:48:59 -02:00
server_status_processes.php Retrieve parameters from $_POST in server_status_processes.php 2018-11-10 20:48:59 -02:00
server_status_queries.php Refactor replication_gui functions to static methods 2017-09-13 16:00:40 -03:00
server_status_variables.php Retrieve parameters from $_POST in server_status_variables.php 2018-11-10 20:48:59 -02:00
server_status.php Refactor replication_gui functions to static methods 2017-09-13 16:00:40 -03:00
server_user_groups.php Fix #13912 and #15123 - Tables of phpMyAdmin storage are not accessible 2019-11-11 12:02:54 +01:00
server_variables.php Move DI classes to PhpMyAdmin namespace 2017-07-16 15:25:59 -03:00
show_config_errors.php Fix #15592 - Warning: error_reporting() has been disabled for security reasons 2019-11-24 15:54:02 +01:00
sql.php Fix broken foreign key links 2019-06-12 10:43:15 +02:00
tbl_addfield.php Retrieve parameters from $_POST in tbl_addfield 2018-11-10 20:48:58 -02:00
tbl_change.php Removed 3rd Parameter to fix #15571 2019-12-04 14:27:03 +05:30
tbl_chart.php Move DI classes to PhpMyAdmin namespace 2017-07-16 15:25:59 -03:00
tbl_create.php Fix #13178 - Issues with uppercase table and database names 2019-04-28 21:32:31 +02:00
tbl_export.php Fix #15316 CROSS JOIN clause is removed on export 2019-11-02 14:52:06 +01:00
tbl_find_replace.php Move DI classes to PhpMyAdmin namespace 2017-07-16 15:25:59 -03:00
tbl_get_field.php Add l10n notes 2020-03-05 18:53:35 -03:00
tbl_gis_visualization.php Fix #15334 - export of GIS visualisation not working 2019-06-22 19:59:22 +02:00
tbl_import.php Refactor PhpMyAdmin\Display\Import class 2017-11-26 15:38:25 -02:00
tbl_indexes.php Retrieve parameters from $_POST in tbl_indexes.php 2018-11-10 20:48:59 -02:00
tbl_operations.php Fix #15477 - Display referential integrity check for InnoDB 2019-10-21 19:36:29 +02:00
tbl_recent_favorite.php Move classes to PhpMyAdmin namespace 2017-06-30 23:44:10 -03:00
tbl_relation.php Replace PhpMyAdmin\Relation static calls 2018-03-25 19:32:13 -03:00
tbl_replace.php Fix spatial functions 2019-04-16 11:11:28 +02:00
tbl_row_action.php Retrieve parameters from $_POST in table_row_action 2018-11-10 20:48:58 -02:00
tbl_select.php Move DI classes to PhpMyAdmin namespace 2017-07-16 15:25:59 -03:00
tbl_sql.php Fix - #15140 -Failing an insert, edit link does not work 2019-04-01 19:59:02 +05:30
tbl_structure.php Remove no longer needed page_settings.forms.php and user_preferences.forms.php 2017-09-06 11:04:47 +02:00
tbl_tracking.php Retrieve parameters from $_POST in tracking pages 2018-11-10 20:48:58 -02:00
tbl_triggers.php
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 Fix #314 - make sure where_clause is not modified 2020-05-17 12:27:39 +02:00
url.php Retrieve parameters from $_GET in url.php 2018-11-10 20:48:59 -02:00
user_password.php Fix phpmyadmin-security#254 CSRF allowing password reset 2018-11-10 20:48:58 -02:00
version_check.php Move classes to PhpMyAdmin namespace 2017-07-08 10:54:21 -03:00
view_create.php Fix #14926 - Filling existing fields form while editing a view 2019-03-25 22:31:29 +01:00
view_operations.php Retrieve parameters from $_POST in view_operations.php 2018-11-10 20:48:59 -02:00
yarn.lock Update JavaScript dev dependencies 2019-08-27 15:06:39 -03:00

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

Version 4.9.11

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