Commit Graph

117216 Commits

Author SHA1 Message Date
William Desportes
6b461c0fde
Remove phpstan errors from baseline
Ref: bd28a96295
Ref: 8033c15fe6
Ref: f9157f2ac4

Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-30 18:02:23 +01:00
William Desportes
205790f6bd
Merge branch 'QA_5_0'
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-30 17:55:50 +01:00
William Desportes
95b5cf665f
Add ChangeLog entry for #15723
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-30 17:55:30 +01:00
William Desportes
f9157f2ac4
Fix #15723 - Can't browse certain tables since 5.0.0 update
Fixes: #15723
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-30 17:54:00 +01:00
William Desportes
666e06904d
Merge branch 'QA_5_0'
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-30 17:38:28 +01:00
William Desportes
87468c67b4
Add ChangeLog entry for #15722
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-30 17:37:49 +01:00
William Desportes
8033c15fe6
Fix #15722 - Get Database structure fails with PHP error on replicated server
Fixes: #15722
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-30 17:37:49 +01:00
William Desportes
bd28a96295
Fix phpstan reported errors if /proc/stat can not be opened
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-30 17:36:16 +01:00
William Desportes
3d1f3c84e1
Remove phpstan error from baseline after f5b6d8aec3
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-30 17:05:53 +01:00
William Desportes
aaa1f9937e
Merge branch 'QA_5_0'
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-30 17:01:30 +01:00
William Desportes
7647d91034
Add ChangeLog entry for #14936
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-30 16:59:58 +01:00
William Desportes
7d5e52d263
Fix #14936 - display NULL on numeric fields
Ref: 3dce65d913
Partial revert of my phpstan level 1
Pull-request: #14472

Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-30 16:58:51 +01:00
William Desportes
f5b6d8aec3
Fix php error when using strlen on null
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-30 15:47:53 +01:00
Maurício Meneghini Fauth
83b9fba1e2 Create Controllers\ExportController class
Moves the export entry point to the controller and removes the entry
point file.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-29 21:55:46 -03:00
Maurício Meneghini Fauth
41e13a6a68 Create Controllers\ImportController controller
Moves the import entry point logic to the controller and removes the
entry point file.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-29 21:14:58 -03:00
Maurício Meneghini Fauth
4457a60e5e Create Server\ImportController class
Moves the server import entry point logic to the controller and removes
the entry point file.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-29 20:34:24 -03:00
Maurício Meneghini Fauth
5debd00bd0 Create Database\ImportController class
Moves the database import entry point logic to the controller and
removes the entry point file.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-29 20:22:21 -03:00
Maurício Meneghini Fauth
5ad33769b9 Create Table\ImportController controller
Moves the table import entry point logic to the controller and removes
the entry point file.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-29 17:23:14 -03:00
William Desportes
9799dfc643
Merge branch 'QA_5_0'
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-29 15:46:26 +01:00
William Desportes
3000f99370
Add ChangeLog entry for #15719
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-29 15:41:03 +01:00
William Desportes
de652cd95a
Add some typecasts to fix #15719 and other possible issues
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-29 15:39:04 +01:00
William Desportes
fa01cea3f2
Add phpdoc blocks for phpstan
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-29 15:28:18 +01:00
William Desportes
4938c0345e
Escape database name on data-dictionary url route name
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-29 15:22:03 +01:00
William Desportes
d018fd999a
Add className to getInstanceForNewNode
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-29 14:49:47 +01:00
William Desportes
761e37eeaa
Reduce code duplication around NodeFactory calls
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-29 14:48:07 +01:00
William Desportes
51f292beab
Improve some params and return types marked as mixed
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-29 14:33:49 +01:00
William Desportes
ba1e22c92b
Fix some primitive types not in lower case and add some return type hints
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-29 13:49:03 +01:00
Maurício Meneghini Fauth
e36f5a1938 Refactor Table\SearchController
Moves the table select entry point logic to the controller and removes
the entry point file.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-28 22:18:29 -03:00
Olivier Humbert
5429d0a9c1
Translated using Weblate (French)
Currently translated at 100.0% (3335 of 3335 strings)

