Alec <arr70017@uga.edu>: Author Summary
Build | Completed | Code commits | Tests |
---|---|---|---|
PHPBB3 › DDM › #944 | 1 year ago | Testless build | |
PHPBB3 › DD33 › #295 | 1 year ago |
[ticket/15925] Add core.mcp_main_modify_fork_post_sql
Modify the forked post's sql array before it's inserted into the database Lets additional variables be added into the sql_ary Allows the same edits as mcp_main_fork_sql_after but for posts not topics PHPBB3-15925 [ticket/15925] Add core.sync_modify_topic_data
Allow modification of topic_data when syncing topics Another event has been added to modify the contents of $row This means that topic_data can be populated with anything added to that query PHPBB3-15925 [ticket/15925] Add core.update_post_info_modify_sql
Add event to modify the sql to allow for more columns to be updated during sync Same as sync events but only ran for last posts, slightly different formatting PHPBB3-15925 [ticket/15925] Add core.sync_modify_forum_data
Allow fieldnames and forum_data to be updated before synced with the database Used in conjunction with post_info to pull that data PHPBB3-15925 [ticket/15925] Add core.sync_forum_last_post_info_sql
Add core event to modify the last posts' data retrieved to update forums' data Also add $phpbb_dispatcher to sync globals to allow function use PHPBB3-15925 [ticket/15925] Add core.update_post_info_modify_posts_sql
Add core event to modify the last posts' data retrieved to update forums' data Also add $phpbb_dispatcher to sync globals to allow function use PHPBB3-15925 [ticket/15925] Add core.sync_topic_last_post_info_sql
Add event to get more post or user data when syncing Topic_data is updated with the data from this query, so it needs to be accessed Custom_fieldnames is merged with fieldnames later, unlike the other event This keeps the integrity of the core's code PHPBB3-15925 |
Testless build |
PHPBB3 › DDM › #839 | 1 year ago |
[ticket/15951] Add core.mcp_modify_permissions
Allow non staff to access mcp functions This event would allow normal users to delete topics, for example If extensions need normal users to access this file they will need this event PHPBB3-15951 [ticket/15951] Add core.mcp_delete_topic_modify_permissions
Allow modification to permissions when deleting topics This allows $check_permission to be false in the phpbb_check_ids function call PHPBB3-15951 [ticket/15951] Add requested changes
Revert changes with $topic_info Add $quickmod to the event Change since versions to latest PHPBB3-15951 [ticket/15951] Add core.mcp_delete_topic_modify_hidden_fields
Allow modification of the hidden fields when deleting topics This lets you control the permissions for permanently deleting topics Template variables can also be modified at this point PHPBB3-15951 |
7163 passed |
PHPBB3 › DD33 › #222 | 1 year ago |
[ticket/15951] Add core.mcp_delete_topic_modify_hidden_fields
Allow modification of the hidden fields when deleting topics This lets you control the permissions for permanently deleting topics Template variables can also be modified at this point PHPBB3-15951 [ticket/15951] Add core.mcp_modify_permissions
Allow non staff to access mcp functions This event would allow normal users to delete topics, for example If extensions need normal users to access this file they will need this event PHPBB3-15951 [ticket/15951] Add requested changes
Revert changes with $topic_info Add $quickmod to the event Change since versions to latest PHPBB3-15951 [ticket/15951] Add core.mcp_delete_topic_modify_permissions
Allow modification to permissions when deleting topics This allows $check_permission to be false in the phpbb_check_ids function call PHPBB3-15951 |
6984 passed |
PHPBB3 › DDM › #511 | 3 years ago |
[ticket/15944] Add core.posting_modify_quote_attributes
Allow modification of the quote attributes of the current post being quoted Any information in there can be changed without affecting the rest of the page New attributes can also be added if an extension needed to as well PHPBB3-15944 |
Testless build |
PHPBB3 › DD32 › #550 | 3 years ago |
[ticket/15944] Add core.posting_modify_quote_attributes
Allow modification of the quote attributes of the current post being quoted Any information in there can be changed without affecting the rest of the page New attributes can also be added if an extension needed to as well PHPBB3-15944 |
Testless build |
PHPBB3 › DD32 › #523 | 3 years ago |
[ticket/15935] Don't install APCu if it's already installed
Travis fails when the APCu install fails due to it already being installed A check is added here to make sure that it does nothing in that case PHPBB3-15935 |
6737 passed |
Build | Completed | Code commits | Tests |
---|
Build | Completed | Code commits | Tests |
---|---|---|---|
PHPBB3 › DDM › #839 | 1 year ago |
[ticket/15951] Add core.mcp_modify_permissions
Allow non staff to access mcp functions This event would allow normal users to delete topics, for example If extensions need normal users to access this file they will need this event PHPBB3-15951 [ticket/15951] Add core.mcp_delete_topic_modify_permissions
Allow modification to permissions when deleting topics This allows $check_permission to be false in the phpbb_check_ids function call PHPBB3-15951 [ticket/15951] Add requested changes
Revert changes with $topic_info Add $quickmod to the event Change since versions to latest PHPBB3-15951 [ticket/15951] Add core.mcp_delete_topic_modify_hidden_fields
Allow modification of the hidden fields when deleting topics This lets you control the permissions for permanently deleting topics Template variables can also be modified at this point PHPBB3-15951 |
7163 passed |
Modify the forked post's sql array before it's inserted into the database
Lets additional variables be added into the sql_ary
Allows the same edits as mcp_main_fork_sql_after but for posts not topics
PHPBB3-15925
Allow modification of topic_data when syncing topics
Another event has been added to modify the contents of $row
This means that topic_data can be populated with anything added to that query
PHPBB3-15925
Add event to modify the sql to allow for more columns to be updated during sync
Same as sync events but only ran for last posts, slightly different formatting
PHPBB3-15925
Allow fieldnames and forum_data to be updated before synced with the database
Used in conjunction with post_info to pull that data
PHPBB3-15925
Add core event to modify the last posts' data retrieved to update forums' data
Also add $phpbb_dispatcher to sync globals to allow function use
PHPBB3-15925
Add event to get more post or user data when syncing
Topic_data is updated with the data from this query, so it needs to be accessed
Custom_fieldnames is merged with fieldnames later, unlike the other event
This keeps the integrity of the core's code
PHPBB3-15925
Add core event to modify the last posts' data retrieved to update forums' data
Also add $phpbb_dispatcher to sync globals to allow function use
PHPBB3-15925