Build: #6348 was successful Manual run by Build Robot
Code commits
phpBB Ascraeus
-
Marc e75c04f02a951b3cdc0a754fee7e58d7a8d6a4a4
Merge pull request #4109 from marc1706/ticket/14343
[ticket/14343] Added missing $phpbb_dispatcher -
Marc 11b79fec4d3e48d2446d1c73ed2f8c2b20c1ab5c
Merge pull request #4105 from marc1706/ticket/14387
[ticket/14387] Allow extending avatars by extensions in ACP -
Marc b340e45907dc4defdbe5dcf2d75f94a6655c180d
Merge pull request #4104 from ErnadoO/ticket/14386
[ticket/14386] Fix for open_basedir restriction in effect with remote upload avatar -
kasimi a021956644274b12c9809ae81c26bd0b78aa52e3
[ticket/14343] Added missing $phpbb_dispatcher
PHPBB3-14343- phpBB/includes/mcp/mcp_main.php (version a021956644274b12c9809ae81c26bd0b78aa52e3)
-
Erwan Nader <ernadoo@gmail.com> 73ca420029b467e869dbe66e722b4638e479c350
[ticket/14386] Use of sys_get_temp_dir()
PHPBB3-14386- phpBB/includes/functions_upload.php (version 73ca420029b467e869dbe66e722b4638e479c350)
-
Marc b3d64b3b59234e545a75a6a7bbdda2b77cb5be84
[ticket/14387] Fix avatar tests after adding get_config_name method
PHPBB3-14387- tests/avatar/manager_test.php (version b3d64b3b59234e545a75a6a7bbdda2b77cb5be84)
-
javiexin <javiexin@gmail.com> 917c864bbf51309da4c8bda7ad03e1e00afc0764
[ticket/14387] Extend avatar-driver by extension in ACP not possible
Create two driver methods to provide the driver config name and the
driver ACP template name, and use them directly when required.
Default driver config name and template name are the same as now.
But new drivers are able to override the config name and template
name with their own, including @vendor_extension. Simplified manager
interface by reducing unneeded methods.
PHPBB3-14387- phpBB/includes/acp/acp_groups.php (version 917c864bbf51309da4c8bda7ad03e1e00afc0764)
- phpBB/includes/acp/acp_users.php (version 917c864bbf51309da4c8bda7ad03e1e00afc0764)
- phpBB/phpbb/avatar/manager.php (version 917c864bbf51309da4c8bda7ad03e1e00afc0764)
-
javiexin <javiexin@gmail.com> 06f4b6926baaf27897b2f57f7938eed4acf5dedb
[ticket/14387] Extend avatar-driver by extension in ACP not possible
Create two driver methods to provide the driver config name and the
driver ACP template name, and use them within the manager method.
Default driver config name and template name are the same as now.
But new drivers are able to override the config name and template
name with their own, including @vendor_extension.
PHPBB3-14387- phpBB/includes/acp/acp_groups.php (version 06f4b6926baaf27897b2f57f7938eed4acf5dedb)
- phpBB/includes/acp/acp_users.php (version 06f4b6926baaf27897b2f57f7938eed4acf5dedb)
- phpBB/phpbb/avatar/driver/driver.php (version 06f4b6926baaf27897b2f57f7938eed4acf5dedb)
- phpBB/phpbb/avatar/driver/driver_interface.php (version 06f4b6926baaf27897b2f57f7938eed4acf5dedb)
- phpBB/phpbb/avatar/manager.php (version 06f4b6926baaf27897b2f57f7938eed4acf5dedb)
-
javiexin <javiexin@gmail.com> 14dc274e9e3568a276c654b0845252019525fb6f
[ticket/14387] Extend avatar-driver by extension in ACP not possible
Create a driver method to provide the driver config name, and use it
within the manager method. Default driver config name is the same as now.
But new drivers are able to override the config name with their own.
PHPBB3-14387- phpBB/phpbb/avatar/driver/driver.php (version 14dc274e9e3568a276c654b0845252019525fb6f)
- phpBB/phpbb/avatar/driver/driver_interface.php (version 14dc274e9e3568a276c654b0845252019525fb6f)
- phpBB/phpbb/avatar/manager.php (version 14dc274e9e3568a276c654b0845252019525fb6f)