Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: bed84bbf58969724f76e03a078ed6e18eca00f5d
https://github.com/phpmyadmin/phpmyadmin/commit/bed84bbf58969724f76e03a078e…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2019-12-17 (Tue, 12 December 2019) +01:00
Changed paths:
M libraries/classes/Twig/MessageExtension.php
Log Message:
-----------
Add type-hints to prevent a type error
Uncaught TypeError: Argument 1 passed to PhpMyAdmin\Message::notice() must be of the type string, object given
This error only occurs because of 4bb10d2ed35f3e71f7798a98100fae9107385378 that changed filter to apply
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 1cb0ec7286aacbbd1428404c257d4b4bf451ff41
https://github.com/phpmyadmin/phpmyadmin/commit/1cb0ec7286aacbbd1428404c257…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2019-12-17 (Tue, 12 December 2019) +01:00
Changed paths:
M libraries/classes/Twig/MessageExtension.php
Log Message:
-----------
Merge branch 'QA_5_0'
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 0ea7dd6660ff6e96036e0ef8428f33b667d49d6c
https://github.com/phpmyadmin/phpmyadmin/commit/0ea7dd6660ff6e96036e0ef8428…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2019-12-17 (Tue, 12 December 2019) +01:00
Changed paths:
M templates/display/change_password/file_b.twig
Log Message:
-----------
Use apply tag instead of filter
This commit fixes new changes since b475cfdd6c5176399020a3139bc6ad900b36da58
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 643eb0f54483c030fae621442cfc434746b89b54
https://github.com/phpmyadmin/phpmyadmin/commit/643eb0f54483c030fae621442cf…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2019-12-17 (Tue, 12 December 2019) +01:00
Changed paths:
M templates/display/change_password/file_b.twig
M templates/display/change_password/file_d.twig
Log Message:
-----------
Fix raw html displayed in password change hashing dropdowns
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Branch: refs/heads/QA_5_0
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: bed84bbf58969724f76e03a078ed6e18eca00f5d
https://github.com/phpmyadmin/phpmyadmin/commit/bed84bbf58969724f76e03a078e…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2019-12-17 (Tue, 12 December 2019) +01:00
Changed paths:
M libraries/classes/Twig/MessageExtension.php
Log Message:
-----------
Add type-hints to prevent a type error
Uncaught TypeError: Argument 1 passed to PhpMyAdmin\Message::notice() must be of the type string, object given
This error only occurs because of 4bb10d2ed35f3e71f7798a98100fae9107385378 that changed filter to apply
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: cab5253da06ec1077650435198d3217d7aca3e62
https://github.com/phpmyadmin/phpmyadmin/commit/cab5253da06ec1077650435198d…
Author: Jayati Shrivastava <gaurijove(a)gmail.com>
Date: 2019-12-17 (Tue, 12 December 2019) +05:30
Changed paths:
A templates/display/change_password/file_a.twig
A templates/display/change_password/file_b.twig
A templates/display/change_password/file_c.twig
A templates/display/change_password/file_d.twig
A templates/display/change_password/file_e.twig
M libraries/classes/Display/ChangePassword.php
Log Message:
-----------
Extracts HTML from ChangePassword.php to a twig template #14801
Signed-off-by: Jayati Shrivastava <gaurijove(a)gmail.com>
Commit: c1ff70107f49995c56a4a18d655a94b0f4521a9c
https://github.com/phpmyadmin/phpmyadmin/commit/c1ff70107f49995c56a4a18d655…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2019-12-16 (Mon, 12 December 2019) -03:00
Changed paths:
A templates/display/change_password/file_a.twig
A templates/display/change_password/file_b.twig
A templates/display/change_password/file_c.twig
A templates/display/change_password/file_d.twig
A templates/display/change_password/file_e.twig
M libraries/classes/Display/ChangePassword.php
Log Message:
-----------
Merge pull request #15616 from victorphoenix3/pass
Extract HTML from php files