Giovanni Sora
cd1b943f19
Translated using Weblate (Interlingua)
...
Currently translated at 75.5% (2422 of 3205 strings)
[CI skip]
2017-07-19 18:45:43 +02:00
Michal Čihař
b7788850a9
Fixed usage of some browser transformations
...
Fixes #13478
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-07-18 14:18:02 +02:00
Michal Čihař
300cc8b8b2
Factor out code for MIME tranformations mapping
...
Issue #1347
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-07-18 14:07:55 +02:00
Michal Čihař
8dd0381043
Update po files
...
[CI skip]
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-07-18 13:29:19 +02:00
Michal Čihař
b2a902de4d
Switch to SSL connection if server tells us to do so
...
Fixes #13436
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-07-18 13:26:35 +02:00
Michal Čihař
471b341d2e
Allow SSL connection even when the certs are not set
...
Issue #13436
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-07-18 13:00:06 +02:00
Michal Čihař
b2b3886e22
Fail if ini_set/ini_get are disabled
...
We might support operation without these two later, but it's quite a lot
of work and nobody was really requesting this.
Fixes #13471
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-07-18 12:04:38 +02:00
Michal Čihař
6e7c6aed7d
Avoid breakage if set_time_limit is disabled
...
Fixs #13468
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-07-18 11:57:59 +02:00
Michal Čihař
4b4403aeef
Update to current lint plugin
...
Our patch has been integrated.
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-07-18 11:46:43 +02:00
Michal Čihař
0971a91698
Change variable name to match upstream
...
See https://github.com/codemirror/CodeMirror/pull/4861
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-07-18 11:26:11 +02:00
Michal Čihař
639c2b8c4b
Fixed rendering SQL lint errors
...
- add patch to CodeMirror to render HTML, it's submitted upstream as
https://github.com/codemirror/CodeMirror/pull/4861
- properly escape html output of Linter, now when we use full HTML
Fixes #13489
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-07-18 11:05:37 +02:00
Michal Čihař
1a90f97231
Bring back CSS customization for CodeMirror
...
Originally it was done by patching upstream sources in 4c24db0 , but that
was lost when upgrading.
Issue #13489
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-07-18 10:45:02 +02:00
Michal Čihař
c73f451cde
Always cleanup composer file
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-07-18 10:05:09 +02:00
NMilchev
c592ba6a0e
Translated using Weblate (Bulgarian)
...
Currently translated at 60.4% (1937 of 3203 strings)
[CI skip]
2017-07-18 09:49:35 +02:00
Michal Čihař
8841a26788
Fixed size of index edit dialog
...
Fixes #13382
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-07-17 17:09:10 +02:00
Michal Čihař
d0ab548f76
Fixed inline editing of hex values
...
Fixes #13387
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-07-17 16:56:43 +02:00
Michal Čihař
6a3d51e084
Make hex inline editor accept 0x at the begining
...
Issue #13387
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-07-17 16:52:49 +02:00
Xavier Navarro
b0123cdc9f
Translated using Weblate (Catalan)
...
Currently translated at 100.0% (3203 of 3203 strings)
[CI skip]
2017-07-17 16:22:51 +02:00
Michal Čihař
5f34bb20a8
Update sql-parser dependency
...
Needed for fixing #13385 , #13483 , #13485 , #13486 , #13487
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-07-12 16:56:08 +02:00
Michal Čihař
58ad1c90b8
Improved handling of uploaded files with open_basedir
...
Check whether configured directory is writable as it might be subject to
open_basedir restrictions.
Fixes #13482
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-07-12 13:44:33 +02:00
Michal Čihař
f0ba6576f8
Use correct constant name
...
Fixes #13475
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-07-11 16:37:33 +02:00
Michal Čihař
59d0a9fe86
Add sanity checking for max_count
...
We use it later for division, so make sure it's good for it.
Fixes #13470
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-07-10 15:26:47 +02:00
Michal Čihař
bd2a0ec307
Wrap file_exists calls with @
...
It can produce warnings in case open_basedir is enabled.
Fixes #13467
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-07-10 14:59:43 +02:00
Weblate
91d3d0953e
Merge remote-tracking branch 'origin/QA_4_7' into QA_4_7
2017-07-10 14:35:57 +02:00
test
18c7e718ed
Translated using Weblate (Croatian)
...
Currently translated at 27.7% (888 of 3203 strings)
[CI skip]
2017-07-10 14:35:54 +02:00
Michal Čihař
85747b9ae9
Use usort() instead of natsort()
...
The natsoft has side effect of producit associated array, what is later
represented as object if encoded to JSON and breaking code expect array
instead.
Fixes #13465
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-07-10 14:34:12 +02:00
Michal Čihař
36ea981bdd
Fix format string
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-07-09 11:18:55 +02:00
Michal Čihař
ee1ce07970
Fixed version check when not connected to a database
...
Fixes #13437
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-07-09 11:15:47 +02:00
Michal Čihař
10b04f175a
Fix website URL
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-07-09 11:14:05 +02:00
Michal Čihař
a4ec378179
Move spacing around buttons to Util::getMessage
...
We really do not want to add spacing around all buttons, just the ones
in the SQL message.
Fixes #13445
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-07-09 10:50:22 +02:00
Weblate
67b0180ba9
Merge remote-tracking branch 'origin/QA_4_7' into QA_4_7
2017-07-08 12:48:15 +02:00
zhangmiao
57fc8e8cf7
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 85.8% (2751 of 3203 strings)
[CI skip]
2017-07-08 12:48:12 +02:00
yagoub fadel
b9314f1d80
Translated using Weblate (Arabic)
...
Currently translated at 49.3% (1581 of 3203 strings)
[CI skip]
2017-07-08 12:48:11 +02:00
Madhura Jayaratne
d8f11a84a4
Fix #13447 Large multi-line query removes Export operation and blanks query box options
...
This is not a guaranteed method of detecting image upload into a BLOB field
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2017-07-08 20:47:45 +10:00
Michal Čihař
4f16801f04
Translated using Weblate (Arabic)
...
Currently translated at 48.3% (1548 of 3203 strings)
[CI skip]
2017-07-05 08:22:05 +02:00
yagoub fadel
cb84500c1d
Translated using Weblate (Arabic)
...
Currently translated at 48.3% (1548 of 3203 strings)
[CI skip]
2017-07-05 08:14:35 +02:00
Володимир Бриняк
b92a328e7f
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (3203 of 3203 strings)
[CI skip]
2017-07-04 15:48:25 +02:00
Michal Čihař
3fd0bffe66
Translated using Weblate (Arabic)
...
Currently translated at 41.6% (1334 of 3203 strings)
[CI skip]
2017-07-01 09:21:36 +02:00
Weblate
432726a920
Merge remote-tracking branch 'origin/QA_4_7' into QA_4_7
2017-07-01 09:20:43 +02:00
Aron Bergman
7633018897
Translated using Weblate (Swedish)
...
Currently translated at 95.0% (3043 of 3203 strings)
[CI skip]
2017-07-01 09:20:42 +02:00
Michal Čihař
9f60273f16
Translated using Weblate (Czech)
...
Currently translated at 91.9% (2946 of 3203 strings)
[CI skip]
2017-07-01 09:20:38 +02:00
yagoub fadel
5a2f96df86
Translated using Weblate (Arabic)
...
Currently translated at 41.6% (1334 of 3203 strings)
[CI skip]
2017-07-01 09:20:20 +02:00
Michal Čihař
f0e92a9bfd
Sync script with master
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-30 13:19:26 +02:00
Michal Čihař
125d4a1823
Removing composer.lock
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-30 13:19:10 +02:00
Michal Čihař
a2836768d0
Fix format string
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-30 13:17:05 +02:00
Michal Čihař
a69a0f3069
Translated using Weblate (Arabic)
...
Currently translated at 39.9% (1280 of 3203 strings)
[CI skip]
2017-06-30 11:19:18 +02:00
yagoub fadel
035d5d6a36
Translated using Weblate (Arabic)
...
Currently translated at 39.9% (1280 of 3203 strings)
[CI skip]
2017-06-30 11:16:24 +02:00
Isaac Bennetch
bd6b96f00d
Prepare for 4.7.3-dev
...
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2017-06-29 15:25:11 -04:00
Weblate
9bc46b72c6
Merge remote-tracking branch 'origin/QA_4_7' into QA_4_7
2017-06-29 21:22:11 +02:00
yagoub fadel
101411a789
Translated using Weblate (Arabic)
...
Currently translated at 35.2% (1129 of 3203 strings)
[CI skip]
2017-06-29 21:22:08 +02:00