Build: #1273 was successful
Job: PHP 8.1 - SQLite Package was successful
Code commits
phpBB Master
-
Marc d64eaad4872681b19e1ac57d59b5c69ad81da96c
Merge pull request #6504 from marc1706/ticket/17153
[ticket/17153] Use avatar classes and twig to render avatars -
Marc ad7721368ce4f3505319fca4085314ce0c056072 m
[ticket/17153] Add basic avatar config file for installer
It doesn't actually add proper avatar functionality to the installer but
provides the necessary base classes for templating.
PHPBB3-17153- phpBB/config/installer/container/services.yml (version ad7721368ce4f3505319fca4085314ce0c056072)
- phpBB/config/installer/container/services_avatar.yml (version ad7721368ce4f3505319fca4085314ce0c056072)
-
Marc f54bafec293229808417b3ba4f01011ad3728f28 m
[ticket/17153] Remove get_user_avatar
PHPBB3-17153- phpBB/includes/functions_compatibility.php (version f54bafec293229808417b3ba4f01011ad3728f28)
-
Marc cf44868393832ddad6c765b90682c3fc9482b16b m
[ticket/17153] Remove phpbb_get_group_avatar()
PHPBB3-17153- phpBB/includes/functions.php (version cf44868393832ddad6c765b90682c3fc9482b16b)
-
Marc aac7d5a99cdcfe3f32ff8edec02ac1d9099504af m
[ticket/17153] Use routing helper instead of controller helper in upload avatar
The controller helper class is not needed, routing helper brings all the
needed functionality already.
PHPBB3-17153- phpBB/config/default/container/services_avatar.yml (version aac7d5a99cdcfe3f32ff8edec02ac1d9099504af)
- phpBB/phpbb/avatar/driver/upload.php (version aac7d5a99cdcfe3f32ff8edec02ac1d9099504af)
- tests/avatar/manager_test.php (version aac7d5a99cdcfe3f32ff8edec02ac1d9099504af)
- tests/template/extension_test.php (version aac7d5a99cdcfe3f32ff8edec02ac1d9099504af)
-
Marc c495a26f98ecbf776a08b3a5282d1ee9a543ce3f m
[ticket/17153] Use mocked user class in extension test
PHPBB3-17153- tests/template/extension_test.php (version c495a26f98ecbf776a08b3a5282d1ee9a543ce3f)
-
Marc 902283c368e379f563ce3e716f4ac321d927161b m
[ticket/17153] Use twig and avatar helper to render avatars
PHPBB3-17153- phpBB/config/default/container/services_twig.yml (version 902283c368e379f563ce3e716f4ac321d927161b)
- phpBB/phpbb/template/twig/extension/avatar.php (version 902283c368e379f563ce3e716f4ac321d927161b)
- phpBB/styles/all/template/macros/avatar.twig (version 902283c368e379f563ce3e716f4ac321d927161b)
- tests/template/extension_test.php (version 902283c368e379f563ce3e716f4ac321d927161b)
- tests/template/templates/avatar_group.html (version 902283c368e379f563ce3e716f4ac321d927161b)
-
Marc 4db4a5571b8f9af937956ecf86257b6080b44826 m
[ticket/17153] Remove phpbb_get_avatar()
PHPBB3-17153- phpBB/includes/functions.php (version 4db4a5571b8f9af937956ecf86257b6080b44826)
-
Marc 808b2f3a417eb16a4e325a42c3f8c224bc96f6a5 m
[ticket/17153] Remove phpbb_get_user_avatar
PHPBB3-17153- phpBB/includes/functions.php (version 808b2f3a417eb16a4e325a42c3f8c224bc96f6a5)