Build: #5 failed Changes by Marc

Stages & jobs

  1. Default Stage

Code commits

phpBB 3.3.x

  • Marc

    Marc 06c894ff7f77e53773aa1e7d205b494cc6480b5c

    Merge branch '3.2.x' into 3.3.x

  • Marc

    Marc f0bf54f9eb01379ae3c18b351da75bbd8b071c64 m

    Merge pull request #5703 from senky/ticket/16174
    [ticket/16174] Add core.set_cookie

  • Marc

    Marc e75071fbd224f555309a91897efa10f2c4a9e90a

    Merge branch '3.2.x' into 3.3.x

  • Marc

    Marc 4e3b22b33241c7237ad2e007a7fa3be4f1b38d09 m

    Merge pull request #5667 from EA117/ticket/16141
    [ticket/16141] plupload chunk_size incorrect when 'unlimited' is involved.

  • Marc

    Marc 0a133fe009bc2896c0407f6ab968bb0bebe9ef3a

    Merge branch '3.2.x' into 3.3.x

  • Marc

    Marc 801214f0eee10f42625e3357858cc35c5b42dbe0 m

    Merge pull request #5705 from senky/ticket/16140
    [ticket/16140] Add ucp_profile_profile_info_birthday_label_append

  • Marc

    Marc 40088005275153b814fa75bdcba95112fb5198f9

    Merge branch '3.2.x' into 3.3.x

  • Marc

    Marc cbbc64a54fa4dc894b52d8fe6436220f6e6945b2 m

    Merge pull request #5710 from kasimi/ticket/16182
    [ticket/16182] Add core.generate_smilies_modify_rowset

  • Marc

    Marc 6eb00414536f583e4e1ac5fc72cb00025f55b2ce m

    [ticket/16141] Add assertion for memory limit divided by two
    PHPBB3-16141

    • tests/plupload/plupload_test.php (version 6eb00414536f583e4e1ac5fc72cb00025f55b2ce)
  • Marc

    Marc b149e50bf16850cab268660c0f7291be6c130f9f m

    [ticket/16141] Add tests for plupload's get_chunk_size()
    PHPBB3-16141

    • tests/plupload/plupload_test.php (version b149e50bf16850cab268660c0f7291be6c130f9f)
  • kasimi <mail@kasimi.net>

    kasimi <mail@kasimi.net> ab7345d96d2bc7e96b2567867b815c4129b1d6f3 m

    [ticket/16182] Add core.generate_smilies_modify_rowset
    PHPBB3-16182

    • phpBB/includes/functions_posting.php (version ab7345d96d2bc7e96b2567867b815c4129b1d6f3)
  • Senky

    Senky 7df6e137f168a71d1ac65dea53cc605d853edec1 m

    [ticket/16140] Use twig
    PHPBB3-16140

    • phpBB/styles/prosilver/template/ucp_profile_profile_info.html (version 7df6e137f168a71d1ac65dea53cc605d853edec1)
  • Senky

    Senky 1aaeb2bca997282800f4cc30a6951104322ae433 m

    [ticket/16174] Improve event desc
    PHPBB3-16174

    • phpBB/phpbb/session.php (version 1aaeb2bca997282800f4cc30a6951104322ae433)
  • Senky

    Senky 9270cca8c2d9c166bf9753139989b5340fc0f8b0 m

    [ticket/16140] Rename event to ucp_profile_profile_info_birthday_label_append
    PHPBB3-16140

    • phpBB/docs/events.md (version 9270cca8c2d9c166bf9753139989b5340fc0f8b0)
    • phpBB/styles/prosilver/template/ucp_profile_profile_info.html (version 9270cca8c2d9c166bf9753139989b5340fc0f8b0)
  • Senky

    Senky 367b0bc2084d53ab6c7f2b6c7a61a0aba9cf04a2 m

    [ticket/16174] Add function params to the event
    PHPBB3-16174

    • phpBB/phpbb/session.php (version 367b0bc2084d53ab6c7f2b6c7a61a0aba9cf04a2)
  • Senky

    Senky 6b85faf7dad5a83eb28a06fdcf428102ae63bc28 m

    [ticket/16174] Add core.set_cookie
    PHPBB3-16174

    • phpBB/phpbb/session.php (version 6b85faf7dad5a83eb28a06fdcf428102ae63bc28)
  • Senky

    Senky 6c71f30723ac21a7ffd00d748ce8fd712a6a4e61 m

    [ticket/16140] Add ucp_profile_profile_info_birthday_label_after
    PHPBB3-16140

    • phpBB/docs/events.md (version 6c71f30723ac21a7ffd00d748ce8fd712a6a4e61)
    • phpBB/styles/prosilver/template/ucp_profile_profile_info.html (version 6c71f30723ac21a7ffd00d748ce8fd712a6a4e61)
  • EA117

    EA117 5bd3b7ec378579dc84d2d838ba43d3a77f519159 m

    [ticket/16141] plupload chunk_size when 'unlimited' is involved.
    Change get_chunk_size() calculation to correctly calculate limits without
    letting a zero "unlimited" value always win.  Also ensure get_chunk_size()
    can only return zero if all of the limits were in fact set to unlimited.

    PHPBB3-16141

    • phpBB/phpbb/plupload/plupload.php (version 5bd3b7ec378579dc84d2d838ba43d3a77f519159)
  • EA117

    EA117 bf359d153dd0ff6cc9505cdd7bf8a7754b6a6073 m

    [ticket/16141] plupload chunk_size when 'unlimited' is involved.
    Change get_chunk_size() calculation to correctly calculate limits without
    letting a zero "unlimited" value always win.  Also ensure get_chunk_size()
    can only return zero if all of the limits were in fact set to unlimited.

    PHPBB3-16141

    • phpBB/phpbb/plupload/plupload.php (version bf359d153dd0ff6cc9505cdd7bf8a7754b6a6073)
  • EA117

    EA117 29d43670430f3edad2366ddbca15d1b34315ce1d m

    [ticket/16141] plupload chunk_size when 'unlimited' is involved.
    Change get_chunk_size() calculation to correctly calculate limits without
    letting a zero "unlimited" value always win.  Also ensure get_chunk_size()
    can only return zero if all of the limits were in fact set to unlimited.

    PHPBB3-16141

    • phpBB/phpbb/plupload/plupload.php (version 29d43670430f3edad2366ddbca15d1b34315ce1d)
  • EA117

    EA117 73537bcc7d8b10fe77e91068d494c1181b11d6c7 m

    [ticket/16141] plupload chunk_size incorrect when 'unlimited' is involved.
    Change get_chunk_size() calculation to correctly calculate limits without
    letting a zero "unlimited" value always win.  Also ensure get_chunk_size()
    can only return zero if all of the limits were in fact set to unlimited.

    PHPBB3-16141

    • phpBB/phpbb/plupload/plupload.php (version 73537bcc7d8b10fe77e91068d494c1181b11d6c7)
  • EA117

    EA117 4cdfb3f4eddb1c3ccaa304b1c8d3fade7e18f75e m

    [ticket/16141] plupload chunk_size incorrect when 'unlimited' is involved.
    Change get_chunk_size() calculation to correctly calculate limits without
    letting a zero "unlimited" value always win.  Also ensure get_chunk_size()
    can only return zero if all of the limits were in fact set to unlimited.

    PHPBB3-16141

    • phpBB/phpbb/plupload/plupload.php (version 4cdfb3f4eddb1c3ccaa304b1c8d3fade7e18f75e)