Maurício Meneghini Fauth
|
f6a9cf11d4
|
Merge pull request #16751 from mauriciofauth/util-foreign-key
Extract FK related methods from Util class
|
2021-03-22 14:18:40 -03:00 |
|
William Desportes
|
a0a95120c9
|
Translated using Weblate (Spanish)
Currently translated at 94.7% (3203 of 3382 strings)
[ci skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/es/
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2021-03-21 22:41:42 +01:00 |
|
William Desportes
|
0c8d01b5cd
|
Merge branch 'QA_5_1'
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2021-03-21 22:19:26 +01:00 |
|
William Desportes
|
d05828e4cd
|
Merge branch 'QA_5_0' into QA_5_1
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2021-03-21 22:11:54 +01:00 |
|
William Desportes
|
436ef581bd
|
Add some bottom space between logout error and demo server message
[ci skip]
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2021-03-21 22:11:10 +01:00 |
|
Maurício Meneghini Fauth
|
caa3337411
|
Extract FK related methods from Util class
Creates the PhpMyAdmin\Utils\ForeignKey class.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-03-21 15:25:45 -03:00 |
|
Simon Picot
|
b8678feb40
|
Translated using Weblate (French)
Currently translated at 100.0% (3334 of 3334 strings)
[CI skip]
Translation: phpMyAdmin/5.0
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-0/fr/
Signed-off-by: Simon Picot <simonpicot06@gmail.com>
|
2021-03-21 15:29:49 +01:00 |
|
Simon Picot
|
7359d45b6e
|
Translated using Weblate (French)
Currently translated at 100.0% (3382 of 3382 strings)
[ci skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/fr/
Signed-off-by: Simon Picot <simonpicot06@gmail.com>
|
2021-03-21 15:29:48 +01:00 |
|
Simon Picot
|
fa8eaa0248
|
Translated using Weblate (French)
Currently translated at 100.0% (3379 of 3379 strings)
[ci skip]
Translation: phpMyAdmin/5.1
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-1/fr/
Signed-off-by: Simon Picot <simonpicot06@gmail.com>
|
2021-03-21 15:29:40 +01:00 |
|
Maurício Meneghini Fauth
|
427b8b8888
|
Merge pull request #16740 from fliespl/patch-2
drop nocache & server query string param from theme.css stylesheet
|
2021-03-20 21:39:49 -03:00 |
|
Maurício Meneghini Fauth
|
5af5fb3fae
|
Merge pull request #16745 from mauriciofauth/flash-messages
Add a flash messages service provider
|
2021-03-20 21:13:51 -03:00 |
|
Maurício Meneghini Fauth
|
c0e85ed76c
|
Add flash message support for db structure controller
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-03-20 18:56:35 -03:00 |
|
Maurício Meneghini Fauth
|
7e23436533
|
Add Twig\FlashMessagesExtension class
Adds the flash() Twig function that return all flash messages.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-03-20 18:51:36 -03:00 |
|
fliespl
|
ef6fb5e3bc
|
drop nocache & server query string param from theme.css stylesheet
Signed-off-by: Arkadiusz Rzadkowolski <a.rzadkowolski@gmail.com>
|
2021-03-20 22:48:07 +01:00 |
|
William Desportes
|
f92fe2f5b9
|
Add a ChangeLog entry for #14555
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2021-03-20 20:48:21 +01:00 |
|
William Desportes
|
33ba47229a
|
Fix #14555 - JavaScript error when auto completion is open (upgrade CodeMirror to 5.60.0)
Closes: https://github.com/codemirror/CodeMirror/issues/6174
Fixes: #14555
|
2021-03-20 20:47:19 +01:00 |
|
William Desportes
|
e5704fcb8b
|
Merge #16743 - Add PHP 8.1 to the CI matrix
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2021-03-20 20:28:37 +01:00 |
|
Maurício Meneghini Fauth
|
5f4fe6c50d
|
Add a flash messages service provider
Used to persist messages from the current request to the next
request.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-03-20 15:54:46 -03:00 |
|
William Desportes
|
8a4c87f19c
|
Add "composer-options" matrix option to the composer install command
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2021-03-20 19:45:37 +01:00 |
|
William Desportes
|
30d05f40c2
|
Merge branch 'QA_5_1'
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2021-03-20 19:24:35 +01:00 |
|
William Desportes
|
af10087710
|
Add a ChangeLog entry for 33d6b0cf3c, 25d8f98ec5 and #16744
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2021-03-20 19:19:43 +01:00 |
|
William Desportes
|
25d8f98ec5
|
Fixed an undefined index notice on export
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2021-03-20 18:45:41 +01:00 |
|
William Desportes
|
7883b02e64
|
Fix #16744 - Uncaught TypeError: XMLWriter::writeAttribute(): Argument #2 ($value) must be of type string, float given
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2021-03-20 18:42:51 +01:00 |
|
Oleg Andreyev
|
c2618d0998
|
added 8.1 and experimental=true
Signed-off-by: Oleg Andreyev <oleg@andreyev.lv>
|
2021-03-20 19:35:25 +02:00 |
|
William Desportes
|
33d6b0cf3c
|
Fix a PHP notice "Undefined index: pred_username"
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2021-03-20 17:43:43 +01:00 |
|
Kristijan Fremen Velkovski
|
937062912f
|
Translated using Weblate (Macedonian)
Currently translated at 15.0% (502 of 3334 strings)
[CI skip]
Translation: phpMyAdmin/5.0
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-0/mk/
Signed-off-by: Kristijan Fremen Velkovski <me@krisfremen.com>
|
2021-03-20 10:18:10 +01:00 |
|
Kristijan Fremen Velkovski
|
2291814440
|
Translated using Weblate (Macedonian)
Currently translated at 14.4% (488 of 3382 strings)
[ci skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/mk/
Signed-off-by: Kristijan Fremen Velkovski <me@krisfremen.com>
|
2021-03-20 10:18:10 +01:00 |
|
Kristijan Fremen Velkovski
|
88aa819c07
|
Translated using Weblate (Macedonian)
Currently translated at 14.4% (488 of 3379 strings)
[ci skip]
Translation: phpMyAdmin/5.1
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-1/mk/
Signed-off-by: Kristijan Fremen Velkovski <me@krisfremen.com>
|
2021-03-20 10:18:04 +01:00 |
|
William Desportes
|
eb965fe764
|
Merge branch 'QA_5_1'
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2021-03-20 02:34:55 +01:00 |
|
William Desportes
|
bfb82d032f
|
Fix #14771 - Add short SHA and date to the snapshot version
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2021-03-20 02:30:36 +01:00 |
|
William Desportes
|
a319364d7b
|
Fix JSdoc block
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2021-03-20 01:32:35 +01:00 |
|
William Desportes
|
43a5c3cb76
|
Merge branch 'QA_5_1'
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2021-03-20 01:29:06 +01:00 |
|
William Desportes
|
86f1564b79
|
Add a ChangeLog entry for #16717
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2021-03-19 19:43:56 +01:00 |
|
William Desportes
|
105a51ae28
|
Fix #16717 - Make main drawer sync call async and remove the reflow issue
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2021-03-19 19:40:07 +01:00 |
|
Brittany Barnes
|
dc1be997c9
|
Converted getExecuteform to utilize twig template (#16712)
Signed-off-by: Britt Barnes <britbarnes92@gmail.com>
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Co-authored-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-03-19 15:23:27 -03:00 |
|
Maurício Meneghini Fauth
|
0bb356ee9a
|
Fix Response::addJSON param docblock
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-03-19 13:10:45 -03:00 |
|
Maurício Meneghini Fauth
|
c7a6b31e68
|
Fix Response::addJSON param docblock
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-03-19 12:56:54 -03:00 |
|
Maurício Meneghini Fauth
|
6b0a10d8ca
|
Rename the error_handler global to use camel case
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-03-16 12:11:51 -03:00 |
|
William Desportes
|
4f62d58936
|
Add a ChangeLog entry for #16738
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2021-03-16 13:31:41 +01:00 |
|
William Desportes
|
5f71d4f81f
|
Fix #16738 - Quick search submit is not working on multi server server > 1
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2021-03-16 13:30:39 +01:00 |
|
William Desportes
|
19b6b79565
|
Merge #16736 - Inject the error report modal on each request to error reports
Pull-request: #16736
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2021-03-16 11:04:57 +01:00 |
|
Maurício Meneghini Fauth
|
2b4c92aa6b
|
Use early exit for PMA_MINIMUM_COMMON in common.inc.php
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-03-15 22:53:27 -03:00 |
|
William Desportes
|
0c5aa81c78
|
Inject the error report modal and avoid sending depending on SendErrorReports
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2021-03-15 18:22:30 +01:00 |
|
William Desportes
|
e437cf6ab1
|
Remove ErrorReport global from ajax.js
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2021-03-15 16:37:00 +01:00 |
|
William Desportes
|
2ea2d57f58
|
Remove non working userPermissionModal CSS class
It was for an Id but used on a class, no effect then.
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2021-03-15 02:31:10 +01:00 |
|
William Desportes
|
6c28a92db5
|
Ref #16602 - Add an unique ID for the notification
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2021-03-15 02:29:30 +01:00 |
|
William Desportes
|
7b124e6607
|
Stop removing all the other error messages
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2021-03-15 02:12:48 +01:00 |
|
William Desportes
|
a252ad8ad4
|
Ref #16602 - Add an unique ID for the ignore button
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2021-03-15 02:01:59 +01:00 |
|
William Desportes
|
dbf7b5d5e0
|
Remove ErrorReport.wrapGlobalFunctions because it has not more effect
No more PMA_ JS functions do exist now.
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2021-03-15 01:57:58 +01:00 |
|
William Desportes
|
74b4e7ad82
|
Replace button JS redirect by an href on an error message
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2021-03-15 01:50:26 +01:00 |
|