Commit Graph

112080 Commits

Author SHA1 Message Date
BennyBeat
1f2af04b6a Translated using Weblate (Catalan)
Currently translated at 97.0% (3190 of 3287 strings)

[CI skip]
2017-11-30 19:36:42 +01:00
Maurício Meneghini Fauth
531d82b980 Move hidden_inputs.twig into import.twig
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-11-29 20:49:50 -02:00
Maurício Meneghini Fauth
c5dfe379eb Move options.twig into import.twig
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-11-29 20:48:26 -02:00
Maurício Meneghini Fauth
55641774f6 Move file_option.twig into import.twig
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-11-29 20:47:23 -02:00
Maurício Meneghini Fauth
3202480c7b Move partial_import_option.twig into import.twig
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-11-29 20:45:58 -02:00
Maurício Meneghini Fauth
f3010659ed Move other_option.twig into import.twig
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-11-29 20:44:20 -02:00
Maurício Meneghini Fauth
a8cc3ec829 Move format_option.twig into import.twig
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-11-29 20:43:13 -02:00
Maurício Meneghini Fauth
6e15e838f4 Move submit_option.twig into import.twig
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-11-29 20:40:52 -02:00
Maurício Meneghini Fauth
647c626ae4 Move with_plugin.twig into javascript.twig
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-11-29 20:35:21 -02:00
Maurício Meneghini Fauth
c84f612f2a Move compressions template into file_option template
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-11-29 17:01:18 -02:00
Michal Čihař
7ec4059dbb
Merge pull request #13839 from nijel/scripts
Remove get_scripts wrapper to download javascript
2017-11-29 17:05:44 +01:00
Michal Čihař
bb60b9d53b Merge branch 'QA_4_7' 2017-11-29 15:19:04 +01:00
Michal Čihař
a957f26947 Changelog entries for #11688 and #13466
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-29 15:16:59 +01:00
Michal Čihař
5346416625 Simplify Scripts::addFile API
Removed unused parameter to define ordering of scripts.

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-29 15:09:43 +01:00
Michal Čihař
77f0d50bea Add missing dependency on jquery.validate.js
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-29 15:09:43 +01:00
Michal Čihař
8ef504da91 Remove line counts logic from the error reporting component
We no longer need this as we download js files directly, so the client
has correct filename and line immediatelly.

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-29 15:09:43 +01:00
Michal Čihař
8fbe46f3e8 Remove usage of get_scripts.js.php wrapper
- this adds significant overhead in sending static files from the server
- the benefit of joining requests is minimal since introduction of HTTP/2
- the onload handlers are now fired directly by individual scripts, what
  makes them really execute when the script is loaded (it could be
  previously executed earlier in case of chunked loading)

Fixes #13840

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-29 15:09:43 +01:00
Michal Čihař
6a0345b10e
Merge pull request #13847 from nijel/collation
Move collation connection setting to user preferences
2017-11-29 15:07:39 +01:00
Michal Čihař
3b6a994dcd Move collation connection setting to user preferences
It is now handled same way as other user settings.

Issue #11688
Issue #13466

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-29 14:16:31 +01:00
Weblate
c6f3c4002c Merge remote-tracking branch 'origin/QA_4_7' into QA_4_7 2017-11-29 12:52:07 +01:00
Giovanni Sora
5ec4a107d0 Translated using Weblate (Interlingua)
Currently translated at 75.5% (2424 of 3207 strings)

[CI skip]
2017-11-29 12:52:04 +01:00
Michal Čihař
63f5b90ad5 Merge branch 'QA_4_7' 2017-11-29 12:51:31 +01:00
Michal Čihař
7bff1263c8 Revert limitation on phpseclib dependency
Only 2.0.8 is broken, so conflict with that.

Fixes #13846

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-29 12:50:15 +01:00
Michal Čihař
dd38309300 Include timestamp when creating event in selenium tests
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-29 12:47:41 +01:00
Michal Čihař
14e78f79bb Avoid error when event is not really added
This can easily happen when it was scheduled in past, MySQL then just ignores it.

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-29 12:44:41 +01:00
Michal Čihař
51a65e022b Avoid using deprecated jQuery functions
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-29 12:37:18 +01:00
Michal Čihař
843906a827 Ensure navigation does not break on setting invalid width
This can be result of failed request, so fallback to defaults.

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-29 12:09:32 +01:00
Michal Čihař
8b511acd95 Use PMA_Config to get configuration value 2017-11-29 11:32:11 +01:00
Weblate
9bea690aa9 Merge remote-tracking branch 'origin/master' 2017-11-29 10:32:07 +01:00
Giovanni Sora
7036a2713d Translated using Weblate (Interlingua)
Currently translated at 75.2% (2474 of 3287 strings)

