Commit Graph

105810 Commits

Author SHA1 Message Date
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
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
Παναγιώτης Παπάζογλου
6ab7c1318f Translated using Weblate (Greek)
Currently translated at 100.0% (3206 of 3206 strings)

[CI skip]
2016-08-23 00:44:56 +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
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
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ř
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
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ř
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
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
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
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ř
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ř
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ř
fa60ccfca0 Update po files
[CI skip]

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-08-17 11:29:26 +02:00
Michal Čihař
03461d85c8 Merge pull request #12458 from rpv-tomsk/fix-ru-translation
Translation improvements
2016-08-17 11:23:46 +02:00
Michal Čihař
7412f90aaf Add changelog entries
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-08-17 11:21:38 +02:00
Michal Čihař
a53bc7c0e3 Merge pull request #12459 from rpv-tomsk/column-privileges
When editing table records, display readonly inputs for fields without write access.
2016-08-17 11:20:14 +02:00
Michal Čihař
cff9e555ae Merge pull request #12462 from devenbansod/fix_12384
Reload Navigation if no previous entry stored
2016-08-17 11:16:25 +02:00
Michal Čihař
27f4ff93ee Document how to set up credentials on Docker
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-08-17 10:40:13 +02:00
Michal Čihař
28bfcebcf1 Remove potentionally license problematic sRGB profile
We really do not need it, so there is no reason to ship it.

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-08-17 09:04:26 +02:00
Isaac Bennetch
b3d8ebad3f Prepare for 4.6.5
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2016-08-16 21:35:34 -04:00
Weblate
0c3dac812c Merge remote-tracking branch 'origin/QA_4_6' into QA_4_6 2016-08-17 03:35:10 +02:00
Axel Rindle
bd403cdbd2 Translated using Weblate (German)
Currently translated at 100.0% (3214 of 3214 strings)

[CI skip]
2016-08-17 03:35:08 +02:00
Isaac Bennetch
b9a6a9993e Release 4.6.4
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2016-08-16 16:38:46 -04:00
Isaac Bennetch
0f6b76b578 Merge remote-tracking branch 'security/QA_4_6-security' into QA_4_6 2016-08-16 16:34:37 -04:00
Deven Bansod
6c497b590f Reload Navigation if no prev entry stored
This automatically ensures check for url params.
If token does not match, store the current NavTree status in sessionStorage

Fix #12384

Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2016-08-16 13:48:09 +05:30
Pavel Rochnyack
c660c627f0 When editing table records, display readonly inputs for fields without write access .
Signed-off-by: Pavel Rochnyack <pavel2000@ngs.ru>
2016-08-14 19:51:51 +01:00
Weblate
13d341530b Merge remote-tracking branch 'origin/QA_4_6' into QA_4_6 2016-08-14 18:13:09 +02:00
Burak Yavuz
ec6b67e903 Translated using Weblate (Turkish)
Currently translated at 100.0% (3209 of 3209 strings)

[CI skip]
2016-08-14 18:13:08 +02:00
Dadan Setia
91a548811d Translated using Weblate (Indonesian)
Currently translated at 68.9% (2216 of 3213 strings)

[CI skip]
2016-08-14 18:13:07 +02:00
Deven Bansod
9fe4cbe994 Allow resizing only from bottom of the SQL Editors
Also affects SQL Editors in Inline editing, Add/Edit Routines,
Exporting User privileges etc.

ChangeLog Entry for #12346

Fix #12346

Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2016-08-14 21:41:24 +05:30
Pavel Rochnyack
5a5ae580f2 Partitions editor: Allow to edit partition names; Add 'COLUMNS Partitioning' support.
+ Add 'COLUMNS Partitioning' support
+ Allow to edit partition names
* Do not show duplicate partition names in 'Partition maintenance' snippet on 'Operations' tab. Caused by subpartitions presence.
* Optimize Partition::getPartitionMethod() - need only one row, so use 'LIMIT 1' in query to avoid much data transfer from database.
* Change HTML-code of partition comment textarea to avoid extra spaces added to value.
* Added missing htmlspecialchars() on subpartitions comment.

Signed-off-by: Pavel Rochnyack <pavel2000@ngs.ru>
2016-08-14 12:26:01 +01:00
Pavel Rochnyack
7249a76928 Translation improvements
* Improved Russian translation
* Added lost internationalization to column_definitions_form.phtml

Signed-off-by: Pavel Rochnyack <pavel2000@ngs.ru>
2016-08-14 06:43:53 +01:00
Alex Vega
16c9eee917 Translated using Weblate (Russian)
Currently translated at 97.5% (3135 of 3213 strings)

[CI skip]
2016-08-14 03:45:53 +02:00
Deven Bansod
90df9c9883 ChangeLog entry for #12375
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2016-08-10 01:02:53 +05:30
Deven Bansod
6c8513bd79 Merge pull request #12450 from devenbansod/fix_12375
Scroll (using Animate) only when result div is loaded with data from ajax response and is visible
2016-08-10 00:59:47 +05:30