Commit Graph

115822 Commits

Author SHA1 Message Date
Joshua PowellNishiyama
ee0932a00a
Translated using Weblate (Japanese)
Currently translated at 100.0% (3321 of 3321 strings)

[CI skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/ja/
Signed-off-by: Joshua PowellNishiyama <nzjpnboy@outlook.com>
2019-06-18 21:00:35 +02:00
WWWesten
65e61ae5c1
Translated using Weblate (Russian)
Currently translated at 100.0% (3321 of 3321 strings)

[CI skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/ru/
Signed-off-by: WWWesten <wwwesten@gmail.com>
2019-06-18 21:00:25 +02:00
Deven Bansod
7e475c8faa
Merge pull request #15341 from mauriciofauth/facebook-webdriver
Require facebook/webdriver 1.7.1
2019-06-18 09:58:41 +05:30
Maurício Meneghini Fauth
b762a24238 Fix missing dbi global initialization on Setup
Fixes #15337

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-06-17 19:25:51 -03:00
Isaac Bennetch
ca5e5ce197
Merge pull request #15333 from mauriciofauth/create-release
Add ignored files and version check in create-release.sh
2019-06-17 18:10:51 -04:00
Isaac Bennetch
a96f92c43c Shellcheck fixes to set-version
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2019-06-17 18:10:12 -04:00
Maurício Meneghini Fauth
176d9adb91 Require facebook/webdriver 1.7.1
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-06-17 18:51:06 -03:00
Maurício Meneghini Fauth
9c505961df Fix missing globals in RTE tests
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-06-17 18:42:56 -03:00
Maurício Meneghini Fauth
d00665c652
Merge pull request #15335 from mauriciofauth/old-container
Removes custom dependency injection container in favor of Symfony Dependency Injection Container.
2019-06-17 18:38:27 -03:00
Maurício Meneghini Fauth
6c99653797 Remove custom dependency injection container
In favor of Symfony Dependency Injection Container

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-06-17 15:09:26 -03:00
Maurício Meneghini Fauth
7ef47312db Remove remaining calls to old DI container
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-06-17 15:02:08 -03:00
Maurício Meneghini Fauth
5c519cc819 Remove old DI container in Table\StructureControllerTest
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-06-17 14:51:54 -03:00
Maurício Meneghini Fauth
54667a0085 Remove old DI container in Table\RelationControllerTest
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-06-17 14:43:06 -03:00
Maurício Meneghini Fauth
b793fbd5b9 Declare $containerBuilder global in some files
As these may be imported files, it is necessary to add this.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-06-17 14:23:33 -03:00
Maurício Meneghini Fauth
d984b07ba6 Remove old DI container in Table\SearchControllerTest
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-06-15 23:00:56 -03:00
Maurício Meneghini Fauth
9aa85d058b Remove old DI container in Table\IndexesControllerTest
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-06-15 22:27:25 -03:00
Maurício Meneghini Fauth
d74fca7cad Remove old DI container in VariablesControllerTest
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-06-15 22:22:35 -03:00
Maurício Meneghini Fauth
2033507ce4 Remove old DI container in db structure controller
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-06-15 22:09:51 -03:00
Maurício Meneghini Fauth
2d620addfa Remove old DI container in sql.php, db_sql.php and tbl_sql.php
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-06-15 21:25:18 -03:00
Maurício Meneghini Fauth
d2c80393e0 Remove old DI container in view_create.php
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-06-15 21:14:43 -03:00
Maurício Meneghini Fauth
b739e204c2 Remove old DI container in user_password.php
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-06-15 21:14:15 -03:00
Maurício Meneghini Fauth
89bce5a782 Remove old DI container in transformation_overview.php
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-06-15 20:56:29 -03:00
Maurício Meneghini Fauth
8d0df78d45 Remove old DI container in tbl_zoom_select.php
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-06-15 20:54:24 -03:00
Maurício Meneghini Fauth
dcee7d5003 Remove old DI container in tbl_select.php
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-06-15 20:51:21 -03:00
Maurício Meneghini Fauth
72bcb678f6 Remove old DI container in tbl_replace.php
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-06-15 20:47:57 -03:00
Maurício Meneghini Fauth
9321e5cd2e Remove old DI container in tbl_export.php
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-06-15 20:44:28 -03:00
Maurício Meneghini Fauth
04f3340b97 Remove old DI container in tbl_change.php
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-06-15 20:37:53 -03:00
Maurício Meneghini Fauth
a922b1114f
Merge pull request #15279 from Tithugues/feature/get_rid_of_old_container
Remove old DI container from various files
2019-06-15 19:58:11 -03:00
Hugues Peccatte
39c439f08d Fix phpstan errors
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2019-06-15 21:45:51 +02:00
Hugues Peccatte
1b5131863f Get rid of old container in DatabaseInterface
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2019-06-15 21:40:21 +02:00
Hugues Peccatte
f5b858c8da Remove Di\Container in tbl_relation.php
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2019-06-15 21:40:21 +02:00
Hugues Peccatte
c46ddb8b16 Remove Di\Container in tbl_operations.php
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2019-06-15 21:40:21 +02:00
Hugues Peccatte
454eb60fbb Remove Di\Container in tbl_indexes.php
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2019-06-15 21:40:21 +02:00
Hugues Peccatte
1c710ee4e0 Remove Di\Container in tbl_gis_visualization.php
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2019-06-15 21:40:21 +02:00
Hugues Peccatte
8de3080d45 Remove Di\Container in tbl_get_field.php
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2019-06-15 21:40:21 +02:00
Hugues Peccatte
c301248ccd Remove Di\Container in tbl_structure.php
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2019-06-15 21:40:21 +02:00
Hugues Peccatte
f1349666bd Define correctly the Table\StructureController parameters
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2019-06-15 21:40:21 +02:00
Hugues Peccatte
127c4831d8 Define correctly the Table\SqlController parameters
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2019-06-15 21:40:21 +02:00
Hugues Peccatte
97faeb4420 Define correctly the Table\RelationController parameters
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2019-06-15 21:40:21 +02:00
Hugues Peccatte
553e3615c0 Define correctly the Table\IndexesController parameters
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2019-06-15 21:40:21 +02:00
Hugues Peccatte
92bf62d474 Define correctly the GisVisualizationController parameters
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2019-06-15 21:40:21 +02:00
Hugues Peccatte
7e909f759f Define correctly the Database\SqlController parameters
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2019-06-15 21:40:21 +02:00
Hugues Peccatte
65833928fa Add CheckUserPrivileges as a service
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2019-06-15 21:40:21 +02:00
Hugues Peccatte
c68bedaa9e Add missing variables
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2019-06-15 21:40:21 +02:00
Hugues Peccatte
8dc906e923 Define correctly the Database\StructureController parameters
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2019-06-15 21:40:21 +02:00
Hugues Peccatte
ac5a95ca84 Define correctly the SearchController parameters
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2019-06-15 21:40:21 +02:00
Hugues Peccatte
5c790458a2 Remove old Container in tbl_create.php
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2019-06-15 21:40:21 +02:00
Hugues Peccatte
87f5f45e8e Define correctly the ChartController parameters
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2019-06-15 21:40:21 +02:00
Hugues Peccatte
72237fee89 Define correctly the DataDictionaryController parameters
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2019-06-15 21:40:21 +02:00
Hugues Peccatte
6c613edfb2 Manage CentralColumns class as a service
Define correctly the CentralColumnsController parameters

Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2019-06-15 21:40:21 +02:00