Commit Graph

116097 Commits

Author SHA1 Message Date
Joshua PowellNishiyama
8a031c8495
Translated using Weblate (Japanese)
Currently translated at 100.0% (3330 of 3330 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-07-30 02:41:29 +02:00
Kristjan Räts
5a9c0dcbe1
Translated using Weblate (Estonian)
Currently translated at 100.0% (3330 of 3330 strings)

[CI skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/et/
Signed-off-by: Kristjan Räts <kristjanrats@gmail.com>
2019-07-30 02:41:28 +02:00
ssantos
4a55ff47d2
Translated using Weblate (German)
Currently translated at 99.9% (3329 of 3330 strings)

[CI skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/de/
Signed-off-by: ssantos <ssantos@web.de>
2019-07-30 02:41:26 +02:00
Burak Yavuz
ccb07fe9b2
Translated using Weblate (Turkish)
Currently translated at 100.0% (3330 of 3330 strings)

[CI skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/tr/
Signed-off-by: Burak Yavuz <hitowerdigit@hotmail.com>
2019-07-30 02:41:25 +02:00
Maurício Meneghini Fauth
bd5a59edb4 Remove not matched ignored error pattern in PHPStan
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-07-29 16:28:38 -03:00
Maurício Meneghini Fauth
657d995567
Merge pull request #15403 from Tithugues/fix/missing-variable-on-insert-page
Fix missing variable on insert page
2019-07-26 21:28:04 -03:00
Hugues Peccatte
416e8aef53 Fix missing variable on insert page
Since the use of routes, the context changed because "entrypoints" are not called directly anymore, but are called in closures, so the context is not shared. So if you want to use a global variable that was in the parent context, you now need to explicitely ask for the global variable.
In our case, "$is_upload" wasn't shared anymore.

Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2019-07-27 00:21:12 +02:00
Maurício Meneghini Fauth
e4982d677d Use the router for the table change page
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-07-26 02:13:37 -03:00
Maurício Meneghini Fauth
3b973a442d Use the router for table search page
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-07-25 20:40:55 -03:00
Maurício Meneghini Fauth
bd8dec240f
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (3330 of 3330 strings)

[CI skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/pt_BR/
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-07-25 22:26:44 +02:00
Maurício Meneghini Fauth
d53c99133a Merge remote-tracking branch 'weblate/master'
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-07-25 17:11:07 -03:00
Alba Kaydus
d2d7d4bd65
Translated using Weblate (Filipino)
Currently translated at 15.9% (529 of 3328 strings)

[CI skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/fil/
Signed-off-by: Alba Kaydus <sareli1951@gmail.com>
2019-07-25 21:55:29 +02:00
Maurício Meneghini Fauth
bb6b4de7ea Update po files
[CI skip]

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-07-25 16:54:55 -03:00
Maurício Meneghini Fauth
2a597d6155 Extract HTML from message string in index.php
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-07-25 16:53:54 -03:00
Maurício Meneghini Fauth
469fd5c05c Use the router for the database operations page
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-07-24 02:12:15 -03:00
Maurício Meneghini Fauth
f396c04835 Use the router for database search page
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-07-23 22:26:50 -03:00
Maurício Meneghini Fauth
9437c5d22a Use the router for the server status page
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-07-23 20:51:11 -03:00
Maurício Meneghini Fauth
0f23a622bc Use the router for the server privileges page
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-07-23 02:48:02 -03:00
Maurício Meneghini Fauth
efe576cdc0 Fix double encoding in database struture page
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-07-22 23:24:52 -03:00
Maurício Meneghini Fauth
2bd7a5089b Fix error when removing multiple columns
Fixes #15396

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-07-22 22:59:58 -03:00
Maurício Meneghini Fauth
2d814efa6d Use container-fluid in the home page
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-07-22 22:33:35 -03:00
Maurício Meneghini Fauth
dc7372fb99 Fix URL query issues with Util::getScriptNameForOption
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-07-22 17:30:18 -03:00
Maurício Meneghini Fauth
74e1b02878 Add error handling for the request router
Adds error messages for NOT_FOUND and METHOD_NOT_ALLOWED.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-07-21 22:58:38 -03:00
Maurício Meneghini Fauth
fce4062b6f
Merge pull request #15395 from Tithugues/fix/result-is-not-an-array
Fix #15394 "isset" improvement, as $result is not always an array
2019-07-21 14:37:45 -03:00
Hugues Peccatte
0a32844721 Fix #15394 "isset" improvement, as $result is not always an array
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2019-07-21 11:53:20 +02:00
Maurício Meneghini Fauth
4537dcc774 Fix failing tests
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-07-20 18:16:08 -03:00
Maurício Meneghini Fauth
736a1be378 Set $plugin_param global for PHPStan
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-07-20 17:39:35 -03:00
Nupur Agrawal
5d21347d80 bootstrap form classes added to home page (#15364)
Signed-off-by: Nupur Agrawal <nupur202000@gmail.com>
2019-07-20 01:46:46 -03:00
Nupur Agrawal
4362ba007c applied bootstrap grid structure on settings page. (#15320)
Signed-off-by: Nupur Agrawal <nupur202000@gmail.com>
2019-07-20 01:17:23 -03:00
Maurício Meneghini Fauth
e677cf3c15 Remove direct access to libraries/entry_points/table/structure.php
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-07-19 20:21:23 -03:00
Maurício Meneghini Fauth
aec0402679 Use the router for table structure page
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-07-19 20:18:06 -03:00
ssantos
5edf1b8710
Translated using Weblate (Portuguese)
Currently translated at 99.9% (3327 of 3328 strings)

[CI skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/pt/
Signed-off-by: ssantos <ssantos@web.de>
2019-07-19 21:06:14 +02:00
ssantos
732b11e95c
Translated using Weblate (German)
Currently translated at 99.9% (3327 of 3328 strings)

[CI skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/de/
Signed-off-by: ssantos <ssantos@web.de>
2019-07-19 21:06:12 +02:00
Kongfa Warorot
ea7cc34a52
Translated using Weblate (Thai)
Currently translated at 31.2% (1039 of 3328 strings)

[CI skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/th/
Signed-off-by: Kongfa Warorot <gongpha@hotmail.com>
2019-07-19 21:06:11 +02:00
Maurício Meneghini Fauth
6625114b98 Fix database link in /server/databases
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-07-18 22:38:54 -03:00
Maurício Meneghini Fauth
58b92381cd Rename get_url_from_route Twig function to url
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-07-18 16:22:50 -03:00
Maurício Meneghini Fauth
682e7a160e Use the router for database structure page
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-07-18 14:33:43 -03:00
Maurício Meneghini Fauth
ffdc2cf7bf Merge branch 'Tithugues-fix/minor-improvements' 2019-07-16 23:21:49 -03:00
Hugues Peccatte
c233a4364a Use right PHP function
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2019-07-16 23:21:25 -03:00
Hugues Peccatte
ae77d630b1 Use constants when possible
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2019-07-16 23:21:25 -03:00
Hugues Peccatte
4447299bdc Remaining minor changes
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2019-07-16 23:21:25 -03:00
Hugues Peccatte
6ddb9b3a22 Use right order of parameters for implode
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2019-07-16 23:21:25 -03:00
Hugues Peccatte
1b744d0cc8 Simplify code regarding type hinting
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2019-07-16 23:21:25 -03:00
Hugues Peccatte
41164d2904 Improve function calls order
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2019-07-16 23:21:25 -03:00
Hugues Peccatte
598a4db588 Use short calculation/assignation syntax when possible
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2019-07-16 23:21:25 -03:00
Hugues Peccatte
9c0806cfcf Fix static / non-static calls
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2019-07-16 23:21:25 -03:00
Hugues Peccatte
0d8f6a3a93 Merge isset and unset calls
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2019-07-16 23:21:25 -03:00
Domen
331270f26b
Translated using Weblate (Slovenian)
Currently translated at 100.0% (3328 of 3328 strings)

[CI skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/sl/
Signed-off-by: Domen <mitenem@outlook.com>
2019-07-16 00:00:57 +02:00
Giovanni Sora
ff83f55336
Translated using Weblate (Interlingua)
Currently translated at 75.5% (2514 of 3328 strings)

[CI skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/ia/
Signed-off-by: Giovanni Sora <g.sora@tiscali.it>
2019-07-16 00:00:53 +02:00
Maurício Meneghini Fauth
0a5f24052a Use the router for the tracking pages
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-07-15 01:38:18 -03:00