Commit Graph

113188 Commits

Author SHA1 Message Date
dingo thirteen
406d1ba2ef Translated using Weblate (Dutch)
Currently translated at 100.0% (3288 of 3288 strings)

[CI skip]
2018-01-24 01:10:00 +01:00
Maurício Meneghini Fauth
fff75b94c4 Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (3288 of 3288 strings)

[CI skip]
2018-01-23 16:40:28 +01:00
Володимир Бриняк
38e2637417 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (3208 of 3208 strings)

[CI skip]
2018-01-22 23:31:41 +01:00
Domen
6d32eaaa7b Translated using Weblate (Slovenian)
Currently translated at 100.0% (3208 of 3208 strings)

[CI skip]
2018-01-22 22:09:06 +01:00
Domen
7640de03f2 Translated using Weblate (Slovenian)
Currently translated at 100.0% (3288 of 3288 strings)

[CI skip]
2018-01-22 22:08:46 +01:00
Maurício Meneghini Fauth
16edb87ee1 Refactor Utils\HttpRequest class
Use instance methods instead of static methods

Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-01-22 17:31:57 -02:00
Maurício Meneghini Fauth
3d8eafd68a Extract HTTP requests related methods
Move HTTP requests related methods from Util class to
PhpMyAdmin\Utils\HttpRequest class.

Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-01-22 17:31:57 -02:00
Burak Yavuz
72914771bb Translated using Weblate (Turkish)
Currently translated at 100.0% (3208 of 3208 strings)

[CI skip]
2018-01-22 17:14:31 +01:00
Matteo Gheza
d0a0a850e9 Translated using Weblate (Italian)
Currently translated at 100.0% (3208 of 3208 strings)

[CI skip]
2018-01-22 15:50:15 +01:00
Michal Čihař
1b7184ebb3 Update po files
[CI skip]

Signed-off-by: Michal Čihař <michal@cihar.com>
2018-01-22 14:58:21 +01:00
Michal Čihař
e3ccbd0699 Merge branch 'QA_4_7' 2018-01-22 14:57:56 +01:00
Michal Čihař
86b94a4c4b Update po files
[CI skip]

Signed-off-by: Michal Čihař <michal@cihar.com>
2018-01-22 14:57:27 +01:00
Michal Čihař
6240580784 Merge branch 'QA_4_7' 2018-01-22 14:17:55 +01:00
Michal Čihař
03eae99ede Merge remote-tracking branch 'origin/QA_4_7' 2018-01-22 14:17:52 +01:00
Michal Čihař
3ca15a5e60 Merge commit '5efab2700795d0948755f6c428070a6a8c3051e3' 2018-01-22 14:17:45 +01:00
Michal Čihař
dcc13ddc50 Clatify license in composer.json
We are still GPL-2.0 only, so document that properly.

Signed-off-by: Michal Čihař <michal@cihar.com>
2018-01-22 14:14:21 +01:00
yanagimoto
849528521e Translated using Weblate (Japanese)
Currently translated at 70.3% (2256 of 3207 strings)

[CI skip]
2018-01-22 14:14:08 +01:00
Microgamer Developer
f3eed2de4e Translated using Weblate (German)
Currently translated at 100.0% (3207 of 3207 strings)

[CI skip]
2018-01-22 14:14:01 +01:00
Weblate
aab03be7e6 Merge remote-tracking branch 'origin/master' 2018-01-21 03:31:47 +01:00
yanagimoto
cef5c3bf52 Translated using Weblate (Japanese)
Currently translated at 68.1% (2239 of 3287 strings)

[CI skip]
2018-01-21 03:31:40 +01:00
Microgamer Developer
5538d48db6 Translated using Weblate (German)
Currently translated at 97.5% (3208 of 3287 strings)

[CI skip]
2018-01-21 03:31:29 +01:00
Maurício Meneghini Fauth
c3744cb755 Refactor PhpMyAdmin\BrowseForeigners class
Static methods have been replaced with instance methods

Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-01-18 19:27:13 -02:00
Michal Čihař
5efab27007 Avoid operating on unset array index
Fixes #13939

Signed-off-by: Michal Čihař <michal@cihar.com>
2018-01-16 16:07:46 +01:00
Michal Čihař
2823d27cd3 Merge branch 'QA_4_7' 2018-01-16 16:06:16 +01:00
Michal Čihař
c77cfa7d13 Avoid operating on uset array index
Fixes #13939

