Michal Čihař
7c392a5ee1
Merge branch 'QA_4_7'
2018-02-22 23:17:54 +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
Michal Čihař
adf73f145d
Merge branch 'QA_4_7'
2018-02-22 23:15:07 +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
Michal Čihař
8f9f8aa3b5
Adjust RTE oprations to use POST
...
Issue #13866
Signed-off-by: Michal Čihař <michal@cihar.com>
(cherry picked from commit 2bc87216f0 )
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-02-22 15:19:54 -03:00
Michal Čihař
19484adb03
Adjust field drop to use POST
...
Issue #13866
Signed-off-by: Michal Čihař <michal@cihar.com>
(cherry picked from commit 613a146e97 )
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-02-22 14:57:34 -03:00
Michal Čihař
f6bb1901f6
Adjust optimize table to use POST
...
Issue #13866
Signed-off-by: Michal Čihař <michal@cihar.com>
(cherry picked from commit 7508205191 )
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-02-22 14:51:53 -03:00
Michal Čihař
590b0ed337
Adjust partition manipulations to use POST
...
Issue #13866
Signed-off-by: Michal Čihař <michal@cihar.com>
(cherry picked from commit 599a981b50 )
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-02-22 14:48:08 -03:00
Michal Čihař
8229dabe46
Adjust browsing distinct values to use POST
...
Issue #13866
Signed-off-by: Michal Čihař <michal@cihar.com>
(cherry picked from commit e7eaea8c86 )
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-02-22 14:45:09 -03:00
Michal Čihař
9af081a4b9
Adjust adding table key operations to use POST
...
Issue #13866
Signed-off-by: Michal Čihař <michal@cihar.com>
(cherry picked from commit 6ee2f12841 )
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-02-22 14:42:13 -03:00
Michal Čihař
a20b287f40
Adjust table drop operation to use POST
...
Issue #13866
Signed-off-by: Michal Čihař <michal@cihar.com>
(cherry picked from commit 8332861d62 )
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-02-22 14:31:56 -03:00
Michal Čihař
35dc6d4f2c
Adjust table truncate operation to use POST
...
Issue #13866
Signed-off-by: Michal Čihař <michal@cihar.com>
(cherry picked from commit ff20564ef0 )
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-02-22 13:48:19 -03:00
Michal Čihař
8d238a3a1a
Handle data-post with leading ?
...
This makes it easier to convert existing code.
Issue #13866
Signed-off-by: Michal Čihař <michal@cihar.com>
(cherry picked from commit f059baa2ec )
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-02-22 13:37:21 -03:00
Michal Čihař
6f4740e17c
Always use POST for links containing SQL query
...
This way the SQL queries will not apper in the web server logs.
Signed-off-by: Michal Čihař <michal@cihar.com>
(cherry picked from commit 99e9854473 )
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-02-22 13:36:20 -03:00
Michal Čihař
f31dfc530b
Add tests for Util::linkOrButton
...
Signed-off-by: Michal Čihař <michal@cihar.com>
(cherry picked from commit 816c42665a )
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-02-22 13:17:25 -03:00
Michal Čihař
be7d5ee738
Simplify handling of long URLs in Util::linkOrButton
...
We no longer create form, but rather rather tag the link to be handled
as POST on the client side.
This way the code is way simpler without need on any special case
handling on server side.
Fixes #13649
Signed-off-by: Michal Čihař <michal@cihar.com>
(cherry picked from commit 3b9fb2b664 )
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-02-22 13:02:58 -03:00
Maurício Meneghini Fauth
c75166c3a9
Revert "Force using POST for SQL query in Util::linkOrButton"
...
This reverts commit 44df4a3094 .
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-02-22 11:44:06 -03:00
Isaac Bennetch
5c2f63b02b
Merge branch 'QA_4_7'
...
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2018-02-20 23:43:54 -05:00
Isaac Bennetch
1562d1c86b
Prepare for 4.7.9-dev
...
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2018-02-20 23:40:14 -05:00
Isaac Bennetch
0076bf8636
Update upload script for new hostname
...
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2018-02-20 23:38:29 -05:00
Isaac Bennetch
829f70e495
Removing composer.lock
...
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2018-02-20 08:42:20 -05:00
Isaac Bennetch
4f2e432c92
Adding composer lock for 4.7.8
...
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2018-02-20 08:38:19 -05:00
Isaac Bennetch
4c8662f14a
Prepare for release 4.7.8
...
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2018-02-20 08:06:36 -05:00
Isaac Bennetch
1b6c80c7ea
Merge remote-tracking branch 'security/QA_4_7-security' into QA_4_7
2018-02-20 08:05:18 -05:00
Michal Čihař
fe3bed28f4
Merge branch 'QA_4_7'
2018-02-20 06:39:34 +01:00
Michal Čihař
ef78cbd311
Translated using Weblate (Filipino)
...
Currently translated at 16.2% (535 of 3288 strings)
[CI skip]
2018-02-20 06:38:11 +01:00
Michal Čihař
c99fdf65df
Translated using Weblate (Indonesian)
...
Currently translated at 82.2% (2638 of 3208 strings)
[CI skip]
2018-02-20 06:37:46 +01:00
Michal Čihař
f7a45ebf05
Translated using Weblate (Filipino)
...
Currently translated at 16.5% (531 of 3208 strings)
[CI skip]
2018-02-20 06:37:44 +01:00
Michal Čihař
39cbbb755b
Translated using Weblate (Arabic)
...
Currently translated at 50.0% (1604 of 3208 strings)
[CI skip]
2018-02-20 06:37:21 +01:00
Michal Čihař
82cf1a072f
Translated using Weblate (Filipino)
...
Currently translated at 6.9% (222 of 3208 strings)
[CI skip]
2018-02-20 06:34:04 +01:00
Michal Čihař
bacdc21dc1
Fix syntax errors in Filipino
...
Issue #14006
Signed-off-by: Michal Čihař <michal@cihar.com>
2018-02-20 06:03:35 +01:00
Michal Čihař
474b820412
Merge pull request #14006 from codygee237/patch-1
...
Translated using Weblate (Filipino)
2018-02-20 05:55:03 +01:00
Michal Čihař
ff4527aca4
Merge pull request #14021 from Gemorroj/patch-2
...
fix maintenance operations
2018-02-20 05:51:50 +01:00
Michal Čihař
9efa57d651
Merge pull request #14024 from nulll-pointer/console_height_error
...
Set console max height, issue #14022
2018-02-20 05:50:34 +01:00
Michal Čihař
ae7c443f7d
Merge branch 'QA_4_7'
2018-02-20 05:42:52 +01:00
Michal Čihař
e991d18654
Coding style fixes for #13892
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2018-02-20 05:42:38 +01:00
Michal Čihař
68ece7b2fc
Merge pull request #13892 from williamdes/patch-2
...
Fix charset error when creating/editing routines; bug #13889
2018-02-20 05:40:33 +01:00
Maurício Meneghini Fauth
49472dc26a
Merge pull request #14000 from mauriciofauth/php-nightly
...
Add PHP Nightly version to Travis-CI
2018-02-19 14:46:36 -03:00
Maurício Meneghini Fauth
4cab74d22e
Check for zip extension before instantiate ZipExtension
...
Fix #14025
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-02-19 00:15:16 -03:00
Daigo Hamasaki
9c6ef2f51d
Translated using Weblate (Japanese)
...
Currently translated at 70.3% (2314 of 3288 strings)
[CI skip]
2018-02-19 02:36:43 +01:00
Daigo Hamasaki
f8af18e84e
Translated using Weblate (Japanese)
...
Currently translated at 72.7% (2334 of 3208 strings)
[CI skip]
2018-02-19 02:36:36 +01:00
Madhura Jayaratne
d2886a3e87
Fix XSS vulnerability in central columns feature
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2018-02-19 11:55:01 +11:00
Lakshay arora
af32d61663
Set console max height, issue #14022
...
Changed:
js/console.js
Before showing the console, set the height to minimum between current set height and height of the display window.
Signed-Off-By: Lakshay arora (b16060@students.iitmandi.ac.in )
2018-02-18 04:38:43 +05:30
Gemorroj
b35a361092
remove duplicated row
...
Signed-off-by: Gemorroj <wapinet@gmail.com>
2018-02-17 16:20:20 +03:00