Commit Graph

109918 Commits

Author SHA1 Message Date
Maurício Meneghini Fauth
294a22c1d4 Update copyright years
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-03-28 01:01:24 -03:00
Maurício Meneghini Fauth
e4c897f400 Move changelog entries #14060 and #14096
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-03-23 03:03:13 -03:00
Weblate
cd03e646b8 Merge remote-tracking branch 'origin/QA_4_7' into QA_4_7 2018-03-23 06:58:33 +01:00
Marino
861486754e Translated using Weblate (Croatian)
Currently translated at 27.7% (890 of 3208 strings)

[CI skip]
2018-03-23 06:58:26 +01:00
Maurício Meneghini Fauth
6fc885c964
Merge pull request #14108 from ibennetch/ie_compatibility
Fixes JavaScript error when editing rows with Internet Explorer
2018-03-23 02:58:05 -03:00
Domen
c7366f0b18 Translated using Weblate (Slovenian)
Currently translated at 100.0% (3208 of 3208 strings)

[CI skip]
2018-03-21 19:41:07 +01:00
Isaac Bennetch
4d7ca8fe04 Fixes JavaScript error when editing rows with Internet Explorer
Fixes #14060
Fixes #14096

Internet Explorer does not support StartsWith()

See the comments by
tm8544 at https://github.com/phpmyadmin/phpmyadmin/issues/14096#issue-306243721
and qcybb at https://github.com/phpmyadmin/phpmyadmin/issues/14060#issuecomment-374730276

Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2018-03-21 10:50:13 -04:00
Yaron Shahrabani
9a75bdc04c Translated using Weblate (Hebrew)
Currently translated at 20.1% (648 of 3208 strings)

[CI skip]
2018-03-20 10:37:40 +01:00
M. M
86a64e7532 Translated using Weblate (Albanian)
Currently translated at 100.0% (3208 of 3208 strings)

[CI skip]
2018-03-20 00:34:31 +01:00
Nabin Ghimire
fa30d1aa11 Translated using Weblate (Nepali)
Currently translated at 1.9% (62 of 3208 strings)

[CI skip]
2018-03-19 22:41:04 +01:00
Nuno Marques
bcb856ef72 Translated using Weblate (Portuguese)
Currently translated at 58.6% (1882 of 3208 strings)

[CI skip]
2018-03-18 16:39:55 +01:00
Yaron Shahrabani
da92800dc3 Translated using Weblate (Hebrew)
Currently translated at 20.1% (645 of 3208 strings)

[CI skip]
2018-03-17 10:37:01 +01:00
Weblate
f90fdf2fc2 Merge remote-tracking branch 'origin/QA_4_7' into QA_4_7 2018-03-12 23:17:42 +01:00
Yaron Shahrabani
84c66eead9 Translated using Weblate (Hebrew)
Currently translated at 19.5% (627 of 3208 strings)

