Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Experiment with WP_HTML_Tag_Processor #118

Closed
wants to merge 54 commits into from
Closed

Commits on Dec 13, 2022

  1. Remove ssr.mjs

    ockham committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    0f3426c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2618b45 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d246f70 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac78938 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4c41dd0 View commit details
    Browse the repository at this point in the history
  6. Abstract directive processors

    ockham committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    1933d53 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0e3722c View commit details
    Browse the repository at this point in the history
  8. Remove debug output

    ockham committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    f333a1f View commit details
    Browse the repository at this point in the history
  9. Change order a bit

    ockham committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    3d3fa5b View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. Use array_replace_recursive instead of array_merge_recursive

    Co-authored-by: Luis Herranz <luisherranz@gmail.com>
    ockham and luisherranz committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    e5f052f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a4a9c5 View commit details
    Browse the repository at this point in the history
  3. Fix wp-context as a component

    ockham committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    d6ca85b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7701c23 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6dd686b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    81e866d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5a26936 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. Configuration menu
    Copy the full SHA
    27f129c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14fc264 View commit details
    Browse the repository at this point in the history
  3. Remove now-obsolete code

    ockham committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    4cef805 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Configuration menu
    Copy the full SHA
    faae6d8 View commit details
    Browse the repository at this point in the history
  2. Install phpunit and polyfills

    ockham committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    5bdf348 View commit details
    Browse the repository at this point in the history
  3. Upgrade wordpress/env package

    ockham committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    548f8fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c167e9 View commit details
    Browse the repository at this point in the history
  5. Add mappings to .wp-env.json

    ockham committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    493f7ce View commit details
    Browse the repository at this point in the history
  6. Add test:unit:php script

    ockham committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    cc58408 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2b90183 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0dd2f20 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    051d290 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f8dd300 View commit details
    Browse the repository at this point in the history
  11. Minor cleanup

    ockham committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    bf4d7f6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f968773 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c084f4a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e866958 View commit details
    Browse the repository at this point in the history
  15. Trim down unit test workflow

    ockham committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    0a474b9 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    556dc14 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. Configuration menu
    Copy the full SHA
    1f6572f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7073116 View commit details
    Browse the repository at this point in the history
  3. Change argument order

    ockham committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    07ff956 View commit details
    Browse the repository at this point in the history
  4. Typo

    ockham committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    d3497ea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8334591 View commit details
    Browse the repository at this point in the history
  6. Extract expression parser

    ockham committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    e4228c1 View commit details
    Browse the repository at this point in the history
  7. Add basic wp-bind code

    ockham committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    751027c View commit details
    Browse the repository at this point in the history
  8. Added link to bugfix PR

    ockham committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    70d85d1 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. Fix bug in wp-directives

    ockham committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    2a38762 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    685ac76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21d598a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6f45299 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cc402da View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4f1e83d View commit details
    Browse the repository at this point in the history
  7. A bit more test coverage still

    ockham committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    b2e7ccc View commit details
    Browse the repository at this point in the history
  8. Short-circuit

    ockham committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    fb11797 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4ff88d5 View commit details
    Browse the repository at this point in the history
  10. Add TODO comment

    ockham committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    68d6100 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. Include closing tags

    ockham committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    d6195c4 View commit details
    Browse the repository at this point in the history