Skip to content
Snippets Groups Projects

Issue #3182166: [D7] preg_split in _filter_url breaks for long html tags

Issue #3182166: [D7] preg_split in _filter_url breaks for long html tags

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • added 1 commit

    • aac169da - Fixing whitespace, commenting and using array() syntax

    Compare with previous version

  • added 1 commit

    • 0bfdde0e - Missed the single quotes (i.e. an empty string as the only array element)

    Compare with previous version

  • Stefanos Petrakis resolved all threads

    resolved all threads

  • added 10 commits

    • 0bfdde0e...925b99cd - 4 commits from branch project:7.x
    • 71383e80 - Tests
    • ef637c01 - Backporting codes
    • 1576cf87 - Updates following D10's final commit.
    • 5f6a3063 - Update method's docblock
    • 481b7321 - Fixing whitespace, commenting and using array() syntax
    • 89ac244b - Missed the single quotes (i.e. an empty string as the only array element)

    Compare with previous version

  • added 1 commit

    • e7f8209a - Restricting the effect the pcre.backtrack_limit changes

    Compare with previous version

  • Juraj Nemec added 54 commits

    added 54 commits

    • e7f8209a...f7d135ce - 47 commits from branch project:7.x
    • 0be62e3e - Tests
    • 68f4ba9f - Backporting codes
    • 3d51c487 - Updates following D10's final commit.
    • 768ddb44 - Update method's docblock
    • 32cc18a6 - Fixing whitespace, commenting and using array() syntax
    • 95096a59 - Missed the single quotes (i.e. an empty string as the only array element)
    • d7a3c8fa - Restricting the effect the pcre.backtrack_limit changes

    Compare with previous version

  • Juraj Nemec added 8 commits

    added 8 commits

    • 63434249 - 1 commit from branch project:7.x
    • ff2d58d5 - Tests
    • 0231c713 - Backporting codes
    • da6a9b73 - Updates following D10's final commit.
    • 80224c3b - Update method's docblock
    • 21c8151b - Fixing whitespace, commenting and using array() syntax
    • 8a2a5aea - Missed the single quotes (i.e. an empty string as the only array element)
    • 06413fce - Restricting the effect the pcre.backtrack_limit changes

    Compare with previous version

  • added 1 commit

    • 3bcdd644 - Use preg_last_error() for BC with PHP < 7.3

    Compare with previous version

  • added 59 commits

    Compare with previous version

  • 1560 1570 // Tag chunk is done, so next chunk must be text.
    1561 1571 $chunk_type = 'text';
    1562 1572 }
    1573
    1574 $text = implode($chunks);
    1563 1575 }
    1564 1576
    1565 $text = implode($chunks);
  • added 2 commits

    • 6a7e3790 - Cover the preg_replace_callback call too
    • 35c3a164 - Optional refactor that adds coverage for all preg_* functions inside _filter_url()

    Compare with previous version

  • added 1 commit

    • a10fd0f8 - Fix accidental misplacement of call to implode()

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    • 73d20f0b - Apply 1 suggestion(s) to 1 file(s)

    Compare with previous version

  • added 1 commit

    • ed53b172 - Use `continue DEPTH` syntax instead of Exceptions

    Compare with previous version

  • added 2 commits

    • f12843ad - More polishing
    • ab2bc882 - Reduce changeset (we don't need this change either)

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • Juraj Nemec added 6 commits

    added 6 commits

    • 425aa016...c3db7a94 - 5 commits from branch project:7.x
    • c389e681 - Merge remote-tracking branch 'origin/7.x' into 3182166-d7-pregsplit-in

    Compare with previous version

  • Please register or sign in to reply
    Loading