Commit Graph

112019 Commits

Author SHA1 Message Date
Dr. Nagy Elemér Károly
f474b321df Translated using Weblate (Hungarian)
Currently translated at 96.0% (3147 of 3278 strings)

[CI skip]
2017-11-28 15:37:24 +01:00
Michal Čihař
cbbf0d5ccf Integrate debug console settings into user preferences
Issue #13466
Issue #11688

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-28 13:52:07 +01:00
Michal Čihař
b30ab4af58 Generalize code for console preferences
We can reuse and better cache locally the operations to avoid additional
roundtrip to server when changing settings.

Issue #13466
Issue #11688

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-28 13:45:14 +01:00
Michal Čihař
dc51711a47 Store console configuration in user preferences
Issue #13466
Issue #11688

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-28 13:31:17 +01:00
Michal Čihař
e9840c7130 Store console height in user preferences
Issue #13466
Issue #11688

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-28 13:19:03 +01:00
Michal Čihař
feb3b1c574 Store console mode in userconfig
Issue #13466
Issue #11688

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-28 13:19:03 +01:00
Michal Čihař
a2fd98d9f1 Add console preferences
This will allow to use console preferences using normal userconfig
framework.

Issue #13466

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-28 13:08:49 +01:00
Michal Čihař
4f2709fe01 Enforce AJAX response
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-28 12:40:03 +01:00
Michal Čihař
2442877cca
Merge pull request #13551 from nijel/userconfig-js
User configuration handling (base code)
2017-11-28 12:29:21 +01:00
Michal Čihař
241f93c4be Initial javascript API for handling user configuration
There ar now configGet/configSet functions which can be used to
manipulate user settings.

Issue #13466

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-28 11:09:16 +01:00
Michal Čihař
80e90bfb7b
Merge pull request #13706 from mauriciofauth/jquery-src
Remove jQuery and jQuery UI sources from repository
2017-11-28 11:02:01 +01:00
Michal Čihař
a5afef2208 Merge branch 'master' of github.com:phpmyadmin/phpmyadmin 2017-11-28 10:58:35 +01:00
Michal Čihař
529e8c774f Merge branch 'QA_4_7' 2017-11-28 10:57:45 +01:00
Michal Čihař
713fcd4195 Changelog entry for #13737
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-28 10:56:16 +01:00
Michal Čihař
9ebd88061c Set $sql_query as well when changing password
Issue #13737

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-28 10:55:41 +01:00
Michal Čihař
b8428ea70f Fix coding style for #13737 2017-11-28 10:54:42 +01:00
Michal Čihař
562d0065b0 Merge remote-tracking branch 'origin/pull/13737' into QA_4_7 2017-11-28 10:53:54 +01:00
Michal Čihař
e34823779e
Merge pull request #13780 from BePsvPT-Fork/navigation-patch
make navigation database name and icon are in the same horizontal line
2017-11-28 10:41:42 +01:00
xypXiong
f65c3dc2ed fix #13727 copied table data add number of orders (#13823)
Signed-off-by: yanping <xyp.xiong@gmail.com>
2017-11-28 10:40:42 +01:00
Michal Čihař
bdb17ddcd2 Merge branch 'QA_4_7' 2017-11-28 10:29:40 +01:00
Michal Čihař
0262542254 Prefer iconv for encoding conversions
The mb extension is usually present, however it does not support that
wide range of charsers.

Basically this reverts d846b2e5d5.

Fixes #13842

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-28 10:28:55 +01:00
Michal Čihař
0654cc490d Merge branch 'master' of github.com:phpmyadmin/phpmyadmin 2017-11-28 10:23:24 +01:00
Michal Čihař
e3f6ea6ac8 Merge branch 'QA_4_7' 2017-11-28 10:22:34 +01:00
Michal Čihař
7e4845903e Revert "Translated using Weblate (English (United Kingdom))"
This reverts commit 663f1f3138.
2017-11-28 10:22:22 +01:00
Michal Čihař
19a69c61b5 Merge branch 'QA_4_7' 2017-11-28 10:22:07 +01:00
Michal Čihař
438cca1011 Merge remote-tracking branch 'origin/QA_4_7' 2017-11-28 10:21:34 +01:00
Michal Čihař
784fbcd38f Lock page when changes are done in the SQL editor
The CodeMirror does not update underlying textarea in all cases, so we
need to handle it directly.

