Commit Graph

110004 Commits

Author SHA1 Message Date
J.M
0950bd9bdb Make grid editor NULL checkbox text clickable
So you can click the text "NULL" in addition to the checkbox itself.

Signed-off-by: J.M <jm@jublo.net>
2017-06-24 11:32:59 +02:00
Alpix
548837dc1b Translated using Weblate (German)
Currently translated at 100.0% (3212 of 3212 strings)

[CI skip]
2017-06-23 17:37:35 +02:00
Madhura Jayaratne
3112dfe0b4 Merge branch 'master' of github.com:phpmyadmin/phpmyadmin 2017-06-22 01:03:44 +10:00
Madhura Jayaratne
0064af77ea Simplify PHP code generation
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2017-06-22 01:00:27 +10:00
Weblate
cc7dfc0ba6 Merge remote-tracking branch 'origin/master' 2017-06-21 16:39:17 +02:00
Jublo
5f6720f77a Translated using Weblate (German)
Currently translated at 98.0% (3149 of 3212 strings)

[CI skip]
2017-06-21 16:39:14 +02:00
Madhura Jayaratne
a1ffa68e92 Merge branch 'QA_4_7' 2017-06-22 00:38:46 +10:00
Madhura Jayaratne
7f22e4f3da Fix #13383 "Create PHP code" is broken
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2017-06-22 00:32:59 +10:00
Weblate
a9355fc14e Merge remote-tracking branch 'origin/QA_4_7' into QA_4_7 2017-06-19 15:30:32 +02:00
Alexandre Palma
139858465b Translated using Weblate (Portuguese)
Currently translated at 53.1% (1702 of 3204 strings)

[CI skip]
2017-06-19 15:30:31 +02:00
Weblate
761a129966 Merge remote-tracking branch 'origin/master' 2017-06-19 15:30:16 +02:00
Alexandre Palma
1fb6f715c0 Translated using Weblate (Portuguese)
Currently translated at 52.8% (1696 of 3212 strings)

[CI skip]
2017-06-19 15:30:14 +02:00
Isaac Bennetch
01c3c0ea61 Grammar fixup
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2017-06-19 09:29:21 -04:00
Isaac Bennetch
7a863d03f7 Merge branch 'QA_4_7' 2017-06-19 09:28:31 -04:00
Isaac Bennetch
0f4a31a14d Grammar fixup
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2017-06-19 09:28:23 -04:00
Michal Čihař
8809d08dd2 Fix markup syntax
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-19 10:40:20 +02:00
Michal Čihař
244031a89a Fix file path on OS X
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-19 10:29:24 +02:00
Michal Čihař
1ed5503fbe Use PHP 7.1 for OS X tests
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-19 10:15:26 +02:00
Michal Čihař
f2eb84011c Document when the feature has been added
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-19 09:54:03 +02:00
Michal Čihař
0b9e84e944 Configurable authentication logging using $cfg['AuthLog']
The authentication logging is now configurable and can be set to log
into file.

Hopefully this will prevent DirectAdmin guys producing patches which
generate tons of warnings.

Fixes #13391

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-19 09:50:16 +02:00
Michal Čihař
a49993cc05 Merge branch 'QA_4_7' 2017-06-19 09:02:41 +02:00
Michal Čihař
cafd1540e4 Fixed operation with session.auto_start enabled
Fixes #13392

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-19 09:00:50 +02:00
Michal Čihař
4eac19a41b Merge branch 'QA_4_7' 2017-06-19 08:14:51 +02:00
Michal Čihař
f446b3c25c Merge remote-tracking branch 'origin/QA_4_7' 2017-06-19 08:14:48 +02:00
Michal Čihař
ca32955af6 Fix method name
Fixes #13396

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-19 08:14:23 +02:00
Christiano Parra Consentino
a13c075a14 Translated using Weblate (Portuguese (Brazil))
Currently translated at 98.3% (3152 of 3204 strings)

[CI skip]
2017-06-18 21:46:30 +02:00
Christiano Parra Consentino
2548603f98 Translated using Weblate (Portuguese (Brazil))
Currently translated at 98.1% (3151 of 3212 strings)