[CI skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/fr/
Signed-off-by: Olivier Humbert <trebmuh@tuxfamily.org>
2019-12-28 10:29:27 +01:00
Olivier Humbert
b1e3f39bcb
Translated using Weblate (French)
Currently translated at 100.0% (3332 of 3332 strings)

[CI skip]

Translation: phpMyAdmin/5.0
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-0/fr/
Signed-off-by: Olivier Humbert <trebmuh@tuxfamily.org>
2019-12-28 10:29:22 +01:00
Maurício Meneghini Fauth
36730b33bd Create Table\ZoomSearchController controller
Moves the table zoom search entry point to the ZoomSearchController,
removes the entry point file and extracts the zoom search logic from the
SearchController class.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-28 00:18:26 -03:00
Isaac Bennetch
f928a3d6cd Fix merge conflicts
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2019-12-27 21:51:56 -05:00
Isaac Bennetch
66f18ab921 Prepare for 5.0.1-dev
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2019-12-27 21:48:48 -05:00
Maurício Meneghini Fauth
98424ec065 Extract class from Table\SearchController
Extracts the buildSqlQuery method from
Controllers\Table\SearchController class to the new Table\Search class.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-27 22:01:28 -03:00
Maurício Meneghini Fauth
d83b5ceb51 Fix allow failures in .travis.yml
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-27 18:32:08 -03:00
Maurício Meneghini Fauth
ee8951ea74 Create Table\FindReplaceController controller
Moves the table find-replace entry point logic to the
FindReplaceController, removes the entry point file and extracts the
find-replace logic from the Table\SearchController class.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-27 17:54:19 -03:00
Maurício Meneghini Fauth
3f522e8ae2 Fix some tests when running them in isolation
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-26 21:16:30 -03:00
Maurício Meneghini Fauth
d10b3843e3 Add tests in random order to the test matrix
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-26 18:25:38 -03:00
Maurício Meneghini Fauth
62eecc8f5d Fix Server\Status\MonitorControllerTest tests
Adds missing $response->setAjax(true) calls.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-26 14:10:08 -03:00
Maurício Meneghini Fauth
693bf67b1c Refactor Database\CentralColumnsController class
Moves the central columns entry point logic to the controller and
removes the entry point file.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-26 12:51:35 -03:00
Isaac Bennetch
96a06cef33 Removing composer.lock
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2019-12-26 10:50:51 -05:00
Isaac Bennetch
c124aacc32 Adding composer lock for 5.0.0
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2019-12-26 10:47:22 -05:00
Maurício Meneghini Fauth
ab9d94b2b3 Refactor Table\IndexesController controller
Moves the indexes entry point logic to the controller and removes the
entry point file.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-26 12:28:30 -03:00
Isaac Bennetch
0f159139c3 Prepare for version 5.0.0
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2019-12-26 10:05:30 -05:00
Isaac Bennetch
be969e94b3 Fix merge conflicts
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2019-12-26 10:02:42 -05:00
Isaac Bennetch
ed048bd10f Prepare for version 4.9.3
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2019-12-26 10:00:06 -05:00
William Desportes
4fd1f6cadb
Merge branch 'QA_5_0'
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-26 15:05:54 +01:00
William Desportes
894f6903ba
Merge branch 'QA_4_9' into QA_5_0
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-26 15:04:59 +01:00
William Desportes
ed932e87d6
Add ChangeLog entry for #15695
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-26 15:00:12 +01:00
William Desportes
567c21312c
Merge #15708 - Fixes #15695 - Input field for the time in datetime picker is disabled
Pull-request: #15708
Fixes: #15695
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-26 14:59:32 +01:00