Fixes #13821

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-28 10:20:30 +01:00
Weblate
9cb5d1457d Merge remote-tracking branch 'origin/master' 2017-11-28 09:41:59 +01:00
Matteo Regazzi
47d4042d5b Translated using Weblate (Italian)
Currently translated at 99.6% (3266 of 3278 strings)

[CI skip]
2017-11-28 09:41:55 +01:00
Michal Čihař
3cfe9605d5 Use shared code for checking page validity
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-28 09:41:23 +01:00
Weblate
ca7441de6c Merge remote-tracking branch 'origin/QA_4_7' into QA_4_7 2017-11-28 09:13:16 +01:00
Weblate
5a31fffbe2 Merge remote-tracking branch 'origin/master' 2017-11-28 09:13:12 +01:00
Matteo Regazzi
3eb8b541a6 Translated using Weblate (Italian)
Currently translated at 100.0% (3207 of 3207 strings)

[CI skip]
2017-11-28 09:13:11 +01:00
ʛħɸʂɫɓɸƴ Twɸȩɩʛħɫʂevɘŋ
c54b177ae3 Translated using Weblate (French)
Currently translated at 100.0% (3207 of 3207 strings)

[CI skip]
2017-11-28 09:13:08 +01:00
Thomas Staus
663f1f3138 Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (3207 of 3207 strings)

[CI skip]
2017-11-28 09:13:07 +01:00
Matteo Regazzi
49d7e45f45 Translated using Weblate (Italian)
Currently translated at 99.6% (3265 of 3278 strings)

[CI skip]
2017-11-28 09:13:06 +01:00
Michal Čihař
4e6a944d7f Merge branch 'QA_4_7' 2017-11-28 09:12:42 +01:00
Michal Čihař
85ff1b6c4b Gracefully fail on missing parameter
Fixes #13841

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-28 09:07:04 +01:00
Michal Čihař
8f27080d72 Fix php5 compatibility
Issue #13832

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-28 07:53:22 +01:00
Michal Čihař
643b635e65 Merge branch 'wl' 2017-11-28 07:47:33 +01:00
Michal Čihař
0d4b17c205 Revert "Translated using Weblate (English (United Kingdom))"
This reverts commit 7bb365f6a5.
2017-11-28 07:47:27 +01:00
Thomas Staus
7bb365f6a5 Translated using Weblate (English (United Kingdom))
Currently translated at 98.8% (3241 of 3278 strings)

[CI skip]
2017-11-28 03:25:56 +01:00
Maurício Meneghini Fauth
358295d429 Revert "Translated using Weblate (English (United Kingdom))"
This reverts commit e75d6017ba.

Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-11-28 00:23:15 -02:00
Weblate
737a69e321 Merge remote-tracking branch 'origin/master' 2017-11-28 02:28:22 +01:00
Thomas Staus
e75d6017ba Translated using Weblate (English (United Kingdom))
Currently translated at 98.7% (3237 of 3278 strings)

[CI skip]
2017-11-28 02:28:17 +01:00
Maurício Meneghini Fauth
b149092234 Remove templates/display/import/charset.twig
Move display/import/charset template into display/import/file_option template.

Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-11-27 23:26:56 -02:00
Weblate
25e87f053c Merge remote-tracking branch 'origin/master' 2017-11-27 22:24:54 +01:00
ʛħɸʂɫɓɸƴ Twɸȩɩʛħɫʂevɘŋ
71171c1c8a Translated using Weblate (French)
Currently translated at 99.9% (3277 of 3278 strings)

[CI skip]
2017-11-27 22:24:47 +01:00
Michal Čihař
b8fb7f254b Fix referenceding twofactor attribute
Fixes #13832

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-27 22:24:06 +01:00
Michal Čihař
c26375a066 Merge branch 'QA_4_7' 2017-11-27 18:26:06 +01:00