Commit Graph

106988 Commits

Author SHA1 Message Date
Michal Čihař
2e4c6b3c4a Merge remote-tracking branch 'origin/QA_4_6' 2016-08-25 09:39:50 +02:00
Renan Souza do Nascimento
54a0594493 Translated using Weblate (Portuguese)
Currently translated at 53.7% (1724 of 3206 strings)

[CI skip]
2016-08-25 09:38:10 +02:00
Michal Čihař
8d46edc4b6 Merge branch 'QA_4_6' 2016-08-24 12:03:37 +02:00
Michal Čihař
6879923acc Do not show warning about short blowfish_secret if none is set
With empty blowfish_secret user would always get both warnings...

Fixes #12485

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-08-24 12:03:22 +02:00
Michal Čihař
31f6d76405 Merge branch 'QA_4_6' 2016-08-24 11:55:10 +02:00
Michal Čihař
c8c0341d68 Merge remote-tracking branch 'origin/QA_4_6' 2016-08-24 11:50:38 +02:00
Michal Čihař
cbd6137c03 Avoid double escaping of built in transformation URLs
We do already escape them in the tranformation, so avoid doing that
before.

Issue #12483

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-08-24 11:48:48 +02:00
Michal Čihař
ed6188d2c8 Whitelist relative URLs from built in transformatons
Fixes #12483

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-08-24 11:46:46 +02:00
Michal Čihař
38cf234707 Force relative paths in links
This way we avoid potential problem if script name resolves to a domain.

Issue #12483

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-08-24 11:45:40 +02:00
Michal Čihař
48b6dd58d8 Use one code to check external links
There is no good reason to duplicate the check in several places.

Fixes #12479

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-08-24 11:38:03 +02:00
Michal Čihař
265efb046f Extend PMA_checkLink to cover more use cases
- allow to support mailto, ftp or http links on request
- do not use multibyte functions as we're interested in first chars
  anyway and we're comparing against ascii ones

Issue #12479

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-08-24 11:33:52 +02:00
Giovanni Sora
4a9b84faa2 Translated using Weblate (Interlingua)
Currently translated at 73.5% (2357 of 3206 strings)

[CI skip]
2016-08-24 11:19:48 +02:00
Lucius Gaitán
09597d9c5e Translated using Weblate (Portuguese (Brazil))
Currently translated at 93.1% (2987 of 3206 strings)

[CI skip]
2016-08-24 06:45:39 +02:00
Weblate
043d4ea952 Merge remote-tracking branch 'origin/master' 2016-08-23 16:15:04 +02:00
Lucius Gaitán
ab37daa93e Translated using Weblate (Portuguese (Brazil))
Currently translated at 92.6% (2981 of 3219 strings)

[CI skip]
2016-08-23 16:15:03 +02:00
Giovanni Sora
512782c425 Translated using Weblate (Interlingua)
Currently translated at 73.6% (2370 of 3219 strings)

[CI skip]
2016-08-23 16:15:02 +02:00
Isaac Bennetch
3cc02ea2a5 Merge pull request #12406 from nijel/sign-tags
GPG sign Git release tags
2016-08-23 10:14:53 -04:00
Satnam S Virdi
d4352a3097 Translated using Weblate (Punjabi)
Currently translated at 3.1% (102 of 3206 strings)

[CI skip]
2016-08-23 15:45:45 +02:00
Satnam S Virdi
c99aeab150 Translated using Weblate (Punjabi)
Currently translated at 3.1% (102 of 3219 strings)

[CI skip]
2016-08-23 15:45:40 +02:00
Παναγιώτης Παπάζογλου
6ab7c1318f Translated using Weblate (Greek)
Currently translated at 100.0% (3206 of 3206 strings)

[CI skip]
2016-08-23 00:44:56 +02:00
Michal Čihař
f45a277647 Translated using Weblate (Ukrainian)
Currently translated at 79.8% (2571 of 3219 strings)

[CI skip]
2016-08-21 17:35:34 +02:00
Bohdan S
140d0e5a5b Translated using Weblate (Ukrainian)
Currently translated at 80.3% (2575 of 3206 strings)

[CI skip]
2016-08-21 15:46:18 +02:00
Bohdan S
932b165bb2 Translated using Weblate (Ukrainian)
Currently translated at 79.8% (2571 of 3219 strings)

[CI skip]
2016-08-21 15:46:13 +02:00
Domen
232bbd0461 Translated using Weblate (Slovenian)
Currently translated at 100.0% (3206 of 3206 strings)