Signed-off-by: Michal Čihař <michal@cihar.com>
2018-01-16 16:05:04 +01:00
Michal Čihař
89d40d5e8d Merge branch 'QA_4_7' 2018-01-16 16:02:38 +01:00
Michal Čihař
4ef752efb3 Fixed error handling in PHP 7.2
Fixes #13938

Signed-off-by: Michal Čihař <michal@cihar.com>
2018-01-16 16:00:43 +01:00
Maurício Meneghini Fauth
7ce0025dae
Merge pull request #13936 from carusogabriel/assertions
Use assertNotSame instead of comparison in test
2018-01-16 11:54:58 -02:00
Maurício Meneghini Fauth
91ee20e757
Merge pull request #13935 from carusogabriel/simplify-returns
Simplify returns
2018-01-16 11:38:20 -02:00
Gabriel Caruso
21dacea6d1 Use assertNotSame
Signed-off-by: Gabriel Caruso <carusogabriel34@gmail.com>
2018-01-16 10:32:26 -02:00
Gabriel Caruso
6ff73257e2 Simplify returns
Signed-off-by: Gabriel Caruso <carusogabriel34@gmail.com>
2018-01-16 10:16:56 -02:00
Michal Čihař
51bfd2ee0c Merge branch 'QA_4_7' 2018-01-16 12:47:10 +01:00
Weblate
cf81254b5c Merge remote-tracking branch 'origin/QA_4_7' into QA_4_7 2018-01-16 12:09:19 +01:00
Dao Nguyen
9ec07c887f Translated using Weblate (Vietnamese)
Currently translated at 85.9% (2756 of 3207 strings)

[CI skip]
2018-01-16 12:09:19 +01:00
Michal Čihař
22c54590be Merge branch 'QA_4_7' 2018-01-16 12:09:02 +01:00
Tony Nascimento
2fbea2b82b Translated using Weblate (Portuguese)
Currently translated at 58.3% (1872 of 3207 strings)

[CI skip]
2018-01-16 12:08:58 +01:00
Ronny André Løkken
45cbe02f72 Translated using Weblate (Norwegian Bokmål)
Currently translated at 57.3% (1840 of 3207 strings)

[CI skip]
2018-01-16 12:08:16 +01:00
Michal Čihař
fb92eca5ee
Merge pull request #13917 from nijel/release-composer-php
Force PHP platform in composer to oldest supported version
2018-01-16 12:07:42 +01:00
Maurício Meneghini Fauth
f45d4a566b Refactor PhpMyAdmin\Display\Export class
The static methods are replaced with instance methods.

Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-01-13 23:51:16 -02:00
Weblate
f40ce94a96 Merge remote-tracking branch 'origin/master' 2018-01-13 03:26:08 +01:00
Dao Nguyen
3e27e1e66a Translated using Weblate (Vietnamese)
Currently translated at 83.8% (2756 of 3287 strings)

[CI skip]
2018-01-13 03:26:07 +01:00
Tony Nascimento
cb7bf121de Translated using Weblate (Portuguese)
Currently translated at 56.4% (1854 of 3287 strings)

[CI skip]
2018-01-13 03:25:36 +01:00
Ronny André Løkken
fa2f7d7b15 Translated using Weblate (Norwegian Bokmål)
Currently translated at 55.4% (1823 of 3287 strings)

[CI skip]
2018-01-13 03:25:00 +01:00
Maurício Meneghini Fauth
0a933ca060 Refactor exportCheckboxCheck method
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-01-13 00:19:42 -02:00
Maurício Meneghini Fauth
81864e549e Use template for getHtmlForExportOptionsOutput
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-01-13 00:11:19 -02:00
Maurício Meneghini Fauth
31b7b9cc14 Use template for getHtmlForExportOptionsOutputSeparateFiles
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-01-12 17:17:09 -02:00
Maurício Meneghini Fauth
ebb22f8600 Use template for getHtmlForExportOptionsOutputRadio
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-01-12 16:44:46 -02:00
Maurício Meneghini Fauth
5b6bd82145 Use template for getHtmlForExportOptionsOutputCompression
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-01-11 18:41:57 -02:00
Maurício Meneghini Fauth
16459bf343 Use template for getHtmlForExportOptionsOutputCharset
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-01-11 15:08:46 -02:00
Maurício Meneghini Fauth
bcb67cb15f Use template for getHtmlForExportOptionsOutputFormat
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-01-10 20:47:53 -02:00