[CI skip]
2017-06-18 21:46:23 +02:00
Viktar Vauchkevich
e44d6e6d37 Translated using Weblate (Belarusian)
Currently translated at 63.2% (2028 of 3204 strings)

[CI skip]
2017-06-17 21:44:14 +02:00
Weblate
375a1c543f Merge remote-tracking branch 'origin/master' 2017-06-16 16:37:40 +02:00
Viktar Vauchkevich
7cfa66ddc0 Translated using Weblate (Belarusian)
Currently translated at 63.3% (2035 of 3212 strings)

[CI skip]
2017-06-16 16:37:35 +02:00
Michal Čihař
b9d72fd5bd Enable javascript checks
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-16 16:37:20 +02:00
Michal Čihař
2d52373b26 Merge branch 'QA_4_7' 2017-06-15 17:10:01 +02:00
Michal Čihař
40a0dba5e1 Silent hash_equals warnings
This can happen in case of params get converted to integers.

Fixes #13390

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-15 17:08:38 +02:00
Michal Čihař
96ec99ea22 Merge branch 'QA_4_7' 2017-06-15 16:46:34 +02:00
Michal Čihař
29b68ce92f Merge branch 'QA_4_7' of github.com:phpmyadmin/phpmyadmin into QA_4_7 2017-06-15 16:46:20 +02:00
Michal Čihař
990b8163b4 Merge branch 'QA_4_7' 2017-06-15 16:45:35 +02:00
Michal Čihař
3675c1ef94 Remove coveralls support
Their PHP code seems unmaintained and Codecov serves better our purposes
(it can better track pull request changes).

Fixes #12716

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-15 16:44:34 +02:00
Weblate
0251931c3e Merge remote-tracking branch 'origin/QA_4_7' into QA_4_7 2017-06-15 16:28:41 +02:00
Володимир Бриняк
fdeba3b5ce Translated using Weblate (Ukrainian)
Currently translated at 100.0% (3204 of 3204 strings)

[CI skip]
2017-06-15 16:28:41 +02:00
Burak Yavuz
7af4fa2932 Translated using Weblate (Turkish)
Currently translated at 100.0% (3204 of 3204 strings)

[CI skip]
2017-06-15 16:28:41 +02:00
Domen
af52e457b3 Translated using Weblate (Slovenian)
Currently translated at 100.0% (3204 of 3204 strings)

[CI skip]
2017-06-15 16:28:40 +02:00
Māris
0f42586cce Translated using Weblate (Latvian)
Currently translated at 17.4% (560 of 3204 strings)

[CI skip]
2017-06-15 16:28:39 +02:00
Giovanni Sora
e1e5fe326f Translated using Weblate (Interlingua)
Currently translated at 75.5% (2421 of 3204 strings)

[CI skip]
2017-06-15 16:28:38 +02:00
dingo thirteen
69a07470f3 Translated using Weblate (Dutch)
Currently translated at 100.0% (3204 of 3204 strings)

[CI skip]
2017-06-15 16:28:38 +02:00
Viktar Vauchkevich
f383b68ead Translated using Weblate (Belarusian)
Currently translated at 62.4% (2000 of 3204 strings)

[CI skip]
2017-06-15 16:28:37 +02:00
Michal Čihař
a22b48351e Merge branch 'QA_4_7' 2017-06-15 16:27:55 +02:00
Michal Čihař
c8d7fc4024 Merge commit '2dee421a72824a5493bcf816d6baeb74bc3584c9' 2017-06-15 16:27:21 +02:00
Michal Čihař
14f738c262 Show only supported charsets for conversion
Fixes #13388

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-15 16:26:54 +02:00
Michal Čihař
d45e61efc5 Avoid PHP errors with non existing configuration on OS X
It sems that @ does notwork on fileperms there according to error
reports.

Fixes #13386

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-15 16:04:52 +02:00
Weblate
d3e7ebff2e Merge remote-tracking branch 'origin/master' 2017-06-15 11:59:49 +02:00