Hugues Peccatte
fdfff01083
Change "user_preferences.inc.php" file as a class
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2019-05-04 22:02:10 +02:00
Maurício Meneghini Fauth
a52c35f444
Merge pull request #14965 from bahl24/fix#14958
...
Modified rule for InnoDB log size warning in libraries/advisory_rules.txt
2019-05-03 12:57:01 -03:00
William Desportes
bb66711c6b
Merge branch 'QA_4_8'
...
[ci skip]
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-05-02 21:00:00 +02:00
William Desportes
8f7a917f11
Fix #15237 - [UI] Alignment on login form since merge or #15178
...
Fixes : #15237
Introduced-by-pull-request: #15178
[ci skip]
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-05-02 20:49:48 +02:00
Allan Nordhøy
dbbe08ffd6
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 59.8% (1985 of 3321 strings)
[CI skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/nb_NO/
Signed-off-by: Allan Nordhøy <epost@anotheragency.no>
2019-05-02 20:49:08 +02:00
Allan Nordhøy
5aa5d463cd
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 60.5% (1997 of 3300 strings)
[CI skip]
Translation: phpMyAdmin/4.8
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-8/nb_NO/
Signed-off-by: Allan Nordhøy <epost@anotheragency.no>
2019-05-02 20:49:05 +02:00
William Desportes
c0d56fa54c
Merge branch 'QA_4_8'
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-05-02 12:16:45 +02:00
William Desportes
d6180da08c
Add ChangeLog entry for #15238
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-05-02 12:09:33 +02:00
William Desportes
d70d9ecef1
Fix #15238 - phpMyAdmin 4.8.5 doesn't show privileges of procedures
...
Fixes : #15238
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-05-02 12:07:50 +02:00
William Desportes
c94aec8695
Fix coding standard warning and removed typehint
...
Fix 'Usage of ELSE IF is discouraged; use ELSEIF'
Removed typehint because it creates an exception because sending functions return mixed and not string
You can see this was expected on error_report.php 'if ($server_response === false) {'
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-05-01 21:54:13 +02:00
William Desportes
0bdf3486f3
Merge branch 'QA_4_8'
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-05-01 21:34:05 +02:00
William Desportes
07389d12aa
Fixed error reporting (current web page url, JS file name sanitization)
...
- Added tests on master branch
- Added support for js/*.js files
- Added support for slashes and dots in file paths
- Added back support for 'url' (the current webpage)
All js files where reported as 'index.php' now they are reported as their real name
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-05-01 21:31:11 +02:00
William Desportes
a0d091e1f8
Add test for sanitizeUrl and improve testGetForm with real data
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-05-01 21:19:25 +02:00
Maurício Meneghini Fauth
defd6761ba
Add ChangeLog entry for #14890
...
Display column details in navigation bar
- Fix coding standard errors
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-05-01 15:20:55 -03:00
Saurabh Srivastava
b2bfebd709
Add icon and details only to column view in navigation tree ( #14910 )
...
Fixes #14890
Signed-off-by: Saurabh Srivastava <saurabhsrivastava312@gmail.com>
2019-05-01 15:15:49 -03:00
Maurício Meneghini Fauth
f66841d8ef
Fix coding standard errors
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-05-01 14:47:27 -03:00
William Desportes
fbd89fb882
Merge branch 'QA_4_8'
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-05-01 17:53:24 +02:00
William Desportes
a4714b168d
Add ChangeLog entry for #15059 and #14614
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-05-01 17:20:17 +02:00
William Desportes
5e378298e1
Add ChangeLog entry for #14383 and #12865
...
[ci skip]
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-05-01 17:11:58 +02:00
William Desportes
89f8b16dcd
Fix #14383 #12865 - Fix GIS functions for mysql 8.0
...
Fixes : #14383
Fixes : #12865
Pull-request: #15149
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-05-01 17:09:24 +02:00
William Desportes
e39ae0f989
Fix #14614 - "# 2014 - Commands out of sync; you can't run this command now" returned when stored procedure does not return any result set
...
Fixes : #14614
Pull-request: #15234
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-05-01 17:08:36 +02:00
William Desportes
8b7db3bd5b
Fix #15059 - Server charset hardcoded in index.php
...
Fixes : #15059
Pull-request: #15103
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-05-01 17:07:03 +02:00
William Desportes
4909352c88
Fix #14992 - Fixed php notices when reporting errors
...
Fixes : #14992
I reverted a minor issue introduced by a10e2b0b96 that prevented sending the stack trace to the reporting server
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-05-01 16:30:31 +02:00
William Desportes
3989a1ffe2
Fix #15146 - Error reports can not be sent because too large
...
Fixes #15146
See: 926a9f47bd
Aligned with php code (that does quite the same truncate on the context stack)
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-05-01 16:25:28 +02:00
William Desportes
40cc2dc813
Fix @var comments to match the phpdoc reference
...
See: http://docs.phpdoc.org/references/phpdoc/tags/var.html
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-05-01 10:54:43 +02:00
Maurício Meneghini Fauth
26a6a8dd4c
Merge branch 'QA_4_8'
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-05-01 01:56:27 -03:00
Maurício Meneghini Fauth
6b443266c7
Fix failing test of Config\FormDisplayTemplateTest
...
Related to 2a4729c18e
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-05-01 01:46:51 -03:00
Domen
010c981960
Translated using Weblate (Slovenian)
...
Currently translated at 100.0% (3321 of 3321 strings)
[CI skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/sl/
Signed-off-by: Domen <mitenem@outlook.com>
2019-05-01 01:15:58 +02:00
Allan Nordhøy
7ef2b2b122
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 59.8% (1986 of 3321 strings)
[CI skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/nb_NO/
Signed-off-by: Allan Nordhøy <epost@anotheragency.no>
2019-05-01 01:15:56 +02:00
Domen
89d588a70b
Translated using Weblate (Slovenian)
...
Currently translated at 100.0% (3300 of 3300 strings)
[CI skip]
Translation: phpMyAdmin/4.8
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-8/sl/
Signed-off-by: Domen <mitenem@outlook.com>
2019-05-01 00:58:08 +02:00
Allan Nordhøy
79e6218730
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 60.5% (1998 of 3300 strings)
[CI skip]
Translation: phpMyAdmin/4.8
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-8/nb_NO/
Signed-off-by: Allan Nordhøy <epost@anotheragency.no>
2019-05-01 00:58:07 +02:00
Allan Nordhøy
7c2bdc386a
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 60.5% (1998 of 3300 strings)
[CI skip]
Translation: phpMyAdmin/4.8
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-8/nb_NO/
Signed-off-by: Allan Nordhøy <epost@anotheragency.no>
2019-04-30 16:36:58 +02:00
Allan Nordhøy
e42f22148e
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 59.8% (1986 of 3321 strings)
[CI skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/nb_NO/
Signed-off-by: Allan Nordhøy <epost@anotheragency.no>
2019-04-30 16:36:42 +02:00
WWWesten
13050ed075
Translated using Weblate (Kazakh)
...
Currently translated at 100.0% (3321 of 3321 strings)
[CI skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/kk/
Signed-off-by: WWWesten <wwwesten@gmail.com>
2019-04-30 16:36:33 +02:00
WWWesten
05797f7c37
Translated using Weblate (Kazakh)
...
Currently translated at 100.0% (3300 of 3300 strings)
[CI skip]
Translation: phpMyAdmin/4.8
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-8/kk/
Signed-off-by: WWWesten <wwwesten@gmail.com>
2019-04-30 16:36:29 +02:00
William Desportes
77fc2c58e9
Fix #14614 - Commands are out of sync with $cfg['DBG']['sqllog'] = true;
...
Fixes : #14614
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-04-29 23:08:23 +02:00
William Desportes
9178602e6c
Fix #14614 - "# 2014 - Commands out of sync; you can't run this command now" returned when stored procedure does not return any result set
...
Fixes : #14614
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-04-29 23:08:23 +02:00
WWWesten
8c8cc4ad85
Translated using Weblate (Kazakh)
...
Currently translated at 100.0% (3300 of 3300 strings)
[CI skip]
Translation: phpMyAdmin/4.8
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-8/kk/
Signed-off-by: WWWesten <wwwesten@gmail.com>
2019-04-29 19:51:41 +02:00
Burak Yavuz
4f886aaf62
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (3321 of 3321 strings)
[CI skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/tr/
Signed-off-by: Burak Yavuz <hitowerdigit@hotmail.com>
2019-04-29 13:48:49 +02:00
WWWesten
a51a086754
Translated using Weblate (Russian)
...
Currently translated at 100.0% (3300 of 3300 strings)
[CI skip]
Translation: phpMyAdmin/4.8
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-8/ru/
Signed-off-by: WWWesten <wwwesten@gmail.com>
2019-04-29 13:48:29 +02:00
WWWesten
779e53257d
Translated using Weblate (Russian)
...
Currently translated at 100.0% (3321 of 3321 strings)
[CI skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/ru/
Signed-off-by: WWWesten <wwwesten@gmail.com>
2019-04-29 13:48:26 +02:00
ssantos
882393ad29
Translated using Weblate (Portuguese)
...
Currently translated at 100.0% (3321 of 3321 strings)
[CI skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/pt/
Signed-off-by: ssantos <ssantos@web.de>
2019-04-29 13:47:56 +02:00
Allan Nordhøy
d826ad223e
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 59.9% (1989 of 3321 strings)
[CI skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/nb_NO/
Signed-off-by: Allan Nordhøy <epost@anotheragency.no>
2019-04-29 13:47:41 +02:00
WWWesten
c77854551b
Translated using Weblate (Kazakh)
...
Currently translated at 99.8% (3294 of 3300 strings)
[CI skip]
Translation: phpMyAdmin/4.8
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-8/kk/
Signed-off-by: WWWesten <wwwesten@gmail.com>
2019-04-29 13:47:15 +02:00
WWWesten
d65b726c61
Translated using Weblate (Kazakh)
...
Currently translated at 99.8% (3315 of 3321 strings)
[CI skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/kk/
Signed-off-by: WWWesten <wwwesten@gmail.com>
2019-04-29 13:47:12 +02:00
ssantos
c19bcae97b
Translated using Weblate (German)
...
Currently translated at 100.0% (3321 of 3321 strings)
[CI skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/de/
Signed-off-by: ssantos <ssantos@web.de>
2019-04-29 13:46:24 +02:00
William Desportes
15796f5bed
Translated using Weblate (French)
...
Currently translated at 100.0% (3321 of 3321 strings)
[CI skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/fr/
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-04-29 13:45:49 +02:00
William Desportes
97564b24ae
Translated using Weblate (English (United Kingdom))
...
Currently translated at 100.0% (3321 of 3321 strings)
[CI skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/en_GB/
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-04-29 13:45:17 +02:00
dingo thirteen
efe0f30d63
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (3321 of 3321 strings)
[CI skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/nl/
Signed-off-by: dingo thirteen <dingo13@gmail.com>
2019-04-29 13:45:15 +02:00
William Desportes
52e63c6974
Add ChangeLog entry for #13178
...
[ci skip]
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-04-28 21:32:50 +02:00