[CI skip]
2017-11-29 10:32:01 +01:00
Michal Čihař
fe493f6d46 Avoid horizontal scrolling
It would have to subtract width of navigation and is not needed in most cases.

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-29 10:31:34 +01:00
Burak Yavuz
5479fe57b3 Translated using Weblate (Turkish)
Currently translated at 100.0% (3287 of 3287 strings)

[CI skip]
2017-11-29 09:54:05 +01:00
Weblate
cef7ca5d37 Merge remote-tracking branch 'origin/master' 2017-11-29 09:45:11 +01:00
Burak Yavuz
597ad1fc18 Translated using Weblate (Turkish)
Currently translated at 99.9% (3286 of 3287 strings)

[CI skip]
2017-11-29 09:45:10 +01:00
Michal Čihař
6aeae463d1 Merge branch 'QA_4_7' 2017-11-29 09:44:46 +01:00
Michal Čihař
f8ccc4db13 Stick with phpseclib < 2.0.8 in 4.7 branch
We can not remove PHP 5.5 support from maintenance branch, so there is
no other way than sticking with older phpseclib.

See https://github.com/phpseclib/phpseclib/issues/1218

Issue #13846

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-29 09:35:39 +01:00
Michal Čihař
8bc91e9b58 Revert "Compatibility with phpseclib 2.0.8"
This reverts commit a450935e53.

We really need to stick on 2.0.7 for 4.7 branch to keep PHP 5.5 support.

Issue #13846
2017-11-29 09:34:44 +01:00
Michal Čihař
a8f358e2c6 Merge branch 'QA_4_7' 2017-11-29 09:21:53 +01:00
Michal Čihař
a450935e53 Compatibility with phpseclib 2.0.8
Apparently upgrade from 2.0.7 to 2.0.8 changed API in several ways.

See https://github.com/phpseclib/phpseclib/issues/1218

Fixes #13846

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-29 09:13:23 +01:00
Michal Čihař
75e648f882 Merge branch 'QA_4_7' 2017-11-29 08:27:16 +01:00
Michal Čihař
63feb840c6 Merge commit '603a6851ff90caf2de0959360e8b36809dcf1d38' 2017-11-29 08:27:07 +01:00
Weblate
a6e1ee8ef9 Merge remote-tracking branch 'origin/QA_4_7' into QA_4_7 2017-11-29 01:03:20 +01:00
Dr. Nagy Elemér Károly
4002b1af71 Translated using Weblate (Hungarian)
Currently translated at 98.8% (3170 of 3207 strings)

[CI skip]
2017-11-29 01:03:17 +01:00
Han Velthuis
85b6a37601 Translated using Weblate (Dutch)
Currently translated at 100.0% (3207 of 3207 strings)

[CI skip]
2017-11-29 01:03:13 +01:00
Maurício Meneghini Fauth
603a6851ff
Merge pull request #13844 from ibennetch/columncomment
Documentation for ShowColumnComments
2017-11-28 22:03:02 -02:00
Domen
0afa0b735e Translated using Weblate (Slovenian)
Currently translated at 100.0% (3287 of 3287 strings)

[CI skip]
2017-11-28 20:39:53 +01:00
Isaac Bennetch
8e1469c86e Documentation for ShowColumnComments
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2017-11-28 13:39:09 -05:00
Weblate
e42444f926 Merge remote-tracking branch 'origin/master' 2017-11-28 19:32:56 +01:00
Burak Yavuz
381a3bd14d Translated using Weblate (Turkish)
Currently translated at 99.9% (3285 of 3287 strings)

[CI skip]
2017-11-28 19:32:55 +01:00
Matteo Regazzi
d528b899bf Translated using Weblate (Italian)
Currently translated at 99.3% (3265 of 3287 strings)

[CI skip]
2017-11-28 19:32:48 +01:00