[CI skip]
2016-08-21 06:46:02 +02:00
Domen
7b5e9e26db Translated using Weblate (Slovenian)
Currently translated at 100.0% (3219 of 3219 strings)

[CI skip]
2016-08-21 06:45:58 +02:00
Παναγιώτης Παπάζογλου
ddbdcb698e Translated using Weblate (Greek)
Currently translated at 100.0% (3219 of 3219 strings)

[CI skip]
2016-08-20 23:33:58 +02:00
Michal Čihař
46b329c32b Merge branch 'QA_4_6' 2016-08-18 17:37:34 +02:00
Michal Čihař
6faa1fe46a Add rel="noopener noreferrer" to all external target="_blank" links
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-08-18 17:35:20 +02:00
Michal Čihař
9c5528b4cb Merge branch 'QA_4_6' 2016-08-18 17:09:24 +02:00
Michal Čihař
1947243d18 Merge remote-tracking branch 'origin/QA_4_6' 2016-08-18 17:09:21 +02:00
Michal Čihař
c44f5ab080 Always use UTC time in HTTP headers
Using timezones in this context can cause problem when DST changes
apply.

Also this can be information leak of server timezone.

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-08-18 17:07:00 +02:00
Domen
717adf40f3 Translated using Weblate (Slovenian)
Currently translated at 100.0% (3206 of 3206 strings)

[CI skip]
2016-08-17 23:05:28 +02:00
Domen
dc6893cb87 Translated using Weblate (Slovenian)
Currently translated at 100.0% (3219 of 3219 strings)

[CI skip]
2016-08-17 23:03:29 +02:00
Weblate
02ee1849ab Merge remote-tracking branch 'origin/master' 2016-08-17 20:16:41 +02:00
Stanisław Krukowski
377cbc3772 Translated using Weblate (Polish)
Currently translated at 81.8% (2635 of 3219 strings)

[CI skip]
2016-08-17 20:16:40 +02:00
Michal Čihař
5072d9a0df Merge remote-tracking branch 'origin/QA_4_6' 2016-08-17 15:40:15 +02:00
Michal Čihař
23b34b1880 Merge branch 'master' of github.com:phpmyadmin/phpmyadmin 2016-08-17 15:40:04 +02:00
Weblate
df5099459d Merge remote-tracking branch 'origin/QA_4_6' into QA_4_6 2016-08-17 15:38:55 +02:00
Stefano Martinelli
9d3263c9f3 Translated using Weblate (Italian)
Currently translated at 100.0% (3206 of 3206 strings)

[CI skip]
2016-08-17 15:38:53 +02:00
dingo thirteen
a02f9c6ad0 Translated using Weblate (Dutch)
Currently translated at 100.0% (3206 of 3206 strings)

[CI skip]
2016-08-17 15:38:52 +02:00
Michal Čihař
23e01d306a Merge branch 'QA_4_6' 2016-08-17 15:38:22 +02:00
Michal Čihař
07985b5ef2 Merge remote-tracking branch 'origin/QA_4_6' 2016-08-17 15:38:19 +02:00
Michal Čihař
7898060916 Ensure PmaAbsoluteUri ends with /
This was probably most frequest user error we want to fix.

Issue #12374

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-08-17 15:37:20 +02:00
Michal Čihař
f6a64ed835 Reintroduced simplified PmaAbsoluteUri configuration directive
Fixes #12374

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-08-17 15:35:15 +02:00
Michal Čihař
a458b70412 Use PmaAbsoluteUri for isHttps
Issue #12374

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-08-17 15:35:15 +02:00
Michal Čihař
01b9db6b1c Rename getCookiePath() to getRootPath()
It is not used only for cookies, so generic name makes more sense.

Issue #12374

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-08-17 15:35:15 +02:00
Michal Čihař
83476322ba Use PmaAbsolueUri for cookie path
Issue #12374

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-08-17 15:35:15 +02:00
Michal Čihař
1099f68c1a Reintroduce PmaAbsoluteUri setting
It has no affect yet.

Issue #12374

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-08-17 15:14:46 +02:00
Michal Čihař
b53fff29b2 Crossreference docs for PmaAbsoluteUri
Issue #12374

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-08-17 14:44:21 +02:00
Deven Bansod
111fbab5d2 Fix tests after 44760ac
* Currently hard-coded the values and removed URL::getCommon() call as it was producing incorrect order of parameters in the url
* Can look at a better approach for fixing the test

Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2016-08-17 18:13:21 +05:30