Build: #944 was successful Changes by Marc

Code commits

phpBB Master

  • Marc

    Marc 692253029c6f2b907717ce2287a2da9a15d6cd4d

    Merge branch '3.3.x'

  • Marc

    Marc 98713a7cbefcbfe66116b2db8684ee177b2a100c m

    Merge pull request #5505 from toxyy/ticket/15925
    [ticket/15925] Add core events for sync and mcp functions

  • Toxyy <arr70017@uga.edu>

    Toxyy <arr70017@uga.edu> bcea34ee7c48f711cde30cb69ea8884aaa49f17d m

    [ticket/15925] Update events for 3.3.5-RC1
    PHPBB3-15925

    • phpBB/includes/functions_admin.php (version bcea34ee7c48f711cde30cb69ea8884aaa49f17d)
    • phpBB/includes/functions_posting.php (version bcea34ee7c48f711cde30cb69ea8884aaa49f17d)
    • phpBB/includes/mcp/mcp_main.php (version bcea34ee7c48f711cde30cb69ea8884aaa49f17d)
  • Marc

    Marc 22f7f491c5cdb87fdd1b1ff6f4d515a46f69178b m

    [ticket/15925] Update events for 3.3.4-RC1
    PHPBB3-15925

    • phpBB/includes/functions_admin.php (version 22f7f491c5cdb87fdd1b1ff6f4d515a46f69178b)
    • phpBB/includes/functions_posting.php (version 22f7f491c5cdb87fdd1b1ff6f4d515a46f69178b)
    • phpBB/includes/mcp/mcp_main.php (version 22f7f491c5cdb87fdd1b1ff6f4d515a46f69178b)
  • Marc

    Marc 60d672797458e0ff52e95376d181f0cf3d65e2f6 m

    [ticket/15925] Update events for 3.3.3-RC1
    PHPBB3-15925

    • phpBB/includes/functions_admin.php (version 60d672797458e0ff52e95376d181f0cf3d65e2f6)
    • phpBB/includes/functions_posting.php (version 60d672797458e0ff52e95376d181f0cf3d65e2f6)
    • phpBB/includes/mcp/mcp_main.php (version 60d672797458e0ff52e95376d181f0cf3d65e2f6)
  • Alec <arr70017@uga.edu>

    Alec <arr70017@uga.edu> 86bbd0560884d07e7d64fa7f388df2cc175f7517 m

    [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

    • phpBB/includes/functions_posting.php (version 86bbd0560884d07e7d64fa7f388df2cc175f7517)
  • Alec <arr70017@uga.edu>

    Alec <arr70017@uga.edu> 516d0f5b27874c18b8f9c3aac4210dddfaff9d75 m

    [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

    • phpBB/includes/functions_posting.php (version 516d0f5b27874c18b8f9c3aac4210dddfaff9d75)
  • Alec <arr70017@uga.edu>

    Alec <arr70017@uga.edu> 9ff92f2c36faf28a9a88e3aef7174320ea1d4c32 m

    [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

    • phpBB/includes/functions_admin.php (version 9ff92f2c36faf28a9a88e3aef7174320ea1d4c32)
  • Alec <arr70017@uga.edu>

    Alec <arr70017@uga.edu> 40d825d1c6533e8bc83526c6339f9f1ef6ab5b50 m

    [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

    • phpBB/includes/functions_admin.php (version 40d825d1c6533e8bc83526c6339f9f1ef6ab5b50)
  • Alec <arr70017@uga.edu>

    Alec <arr70017@uga.edu> 67284974349f194d3c855bda0a67bda485fd0621 m

    [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

    • phpBB/includes/functions_admin.php (version 67284974349f194d3c855bda0a67bda485fd0621)
  • Alec <arr70017@uga.edu>

    Alec <arr70017@uga.edu> 740b2ffbf2a63c201f8f173203f42ab5692407d6 m

    [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

    • phpBB/includes/functions_admin.php (version 740b2ffbf2a63c201f8f173203f42ab5692407d6)
  • Alec <arr70017@uga.edu>

    Alec <arr70017@uga.edu> 9d2ab88c69492e535bfd984a81f92be30c85e157 m

    [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

    • phpBB/includes/mcp/mcp_main.php (version 9d2ab88c69492e535bfd984a81f92be30c85e157)