Commit Graph

109711 Commits

Author SHA1 Message Date
Dr. Nagy Elemér Károly
4bf4c6294f Translated using Weblate (Hungarian)
Currently translated at 99.5% (3193 of 3207 strings)

[CI skip]
2017-12-01 00:46:54 +01:00
Weblate
c6f3c4002c Merge remote-tracking branch 'origin/QA_4_7' into QA_4_7 2017-11-29 12:52:07 +01:00
Giovanni Sora
5ec4a107d0 Translated using Weblate (Interlingua)
Currently translated at 75.5% (2424 of 3207 strings)

[CI skip]
2017-11-29 12:52:04 +01:00
Michal Čihař
7bff1263c8 Revert limitation on phpseclib dependency
Only 2.0.8 is broken, so conflict with that.

Fixes #13846

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-29 12:50:15 +01:00
Michal Čihař
f8ccc4db13 Stick with phpseclib < 2.0.8 in 4.7 branch
We can not remove PHP 5.5 support from maintenance branch, so there is
no other way than sticking with older phpseclib.

See https://github.com/phpseclib/phpseclib/issues/1218

Issue #13846

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-29 09:35:39 +01:00
Michal Čihař
8bc91e9b58 Revert "Compatibility with phpseclib 2.0.8"
This reverts commit a450935e53.

We really need to stick on 2.0.7 for 4.7 branch to keep PHP 5.5 support.

Issue #13846
2017-11-29 09:34:44 +01:00
Michal Čihař
a450935e53 Compatibility with phpseclib 2.0.8
Apparently upgrade from 2.0.7 to 2.0.8 changed API in several ways.

See https://github.com/phpseclib/phpseclib/issues/1218

Fixes #13846

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-29 09:13:23 +01:00
Weblate
a6e1ee8ef9 Merge remote-tracking branch 'origin/QA_4_7' into QA_4_7 2017-11-29 01:03:20 +01:00
Dr. Nagy Elemér Károly
4002b1af71 Translated using Weblate (Hungarian)
Currently translated at 98.8% (3170 of 3207 strings)

[CI skip]
2017-11-29 01:03:17 +01:00
Han Velthuis
85b6a37601 Translated using Weblate (Dutch)
Currently translated at 100.0% (3207 of 3207 strings)

[CI skip]
2017-11-29 01:03:13 +01:00
Maurício Meneghini Fauth
603a6851ff
Merge pull request #13844 from ibennetch/columncomment
Documentation for ShowColumnComments
2017-11-28 22:03:02 -02:00
Isaac Bennetch
8e1469c86e Documentation for ShowColumnComments
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2017-11-28 13:39:09 -05:00
Michal Čihař
713fcd4195 Changelog entry for #13737
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-28 10:56:16 +01:00
Michal Čihař
9ebd88061c Set $sql_query as well when changing password
Issue #13737

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-28 10:55:41 +01:00
Michal Čihař
b8428ea70f Fix coding style for #13737 2017-11-28 10:54:42 +01:00
Michal Čihař
562d0065b0 Merge remote-tracking branch 'origin/pull/13737' into QA_4_7 2017-11-28 10:53:54 +01:00
Michal Čihař
0262542254 Prefer iconv for encoding conversions
The mb extension is usually present, however it does not support that
wide range of charsers.

Basically this reverts d846b2e5d5.

Fixes #13842

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-28 10:28:55 +01:00
Michal Čihař
7e4845903e Revert "Translated using Weblate (English (United Kingdom))"
This reverts commit 663f1f3138.
2017-11-28 10:22:22 +01:00
Michal Čihař
784fbcd38f Lock page when changes are done in the SQL editor
The CodeMirror does not update underlying textarea in all cases, so we
need to handle it directly.

Fixes #13821

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-28 10:20:30 +01:00
Weblate
ca7441de6c Merge remote-tracking branch 'origin/QA_4_7' into QA_4_7 2017-11-28 09:13:16 +01:00
Matteo Regazzi
3eb8b541a6 Translated using Weblate (Italian)
Currently translated at 100.0% (3207 of 3207 strings)

[CI skip]
2017-11-28 09:13:11 +01:00
ʛħɸʂɫɓɸƴ Twɸȩɩʛħɫʂevɘŋ
c54b177ae3 Translated using Weblate (French)
Currently translated at 100.0% (3207 of 3207 strings)

[CI skip]
2017-11-28 09:13:08 +01:00
Thomas Staus
663f1f3138 Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (3207 of 3207 strings)

