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
dingo thirteen
2dee421a72
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (3204 of 3204 strings)
[CI skip]
2017-06-13 18:13:34 +02:00
Stefano Martinelli
274ef03d42
Translated using Weblate (Italian)
...
Currently translated at 100.0% (3204 of 3204 strings)
[CI skip]
2017-06-13 18:07:55 +02:00
Michal Čihař
1ecf2561a1
Unmark field as required
...
Otherwise the hidden field blocks form submission.
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-13 17:35:27 +02:00
Michal Čihař
4f30297d38
Cache tracker enabled per table
...
This can be executed quite a lot of times during import and there is no
reason to query database again during that.
Fixes #13318
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-13 17:34:55 +02:00
Michal Čihař
5fd7b2c9de
Avoid getting tracking version for non tracked tables
...
We won't use it anyway, so it's better to avoid that query.
Issue #13318
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-13 17:31:43 +02:00
Michal Čihař
7af85633c4
Update po files
...
[CI skip]
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-13 17:05:20 +02:00
Weblate
89e3820bae
Merge remote-tracking branch 'origin/QA_4_7' into QA_4_7
2017-06-13 17:04:25 +02:00
Alpix
5f4903bb4a
Translated using Weblate (German)
...
Currently translated at 98.8% (3161 of 3198 strings)
[CI skip]
2017-06-13 17:04:22 +02:00
Michal Čihař
358d2fd1f1
Rewrite export alias defining
...
The old code did load all colums for all tables in all databases in
export. This can easily explode for server wide exports or exports on
database with lot of tables.
It has been rewritten in a way to load required data on demand from
server. This will make aliases defining slightly slower, but I think
it's acceptable price for making the export work on larger databases.
Fixes #13008
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-13 17:02:45 +02:00
Weblate
97e604adb7
Merge remote-tracking branch 'origin/QA_4_7' into QA_4_7
2017-06-13 05:45:15 +02:00
João Medeiros
dcea3ce38b
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 98.5% (3151 of 3198 strings)
[CI skip]
2017-06-13 05:45:14 +02:00
Cindy Dallaire
9a0d189349
Translated using Weblate (French)
...
Currently translated at 98.2% (3142 of 3198 strings)
[CI skip]
2017-06-13 05:45:12 +02:00
Viktar Vauchkevich
4f4aafd1e3
Translated using Weblate (Belarusian)
...
Currently translated at 60.7% (1944 of 3198 strings)
[CI skip]
2017-06-13 05:45:11 +02:00
Deven Bansod
9f1109fe96
ChangeLog for #13327
...
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2017-06-13 09:14:51 +05:30
Deven Bansod
b759e57090
State correct default value in Documentation
...
Fix #13327
It should match the value defined in libraries/config.default.php
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2017-06-13 09:12:46 +05:30
Viktar Vauchkevich
572a52c5ef
Translated using Weblate (Belarusian)
...
Currently translated at 60.1% (1925 of 3198 strings)
[CI skip]
2017-06-12 13:15:07 +02:00
Gustavo de Oliveira Silva
c7705e8705
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 98.3% (3145 of 3198 strings)
[CI skip]
2017-06-10 21:46:04 +02:00
Michal Čihař
3fe6c862a6
Adjust tests to scripts loader change
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-08 16:15:54 +02:00
Michal Čihař
b143069be0
Simplify generating URL for php generated js
...
Use URL::getCommon() instead of constructing URL manually.
This fixes regression introduced by e317e481ac .
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-08 16:13:56 +02:00
Michal Čihař
f4ae5f0d25
Gracefully handle early fatal errors in AJAX requests
...
Generate response manually when Response object is not yet ready to be
used but we need AJAX response.
Fixes #13092
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-08 15:47:07 +02:00
Michal Čihař
e317e481ac
Remove not needed parameters
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-08 15:47:07 +02:00
Viktar Vauchkevich
0b3e188d40
Translated using Weblate (Belarusian)
...
Currently translated at 58.9% (1886 of 3198 strings)
[CI skip]
2017-06-08 15:46:54 +02:00
Michal Čihař
2bf3356879
Use new SQL mode constants in SQL parser
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-06 16:46:18 +02:00
Michal Čihař
4d9b9cad36
Added documentation on user settings
...
Fixes #13193
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-06 16:32:34 +02:00
Michal Čihař
257ba6b7e2
Fixed editing QBE
...
Fixes #13343
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-06 15:31:03 +02:00
Michal Čihař
58023e98a8
Fixed loading additional javascripts
...
The server side loader does limit to 10 files, but the client side code
happily generates more requests.
Depending on loaded pages, this could lead to some javascript files not
being loaded (eg. if you went to monitor directly from home page).
Fixes #13362
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-06 14:51:18 +02:00
Manish Bisht
253c9bed0e
Show warning for users removed from mysql.user table
...
Fixes #12718
Signed-off-by: Manish Bisht <manish.bisht490@gmail.com>
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-06 13:58:53 +02:00
Michal Čihař
8a98c29700
Fixed natural sorting in several places
...
Fixes #12976
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-06 13:48:49 +02:00
Peter Keller
3a9c2a9259
Fix to issue #12976
...
Signed-off-by: Peter Keller <petekeller2@gmail.com>
2017-06-06 13:46:27 +02:00
Karl Van Iseghem
91808cca0c
Tablename with special chars shown at triggers
...
Fixes #13323
Fixes #13338
Signed-off-by: Karl Van Iseghem <karl.vaniseghem@icloud.com>
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-06 11:18:24 +02:00
Maurício Meneghini Fauth
e10c932133
Improve themes/.gitignore
...
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-06-06 11:02:54 +02:00
Michal Čihař
c0bd19cfbb
Fixed check for mbstring.func_overload
...
It can be also empty string when disabled (at least on HHVM).
Fixes #13316
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-06 10:24:44 +02:00
Володимир Бриняк
f4a02e644d
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (3198 of 3198 strings)
[CI skip]
2017-06-06 09:53:37 +02:00
Viktar Vauchkevich
a3645b50c3
Translated using Weblate (Belarusian)
...
Currently translated at 58.6% (1876 of 3198 strings)
[CI skip]
2017-06-06 09:53:34 +02:00
Renan Dias
e27dc1854a
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 93.6% (2994 of 3198 strings)
[CI skip]
2017-06-06 03:46:11 +02:00
Dovydas
211f251d7b
Translated using Weblate (Lithuanian)
...
Currently translated at 41.8% (1337 of 3198 strings)
[CI skip]
2017-06-05 15:45:44 +02:00
Stanisław Krukowski
3125ed334f
Translated using Weblate (Polish)
...
Currently translated at 81.2% (2598 of 3198 strings)
[CI skip]
2017-06-05 12:46:13 +02:00
某玩家
df0f07e212
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 98.3% (3145 of 3198 strings)
[CI skip]
2017-06-05 12:44:29 +02:00
Viktar Vauchkevich
3695a1a6b2
Translated using Weblate (Belarusian)
...
Currently translated at 57.5% (1840 of 3198 strings)
[CI skip]
2017-06-04 21:44:19 +02:00
Володимир Бриняк
e3232c5542
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (3198 of 3198 strings)
[CI skip]
2017-06-04 09:51:45 +02:00
Justas Vilimas
c6513b8548
Translated using Weblate (Lithuanian)
...
Currently translated at 41.8% (1337 of 3198 strings)
[CI skip]
2017-06-03 14:48:59 +02:00
Dovydas
f61a175bbc
Translated using Weblate (Lithuanian)
...
Currently translated at 41.7% (1336 of 3198 strings)
[CI skip]
2017-06-03 14:43:46 +02:00
Justas Vilimas
e21c364517
Translated using Weblate (Lithuanian)
...
Currently translated at 41.7% (1335 of 3198 strings)
[CI skip]
2017-06-03 14:40:12 +02:00
Dovydas
295702aba8
Translated using Weblate (Lithuanian)
...
Currently translated at 41.7% (1334 of 3198 strings)
[CI skip]
2017-06-03 14:36:55 +02:00