Commit Graph

114603 Commits

Author SHA1 Message Date
ssantos
e09e48dac1
Translated using Weblate (German)
Currently translated at 99.3% (3290 of 3312 strings)

[CI skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/de/
Signed-off-by: ssantos <ssantos@web.de>
2019-01-28 17:52:01 +01:00
Olivier Humbert
377ed02749
Translated using Weblate (French)
Currently translated at 100.0% (3312 of 3312 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-01-28 17:52:00 +01:00
dingo thirteen
1d9037782d
Translated using Weblate (Dutch)
Currently translated at 100.0% (3312 of 3312 strings)

[CI skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/nl/
Signed-off-by: dingo thirteen <dingo13@gmail.com>
2019-01-28 17:51:59 +01:00
ssantos
4d7c271e66
Translated using Weblate (Portuguese)
Currently translated at 62.7% (2077 of 3312 strings)

[CI skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/pt/
Signed-off-by: ssantos <ssantos@web.de>
2019-01-28 02:38:39 +01:00
Maurício Meneghini Fauth
b2d02c81a2
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (3312 of 3312 strings)

[CI skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/pt_BR/
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2019-01-27 22:24:24 +01:00
Maurício Meneghini Fauth
ae93767d73 Update po files
[CI skip]

Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2019-01-26 17:28:30 -02:00
Hosted Weblate
d8639720c8
Merge branch 'origin/master' into Weblate.
[CI skip]

Translation: phpMyAdmin/Development
Translate-URL:
2019-01-26 20:25:31 +01:00
Joshua PowellNishiyama
7223aad94f
Translated using Weblate (Japanese)
Currently translated at 77.1% (2551 of 3310 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-01-26 20:25:29 +01:00
tmtisfree
ac616ba207
Translated using Weblate (French)
Currently translated at 100.0% (3310 of 3310 strings)

[CI skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/fr/
Signed-off-by: tmtisfree <tmtisfree@free.fr>
2019-01-26 20:25:24 +01:00
Robert Antoni Buj Gelonch
a9088e56f9
Translated using Weblate (Catalan)
Currently translated at 100.0% (3310 of 3310 strings)

[CI skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/ca/
Signed-off-by: Robert Antoni Buj Gelonch <robert.buj@gmail.com>
2019-01-26 20:25:17 +01:00
Maurício Meneghini Fauth
e972b3edbc
Merge pull request #14901 from mauriciofauth/server_databases
Refactor ServerDatabasesController

Refactors PhpMyAdmin\Controllers\Server\ServerDatabasesController.

- Renames variables and methods to camelCase format.
- Moves request and response handling back to server_databases.php.
- Groups all HTML into templates/server/databases/index.twig.
- Improves unit tests.
2019-01-26 16:25:10 -03:00
Maurício Meneghini Fauth
32e83d9097 Refactor ServerDatabasesController
Refactors PhpMyAdmin\Controllers\Server\ServerDatabasesController.

- Renames variables and methods to camelCase format.
- Moves request and response handling back to server_databases.php.
- Groups all HTML into templates/server/databases/index.twig.
- Improves unit tests.

Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2019-01-26 16:29:33 -02:00
Maurício Meneghini Fauth
7bc8382c84 Add ChangeLog entry for #14829
- Removes whitespace inside textarea in columns_definitions/column_comment

Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2019-01-24 22:27:06 -02:00
Maurício Meneghini Fauth
93f116d2ae
Merge pull request #14881 from akkywadhwa/master
Fixed: Comment field - textarea #14829
2019-01-24 21:23:06 -03:00
Maurício Meneghini Fauth
58ef220008
Merge pull request #14891 from mauriciofauth/check_user_privileges
Remove libraries/check_user_privileges.inc.php
2019-01-23 12:29:21 -03:00
Maurício Meneghini Fauth
74dde79412 Use Homebrew addon in osx build
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2019-01-22 22:19:57 -02:00
Maurício Meneghini Fauth
ad7b80bcee Upgrade PHP and node.js on OSX
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2019-01-22 20:49:31 -02:00
Maurício Meneghini Fauth
215b85187d
Merge pull request #14892 from mauriciofauth/windows-travis
Fix Windows build on Travis
2019-01-22 19:39:45 -03:00
Maurício Meneghini Fauth
d9b14460eb Fix Windows build on Travis
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2019-01-22 20:23:36 -02:00
Maurício Meneghini Fauth
7eb2bbc102 Remove libraries/check_user_privileges.inc.php
Replaces with CheckUserPrivileges::getPrivileges

Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2019-01-22 18:18:21 -02:00
Michal Čihař
85c2d2ce5f Merge branch 'QA_4_8' 2019-01-22 07:25:52 +01:00
Michal Čihař
4011b34088 Merge remote-tracking branch 'origin/QA_4_8' 2019-01-22 07:25:48 +01:00
Michal Čihař
8d759f8fcf Ignore pear.php.net in linkcheck
It is down after hack, no ETA for resuming service right now.

Signed-off-by: Michal Čihař <michal@cihar.com>
2019-01-22 07:25:25 +01:00
Michal Čihař
c9b22397d7 Merge branch 'QA_4_8' 2019-01-21 19:33:32 +01:00
Hosted Weblate
e172aa7548
Merge branch 'origin/QA_4_8' into Weblate. 2019-01-21 19:30:50 +01:00
Walter Cheuk
6eaa885914
Translated using Weblate (Chinese (Traditional))
Currently translated at 99.9% (3295 of 3296 strings)

[CI skip]

Translation: phpMyAdmin/4.8
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-8/zh_Hant/
Signed-off-by: Walter Cheuk <wwycheuk@gmail.com>
2019-01-21 19:30:41 +01:00
Michal Čihař
828f740158 Merge branch 'allow_local_infile' into QA_4_8 2019-01-21 19:30:07 +01:00
Michal Čihař
98506151d4
Merge pull request #14886 from vrana/master
Actually set MYSQLI_OPT_LOCAL_INFILE
2019-01-21 19:29:55 +01:00
Jakub Vrana
c5e01f84ad Actually set MYSQLI_OPT_LOCAL_INFILE
1e6b740e tried to set this but failed due to https://bugs.php.net/77496
and nobody probably ever tested it.

Tested: Executed `LOAD DATA LOCAL INFILE 'README' INTO TABLE text(text)`
SQL command successfully before, unsuceesfully after.

Signed-off-by: Jakub Vrana <jakub@vrana.cz>
2019-01-21 19:27:26 +01:00
Jakub Vrana
c5ae592370 Actually set MYSQLI_OPT_LOCAL_INFILE
1e6b740e tried to set this but failed due to https://bugs.php.net/77496
and nobody probably ever tested it.

Tested: Executed `LOAD DATA LOCAL INFILE 'README' INTO TABLE text(text)`
SQL command successfully before, unsuceesfully after.

Signed-off-by: Jakub Vrana <jakub@vrana.cz>
2019-01-21 18:53:33 +01:00
Hosted Weblate
54f0a2c4d1
Merge branch 'origin/master' into Weblate.
[CI skip]

Translation: phpMyAdmin/Development
Translate-URL:
2019-01-21 18:06:59 +01:00
Domen
2e4890bb2e
Translated using Weblate (Slovenian)
Currently translated at 100.0% (3310 of 3310 strings)

[CI skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/sl/
Signed-off-by: Domen <mitenem@outlook.com>
2019-01-21 18:06:58 +01:00
Nathan
058e5f3a7f
Translated using Weblate (French)
Currently translated at 100.0% (3310 of 3310 strings)

[CI skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/fr/
Signed-off-by: Nathan <bonnemainsnathan@gmail.com>
2019-01-21 18:06:55 +01:00
Walter Cheuk
d0df1e46f3
Translated using Weblate (Chinese (Traditional))
Currently translated at 99.0% (3278 of 3310 strings)

[CI skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/zh_Hant/
Signed-off-by: Walter Cheuk <wwycheuk@gmail.com>
2019-01-21 18:06:53 +01:00
Maurício Meneghini Fauth
1303def5df
Merge pull request #14864 from Tithugues/feature/remove-useless-parentheses
Remove useless parentheses
2019-01-21 14:06:42 -03:00
Hugues Peccatte
4321120b80 Fix PHPCS issue
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2019-01-21 12:27:26 +01:00
Giovanni Sora
2f4a011a89
Translated using Weblate (Interlingua)
Currently translated at 75.4% (2485 of 3296 strings)

[CI skip]

Translation: phpMyAdmin/4.8
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-8/ia/
Signed-off-by: Giovanni Sora <g.sora@tiscali.it>
2019-01-20 23:21:10 +01:00
Michal Čihař
aeac90623e Deny using mysql extension with mysql.allow_local_infile
This allows reading arbitrary files on the server without any way to
disable.

Signed-off-by: Michal Čihař <michal@cihar.com>
2019-01-20 21:03:23 +01:00
Hritik Wadhwa
ecf29d00b6 Fixed: Comment field - textarea #14829
Signed-off-by: Hritik Wadhwa <akkywadhwa@gmail.com>
2019-01-20 23:38:28 +05:30
Maurício Meneghini Fauth
b9023dcdf8
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (3310 of 3310 strings)

[CI skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/pt_BR/
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2019-01-20 05:50:29 +01:00
Hosted Weblate
405b89e431
Merge branch 'origin/master' into Weblate.
[CI skip]

Translation: phpMyAdmin/Development
Translate-URL:
2019-01-20 05:44:40 +01:00
Burak Yavuz
5d82a783ca
Translated using Weblate (Turkish)
Currently translated at 100.0% (3310 of 3310 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-01-20 05:44:39 +01:00
Giovanni Sora
71f922f71e
Translated using Weblate (Interlingua)
Currently translated at 75.3% (2493 of 3310 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-01-20 05:44:37 +01:00
Maurício Meneghini Fauth
5702fdbad8 Extract HTML from Display\Results::_getDataForResettingColumnOrder
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2019-01-20 02:43:31 -02:00
Hugues Peccatte
f06883d2a7 Remove useless parenthesis
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2019-01-20 01:23:53 +01:00
Maurício Meneghini Fauth
607c33b40c Update po files
[CI skip]

Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2019-01-19 17:22:39 -02:00
Hosted Weblate
cc98fb8785
Merge branch 'origin/master' into Weblate.
[CI skip]

Translation: phpMyAdmin/Development
Translate-URL:
2019-01-19 20:06:31 +01:00
Joshua PowellNishiyama
0a7be60f1d
Translated using Weblate (Japanese)
Currently translated at 76.9% (2545 of 3310 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-01-19 20:06:29 +01:00
Maurício Meneghini Fauth
8d031dc3d4 Extract HTML from Display\Results::_getSortByKeyDropDown
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2019-01-19 17:05:25 -02:00
Joshua PowellNishiyama
a56406dfab
Translated using Weblate (Japanese)
Currently translated at 77.4% (2551 of 3296 strings)

[CI skip]

Translation: phpMyAdmin/4.8
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-8/ja/
Signed-off-by: Joshua PowellNishiyama <nzjpnboy@outlook.com>
2019-01-19 17:13:54 +01:00