Commit Graph

109698 Commits

Author SHA1 Message Date
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
Michal Čihař
cfe30ff4a5 Translated using Weblate (Russian)
Currently translated at 100.0% (3207 of 3207 strings)

[CI skip]
2017-11-14 09:24:07 +01:00
Michal Čihař
0446038b13 Translated using Weblate (Albanian)
Currently translated at 100.0% (3207 of 3207 strings)

[CI skip]
2017-11-14 09:23:49 +01:00
Michal Čihař
76c96a3442 Translated using Weblate (Spanish)
Currently translated at 100.0% (3207 of 3207 strings)

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

[CI skip]
2017-11-14 09:22:21 +01:00
Michal Čihař
4568e2ca3d Translated using Weblate (French)
Currently translated at 100.0% (3207 of 3207 strings)

[CI skip]
2017-11-14 09:22:13 +01:00
Maurício Meneghini Fauth
16eafa0726 Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (3207 of 3207 strings)

[CI skip]
2017-11-14 04:26:42 +01:00
M1ckm
2142b9cfa3 Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (3207 of 3207 strings)

[CI skip]
2017-11-14 04:08:01 +01:00
Michal Čihař
9f3449275e Add SJIS-win to default list of allowed charsets
Fixes #13803

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-13 12:37:24 +01:00
Володимир Бриняк
15b3f66d1a Translated using Weblate (Ukrainian)
Currently translated at 100.0% (3207 of 3207 strings)

[CI skip]
2017-11-12 19:28:06 +01:00
jan madsen
9c3d98462e Translated using Weblate (Danish)
Currently translated at 100.0% (3207 of 3207 strings)

[CI skip]
2017-11-12 18:45:22 +01:00
Vinicius Gonçalves
a7c11b1b07 Translated using Weblate (Portuguese)
Currently translated at 55.4% (1778 of 3207 strings)

[CI skip]
2017-11-10 18:48:40 +01:00
Domen
cc340ecae0 Translated using Weblate (Slovenian)
Currently translated at 100.0% (3207 of 3207 strings)

[CI skip]
2017-11-10 00:51:51 +01:00
Tobias Groza
856ea19d31 Translated using Weblate (German)
Currently translated at 100.0% (3207 of 3207 strings)

[CI skip]
2017-11-09 19:46:23 +01:00