Isaac Bennetch
4a60cbd442
Prepare for release 4.7.5
...
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2017-10-21 04:00:49 -04:00
Rafael Campos de Brito
994610b168
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (3205 of 3205 strings)
[CI skip]
2017-10-23 13:32:25 +02:00
George Bezerra
06a0a641fb
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (3205 of 3205 strings)
[CI skip]
2017-10-23 13:32:01 +02:00
Guilherme Souza Silva
01102f3997
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (3205 of 3205 strings)
[CI skip]
2017-10-23 13:25:24 +02:00
anonymous
7481013c08
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (3205 of 3205 strings)
[CI skip]
2017-10-23 13:24:46 +02:00
Guilherme Souza Silva
8769bd685c
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (3205 of 3205 strings)
[CI skip]
2017-10-23 13:23:37 +02:00
George Bezerra
b289f4e0b1
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (3205 of 3205 strings)
[CI skip]
2017-10-23 13:21:44 +02:00
Michal Čihař
e87ca9e954
Removed linking to files in changelog
...
The filenames are usually partial, so it really doesn't work well.
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-10-20 11:38:40 +02:00
Michal Čihař
f2dcdfff50
Do not hardcode secure flag in examples
...
We can not assume that setup will be https by default, so having false
as default is safer.
Fixes #13758
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-10-20 11:24:00 +02:00
Michal Čihař
3a625bcd1f
Fixed listing of bookmarks for a database
...
Fixes #13761
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-10-20 11:04:45 +02:00
David Kindl
4736f76cd4
Translated using Weblate (Czech)
...
Currently translated at 92.8% (2976 of 3205 strings)
[CI skip]
2017-10-19 10:45:12 +02:00
iF
2b12059660
Translated using Weblate (Basque)
...
Currently translated at 15.1% (486 of 3205 strings)
[CI skip]
2017-10-18 19:44:26 +02:00
Daria Szatan
d447aae987
Translated using Weblate (Polish)
...
Currently translated at 81.2% (2603 of 3205 strings)
[CI skip]
2017-10-16 12:02:19 +02:00
George Bezerra
2e02a277c1
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (3205 of 3205 strings)
[CI skip]
2017-10-11 20:47:57 +02:00
Guilherme Souza Silva
16027da866
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (3205 of 3205 strings)
[CI skip]
2017-10-10 20:12:46 +02:00
anonymous
9d92c929bd
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (3205 of 3205 strings)
[CI skip]
2017-10-10 20:12:22 +02:00
Michal Čihař
683884c3cb
Remove not needed rvm update
...
It seems brew has its own ruby.
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-10-10 15:06:04 +02:00
Michal Čihař
f5d950da6f
Update SQL parser to 4.2.3
...
- Fixed copying tables with specific PARTITION definition
Fixes #13725
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-10-10 15:02:19 +02:00
Michal Čihař
867ed9f8a3
Update brew before tap
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-10-10 14:38:49 +02:00
Michal Čihař
b97fa543f4
Use newer ruby
...
Based on https://github.com/PowerShell/PowerShell/pull/5065
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-10-10 14:06:20 +02:00
Weblate
d0e263c4d9
Merge remote-tracking branch 'origin/QA_4_7' into QA_4_7
2017-10-09 14:17:30 +02:00
Allan Nordhøy
37e00c9de8
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 56.0% (1797 of 3205 strings)
[CI skip]
2017-10-09 14:17:28 +02:00
Madhura Jayaratne
b000c394f7
Fix #13686 Clicking on column name to trigger sort with an active search leads to logout
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2017-10-09 23:16:57 +11:00
Suad Pacariz
605c14453f
Translated using Weblate (Serbian (latin))
...
Currently translated at 43.1% (1383 of 3205 strings)
[CI skip]
2017-10-09 10:47:30 +02:00
dingo thirteen
8d7779baad
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (3205 of 3205 strings)
[CI skip]
2017-10-08 23:45:02 +02:00
dnhost.gr
8cfaa88451
Translated using Weblate (Greek)
...
Currently translated at 100.0% (3205 of 3205 strings)
[CI skip]
2017-10-05 12:47:53 +02:00
urty5656
c69cf6cb28
Translated using Weblate (Korean)
...
Currently translated at 83.5% (2678 of 3205 strings)
[CI skip]
2017-10-04 21:50:21 +02:00
Michal Čihař
d0d24ce20b
Fixed IPv4/IPv6 To Binary input transformation
...
We really can't just output binary value, it can not be safely used in
the result utf-8 query string.
Fixes #13552
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-10-03 15:55:11 +02:00
Michal Čihař
8385c2d47d
Avoid checking links on software.opensuse.org
...
This seems to be broken quite often recently.
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-10-03 15:28:06 +02:00
Michal Čihař
e40a81602a
Fixed setting input transformations
...
Fixes #13477
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-10-03 15:24:21 +02:00
Michal Čihař
c46082a196
Make advisor evaluation a bit stricter
...
- whitelist function names, we do not want to replace them if they exist
- define missing PMA_MYSQL_INT_VERSION
Fixes #13710
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-10-03 14:55:49 +02:00
Ahnaf Hadi Fathulloh
ddf574efab
Translated using Weblate (Indonesian)
...
Currently translated at 82.2% (2636 of 3205 strings)
[CI skip]
2017-10-03 14:10:08 +02:00
Stanisław Krukowski
cb30fed2f8
Translated using Weblate (Polish)
...
Currently translated at 81.1% (2600 of 3205 strings)
[CI skip]
2017-10-02 21:47:36 +02:00
Prajna Prasetya
be98974d4a
Translated using Weblate (Indonesian)
...
Currently translated at 82.2% (2636 of 3205 strings)
[CI skip]
2017-10-02 09:47:15 +02:00
Prajna Prasetya
7cd573315e
Translated using Weblate (Indonesian)
...
Currently translated at 81.7% (2621 of 3205 strings)
[CI skip]
2017-09-30 18:46:33 +02:00
John Vandenberg
99294f872a
Translated using Weblate (Indonesian)
...
Currently translated at 81.4% (2611 of 3205 strings)
[CI skip]
2017-09-29 16:46:02 +02:00
eisenhaus335
1031777553
Translated using Weblate (Indonesian)
...
Currently translated at 81.4% (2612 of 3205 strings)
[CI skip]
2017-09-29 07:13:24 +02:00
Haris Subandie Md. Suhaimin
c62c5e5204
Translated using Weblate (Malay)
...
Currently translated at 10.4% (336 of 3205 strings)
[CI skip]
2017-09-28 16:55:44 +02:00
Michal Čihař
99dcc25599
Translated using Weblate (Malay)
...
Currently translated at 10.4% (334 of 3205 strings)
[CI skip]
2017-09-28 16:55:34 +02:00
Michal Čihař
1338294134
Fixed rendering of add index dialog
...
Fixes #13515
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-09-28 15:55:21 +02:00
Michal Čihař
f250fe71ba
Use released version of codacy/coverage
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-09-28 12:42:46 +02:00
Michal Čihař
6be60fc9ff
Increase SQL parser dependency to get fix for #13539
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-09-28 09:47:31 +02:00
Ellianto Sarono Putro
b94c21c54a
Translated using Weblate (Indonesian)
...
Currently translated at 81.2% (2603 of 3205 strings)
[CI skip]
2017-09-25 09:46:40 +02:00
Muhammad Rafly Andrianza
1c58322b43
Translated using Weblate (Indonesian)
...
Currently translated at 81.1% (2602 of 3205 strings)
[CI skip]
2017-09-24 07:44:25 +02:00
Weblate
50344ccd5f
Merge remote-tracking branch 'origin/QA_4_7' into QA_4_7
2017-09-22 02:25:55 +02:00
Maurício Meneghini Fauth
16262e60d7
Translated using Weblate (Tamil)
...
Currently translated at 34.1% (1095 of 3205 strings)
[CI skip]
2017-09-22 02:25:54 +02:00
phyxkal
c0c3594c87
Translated using Weblate (Indonesian)
...
Currently translated at 81.4% (2611 of 3205 strings)
[CI skip]
2017-09-22 02:25:49 +02:00
Keerthana Ratnasingam
73e6a37a1c
Fix Edit index Column alignment issue
...
Fix #13513
Signed-off-by: Keerthana Ratnasingam <keerthyratnam@gmail.com>
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-09-21 21:22:55 -03:00
sarath kumar
a19a8fb65d
Translated using Weblate (Tamil)
...
Currently translated at 34.1% (1095 of 3205 strings)
[CI skip]
2017-09-21 12:48:28 +02:00
RD WebDesign
9d5ccee767
Translated using Weblate (Portuguese)
...
Currently translated at 55.4% (1776 of 3205 strings)
[CI skip]
2017-09-21 12:47:23 +02:00