[CI skip]
2018-03-12 23:17:35 +01:00
Alexander Kamp
dc75d407c0 Fixes for issue 14059: (#14075)
Missing '=' after fk_checks (value was appended onto field name)
sql_query variable not set due to GET-POST method change in tbl_structure.php 'add_key' situation

Fix #14059

Signed-off-by: Alexander Kamp <git@akamp.nl>
2018-03-12 19:16:57 -03:00
Weblate
d25f36570e Merge remote-tracking branch 'origin/QA_4_7' into QA_4_7 2018-03-11 13:00:46 +01:00
Akom Chotiphantawanon
23fb9e6715 Translated using Weblate (Thai)
Currently translated at 29.0% (932 of 3208 strings)

[CI skip]
2018-03-11 13:00:44 +01:00
Michal Čihař
c09e2b55ff Ignore site with expired SSL cert for now
Signed-off-by: Michal Čihař <michal@cihar.com>
2018-03-11 12:59:32 +01:00
Isaac Bennetch
c039e3a646 Add a note about VARIABLE text being case-sensitive; see #14062
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2018-03-09 17:00:55 -05:00
Isaac Bennetch
9c11715e75 Prepare for 4.7.10-dev
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2018-03-05 13:14:46 -05:00
Isaac Bennetch
8775f7a3b0 Removing composer.lock
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2018-03-05 10:43:28 -05:00
Isaac Bennetch
80914e327e Adding composer lock for 4.7.9
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2018-03-05 10:37:10 -05:00
Isaac Bennetch
b3b170da62 Prepare for version 4.7.9
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2018-03-05 10:35:48 -05:00
Michal Čihař
3034a23fed Revert "Honor arg_separator in AJAX requests"
This reverts commit 984c6a0054.

See #13940

Signed-off-by: Michal Čihař <michal@cihar.com>
2018-03-05 15:46:32 +01:00
Michal Čihař
16c6c114fa Revert "Fix missing addition operator on string concatenation"
This reverts commit a0024aa041.
2018-03-05 15:45:54 +01:00
Yaron Shahrabani
93da5b0af8 Translated using Weblate (Hebrew)
Currently translated at 16.5% (532 of 3208 strings)

[CI skip]
2018-03-05 14:36:51 +01:00
Isaac Bennetch
e5edef4639 English-language fixup.
Thanks to "rafpaf" for noticing this at https://github.com/phpmyadmin/phpmyadmin/pull/13997

Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2018-03-01 23:32:16 -05:00
Maurício Meneghini Fauth
a0024aa041 Fix missing addition operator on string concatenation
Fix #14050

Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-03-01 22:15:04 -03:00
Isaac Bennetch
1270873d51 More ChangeLog entries related to c21a9cf; issues #13927 and #13887
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2018-03-01 10:55:01 -05:00
Michal Čihař
c9153ed21a Changelog for #14036
Signed-off-by: Michal Čihař <michal@cihar.com>
2018-03-01 15:50:41 +01:00
Michal Čihař
984c6a0054 Honor arg_separator in AJAX requests
Fixes #13940

Signed-off-by: Michal Čihař <michal@cihar.com>
2018-03-01 15:50:41 +01:00
Weblate
bfbea294f3 Merge remote-tracking branch 'origin/QA_4_7' into QA_4_7 2018-03-01 08:50:58 +01:00
Yaron Shahrabani
3481e3c270 Translated using Weblate (Hebrew)
Currently translated at 16.3% (523 of 3208 strings)

[CI skip]
2018-03-01 08:50:52 +01:00
Michal Čihař
2d352492b1 More up to date OpenDocument docs
Currently all vendors support this.

Signed-off-by: Michal Čihař <michal@cihar.com>
2018-03-01 08:49:47 +01:00
Michal Čihař
62fc8e24f4 Translated using Weblate (Polish)
Currently translated at 98.6% (3166 of 3208 strings)

[CI skip]
2018-02-27 22:31:30 +01:00
Maurício Meneghini Fauth
276a569431 Fix double escaping in enum dropdown
Fix #14044

Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-02-27 18:03:24 -03:00
Stanisław Krukowski
13e7973c4f Translated using Weblate (Polish)
Currently translated at 98.6% (3166 of 3208 strings)

[CI skip]
2018-02-27 16:38:47 +01:00
Aki Kettunen
b34301220d Translated using Weblate (Finnish)
Currently translated at 69.0% (2216 of 3208 strings)

[CI skip]
2018-02-27 10:37:01 +01:00
Robert Antoni Buj Gelonch
cf1ad5c59f Translated using Weblate (Catalan)
Currently translated at 100.0% (3208 of 3208 strings)

[CI skip]
2018-02-24 00:34:57 +01:00
Weblate
a5e473267b Merge remote-tracking branch 'origin/QA_4_7' into QA_4_7 2018-02-22 23:39:18 +01:00
Robert Antoni Buj Gelonch
9e432241d9 Translated using Weblate (Catalan)
Currently translated at 100.0% (3208 of 3208 strings)

[CI skip]
2018-02-22 23:39:12 +01:00
Michal Čihař
3fe1e5a625 Use python 3.6 to build docs
It fixes SNI issues.

Signed-off-by: Michal Čihař <michal@cihar.com>
2018-02-22 23:38:20 +01:00
Michal Čihař
e1920f10c2 Update linkcheck ignore list
- remove SNI issues as this seems to be fixed
- add pecl.php.net as that is showing timeouts for last weel

Signed-off-by: Michal Čihař <michal@cihar.com>
2018-02-22 23:17:29 +01:00
Weblate
7f3947dc6c Merge remote-tracking branch 'origin/QA_4_7' into QA_4_7 2018-02-22 23:14:00 +01:00
Robert Antoni Buj Gelonch
082a17dfd8 Translated using Weblate (Catalan)
Currently translated at 100.0% (3208 of 3208 strings)

[CI skip]
2018-02-22 23:13:55 +01:00
Michal Čihař
c21a9cf51f
Merge pull request #14036 from mauriciofauth/broken-sort
Fix broken sort
2018-02-22 23:13:32 +01:00
Gemorroj
031c832fd7 Update tbl_operations.js
fix maintenance operations

Signed-off-by: Gemorroj <wapinet@gmail.com>
(cherry picked from commit b3c9a0c115)
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-02-22 16:07:49 -03:00
Maurício Meneghini Fauth
60032ce9de Fix getPostData function
dataPost can be undefined

Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
(cherry picked from commit 367f49b12b)
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-02-22 16:07:49 -03:00
Michal Čihař
1f00c99be9 Share code for parsing data-post attribute
It can include leading question mark and we should deal with it in all
locations.

Fixes #13913

Signed-off-by: Michal Čihař <michal@cihar.com>
(cherry picked from commit 1fc566fd90)
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-02-22 16:01:00 -03:00
Michal Čihař
fc378b0bd3 Adjust table operations to use POST
Issue #13866

Signed-off-by: Michal Čihař <michal@cihar.com>
(cherry picked from commit 6b5d535da5)
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-02-22 16:01:00 -03:00