Commit Graph

116164 Commits

Author SHA1 Message Date
Maurício Meneghini Fauth
9a09477bf2 Use the router for the server replication page
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-08-10 17:10:18 -03:00
ssantos
176f98a7f9
Translated using Weblate (Portuguese)
Currently translated at 99.9% (3329 of 3330 strings)

[CI skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/pt/
Signed-off-by: ssantos <ssantos@web.de>
2019-08-09 20:22:26 +02:00
ssantos
2f027495ec
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-08-09 20:22:22 +02:00
Maurício Meneghini Fauth
548cc1c303 Declare globals for some scripts
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-08-09 00:01:47 -03:00
Maurício Meneghini Fauth
a667de3629 Declare globals explicity in replication.inc.php
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-08-08 15:57:22 -03:00
Maurício Meneghini Fauth
5500f9b170 Use the router for the server binlog page
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-08-08 02:39:15 -03:00
Maurício Meneghini Fauth
8ab7e28a98 Fix selfurl not containing the route parameter
Adds route parameter and removes empty parameters from selfurl.

Fixes #15418

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-08-08 01:59:48 -03:00
Maurício Meneghini Fauth
c3c58e6cd4 Use the router for the database QBE page
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-08-07 23:43:44 -03:00
Maurício Meneghini Fauth
18a9d4f9db Use the router for the multi table query page
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-08-07 23:00:18 -03:00
Maurício Meneghini Fauth
f0a1762f78 Use the router for the SQL autocomplete and format
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-08-07 18:16:07 -03:00
Maurício Meneghini Fauth
616cc8d901 Use the router for the triggers page
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-08-07 16:08:46 -03:00
Maurício Meneghini Fauth
74f8246fd5 Use the router for the database routines page
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-08-07 01:53:31 -03:00
Maurício Meneghini Fauth
1b39e5e346 Use the router for the database events page
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-08-06 00:57:08 -03:00
Maurício Meneghini Fauth
00eb35b2be Use the router the for the browse foreigners page
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-08-05 23:27:47 -03:00
Maurício Meneghini Fauth
63cced225e Use the router for the ajax.php file
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-08-05 21:25:37 -03:00
Maurício Meneghini Fauth
d858c15edc Use the router for the database designer page
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-08-05 20:32:15 -03:00
Maurício Meneghini Fauth
122d324cad Remove duplicated requires in libraries/entry_points
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-08-05 18:52:29 -03:00
Maurício Meneghini Fauth
a467581f65 Use the router for the database data dictionary page
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-08-05 18:48:18 -03:00
Maurício Meneghini Fauth
c57e8540fc Use the router for the central columns page
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-08-05 18:19:04 -03:00
Maurício Meneghini Fauth
71a5c660df Move sql entry points to libraries/entry_points
- sql.php -> libraries/entry_points/sql.php
- server_sql.php -> libraries/entry_points/server/sql.php
- db_sql.php -> libraries/entry_points/database/sql.php
- tbl_sql.php -> libraries/entry_points/table/sql.php

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-08-05 15:34:50 -03:00
Olivier Humbert
9846c5c782
Translated using Weblate (French)
Currently translated at 100.0% (3330 of 3330 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-08-05 15:22:21 +02:00
Maurício Meneghini Fauth
b9bae5bf6b Replace $url_query with URL params in RteList
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-08-04 12:33:20 -03:00
Maurício Meneghini Fauth
f4d387cab0 Fix issue with some link in RTE pages
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-08-04 10:37:14 -03:00
Maurício Meneghini Fauth
cf7e231a93 Fix active tab for sql pages
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-08-04 10:11:59 -03:00
Maurício Meneghini Fauth
208b0e25e1 Use the router for the sql pages
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-08-03 21:25:27 -03:00
Hugues Peccatte
07f3a152cc Fix failure on blob insert (#15407)
Due to strict_mode enabling, is_uploaded_file doesn't allow anymore a NULL value.

Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2019-08-02 20:22:28 -03:00
Maurício Meneghini Fauth
0dbe545089
Merge pull request #15402 from Tithugues/fix/display-null-value-for-integers
Fix #15397 NULL values not shown in INT columns
2019-08-02 20:15:04 -03:00
Maurício Meneghini Fauth
afe8839519 Remove __get method from TwoFactor class
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-08-02 00:36:06 -03:00
Maurício Meneghini Fauth
88c28f095a Fix some errors detected by PHPStan
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-08-01 19:04:27 -03:00
Marc Delisle
371449b227
Translated using Weblate (French)
Currently translated at 99.8% (3323 of 3330 strings)

[CI skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/fr/
Signed-off-by: Marc Delisle <marc@infomarc.info>
2019-08-01 22:10:40 +02:00
Giovanni Sora
52505592da
Translated using Weblate (Interlingua)
Currently translated at 75.7% (2522 of 3330 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-08-01 22:10:39 +02:00
Domen
24b02a9ee4
Translated using Weblate (Slovenian)
Currently translated at 100.0% (3330 of 3330 strings)

[CI skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/sl/
Signed-off-by: Domen <mitenem@outlook.com>
2019-08-01 10:53:14 +02:00
Burak Yavuz
f3921c1b30
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-08-01 10:53:04 +02:00
Maurício Meneghini Fauth
df48b1dab4 Fix some errors detected by PHPStan
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-08-01 03:26:28 -03:00
Maurício Meneghini Fauth
4bc08bb098 Fix some errors detected by PHPStan
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-07-31 20:59:24 -03:00
Maurício Meneghini Fauth
c83e62ce0d Fix some errors detected by PHPStan
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-07-31 19:03:41 -03:00
Maurício Meneghini Fauth
daf7666928 Declare $containerBuilder global when necessary
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-07-31 14:32:46 -03:00
Maurício Meneghini Fauth
1a06ab10d5 Declare missing global variable in server privileges page
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-07-31 13:17:10 -03:00
Isaac Bennetch
7fe9331f22 ChangeLog for pull request #15357
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2019-07-30 09:21:42 -04:00
Isaac Bennetch
55c6fdfec0
Merge pull request #15357 from csware/2fa_code-autofocus
Autofocus 2-factor-authentication input field on log in
2019-07-30 09:17:00 -04:00
Maurício Meneghini Fauth
28dc120996
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-30 11:04:09 +02:00
Maurício Meneghini Fauth
3ce7536e21 Update po files
[CI skip]

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-07-30 05:50:54 -03:00
Maurício Meneghini Fauth
2f494259e4 Extract HTML from Server\Privileges::getHtmlForLoginInformationFields
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-07-30 05:47:13 -03:00
Maurício Meneghini Fauth
c9cfd5f373 Extract HTML from Server\Privileges::getHtmlForAddUser
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-07-29 22:46:11 -03:00
Maurício Meneghini Fauth
c361d2c690 Merge branch 'QA_5_0' 2019-07-29 21:46:21 -03:00
Maurício Meneghini Fauth
71dec1b917 Merge branch 'QA_4_9' into QA_5_0
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-07-29 21:45:31 -03:00
Domen
7b8b82f55a
Translated using Weblate (Slovenian)
Currently translated at 100.0% (3330 of 3330 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-30 02:41:31 +02:00
Giovanni Sora
171f322594
Translated using Weblate (Interlingua)
Currently translated at 75.7% (2521 of 3330 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-30 02:41:30 +02:00
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