[CI skip]
2017-11-28 09:13:07 +01:00
Michal Čihař
85ff1b6c4b Gracefully fail on missing parameter
Fixes #13841

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-28 09:07:04 +01:00
Michal Čihař
e51a653a1c Fixed constructing ALTER query with AFTER
We have to include only non empty fields in this case.

Fixes #13824

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-27 18:23:21 +01:00
Michal Čihař
88aa6a8333 Avoid using empty and workarounding its match to zero
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-27 18:20:54 +01:00
Michal Čihař
e22399bebe Add support for JSON field in MariaDB
Fixs #13038

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-27 17:51:48 +01:00
Michal Čihař
fd7a4db3b7 Correctly unset session on logout
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-27 09:25:46 +01:00
Michal Čihař
f7e6366d01 Use correct name for motranslator call
We're not using php gettext, so using _ is mistake.

Issue #13436

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-27 08:59:36 +01:00
Kozioł Marcin
7fb7757aaf Translated using Weblate (Polish)
Currently translated at 98.5% (3160 of 3207 strings)

[CI skip]
2017-11-27 08:59:25 +01:00
Kozioł Marcin
c4dc201f4a Translated using Weblate (Polish)
Currently translated at 81.2% (2952 of 3207 strings)

[CI skip]
2017-11-26 17:11:35 +01:00
Kuba Niewiarowski
7ba96feed0 Translated using Weblate (Polish)
Currently translated at 81.2% (2607 of 3207 strings)

[CI skip]
2017-11-26 17:07:03 +01:00
Varanka Zoltán
f2b46cccaa Translated using Weblate (Hungarian)
Currently translated at 98.4% (3157 of 3207 strings)

[CI skip]
2017-11-26 15:47:39 +01:00
Aref Ben Lazrek
7ddd26f813 Translated using Weblate (Arabic)
Currently translated at 49.3% (1583 of 3207 strings)

[CI skip]
2017-11-26 12:44:30 +01:00
Mauricio Bastos
33a8e0473a Translated using Weblate (Portuguese (Brazil))
Currently translated at 99.6% (3197 of 3207 strings)

[CI skip]
2017-11-25 03:49:00 +01:00
Kristjan Räts
81eb162e40 Translated using Weblate (Estonian)
Currently translated at 100.0% (3207 of 3207 strings)

[CI skip]
2017-11-24 19:45:55 +01:00
dingo thirteen
07ec6a591c Translated using Weblate (Dutch)
Currently translated at 100.0% (3207 of 3207 strings)

[CI skip]
2017-11-21 20:45:28 +01:00
Airon Luis Pereira
6e1a8fbd1f Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (3207 of 3207 strings)

[CI skip]
2017-11-21 15:43:42 +01:00
Renato dos Santos
da99cb2faf Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (3207 of 3207 strings)

[CI skip]
2017-11-20 19:09:31 +01:00
Weblate
dc0460e9ee Merge remote-tracking branch 'origin/QA_4_7' into QA_4_7 2017-11-18 13:44:58 +01:00
tmtisfree
124ebbe9b8 Translated using Weblate (French)
Currently translated at 100.0% (3207 of 3207 strings)

[CI skip]
2017-11-18 13:44:54 +01:00
Michal Čihař
facc536689 Detect another way MySQL server needs SSL
Fixes #13436

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-18 13:43:53 +01:00
Michal Čihař
5b71117936 Translated using Weblate (Welsh)
Currently translated at 16.2% (522 of 3207 strings)

[CI skip]
2017-11-16 17:14:20 +01:00
Aled Powell
c7eeb20ebe Translated using Weblate (Welsh)
Currently translated at 16.2% (522 of 3207 strings)

[CI skip]
2017-11-16 17:13:50 +01:00
Kristjan Räts
7dda4946ed Translated using Weblate (Estonian)
Currently translated at 100.0% (3207 of 3207 strings)

[CI skip]
2017-11-15 20:45:55 +01:00
Michal Čihař
1fccdb4da0 Fix typo in transformation
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-14 10:47:21 +01:00
Kylychbek Turdakunov
b321a7a162 Translated using Weblate (Kyrgyz)
Currently translated at 1.8% (59 of 3207 strings)

[CI skip]
2017-11-14 09:26:05 +01:00
Michal Čihař
d999bff47f Translated using Weblate (Indonesian)
Currently translated at 82.2% (2637 of 3207 strings)

[CI skip]
2017-11-14 09:25:59 +01:00
Michal Čihař
9241e7eb96 Translated using Weblate (Greek)
Currently translated at 100.0% (3207 of 3207 strings)

[CI skip]
2017-11-14 09:25:57 +01:00
Maurício Meneghini Fauth
c0b8602dbe Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (3207 of 3207 strings)

[CI skip]
2017-11-14 09:25:55 +01:00