Michal Čihař
dee50ad8d1
Reference self as self not using class name
...
Issue #13040
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-03-01 09:59:58 +01:00
Weblate
16c8c60034
Merge remote-tracking branch 'origin/QA_4_7' into QA_4_7
2017-03-01 09:35:56 +01:00
Lalith Attanapola
0e35120a43
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 57.6% (1841 of 3192 strings)
[CI skip]
2017-03-01 09:35:55 +01:00
tmtisfree
e2793c36ad
Translated using Weblate (French)
...
Currently translated at 100.0% (3192 of 3192 strings)
[CI skip]
2017-03-01 09:35:54 +01:00
Michal Čihař
248a42af7e
Fixed javascript confirmation of dangerous queries
...
The confirmations did work properly only in console and not anywhere
else.
- the check function was expecting textarea, while it got text from
other calls
- the check for empty form was completely outdated, but that seems to
lead only to dead code and no breakage
- for the inline editor, the form was not properly focused and restored
on confirmation error
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-03-01 09:33:18 +01:00
Weblate
ff5f6db32d
Merge remote-tracking branch 'origin/QA_4_7' into QA_4_7
2017-02-27 11:43:03 +01:00
Володимир
cc7d5d5c17
Translated using Weblate (Ukrainian)
...
Currently translated at 92.4% (2951 of 3192 strings)
[CI skip]
2017-02-27 11:43:03 +01:00
tmtisfree
99c8937647
Translated using Weblate (French)
...
Currently translated at 100.0% (3192 of 3192 strings)
[CI skip]
2017-02-27 11:43:01 +01:00
Michal Čihař
c27d47ed75
Use Referrer-Policy header to specify referrer policy
...
The referrer policy in Content-Security-Policy is deprecated.
Fixes #13033
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-02-27 11:42:21 +01:00
tmtisfree
d7aca6b9a4
Translated using Weblate (French)
...
Currently translated at 100.0% (3192 of 3192 strings)
[CI skip]
2017-02-24 10:00:21 +01:00
tmtisfree
70fe826887
Translated using Weblate (French)
...
Currently translated at 100.0% (3192 of 3192 strings)
[CI skip]
2017-02-22 20:01:13 +01:00
Weblate
aa1925c898
Merge remote-tracking branch 'origin/QA_4_7' into QA_4_7
2017-02-22 09:56:53 +01:00
tmtisfree
f10fd7deb9
Translated using Weblate (French)
...
Currently translated at 100.0% (3192 of 3192 strings)
[CI skip]
2017-02-22 09:56:50 +01:00
Michal Čihař
b05e28a953
Initialize error reporting after load
...
Doing that in the code can lead to handler being installed several times
on some pages.
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-02-22 09:55:34 +01:00
Weblate
1af7cb1abe
Merge remote-tracking branch 'origin/QA_4_7' into QA_4_7
2017-02-22 09:51:21 +01:00
Володимир
df4a727f16
Translated using Weblate (Ukrainian)
...
Currently translated at 80.0% (2555 of 3192 strings)
[CI skip]
2017-02-22 09:51:20 +01:00
tmtisfree
00eeed2a50
Translated using Weblate (French)
...
Currently translated at 100.0% (3192 of 3192 strings)
[CI skip]
2017-02-22 09:51:19 +01:00
Michal Čihař
8ea5ea351b
Document bugfix
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-02-22 09:50:52 +01:00
Michal Čihař
cddbb01a2b
Do not ask CURL to return headers when we're sending one
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-02-22 09:48:12 +01:00
Michal Čihař
1d08dd281b
Pass correct headers to httpRequest
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-02-22 09:22:04 +01:00
Michal Čihař
0f1f046488
Wrap long line
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-02-22 09:22:04 +01:00
Michal Čihař
acb7438883
Merge pull request #13025 from ibennetch/comments-qa
...
Hide comment field when no table comment is set
2017-02-22 09:07:26 +01:00
Michal Čihař
33f43e741d
Remove obsolete strings from po file
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-02-22 08:59:36 +01:00
Michal Čihař
2767621bfa
Update po files
...
[CI skip]
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-02-22 08:56:56 +01:00
Weblate
a268c2a4b3
Merge remote-tracking branch 'origin/QA_4_7' into QA_4_7
2017-02-22 08:55:41 +01:00
Володимир
8e12ea58c3
Translated using Weblate (Ukrainian)
...
Currently translated at 79.9% (2557 of 3199 strings)
[CI skip]
2017-02-22 08:55:40 +01:00
tmtisfree
8c4f4579ba
Translated using Weblate (French)
...
Currently translated at 100.0% (3199 of 3199 strings)
[CI skip]
2017-02-22 08:55:38 +01:00
Michal Čihař
999a58609f
Error is always instance of Error class
...
We rely on this in other places in ErrorHandler as well, there is no
reason for this place to be different.
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-02-22 08:52:03 +01:00
Michal Čihař
1a4c5e4e8f
Remove commented out code
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-02-22 08:51:16 +01:00
Michal Čihař
f8edf0376b
This really should not happen
...
The configuration defaults are applied globally. In case this
does happen again, it should be properly investigated.
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-02-22 08:48:38 +01:00
Isaac Bennetch
b50b97af49
Hide comment field on table Structure tab when no comment is set
...
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2017-02-21 21:36:52 -05:00
tmtisfree
46b088d444
Translated using Weblate (French)
...
Currently translated at 100.0% (3199 of 3199 strings)
[CI skip]
2017-02-21 21:10:44 +01:00
Weblate
95bd933362
Merge remote-tracking branch 'origin/QA_4_7' into QA_4_7
2017-02-21 14:37:15 +01:00
Володимир
1c85cb44c7
Translated using Weblate (Ukrainian)
...
Currently translated at 79.7% (2552 of 3199 strings)
[CI skip]
2017-02-21 14:37:15 +01:00
Michal Čihař
1c8c264b08
Remove buildtimetrend as public service has been discontinued
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-02-21 14:36:41 +01:00
Weblate
7cb87f5547
Merge remote-tracking branch 'origin/QA_4_7' into QA_4_7
2017-02-21 09:14:18 +01:00
Володимир
463ca96cb3
Translated using Weblate (Ukrainian)
...
Currently translated at 80.0% (2560 of 3199 strings)
[CI skip]
2017-02-21 09:14:18 +01:00
Michal Čihař
510d7ab8ca
Changelog entry for issue #13020
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-02-21 09:13:18 +01:00
Michal Čihař
bb762f8bb5
Merge pull request #13020 from nijel/mysql-warning
...
Remove ServerLibraryDifference_DisableWarning setting
2017-02-21 09:12:15 +01:00
Michal Čihař
56297ffecc
Remove token from GET request while changing theme
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-02-20 10:17:52 +01:00
Michal Čihař
ab6e961c34
Show user errors even if normal errors are suppressed
...
I'm not sure we're hitting this case somewhere, but it makes sense to
get this fixed.
Issue #13021
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-02-20 10:07:41 +01:00
Michal Čihař
a9ddb39aac
Show phpMyAdmin errors even with error_reporting set to 0
...
Fixes #13021
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-02-20 10:04:38 +01:00
Michal Čihař
8cc6de4de3
Remove ServerLibraryDifference_DisableWarning setting
...
This is getting more and more problematic these days as most of Linux
distributions ship MariaDB libraries, while many people run MySQL
servers. As MariaDB claims the protocol compatibility should stay, we
should not warn in this case.
Of course there is option to add this exception to the warning (so far
the exception is there only other way - when using MySQL libraries to
connect to MariaDB server), but we would be ignoring most cases already
and I think complete removal is better than adding exceptions.
Overall I don't think this warning is doing any good these days.
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-02-20 09:19:22 +01:00
Joshua Atkins
53eff5d47b
Align NULL values according to column alignment
...
Fixes #13000 .
Signed-off-by: Joshua Atkins <support@jublo.net>
2017-02-20 09:06:36 +01:00
Mike Lewis
dcaeb652b0
Also submit inline SQL form when pressing the command key on macOS
...
Allows for the natural macOS key combination to submit a form (command
+ enter) to be used in addition to the Windows combination (control +
enter)
Signed-off-by: Mike Lewis <mike@mplew.is>
2017-02-20 09:03:40 +01:00
Michal Čihař
b42ef4f631
Correctly generate URL when there were not parameters
...
Fixes #13014
Fixes #13013
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-02-20 08:58:00 +01:00
Michal Čihař
59e9856200
Fixed OpenDocument exports
...
Fixes #13002
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-02-20 08:44:03 +01:00
Michal Čihař
4591c24b45
Merge pull request #13019 from jublonet/hotfix/13010-pmadb-relation-replaceinto
...
Copy database: Fix SQL error for copying PMADB metadata
2017-02-20 08:38:54 +01:00
Michal Čihař
8a08c90cb1
Merge branch 'QA_4_7' into hotfix/13010-pmadb-relation-replaceinto
2017-02-20 08:38:39 +01:00
Michal Čihař
454620dcf8
Require SQL parser > 4.1.2
...
This brings additional fixes like for #12345
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-02-20 08:25:34 +01:00