Michal Čihař
b8087ce80d
Add more complex advisor test
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-05-16 15:13:40 +02:00
Michal Čihař
262e22613c
Complete test coverage for ADVISOR_bytime
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-05-16 15:06:53 +02:00
Michal Čihař
93d1924179
Fix name of Advisor::byTime
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-05-15 09:44:58 +02:00
Michal Čihař
1c70ed49cb
Move advisor helpers to the Advisor class
...
They no longer need to pollute global namespace as they are used only in
context of ExpressionLanguage.
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-05-15 09:44:01 +02:00
Michal Čihař
f13476f454
Replace eval() by Symfony\ExpressionLanguage
...
This is already used by motranslator, so it doed not bring extra
dependency and we get rid of the eval() call.
Fixes #6363
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-05-15 09:44:01 +02:00
Michal Čihař
b8c4ca9cdd
Add tests for advisor functions
...
We need to ensure these work correctly when refactoring the code.
Issue #6363
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-05-15 09:44:01 +02:00
Viktar Vauchkevich
47a695824b
Translated using Weblate (Belarusian)
...
Currently translated at 46.6% (1493 of 3198 strings)
[CI skip]
2017-05-15 00:44:13 +02:00
Takumi Hamamoto
d3b5669276
Translated using Weblate (Japanese)
...
Currently translated at 71.0% (2272 of 3198 strings)
[CI skip]
2017-05-13 09:45:43 +02:00
Michal Čihař
b0c138e0da
Merge branch 'QA_4_7'
2017-05-09 23:44:13 +02:00
Michal Čihař
d10cf08393
Avoid duplicating $response
...
We need to get it just once, see
https://github.com/phpmyadmin/phpmyadmin/issues/13154#issuecomment-300301726
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-05-09 23:43:39 +02:00
Michal Čihař
5797113b25
Remove hhvm 3.19 for now
...
The packages aren't ready yet.
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-05-09 16:33:16 +02:00
Michal Čihař
0df1a22deb
Adjust hhvm test matrix
...
- remove ancient 3.3
- add current 3.19
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-05-09 16:27:46 +02:00
Michal Čihař
6b45f57e45
Merge branch 'QA_4_7'
2017-05-09 15:05:06 +02:00
Michal Čihař
dbcbee5336
Remove composer.lock from maintenance branch
...
It should be there only for releases.
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-05-09 15:03:22 +02:00
Michal Čihař
61b9418f67
Add tests for Amazon RDS
...
Issue #13258
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-05-09 15:02:13 +02:00
Michal Čihař
17599c3387
Simplify Amazon RDS detection
...
Issue #13258
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-05-09 15:01:58 +02:00
Michal Čihař
fba8a51e3e
Changelog entry for #13258
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-05-09 14:56:28 +02:00
Craig Duncan
ac3a35bc97
Correct the check for Amazon RDS
...
Signed-off-by: Craig Duncan <git@duncanc.co.uk>
2017-05-09 14:55:52 +02:00
Michal Čihař
71fdc68827
Merge branch 'QA_4_7'
2017-05-09 14:32:26 +02:00
Michal Čihař
0f0247f46b
Remove author on request
...
Fixes #13259
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-05-09 14:32:01 +02:00
Michal Čihař
6e9fc50304
Run tests during daily builds
...
To ensure we will not ship something broken.
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-05-09 14:11:37 +02:00
Michal Čihař
688fbc0d19
Remove build results if not running in CI mode
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-05-09 14:11:11 +02:00
Michal Čihař
b3ee1e56f8
Do not use ant for invoking testsuite
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-05-09 14:10:55 +02:00
Michal Čihař
a743cb084e
Store metadata on daily release
...
Store timestamp and git commit, so that this can be later used by
website.
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-05-09 12:53:09 +02:00
Michal Čihař
a226011717
Merge branch 'QA_4_7'
2017-05-09 11:50:33 +02:00
Michal Čihař
1784f4a64e
Changelog entry for #13252 and #13255
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-05-09 11:50:10 +02:00
Michal Čihař
c36d0001f9
Use htmlspecialchars instead of urlencode
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-05-09 11:49:52 +02:00
Michal Čihař
4193d20334
Merge pull request #13255 from udan11/fix_13252
...
Fixed tooltip not showing up.
2017-05-09 11:49:14 +02:00
Michal Čihař
887a241c6d
Merge pull request #13248 from CommanderRoot/patch-1
...
Fix unwanted escaping
2017-05-09 11:48:14 +02:00
Michal Čihař
35d6feb0d5
Merge pull request #13249 from CommanderRoot/patch-2
...
Fix dropdown selector
2017-05-09 11:46:02 +02:00
Weblate
0379da4618
Merge remote-tracking branch 'origin/master'
2017-05-09 11:42:01 +02:00
Codrin
66d5e769ea
Translated using Weblate (Romanian)
...
Currently translated at 53.7% (1719 of 3198 strings)
[CI skip]
2017-05-09 11:42:00 +02:00
Michal Čihař
8a2cb21394
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 93.6% (2995 of 3198 strings)
[CI skip]
2017-05-09 11:42:00 +02:00
Michal Čihař
dd52bcbe9a
Translated using Weblate (Lithuanian)
...
Currently translated at 42.9% (1372 of 3198 strings)
[CI skip]
2017-05-09 11:41:59 +02:00
Viktar Vauchkevich
e19a3c4ae9
Translated using Weblate (Belarusian)
...
Currently translated at 38.3% (1228 of 3198 strings)
[CI skip]
2017-05-09 11:41:55 +02:00
Michal Čihař
64112a30f8
Merge branch 'QA_4_7'
2017-05-09 11:41:39 +02:00
Michal Čihař
4b4c836a28
Merge remote-tracking branch 'origin/QA_4_7'
2017-05-09 11:41:32 +02:00
Michal Čihař
3a9ab31353
Merge commit 'cb717611e9134dabecc789969df4d6761aaa34c7'
2017-05-09 11:41:17 +02:00
Michal Čihař
8711717fc7
Merge commit '35c6d9c66dc83cb16e07ae89933a874b9b368308'
2017-05-09 11:41:02 +02:00
Michal Čihař
915bcdab5b
Changelog entry for #13256 and #13257
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-05-09 11:40:16 +02:00
Weblate
9988611a17
Merge remote-tracking branch 'origin/QA_4_7' into QA_4_7
2017-05-09 11:39:36 +02:00
Codrin
88e2610296
Translated using Weblate (Romanian)
...
Currently translated at 54.0% (1724 of 3192 strings)
[CI skip]
2017-05-09 11:39:35 +02:00
Michal Čihař
b723df0b86
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 94.0% (3001 of 3192 strings)
[CI skip]
2017-05-09 11:39:35 +02:00
Michal Čihař
a3987b2654
Translated using Weblate (Lithuanian)
...
Currently translated at 43.1% (1377 of 3192 strings)
[CI skip]
2017-05-09 11:39:34 +02:00
Viktar Vauchkevich
5d3f1be1d4
Translated using Weblate (Belarusian)
...
Currently translated at 38.5% (1229 of 3192 strings)
[CI skip]
2017-05-09 11:39:32 +02:00
Michal Čihař
a70025eee2
Translated using Weblate (Arabic)
...
Currently translated at 34.6% (1107 of 3192 strings)
[CI skip]
2017-05-09 11:39:32 +02:00
Michal Čihař
cb717611e9
Merge pull request #13257 from udan11/fix_13256
...
zxcvbn dependency was missing.
2017-05-09 11:39:24 +02:00
Joelso Dias
35c6d9c66d
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 94.0% (3001 of 3192 strings)
[CI skip]
2017-05-09 03:46:14 +02:00
Joelso Dias
2c246ecdb1
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 93.6% (2995 of 3198 strings)
[CI skip]
2017-05-09 03:46:07 +02:00
Cindy Dallaire
97d2c07e24
Translated using Weblate (French)
...
Currently translated at 100.0% (3192 of 3192 strings)
[CI skip]
2017-05-09 00:45:05 +02:00