Commit Graph

122488 Commits

Author SHA1 Message Date
phpMyAdmin bot
e2da751efd Update po files
[ci skip]

Signed-off-by: phpMyAdmin bot <bot@phpmyadmin.net>
2021-09-19 00:10:04 +00:00
Maurício Meneghini Fauth
73034e43e1
Extract setter methods from Config\Settings classes
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-09-18 12:44:48 -03:00
Maurício Meneghini Fauth
a985e340ee
Merge pull request #17105 from shucontech/create_index_modal
Replace Add Index and Preview SQL Dialog to Modal
2021-09-16 16:46:39 -03:00
Saksham Gupta
f82893d33d
Replace move columns and preview SQL dialog with a modal (#16932)
Signed-off-by: Saksham Gupta <shucon01@gmail.com>
2021-09-16 16:31:30 -03:00
Maurício Meneghini Fauth
87b91940f3
Merge pull request #17065 from shucontech/simulate_query_modal
Replace Simulate Query dialog with a modal
2021-09-16 16:04:48 -03:00
Saksham Gupta
b58516e880 Replace Simulate Query dialog with a modal
Signed-off-by: Saksham Gupta <shucontech@gmail.com>

Set Aria hidden to true

Signed-off-by: Saksham Gupta <shucontech@gmail.com>
2021-09-17 00:00:56 +05:30
Maurício Meneghini Fauth
7e2395d8c0
Increase Infection's MSI thresholds
https://github.com/phpmyadmin/phpmyadmin/runs/3614639046#step:12:1314

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-09-16 12:31:17 -03:00
Maurício Meneghini Fauth
f00d70cccb
Remove useless whitespaces
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-09-15 17:05:40 -03:00
Maurício Meneghini Fauth
70c43a9863
Merge pull request #17110 from mauriciofauth/bool-return-type
Add `bool` return type where possible
2021-09-15 08:31:56 -03:00
Maurício Meneghini Fauth
9f3510d11a
Add bool return type where possible
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-09-14 20:11:51 -03:00
Maurício Meneghini Fauth
03b9016b7d
Merge pull request #17103 from shucontech/nav_modal
Replace hidden navigation items dialog with modal
2021-09-14 17:21:09 -03:00
Maurício Meneghini Fauth
9721b19dbf
Merge pull request #17077 from shucontech/confirm_preview_modal
Replace Confirm Preview SQL dialog with modal
2021-09-14 16:18:14 -03:00
Shucon Tech
c003c3add8
Replace Range Search dialog with a modal (#17073)
* Replace Range Search dialog with a modal

Signed-off-by: Saksham Gupta <shucontech@gmail.com>
2021-09-14 15:53:00 -03:00
Petr Duda
dabfbe86ba
Translated using Weblate (Czech)
Currently translated at 100.0% (3409 of 3409 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/cs/
Signed-off-by: Petr Duda <petrduda@seznam.cz>
2021-09-14 20:33:47 +02:00
Maurício Meneghini Fauth
f3c5b867ee
Merge pull request #17107 from mauriciofauth/void-return-type
Add `void` return type where possible
2021-09-14 11:10:40 -03:00
Petr Duda
974ef81d26
Translated using Weblate (Czech)
Currently translated at 99.7% (3399 of 3409 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/cs/
Signed-off-by: Petr Duda <petrduda@seznam.cz>
2021-09-14 08:37:36 +02:00
Maurício Meneghini Fauth
7f6472b2c2
Add void return type where possible
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-09-13 15:29:11 -03:00
Maurício Meneghini Fauth
d441c88aad
Fix failing unit tests
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-09-13 14:20:21 -03:00
Maurício Meneghini Fauth
d9c51d60f6
Merge pull request #17106 from mauriciofauth/multi-arch-coverage
Do not generate code coverage from multi-arch tests
2021-09-13 13:23:47 -03:00
Maurício Meneghini Fauth
9bf9ac3744
Do not generate code coverage from multi-arch tests
Code coverage from multi-arch tests is not needed. Knowing if the tests
passes is enough.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-09-13 09:48:48 -03:00
Maurício Meneghini Fauth
3f87370978
Suppress strftime deprecation messages for PHP 8.1
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-09-12 12:25:06 -03:00
Maurício Meneghini Fauth
6276b30c2e
Add php-ctype package for multi-arch tests workflow
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-09-12 12:21:48 -03:00
Maurício Meneghini Fauth
f61d3183fb
Inline some phpcs ignores and remove deprecated annotations
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-09-12 11:59:39 -03:00
phpMyAdmin bot
59ca831505 Update po files
[ci skip]

Signed-off-by: phpMyAdmin bot <bot@phpmyadmin.net>
2021-09-12 00:10:34 +00:00
Maurício Meneghini Fauth
3531775b7c
Add type declarations to the controllers contructors
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-09-11 17:32:22 -03:00
Maurício Meneghini Fauth
bfaf16f56b
Use only callable controllers
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-09-11 15:20:46 -03:00
Saksham Gupta
9db38851e1 Replace Add Index and Preview SQL Dialog to Modal
Signed-off-by: Saksham Gupta <shucontech@gmail.com>

Add new line EOF

Signed-off-by: Saksham Gupta <shucontech@gmail.com>
2021-09-11 23:40:40 +05:30
Maurício Meneghini Fauth
00cb1b3668
Extract IndexesController::doSaveData method
Creates the Table\Indexes class.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-09-11 14:38:44 -03:00
Maurício Meneghini Fauth
3be84cf9b2
Merge pull request #17078 from lrb2/consolidate-nav-groups
Fix #17003: Consolidate nested groups in navigation tree
2021-09-11 09:37:41 -03:00
Maurício Meneghini Fauth
8031072f27
Merge pull request #17076 from lrb2/fix-table-grouping
Fix grouping of tables in navigation tree if `$cfg['NavigationTreeTableLevel'] > 1`
2021-09-11 09:34:01 -03:00
Maurício Meneghini Fauth
83091680cc
Extract actions from controllers to new controllers
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-09-10 17:55:05 -03:00
Saksham Gupta
8f04e1a26d Replace hidden navigation items dialog with modal
Signed-off-by: Saksham Gupta <shucontech@gmail.com>

Fix line end

Signed-off-by: Saksham Gupta <shucontech@gmail.com>
2021-09-11 01:37:15 +05:30
Maurício Meneghini Fauth
38fda677bd
Extract Processes class from ProcessesController
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-09-10 15:52:48 -03:00
Maurício Meneghini Fauth
94e714a49b
Extract the Server\ShowEngineController class
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-09-09 17:58:00 -03:00
Saksham Gupta
8301118f21 Replace Confirm Preview SQL dialog with modal
Signed-off-by: Saksham Gupta <shucontech@gmail.com>

Final commit

Signed-off-by: Saksham Gupta <shucontech@gmail.com>

Fix code quality

Signed-off-by: Saksham Gupta <shucontech@gmail.com>

Fix line end

Signed-off-by: Saksham Gupta <shucontech@gmail.com>
2021-09-10 02:13:43 +05:30
Maurício Meneghini Fauth
dd0f63f18c
Add use statements in services_controllers.php
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-09-09 17:34:09 -03:00
Maurício Meneghini Fauth
701acaaddb
Simplify use statements in the routes definition file
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-09-09 16:39:11 -03:00
Maurício Meneghini Fauth
fb257e5922
Extract actions from Table\StructureController
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-09-09 13:48:07 -03:00
Maurício Meneghini Fauth
e3554879ef
Extract actions from controllers to new controllers
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-09-07 21:19:43 -03:00
Petr Duda
a73e26c81f
Translated using Weblate (Czech)
Currently translated at 99.6% (3396 of 3409 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/cs/
Signed-off-by: Petr Duda <petrduda@seznam.cz>
2021-09-06 23:35:07 +02:00
Maurício Meneghini Fauth
96adfe37f4
Extract actions from controllers to new ctrls
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-09-06 18:30:21 -03:00
Maurício Meneghini Fauth
322dc72621
Merge branch 'QA_5_1'
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-09-05 00:51:20 -03:00
Maurício Meneghini Fauth
9adce40034
Extract controllers from HomeController
Extracts CollationConnectionController, GitInfoController and
RecentTablesListController controllers from HomeController.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-09-05 00:40:18 -03:00
phpMyAdmin bot
776c6ad41f Update po files
[ci skip]

Signed-off-by: phpMyAdmin bot <bot@phpmyadmin.net>
2021-09-05 00:09:43 +00:00
Maurício Meneghini Fauth
5f4fd07483
Remove some assignments to the $_POST global
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-09-03 15:49:39 -03:00
William Desportes
8fdef86a89
Update phpstan & phpstan baseline
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-09-03 01:09:39 +02:00
William Desportes
aca838370c
Add ChangeLog entries for #16693 and #12753
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-09-03 01:04:26 +02:00
William Desportes
68206dbac7
Merge #17089 - Fix #16693, Fix #12753 - Show the new column query and the table structure on the same page
Fixes: #16693
Fixes: #12753

Pull-request: #17089

Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-09-03 01:01:47 +02:00
Maurício Meneghini Fauth
2bb06d73a5
Merge pull request #17096 from mauriciofauth/core-is-valid
Remove the `Core::isValid` method
2021-09-02 17:03:14 -03:00
Maurício Meneghini Fauth
8f2f3eff40
Remove the Core::isValid method
This improves the type checking and simplifies the code.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-09-02 13:20:50 -03:00