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
c99aeab150
Translated using Weblate (Punjabi)
...
Currently translated at 3.1% (102 of 3219 strings)
[CI skip]
2016-08-23 15:45:40 +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
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
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
Michal Čihař
76a471a790
Avoid problems with PHP comparison
...
- allow password where empty returns true
- compare using ===
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-08-17 13:18:45 +02:00
Michal Čihař
311be7515c
Use https when available
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-08-17 13:17:41 +02:00
Michal Čihař
84d5c028b2
Changelog for issue #12330
...
Shortcut for closing console
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-08-17 13:07:41 +02:00
Michal Čihař
740fb742ca
Merge pull request #12333 from Achilles-96/Issue-12330
...
Fixes #12330 - Shortcut for closing console
2016-08-17 13:07:06 +02:00
Weblate
f22b1e8bbb
Merge remote-tracking branch 'origin/master'
2016-08-17 12:34:11 +02:00
Burak Yavuz
f5adc8403d
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (3219 of 3219 strings)
[CI skip]
2016-08-17 12:34:10 +02:00
Kristjan Räts
709a999035
Translated using Weblate (Estonian)
...
Currently translated at 100.0% (3219 of 3219 strings)
[CI skip]
2016-08-17 12:34:08 +02:00
dingo thirteen
0ff3b018ad
Translated using Weblate (Dutch)
...
Currently translated at 99.9% (3216 of 3219 strings)
[CI skip]
2016-08-17 12:34:07 +02:00
Kristjan Räts
41613c512d
Translated using Weblate (Estonian)
...
Currently translated at 100.0% (3206 of 3206 strings)
[CI skip]
2016-08-17 12:25:59 +02:00
Stefano Martinelli
5898e19e73
Translated using Weblate (Italian)
...
Currently translated at 100.0% (3219 of 3219 strings)
[CI skip]
2016-08-17 12:20:59 +02:00
Burak Yavuz
5410e3859b
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (3206 of 3206 strings)
[CI skip]
2016-08-17 12:18:45 +02:00
Michal Čihař
8f74b63430
Merge branch 'QA_4_6'
2016-08-17 11:39:06 +02:00
Michal Čihař
1d3608b6a9
Merge branch 'QA_4_6' of github.com:phpmyadmin/phpmyadmin into QA_4_6
2016-08-17 11:38:57 +02:00
Michal Čihař
9642fc2a64
Merge branch 'QA_4_6'
2016-08-17 11:38:46 +02:00
Michal Čihař
27936aa8bf
Changelog entry for issue #12430
...
Impove partitioning support
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-08-17 11:38:29 +02:00
Michal Čihař
ba59178a75
Merge pull request #12430 from rpv-tomsk/improve-partitions-support
...
Partitions editor: Allow to edit partition names; Add 'COLUMNS Partitioning' support.
2016-08-17 11:37:44 +02:00
Michal Čihař
07ea338e4f
Merge branch 'QA_4_6'
2016-08-17 11:29:39 +02:00
Michal Čihař
fa60ccfca0
Update po files
...
[CI skip]
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-08-17 11:29:26 +02:00
Michal Čihař
5c1cdeb67c
Update po files
...
[CI skip]
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-08-17 11:28:41 +02:00
Michal Čihař
71b5d662d2
Merge branch 'QA_4_6'
2016-08-17 11:27:59 +02:00