Maurício Meneghini Fauth
d82d598ec7
Improve table maintenance pages
...
Replaces tables with list group cards.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-08-28 19:37:09 -03:00
Maurício Meneghini Fauth
bade581161
Check if multi table maintenance is disabled
...
Checks if $cfg['DisableMultiTableMaintenance'] is true.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-08-28 16:07:35 -03:00
Maurício Meneghini Fauth
7936909dbd
Move Operations::getMaintenanceActions to the view
...
Uses Table\MaintenanceController to handle the maintenance actions in
the table operations page.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-08-28 15:25:14 -03:00
Maurício Meneghini Fauth
3b02872cd3
Create the Table\Maintenance class
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-08-28 00:35:13 -03:00
Maurício Meneghini Fauth
46f28b42c9
Extract the Table\MaintenanceController class
...
Extracts the table maintenance action methods from
the Database\StructureController class to the
new Table\MaintenanceController class and adjust templates
and routes names.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-08-27 23:33:43 -03:00
Maurício Meneghini Fauth
620cb0a705
Create a dedicated page for Repair Table
...
Instead of only showing the query results.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-08-27 22:38:24 -03:00
Maurício Meneghini Fauth
98a1943b35
Create a dedicated page for Optimize Table
...
Instead of only showing the query results.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-08-27 22:26:19 -03:00
Maurício Meneghini Fauth
c1ad98f83d
Create a dedicated page for Checksum Table
...
Instead of only showings the query results.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-08-27 21:59:48 -03:00
Maurício Meneghini Fauth
5c06dede81
Create a dedicated page for Analyze Table
...
Instead of only showing the query results.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-08-27 21:12:12 -03:00
Maurício Meneghini Fauth
c112bfd6d6
Create a new page for Check Table
...
Instead of only showing the query results.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-08-27 14:22:22 -03:00
Maurício Meneghini Fauth
94b3fea4a7
Update PHPstan
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-08-26 17:25:51 -03:00
Maurício Meneghini Fauth
03d8314bba
Create the PhpMyAdmin\Profiling class
...
Extracts Profiling related methods to the Profiling class.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-08-26 16:02:30 -03:00
Maurício Meneghini Fauth
3e71690a0b
Extract profiling methods from Sql::executeTheQuery
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-08-25 22:00:55 -03:00
Maurício Meneghini Fauth
919a25a849
Merge branch 'QA_5_0'
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-08-25 20:57:57 -03:00
Maurício Meneghini Fauth
622241c15f
Fix profiling table not incrementing calls
...
Fixes #16318
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-08-25 20:54:45 -03:00
Maurício Meneghini Fauth
e7e9bd770f
Remove the Sql::getHtmlForProfilingChart method
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-08-25 20:31:15 -03:00
Maurício Meneghini Fauth
99abf3ab3c
Remove the Sql::getHtmlForSetColumn method
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-08-24 22:59:17 -03:00
Maurício Meneghini Fauth
dd8eb261f8
Remove the Sql::getHtmlForBookmark method
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-08-24 20:47:33 -03:00
Maurício Meneghini Fauth
dfb9a4191e
Update PHPStan baseline
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-08-24 20:44:13 -03:00
Maurício Meneghini Fauth
84516434c0
Fix ESLint CS error
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-08-23 21:32:29 -03:00
Maurício Meneghini Fauth
ccbcc08c25
Fix some PHPStan errors
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-08-23 20:36:44 -03:00
Maurício Meneghini Fauth
7966f5bde5
Merge pull request #16311 from nikkolai14/remove-inline-js
...
Remove inline js
2020-08-21 21:29:37 -03:00
Maurício Meneghini Fauth
3a5ad0a011
Extract HTML from query results operations
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-08-21 20:53:09 -03:00
Monsta
705958e1d0
Translated using Weblate (Indonesian)
...
Currently translated at 78.5% (2635 of 3355 strings)
[ci skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/id/
Signed-off-by: Monsta <discordgg5@gmail.com>
2020-08-21 14:50:23 +02:00
dingo thirteen
3212b91136
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (3334 of 3334 strings)
[CI skip]
Translation: phpMyAdmin/5.0
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-0/nl/
Signed-off-by: dingo thirteen <dingo13@d404.nl>
2020-08-21 00:36:08 +02:00
dingo thirteen
50a93b81b7
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (3355 of 3355 strings)
[ci skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/nl/
Signed-off-by: dingo thirteen <dingo13@d404.nl>
2020-08-21 00:36:08 +02:00
Maurício Meneghini Fauth
f6215b6f7a
Extract HTML from Sql::getQueryResponseForNoResultsReturned
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-08-20 17:27:09 -03:00
Nikkolai Fernandez
8b99d174c2
Removed inline onclick js
...
Signed-off-by: Nikkolai Fernandez <nikkolaifernandez14@gmail.com>
2020-08-20 20:54:10 +02:00
Maurício Meneghini Fauth
55c5c80d37
Rename Display\ImportAjax class
...
Renames to Import\Ajax.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-08-20 12:07:54 -03:00
Maurício Meneghini Fauth
fa67657b1a
Remove Display\Import class
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-08-20 00:21:26 -03:00
Nikkolai Fernandez
aa8c4a773c
Remove inline js ( #16308 )
...
* Removed inline onclick javascript
Signed-off-by: Nikkolai Fernandez <nikkolaifernandez14@gmail.com>
2020-08-19 12:52:36 -03:00
Annlix
7712fc2fc2
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (3334 of 3334 strings)
[CI skip]
Translation: phpMyAdmin/5.0
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-0/zh_Hans/
Signed-off-by: Annlix <Annlix@outlook.com>
2020-08-19 07:38:51 +02:00
Maurício Meneghini Fauth
28436399dd
Extract exit from Display\Import class
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-08-19 02:28:02 -03:00
Maurício Meneghini Fauth
65b79af29e
Refactor Plugins::getPlugins method
...
Replaces parameters with explicit methods.
- Plugins::getExport
- Plugins::getImport
- Plugins::getSchema
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-08-19 01:40:27 -03:00
Domen
1154921319
Translated using Weblate (Slovenian)
...
Currently translated at 100.0% (3355 of 3355 strings)
[ci skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/sl/
Signed-off-by: Domen <mitenem@outlook.com>
2020-08-19 05:33:56 +02:00
Olivier Humbert
d1d768b06a
Translated using Weblate (French)
...
Currently translated at 100.0% (3355 of 3355 strings)
[ci skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/fr/
Signed-off-by: Olivier Humbert <trebmuh@tuxfamily.org>
2020-08-19 05:33:56 +02:00
Eduardo Addad de Oliveira
05f13f56f3
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (3355 of 3355 strings)
[ci skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/pt_BR/
Signed-off-by: Eduardo Addad de Oliveira <duduaddad@gmail.com>
2020-08-19 05:33:55 +02:00
Burak Yavuz
eb9fbb84ce
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (3355 of 3355 strings)
[ci skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/tr/
Signed-off-by: Burak Yavuz <hitowerdigit@hotmail.com>
2020-08-19 05:33:55 +02:00
Maurício Meneghini Fauth
578d70e9de
Remove import_handle global variable
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-08-18 20:45:33 -03:00
Burak Yavuz
fcc51f0cde
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (3334 of 3334 strings)
[CI skip]
Translation: phpMyAdmin/5.0
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-0/tr/
Signed-off-by: Burak Yavuz <hitowerdigit@hotmail.com>
2020-08-18 22:33:11 +02:00
Olivier Humbert
84db19a660
Translated using Weblate (French)
...
Currently translated at 100.0% (3334 of 3334 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>
2020-08-18 22:33:10 +02:00
Maurício Meneghini Fauth
9cab697cfa
Remove Import::stop method
...
Related to #16258 .
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-08-18 17:29:05 -03:00
Maurício Meneghini Fauth
d9e6ef64ac
Upgrade Psalm to 3.14
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-08-17 20:39:41 -03:00
Nikkolai Fernandez
63f1f19f7e
Remove inline js ( #16307 )
...
* Removed inline onclick javascript
Signed-off-by: Nikkolai Fernandez <nikkolaifernandez14@gmail.com>
* Refactor code
Signed-off-by: Nikkolai Fernandez <nikkolaifernandez14@gmail.com>
2020-08-17 20:13:44 -03:00
Maurício Meneghini Fauth
2a7f575dab
Upgrade Psalm to 3.13
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-08-16 22:38:18 -03:00
Maurício Meneghini Fauth
9d6bc6f641
Merge branch 'QA_5_0'
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-08-16 22:09:53 -03:00
Maurício Meneghini Fauth
3b285ddc3a
Fix PHP error when exporting without php-zip
...
Fixes #14326 (Export database with zip compression: Class 'ZipArchive'
not found error).
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-08-16 21:36:54 -03:00
Maurício Meneghini Fauth
be5f9824b1
Merge branch 'QA_5_0'
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-08-16 20:16:05 -03:00
Maurício Meneghini Fauth
51b04c9b5c
Fix missing error message after failed import
...
Fixes #15328 (no message after import of zipped shapefile without
php-zip).
Closes #15643 .
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-08-16 20:09:47 -03:00
Maurício Meneghini Fauth
f363935269
Translated using Weblate (Berber)
...
Currently translated at 0.0% (0 of 3355 strings)
[ci skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/ber/
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-08-17 00:12:29 +02:00