Build: #5147 was successful
Job: Build and Test Job was successful
Code commits
phpBB Ascraeus
-
Joas Schilling 51831924c5bbd7ea63329e0455043a1a3c792837
Merge pull request #3567 from javiexin/ticket/13795
[ticket/13795] Modify core event in posting to include poll data -
Joas Schilling bb7f8433441343eaaf0c15aa9f27c4227256e3c7
Merge pull request #3558 from javiexin/ticket/13786
[ticket/13786] Add events to add MCP post options -
Joas Schilling 9005711ad70148c0ee73f648a96dcc720644e9f9
Merge pull request #3502 from marc1706/ticket/13564
[ticket/13564] Unlink user accounts upon deleting user -
javiexin <javiexin@gmail.com> e80bb565ce3cecbb30880e626afd614a83292616
[ticket/13795] Modify core event in posting to include poll data
Modified the core.posting_modify_template_vars event in posting.php
to extend the content of the page_data array to include poll data.
That required moving the event and merging the new set of template vars.
Also include the poll variable in the parameter list for event
core.posting_modify_submission_errors, as it was missing, and any
modification here on post_data for poll related data is silently
ignored. Added correct @change tags to both events.
PHPBB3-13795- phpBB/posting.php (version e80bb565ce3cecbb30880e626afd614a83292616)
-
javiexin <javiexin@gmail.com> 9951458ebfb3bdf9845859fe409436afad7e4498
[ticket/13786] Add events to add MCP post options
Three new events are included:
1) Core event to perform new moderator action in includes/mcp/mcp_post.php
2) Core event to add/modify template data in includes/mcp/mcp_post.php
3) Template event to present new options in template/mcp_post.html
Remove extra template variable around the new event.
PHPBB3-13786- phpBB/styles/prosilver/template/mcp_post.html (version 9951458ebfb3bdf9845859fe409436afad7e4498)
- phpBB/styles/subsilver2/template/mcp_post.html (version 9951458ebfb3bdf9845859fe409436afad7e4498)
-
javiexin <javiexin@gmail.com> 6e0d12094abed711e4c50d0d9d62de9d425673fd
[ticket/13795] Modify core event in posting to include poll data
Modified the core.posting_modify_template_vars event in posting.php
to extend the content of the page_data array to include poll data.
That required moving the event and merging the new set of template vars.
Also include the poll variable in the parameter list for event
core.posting_modify_submission_errors, as it was missing, and any
modification here on post_data for poll related data is silently
ignored.
PHPBB3-13795- phpBB/posting.php (version 6e0d12094abed711e4c50d0d9d62de9d425673fd)
-
javiexin <javiexin@gmail.com> 34602037dcbd357985baa8416dc748f3dd570ec3
[ticket/13795] Modify core event in posting to include poll data
Modified the core.posting_modify_template_vars event in posting.php
to extend the content of the page_data array to include poll data.
That required moving the event and merging the new set of template vars.
PHPBB3-13795- phpBB/posting.php (version 34602037dcbd357985baa8416dc748f3dd570ec3)
-
javiexin <javiexin@gmail.com> f80dc9dc16ec0addf286dfdfe853dc696d7d8ece
[ticket/13786] Add events to add MCP post options
Three new events are included:
1) Core event to perform new moderator action in includes/mcp/mcp_post.php
2) Core event to add/modify template data in includes/mcp/mcp_post.php
3) Template event to present new options in template/mcp_post.html
Fix another typo.
PHPBB3-13786- phpBB/includes/mcp/mcp_post.php (version f80dc9dc16ec0addf286dfdfe853dc696d7d8ece)
-
javiexin <javiexin@gmail.com> 18e8f281be21e241c50d7ed55a16475d222e144a
[ticket/13786] Add events to add MCP post options
Three new events are included:
1) Core event to perform new moderator action in includes/mcp/mcp_post.php
2) Core event to add/modify template data in includes/mcp/mcp_post.php
3) Template event to present new options in template/mcp_post.html
Fix typo.
PHPBB3-13786- phpBB/includes/mcp/mcp_post.php (version 18e8f281be21e241c50d7ed55a16475d222e144a)
-
javiexin <javiexin@gmail.com> e98a5afd07fdd18c8ed877655089e842a1db5f8a
[ticket/13786] Add events to add MCP post options
Three new events are included:
1) Core event to perform new moderator action in includes/mcp/mcp_post.php
2) Core event to add/modify template data in includes/mcp/mcp_post.php
3) Template event to present new options in template/mcp_post.html
PHPBB3-13786- phpBB/docs/events.md (version e98a5afd07fdd18c8ed877655089e842a1db5f8a)
- phpBB/includes/mcp/mcp_post.php (version e98a5afd07fdd18c8ed877655089e842a1db5f8a)
- phpBB/styles/prosilver/template/mcp_post.html (version e98a5afd07fdd18c8ed877655089e842a1db5f8a)
- phpBB/styles/subsilver2/template/mcp_post.html (version e98a5afd07fdd18c8ed877655089e842a1db5f8a)
-
Marc c5178a19b244c15ff0ca5445972c7efc93c54ac4
[ticket/13564] Add tests for unlinking account upon deleting user
PHPBB3-13564- tests/functions/fixtures/user_delete.xml (version c5178a19b244c15ff0ca5445972c7efc93c54ac4)
- tests/functions/user_delete_test.php (version c5178a19b244c15ff0ca5445972c7efc93c54ac4)
-
Marc 2e7a60d98638beb7d1f54273e7d3a95ac9754fff
[ticket/13564] Try to unlink user account for every auth provider
PHPBB3-13564- phpBB/includes/functions_user.php (version 2e7a60d98638beb7d1f54273e7d3a95ac9754fff)
- tests/functions_user/delete_user_test.php (version 2e7a60d98638beb7d1f54273e7d3a95ac9754fff)
-
Marc 4d7cb7ca737195f42141c3939b9515cb3edd8b9b
[ticket/13564] Use user_id from link_data for unlinking account in oauth
PHPBB3-13564- phpBB/phpbb/auth/provider/oauth/oauth.php (version 4d7cb7ca737195f42141c3939b9515cb3edd8b9b)
-
Marc ca883f119614bf636802320e60822e1ed4992f2e
[ticket/13564] Allow to specify user id for retrieving auth link data
PHPBB3-13564- phpBB/phpbb/auth/provider/base.php (version ca883f119614bf636802320e60822e1ed4992f2e)
- phpBB/phpbb/auth/provider/oauth/oauth.php (version ca883f119614bf636802320e60822e1ed4992f2e)
- phpBB/phpbb/auth/provider/provider_interface.php (version ca883f119614bf636802320e60822e1ed4992f2e)